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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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