cisco.nxos
cisco.nxos copied to clipboard
"distribute" option is missing for nxos_logging_global module
SUMMARY
MDS switches support "distribute" option for ntp, but the same is missing in the module nxos_logging_global
ISSUE TYPE
- Bug Report
COMPONENT NAME
nxos_logging_global
ANSIBLE VERSION
latest
COLLECTION VERSION
latest
THINGS TO DO
- Add an option called "
distribute
" , valid values areTrue
andFalse
, (no default values), ifTrue
is passed thenlogging distribute
command must be sent, ifFalse
is passed thenno logging distribute
command must be sent. - While doing other configurations, we need to check if the switch has distribution enabled for logging (
show running-config | inc "logging distribute"
), if yes thenlogging commit
commands needs to be sent at the end to commit the configuration
The virtual Nexus 9000 appliances that we have access to currently do not support the distribute command, rendering us unable to get this implemented properly. Hence, we are open to PRs to get this sorted.
nxos(config)# logging distribute
This cli is not supported in this platform
cc @mikewiebe @praveenramoorthy