cisco.nxos
cisco.nxos copied to clipboard
add 'distribute' param for nxos_ntp_global module
SUMMARY
Cisco MDS switches supports distribute
for ntp
feature hence requesting that ntp
param be added for nxos_ntp_global
module
ISSUE TYPE
- Feature Idea/Enhancement
COMPONENT NAME
nxos_ntp_global
ADDITIONAL INFORMATION
Cisco MDS switches supports distribute
for ntp
feature hence requesting that distribute
param be added for nxos_ntp_global
module
distribute
param can take values True/False,
if True then ntp distribute
need to be pushed and any further cmds pushed to the switch will need to have ntp commit
cmd at the end
if False then no ntp distribute
need to be pushed
If distribute option is already present then while pushing any new cmds to the switch ntp commit
needs to be added at the end
sw184-9706(config)# sh running-config ntp
!Command: show running-config ntp
!Running configuration last done at: Mon Jul 11 17:40:49 2022
!Time: Mon Jul 11 19:48:27 2022
version 9.3(1)
ntp distribute
ntp server 10.28.13.90
ntp server 10.64.58.50 prefer
ntp server 64.103.220.113
ntp server 64.103.220.231
ntp server 64.104.222.16
ntp server 171.68.10.80 prefer
ntp server 171.68.38.65
ntp server 172.22.35.100
ntp server 172.22.35.107 prefer
ntp commit
sw184-9706(config)#