Skip to content

SNMPv3

Push SNMPv3 credentials and trap config to all supported vendors in one run.

Terminal window
# Single device
python -m src --task SNMPV3 --commands snmpv3 --ip 10.0.0.1 --vendor cisco
# All devices
python -m src --task SNMPV3 --commands snmpv3 --devices config/devices.csv --workers 20
# Retry failures
python -m src --task SNMPV3 --commands snmpv3 --retry --workers 10

config/cisco/snmpv3.txt — standard IOS/IOS-XE:

configure terminal
snmp-server group ...
snmp-server user ...
snmp-server host ...
end
write memory

Post-check output appears in the post_check column of SUMMARY/ and in POST_CHECK/{hostname}.cfg.