06-04-2006 07:18 AM - edited 03-03-2019 03:29 AM
What are the most common snmp cpmmand you want to add to a Distribution switch
06-04-2006 11:31 AM
I think it depends on what kind of configuration and features you are using.
We use:
snmp-server system-shutdown
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps entity
snmp-server enable traps fru-ctrl
snmp-server enable traps envmon shutdown temperature status
snmp-server enable traps hsrp
Vlad
06-04-2006 02:21 PM
You'll also need to add community strings so that the devices can be polled via snmp or configuration changes via snmp set
snmp-server community public ro
snmp-server community private rw
(sub public and private for your strings)
You might also want to add access-lists to the community strings so that you can limit snmp access to the device.
If the device supports you can also use snmp v3 which adds more security
06-04-2006 05:50 PM
Hi,
You might want to include the following lines also;
snmp-server enable traps config
snmp-server enable traps MAC-Notification
snmp-server host ip-address version # trapstring // Trap Server Info.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide