As a minimum you need to define the following elements for SNMP access:
1. Configure an ACL for an SNMP community
2. Configure SNMP server hosts
3. Configure SNMP notifications
Example:
router(config)# access-list 35 permit 192.168.1.1
router(config)# snmp-server community RO 35 (35 is the access list #)
router(config)# snmp-server host 192.168.1.1
router(config)# snmp-server enable traps bgp
|