请问配置ntp客户端时,采用unicast-server和采用unicast-peer有什么区别?路由器(客户端是比较低端的设备)
不涉及
(1)
最佳答案
ntp-service unicast-peer命令用来为设备指定被动对等体。
undo ntp-service unicast-peer命令用来取消为设备指定的被动对等体。
undo ntp-service unicast-peer { peer-name | ip-address } [ vpn-instance vpn-instance-name ]
peer-name:被动对等体的主机名字,为1~253个字符的字符串,不区分大小写。
ip-address:被动对等体的IP地址。该地址只能是一个单播地址,不能为广播地址、组播地址或本地时钟的IP地址。
vpn-instance vpn-instance-name:指定被动对等体所属的VPN。vpn-instance-name表示MPLS L3VPN的VPN实例名称,为1~31个字符的字符串,区分大小写。如果未指定本参数,则表示被动对等体位于公网中。
authentication-keyid keyid:指定向对等体发送NTP报文时,使用指定的密钥计算报文的摘要。keyid取值范围为1~4294967295。如果未指定本参数,则本端设备与对等体之间不会进行身份验证。
priority:在同等条件下,优先选择ip-address或peer-name指定的对等体为同步对等体。
source interface-type interface-number:指定NTP报文的源接口。本地设备给对端发送NTP报文时,报文的源地址为指定源接口的主IP地址。interface-type interface-number为接口类型和接口编号。如果未指定本参数,则根据路由表查找报文的出接口,并采用出接口的主IP地址作为NTP报文的源IP地址。
version number:指定NTP版本号。number取值范围为1~4,缺省值为4。
为设备指定被动对等体后,主动对等体和被动对等体的时间可以互相同步。如果双方的时钟都处于同步状态,则层数大的时钟与层数小的时钟的时间同步。
配置PE向某个VPN内的其他PE或CE同步时,需要指定vpn-instance vpn-instance-name参数。
在执行undo ntp-service unicast-peer命令时,如果指定vpn-instance vpn-instance-name参数,则取消指定VPN内IP地址为ip-address的NTP被动对等体配置;如果没有指定vpn-instance vpn-instance-name参数,则取消公网中IP地址为ip-address的NTP被动对等体配置。
# 配置设备工作在主动对等体模式,被动对等体的IP地址为10.1.1.1,NTP版本号为4,NTP报文的源接口为VLAN接口1。
[Sysname] ntp-service unicast-peer 10.1.1.1 version 4 source vlan-interface 1
· ntp-service authentication enable
· ntp-service authentication-keyid
· ntp-service reliable authentication-keyid
ntp-service unicast-server命令用来为设备指定NTP服务器。
undo ntp-service unicast-server命令用来取消为设备指定的NTP服务器。
undo ntp-service unicast-server { server-name | ip-address } [ vpn-instance vpn-instance-name ]
没有为设备指定NTP服务器。
server-name:NTP服务器的主机名字,为1~253个字符的字符串,不区分大小写。
ip-address:NTP服务器的IP地址。该地址只能是一个单播地址,不能为广播地址、组播地址或本地时钟的IP地址。
vpn-instance vpn-instance-name:指定NTP服务器所属的VPN。vpn-instance-name表示MPLS L3VPN的VPN实例名称,为1~31个字符的字符串,区分大小写。如果未指定本参数,则表示NTP服务器位于公网中。
authentication-keyid keyid:指定向NTP服务器发送报文时,使用指定的密钥计算报文的摘要。keyid取值范围为1~4294967295。如果未指定本参数,则本端设备与NTP服务器之间不会进行身份验证。
priority:指定在同等条件下,优先选择该服务器。
source interface-type interface-number:指定NTP报文的源接口。本地设备给服务器发送NTP报文时,报文的源地址为指定源接口的主IP地址。interface-type interface-number为接口类型和接口编号。如果未指定本参数,则根据路由表查找报文的出接口,并采用出接口的主IP地址作为NTP报文的源IP地址。
version number:指定NTP版本号。number取值范围为1~4,缺省值为4。
为设备指定NTP服务器后,设备可以与该服务器的时间同步,但是服务器不会与设备的时间同步。
配置PE向某个VPN内的其他PE或CE同步时,需要指定vpn-instance vpn-instance-name参数。
在执行undo ntp-service unicast-server命令时,如果指定vpn-instance vpn-instance-name参数,则取消指定VPN内IP地址为ip-address的NTP服务器配置;如果没有指定vpn-instance vpn-instance-name参数,则取消公网中IP地址为ip-address的NTP服务器配置。
# 配置设备的NTP服务器为10.1.1.1,版本号为4。
[Sysname] ntp-service unicast-server 10.1.1.1 version 4
· ntp-service authentication enable
· ntp-service authentication-keyid
· ntp-service reliable authentication-keyid
(1)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论