cancel
Showing results for 
Search instead for 
Did you mean: 

How to check SNMP traps sent status?

How to check SNMP traps sent status?

Paul11
Contributor
How to check SNMP traps sent status?

i have configure port up/down trap. But i can't see any trap Sent to SNMP server?
enable snmp traps port-up-down ports all

Appreciate your help. Thanks.

SW.30 # sh management

Total Read Only Communities : 2
Total Read Write Communities : 1
RMON : Disabled
SNMP access : Enabled
: Access Profile : not set
SNMP Compatibility Options :
IP Fragmentation : Disallow
SNMP Traps : Enabled
SNMP v1/v2c TrapReceivers :
Destination Source IP Address Flags Timeout Retries
10.10.50.154 /162 2ET - -
10.10.50.30 /162 2ET - -

Flags: Version: 1=v1 2=v2c 3=v3
Mode: S=Standard E=Enhanced
Notification Type: T=Trap I=Inform

SNMP stats: InPkts 819 OutPkts 819 Errors 0 AuthErrors 0
Gets 819 GetNexts 0 Sets 0 Drops 0
SNMP traps: Sent 0 AuthTraps Enabled
SNMP inform: Sent 0 Retries 0 Failed 0

SW.30 # sh configuration "snmp"
#
# Module snmpMaster configuration.
#
configure snmpv3 add community private01 name private01 user v1v2c_rw
configure snmpv3 add community public name public user v1v2c_ro
configure snmpv3 add community public01 name public01 user v1v2c_ro
configure snmpv3 add target-addr v1v2cNotifyTAddr1 param v1v2cNotifyParam2 ipaddress 10.10.50.154 transport-port 162 vr VR-Default tag-list defaultNotify
configure snmpv3 add target-addr v1v2cNotifyTAddr3 param v1v2cNotifyParam4 ipaddress 10.10.50.30 transport-port 162 vr VR-Default tag-list defaultNotify
configure snmpv3 add target-params v1v2cNotifyParam1 user v1v2cNotifyUser1 mp-model snmpv2c sec-model snmpv2c sec-level noauth
configure snmpv3 add target-params v1v2cNotifyParam2 user v1v2cNotifyUser2 mp-model snmpv2c sec-model snmpv2c sec-level noauth
configure snmpv3 add target-params v1v2cNotifyParam4 user v1v2cNotifyUser4 mp-model snmpv2c sec-model snmpv2c sec-level noauth
Singapore-SW.31 #

11 REPLIES 11

Paul11
Contributor
Hi Drew,

we may close the case. by using "sh management" and snmp trap will sent out, eg. link up/down.

Thanks for your review.

Drew_C
Valued Contributor III
Hi Paul,
I'm checking up on older threads and wanted to see if you were able to get this one sorted out.

Paul11
Contributor
what is the below configuration result please.

# Module idMgr configuration.
enable snmp traps identity-management

# Module lldp configuration.
configure lldp snmp-notification-interval 5

-Paul

Paul11
Contributor
i have try that command "configure snmpv3 add group xxxxx" but still the same.
no snmp trap sent.
GTM-P2G8KFN