Enabling SNMP
From Peter Pap's Technowiki
Revision as of 03:44, 21 September 2010 by Ppapa (talk | contribs) (Created page with "This will enable read only SNMP on a switch and restrict access to a single server config t snmp-server community communityname RO 1 access-list 1 permit 192.168.1.1 ...")
This will enable read only SNMP on a switch and restrict access to a single server
config t snmp-server community communityname RO 1 access-list 1 permit 192.168.1.1 exit