Configures, modifies, or retrieves NTP commands.
URI | Description |
---|---|
/restconf/data/brocade-ntp:ntp | Configures NTP. |
GET URIs | Description |
---|---|
/restconf/data/brocade-ntp:ntp | Displays NTP configuration. |
/restconf/data/brocade-ntp:ntp/authentication-key | Displays authentication key. |
/restconf/data/brocade-ntp:ntp/server | Displays NTP server information. |
POST URIs | Payload | Description |
---|---|---|
/restconf/data/brocade-ntp:ntp/server | <server><ip>(ip-address)</ip><use-vrf>(vrf-name)</use-vrf></server> | Configures NTP server. |
/crestconf/data/brocade-ntp:ntp/authentication-key | <authentication-key><keyid>(unit32)</keyid><md5>{string}</md5></authentication-key> | Configures authentication key and MD5 message-digest algorithm. |
/restconf/data/brocade-ntp:ntp/server | <server><ip>(ip-address)</ip><use-vrf>(vrf-name)</use-vrf><key>(unit32)</key></server> | Configures NTP server key. |
/restconf/data/brocade-ntp:ntp/disable | <all> | <server> | Disables the NTP server/client mode. Disabling the NTP server/client mode does not remove the configuration. |
/restconf/data/brocade-ntp:ntp/authenticate | <key-id-1 > <key-id-2> <key-id-n> |
This command enables or disables the NTP authentication at global level. If the authentication is enabled, the NTP packets from servers, peers, clients not having MAC is dropped. Only those servers/peers configured with key authentication is considered for time synchronization. Client requests only with authentication is served, whose key-IDs match with one of the trusted key-IDs. |
/restconf/data/brocade-ntp:ntp/master | < key key-id > < use-vrf vrf-name > |
Configures the device as an authoritative NTP Server. ntp master enables device to use its own clock to synchronize with peers/clients. This command is not effective, if the NTP is enabled in client-only mode. . |
/restconf/data/brocade-ntp:ntp/server | <ipv4 | ipv6 > <vrf name > | Specifies or adds an NTP server IP address and optionally associates an authentication key to the server. |
/restconf/data/brocade-ntp:ntp/trusted-key | <key-id-1 > <key-id-2> <key-id-n> |
Configures additional subset of trusted key-IDs which can be used for NTP and client authentication. The keys configured for server/peer is implicitly considered as part of trusted keys. |
/restconf/data/brocade-ntp:ntp/peer | <ipv4 | ipv6 > <vrf name > | Configures the NTP peers and specify the peers to synchronize the system clock. Maximum 8 NTP peers can be configured |
DELETE URIs |
---|
/restconf/data/brocade-ntp:ntp/server |
/restconf/data/brocade-ntp:ntp/authentication-key |
//restconf/data/brocade-ntp:ntp/source-ip |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:443/restconf/data/brocade-ntp:ntp/server
None
<server y:self="restconf/data/brocade-ntp:ntp/server/10.1.1.2%2Cmgmt-vrf"> <ip>10.1.1.2</ip> <use-vrf>mgmt-vrf</use-vrf> </server>
The following example uses the POST option to configure authentication-key.
http://host:443/restconf/data/brocade-ntp:ntp/authenticate
<authentication-key> <keyid>50</keyid> <md5>{teesting}</md5> </authentication-key>
The following example uses the DELETE option to remove NTP configuration.
http://host:443/restconf/data/brocade-ntp:ntp/server
None