ansible-collections/cisco.nxos

nxos_snmp_server module multiple hypen(-) and underscore(_) issues for MDS switches

srbharadwaj opened this issue · 0 comments

SUMMARY

nxos_snmp_server module has multiple hypen(-) and underscore(_) issues for MDS switches

ISSUE TYPE
  • Bug Report
COMPONENT NAME

nxos_snmp_server

ANSIBLE VERSION

latest

COLLECTION VERSION

latest

STEPS TO REPRODUCE
  • Under entity for params entity_fan_status_change, entity_mib_change, entity_module_inserted, entity_module_removed, entity_module_status_change, entity_power_out_change, entity_power_status_change, entity_sensor, entity_unrecognised_module the cmds sent to the switch have hypen(-) in them where as it should have been underscore(_)
  • Under license for params notify_license_expiry,notify_license_expiry_warning,notify_licensefile_missing,notify_no_license_for_feature the cmds sent to the switch have underscore(_) in them where as it should have been hypen(-)
  • Under link for params cisco_xcvr_mon_status_chg,cmn_mac_move_notification,delayed_link_state_change,extended_linkDown,extended_linkUp the cmds sent to the switch have underscore(_) in them where as it should have been hypen(-)