hostname:configuration services ntp> authkey hostname:configuration services ntp authkey>
hostname:configuration services ntp authkey> create
hostname:configuration services ntp authkey-000 (uncommitted)> get
keyno = (unset)
type = (unset)
key = (unset)
hostname:configuration services ntp authkey-000 (uncommitted)> set keyno=1
keyno = 1 (uncommitted)
hostname:configuration services ntp authkey-000 (uncommitted)> set type=A
type = A (uncommitted)
hostname:configuration services ntp authkey-000 (uncommitted)> set key=coconuts
key = ******** (uncommitted)
hostname:configuration services ntp authkey-000 (uncommitted)> commit
hostname:configuration services ntp authkey>
如果服务器不使用验证,应将对应的服务器密钥设置为 0。例如,要使用上面创建的密钥验证服务器 "gefilte" 和 "carp":
hostname:configuration services ntp> set servers=gefilte,carp
servers = gefilte,carp (uncommitted)
hostname:configuration services ntp> set serverkeys=1,1
serverkeys = 1,1 (uncommitted)
hostname:configuration services ntp> commit
hostname:configuration services ntp>
如果服务器不使用验证,应将对应的服务器密钥设置为 0。例如,要使用上面创建的密钥验证服务器 "gefilte" 和 "carp":
hostname:configuration services ntp> set servers=gefilte,carp
servers = gefilte,carp (uncommitted)
hostname:configuration services ntp> set serverkeys=1,1
serverkeys = 1,1 (uncommitted)
hostname:configuration services ntp> commit
hostname:configuration services ntp>
hostname:configuration services ntp> set servers=gefilte,carp,dory
servers = gefilte,carp,dory (uncommitted)
hostname:configuration services ntp> set serverkeys=1,2,3
serverkeys = 1,2,3 (uncommitted)
hostname:configuration services ntp> commit
hostname:configuration services ntp>
hostname:configuration services ntp> set servers=gefilte,carp,dory
servers = gefilte,carp,dory (uncommitted)
hostname:configuration services ntp> set serverkeys=1,1,0
serverkeys = 1,1,0 (uncommitted)
hostname:configuration services ntp> commit
hostname:configuration services ntp>