System NTP
The System NTP object is used to configure the Network Time Protocol, which is used to keep the OLT clock synchronized.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSg3KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NjIwODk4NTZ9fX1dfQ__&Signature=MekFqD42SbBZhKr5ciwLd2FIXLgZZE2aCyp7FCvFE0IvlTVI3dGMl2kyS~eaQR-EavQQzLHgqoBDZJeVIejope8pODnyBvzQATDftZY21siDsb9XwmiGTxI-s~07vWNoctQdPZYZPR2gOXJhBy4yLylMbpuCKymA4n8Ad1F2XqhBvbbpCn1QsKJd5pM~lc7ryCr8nVWjSv6Mrv8NBBzaby4EFsH0n9W8j-wqit5ul-lDj-G8nWOthMaFdDb1rgR1~fDKSDoymuFwTmF37qEV0RY~RKXescSupec46rWVPg~9h6TsPpqK3fv8s~T89t1wMjkTeYJb~GZxFl-FCfCtew__&Key-Pair-Id=K2TK3EG287XSFC)
System NTP Attributes
| Attribute | Values | Default | Required | Description |
|---|---|---|---|---|
| Ntp-peer-list | A container for the ntp server entries. | |||
| Address | ip address | N/A | Y | An IP address or hostname of the NTP server. |
| Admin-state | enabled | disabled | N/A | Y | Whether this NTP server entry is enabled for use. |
| Encryption-type | md5 | sha1 | Sha1 | N | If an NTP key is used, the encryption type to use |
| Key-id | 1..65534 | N/A | N | The key id to use for the key entry when using secure NTP. |
| Key-phrase | String | N/A | N | The key to use with the key id when using secure NTP |
Note: * = required parameter
- Command Path – tolt>system >ntp>config>
- Module – tolt
- Container – system
- Container – ntp
- Container – config
- Types –
- Ntp-peer-list – A container for the ntp server entries.
- *Address – An IP address or hostname of the NTP server.
- ip address
- *Admin-state – Whether this NTP server entry is enabled for use.
- enabled | disabled
- Encryption-type – If an NTP key is used, the encryption type to use.
- md5 | sha1 (default)
- Key-id – The key id to use for the key entry when using secure NTP.
- 1..65534
- Key-phrase – The key to use with the key id when using secure NTP.
- string
- *Address – An IP address or hostname of the NTP server.
- Ntp-peer-list – A container for the ntp server entries.
Configure NTP
- Command Path – tolt>system >ntp>config>
- Module – tolt
- Container – system
- Container – ntp
- Container – config
- Types – Example Parameters
- Container – ntp-peer-list 1
- address 132.163.97.1
- admin-state enabled
- Container – ntp-peer-list 2
- admin-state enabled
- address 132.163.97.2
- From the MDS1-ESUA<Config># command line, input tolt system ntp config ntp-peer-list 1 address 132.163.97.1 admin-state enabled,
press Enter. - Input tolt system ntp config ntp-peer-list 2 address 132.163.97.2 admin-state enabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config)# tolt system ntp config ntp-peer-list 1 address 132.163.97.1 admin-state enabled <enter> MDS1-ESUA<config-ntp-peer-list-1># tolt system ntp config ntp-peer-list 2 address 132.163.97.2 admin-state enabled <enter> MDS1-ESUA<config-ntp-peer-list-2># commit <enter> Commit complete. MDS1-ESUA<config-ntp-peer-list-2># exit <enter> MDS1-ESUA<Config># _ |
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.
On this page