cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1541
Views
0
Helpful
3
Replies

snmp problem

gerdo1961
Visitor

Hello,

         I have set up snmp on one of my routers. One of the lines I have entered is

snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart

The problem is that the router has 4 fastethernet switch ports and I see linkup linkdown messages for all the interfaces however I only want

to see linkup linkdown messages for the dialer2 interface.

Can anyone tell me how to configure it to just send traps for one interface?

Thanks

3 Replies 3

Michel Hegeraat
Level 11
Level 11

Depending on the IOS version you can say "no link traps" un the interface configuration.  (Not sure about exact syntax, and it varies among IOS versions I think )

Cheers,

Michel

Hello Michel,

                    Yes that's what I was looking for. I never thought to look under the interface. The correct syntax is

no snmp trap link-status

Thanks.

Yep that's it.

Good luck

Michel