UNSOLVED

kjroot1

updated

18 years ago

K

kjroot1

4 Posts

1

5114

October 15th, 2008 08:00

SNMP Trap Adapter

I have the following defined in trap_mgr.conf - from SMARTS how can I send a test to make sure I have everything defined correctly? I want to make sure both the notify and clear works. Also is there a way I can define that this trap should come from hosts - tor123, tor345 and tor456?

#cisADChannelFailure
BEGIN_TRAP .1.3.6.1.4.1.1619.3.2.1 6 7
ClassName: Host
InstanceName: $SYS$
EventName: cisADChannelFailure
Severity: 3
EventText: vars=$V*$
Expiration: 8640
State: NOTIFY
EventType: DURABLE
LogFile: cisadmain.log
END_TRAP

#cisADChannelIsActive
BEGIN_TRAP .1.3.6.1.4.1.1619.20.100.6.1.1 6 32
ClassName: Host
InstanceName: $SYS$
EventName: cisADChannelFailure
State: CLEAR
LogFile: cisadmain.log
END