Configuring cisco switch as SNMP server

From Notes_Wiki
Revision as of 04:59, 9 November 2012 by Saurabh (talk | contribs) (Created page with "=Configuring cisco switch as SNMP server= Steps: #Go to '<tt>config t</tt>' and use #:<pre> #:: snmp-server enable informs #:: snmp-server community public ro #:</pre> Note...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuring cisco switch as SNMP server

Steps:

  1. Go to 'config t' and use
    snmp-server enable informs
    snmp-server community public ro


Note: Community name acts like password, so if you want security then do not use community name as public and choose some other name. Also in case switch configuration needs to be modified by SNMP then use 'rw' instead of 'ro'