Loader

System NTP

The System NTP object is used to configure the Network Time Protocol, which is used to keep the OLT clock synchronized.

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 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
 

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
  1. 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.  
  2. Input tolt system ntp config ntp-peer-list 2 address 132.163.97.2 admin-state enabledand press Enter. 
  3. 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?

On this page