Task:
Configure SNMP on IOS device, allowing it to be managed by a network management station (NMS)
Solution:
! !Define access-list containing IP addresses of NMS servers on the network access-list 10 permit x.x.x.x ! !Provide contact to call for device support snmp-server contact Network Manager Phone and Email ! !Provide physical location of device snmp-server location East Street Nashville, TN ! !Provide SNMP string for view only access to device !Also configure access to only accept requests from hosts !defined in access-list 10 snmp-server community secretstring RO 10 ! !Provide SNMP string for read/write access to device !Also configure access to only accept requests from hosts !defined in access-list 10 snmp-server community securestring RW 10 ! !Send device alerts to SNMP trap receiver snmp-server host x.x.x.x version 2c receiverstring


Print This Post