Difference between revisions of "Configuring cisco switch as SNMP server"

From Notes_Wiki
(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...")
 
m
Line 1: Line 1:
<yambe:breadcrumb self="Configuring cisco switch as SNMP server">Switch configuration notes|Switch configuration notes</yambe:breadcrumb>
=Configuring cisco switch as SNMP server=
=Configuring cisco switch as SNMP server=


Line 10: Line 11:


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 '<tt>rw</tt>' instead of '<tt>ro</tt>'
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 '<tt>rw</tt>' instead of '<tt>ro</tt>'
<yambe:breadcrumb self="Configuring cisco switch as SNMP server">Switch configuration notes|Switch configuration notes</yambe:breadcrumb>

Revision as of 05:58, 18 September 2018

<yambe:breadcrumb self="Configuring cisco switch as SNMP server">Switch configuration notes|Switch configuration notes</yambe:breadcrumb>

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'


<yambe:breadcrumb self="Configuring cisco switch as SNMP server">Switch configuration notes|Switch configuration notes</yambe:breadcrumb>