Management and Configuration Guide K/KA/KB.15.15

Example 19 How to list all SNTP servers configured on the switch
HP Switch(config)# show management
Status and Counters - Management Address Information
Time Server Address : fe80::215:60ff:fe7a:adc0%vlan10
Priority SNTP Server Address Protocol Version
-------- ---------------------------------------------- ----------------
1 2001:db8::215:60ff:fe79:8980 7
2 10.255.5.24 3
3 fe80::123%vlan10 3
Default Gateway : 10.0.9.80
VLAN Name MAC Address | IP Address
------------ ------------------- + -------------------
DEFAULT_VLAN 001279-88a100 | Disabled
VLAN10 001279-88a100 | 10.0.10.17
Adding SNTP server addresses
You can configure one SNTP server address using either the Menu interface or the CLI. To configure
a second and third address, you must use the CLI. To configure these remaining two addresses,
follow the example.
Example 20 Creating additional SNTP server addresses with the CLI
HP Switch(config)# sntp server 2001:db8::215:60ff:fe79:8980
HP Switch(config)# sntp server 10.255.5.24
NOTE: If there are already three SNTP server addresses configured on the switch, and you want
to use the CLI to replace one of the existing addresses with a new one, you must delete the unwanted
address before you configure the new one.
Deleting SNTP server addresses
Syntax
no sntp server priority 1-3 ip-addr
Deletes a server address. If there are multiple addresses and you delete one of them, the switch
re-orders the address priority.
Example
To delete the primary address and automatically convert the secondary address to primary:
HP Switch(config)# no sntp server 10.28.227.141
Configuring the key-identifier, authentication mode, and key-value
Configures the key-id, authentication-mode, and key-value, which are required for
authentication. It is executed in the global configuration context.
At least one key-id must be configured as trusted, and it must be associated with one of the
SNTP servers. To edit or remove the associated key-id information or SNTP server information,
SNTP authentication must be disabled.
Adding SNTP server addresses 49