My Countingdown

Friday, December 16, 2011

Lab 7. IP Services - SNMP



Configure SNM in R2 with parameter as follow:
  • R2 will send information if any configuration change will send to 1.1.1.1
  • R2 will send information if any BGP changing to 1.1.1.1
  • Except 1.1.1.1, no any host is allowed to request snmp information
Let's make the lab

R2#
snmp-server community public ro 10
access-list 10 permit permit host 1.1.1.1
snmp-server enable traps config
snmp-server enable traps bgp
snmp-server host 1.1.1.1 public config
snmp-server host 1.1.1.1 public bgp

No comments:

Post a Comment