My routers are configured to send SNMP traps to one of my servers but I'm getting a lot of link up & down status which I do not want to see.
I've added the following snmp config to the interfaces so that these snmp traps do not occur.
eg.
interface Serial1/6
ip address 192.168.113.9 255.255.255.252
no snmp trap link-status
However I still see them as shown below:
20021007 114734 SNMP 172.16.1.4 Trap(ciscoMgmt.41.2-6.1) ciscoMgmt.41.1.2.3.1.2.15954=LINK ciscoMgmt.41.1.2.3.1.3.15954=4 ciscoMgmt.41.1.2.3.1.4.15954=UPDOWN ciscoMgmt.41.1.2.3.1.5.15954="Interface Serial1/6, changed state to down" ciscoMgmt.41.1.2.3.1.6.15954="16 days 22:29:46" Addr:172.16.1.4 Int:6 Int:1 Tick:"16 days 22:29:46"
20021007 114915 SNMP 172.16.1.4 Trap(ciscoMgmt.41.2-6.1) ciscoMgmt.41.1.2.3.1.2.15955=LINK ciscoMgmt.41.1.2.3.1.3.15955=4 ciscoMgmt.41.1.2.3.1.4.15955=UPDOWN ciscoMgmt.41.1.2.3.1.5.15955="Interface Serial1/6, changed state to up" ciscoMgmt.41.1.2.3.1.6.15955="16 days 22:31:27" Addr:172.16.1.4 Int:6 Int:1 Tick:"16 days 22:31:27"
Am I missing out some config? Do I need to reboot the router after placing the snmp command?
BTW, what does the Tick:"16 days 22:31:27" means?
Thanks.