cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
758
Views
0
Helpful
3
Replies

snmp commands

vitancris
Level 1
Level 1

What are the most common snmp cpmmand you want to add to a Distribution switch

3 Replies 3

vladrac-ccna
Level 5
Level 5

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

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

ddemirchi
Level 1
Level 1

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.

Review Cisco Networking for a $25 gift card