cisco.nxos icon indicating copy to clipboard operation
cisco.nxos copied to clipboard

"distribute" option is missing for nxos_logging_global module

Open srbharadwaj opened this issue 2 years ago • 1 comments

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 are True and False, (no default values), if True is passed then logging distribute command must be sent, if False is passed then no 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 then logging commit commands needs to be sent at the end to commit the configuration

srbharadwaj avatar Apr 26 '22 07:04 srbharadwaj

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

NilashishC avatar Apr 26 '22 11:04 NilashishC