Difference between revisions of "Enabling SNMP"

From Peter Pap's Technowiki
Jump to: navigation, search
(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 ...")
 
(No difference)

Latest revision as of 03:44, 21 September 2010

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