NETCONF Configuration Guide
YANG API Reference
ntp
12 min
asternos ntp module description asternos model for ntp(network time protocol) yang tree diagram module asternos ntp + rw ntp global \| + rw vrf? string \| + rw source interface? string + rw ntp servers + rw ntp server \[address] + rw address union rpcs + x show ntp + ro output + ro data? \<anydata> resources resource list path access /ntp global read write /ntp global/vrf read write /ntp global/source interface read write /ntp servers read write /ntp servers/ntp server read write /ntp servers/ntp server/address read write detailed nodes /ntp global path /ntp global node type container description global configuration of ntp access read write /ntp global/vrf path /ntp global/vrf node type leaf description ntp can be enabled only in one vrf at a time in this revision, it is either default vrf or management vrf access read write data type /ntp global/source interface path /ntp global/source interface node type leaf description this is the interface whose ip address is used as the source ip address for generating ntp traffic user is required to make sure that the ntp server is reachable via this ip address and the same ip address is reachable from the ntp server the source interface should be in the same vrf as the vrf ntp is enabled in access read write data type /ntp servers path /ntp servers node type container description no description available access read write /ntp servers/ntp server path /ntp servers/ntp server node type list description list of address sets of the ntp server access read write /ntp servers/ntp server/address path /ntp servers/ntp server/address node type leaf description ntp server (ipv4, ipv6, or hostname) access read write data type constraints multiple constraints an ipv6 address without a zone index this type, derived from the type ipv6 address, may be used in situations where the zone is known from the context and no zone index is needed an ipv4 address without a zone index this type, derived from the type ipv4 address, may be used in situations where the zone is known from the context and no zone index is needed rpcs show ntp path access /show ntp/output read write /show ntp/output/data read write /show ntp/output path /show ntp/output node type container description no description available access read write /show ntp/output/data path /show ntp/output/data node type anydata description a table that show information of ntp access read write
