03-16-2014 01:39 AM
Hi ,
How to enable snmp in cisco devices.
Any one know that you default community string for Solrawinds ?
03-16-2014 08:29 PM
The command is snmp-server community YourString RO (or RW if you want read/write).
I would recommend not using any default community string on your devices. I believe in SolarWinds you program a community string when you add the network device to it so you can pick what string you want to use.
08-29-2014 04:24 PM
community strings are version 2 which are clear text. Version 3 offers encryption. To enable traps on your cisco devices use snmp-server enable trap (doing so will enable all traps on your device)
09-03-2014 02:29 AM
snmp-server community <community_name>
snmp-server ifindex persist
snmp-server trap-source <loopback>
snmp-server host <host_ip> version 2c <Community_Name>
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