RMON and SNMP v3

From: Sergey (public@svlp.net)
Date: Fri Jul 20 2007 - 09:43:13 ART


Hello,

I've configured Rmon and now want receive V3 trap, my config is

snmp-server user trap_user trap_group v3
snmp-server group trap_group v3 noauth notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF0F
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server host 192.168.10.83 version 3 noauth trap_user

rmon event 15 trap trap_user description UP owner config
rmon event 16 trap trap_user description DOWN owner config
rmon alarm 10 ifInOctets.1 15 delta rising-threshold 10000 15 falling-threshold 5000 16 owner config

And if RMON fire event 15 or 16 then nothing happened, no snmp trap send.
But configuration works fine with link status notifications.

QR1(config-if)#shutdown
QR1(config-if)#
*Mar 16 02:15:57.298: %LINK-5-CHANGED: Interface Serial1/0, changed state to administratively down
*Mar 16 02:15:58.298: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
*Mar 16 02:15:58.314: SNMP: Queuing packet to 192.168.10.83
*Mar 16 02:15:58.318: SNMP: V2 Trap, reqid 14, errstat 0, erridx 0
 sysUpTime.0 = 130415839
 snmpTrapOID.0 = snmpTraps.3
 ifIndex.2 = 2
 ifDescr.2 = Serial1/0
 ifType.2 = 23
 lifEntry.20.2 = administratively down

This is tcpdump output

18:38:43.526825 IP 192.168.10.184.54173 > 192.168.10.83.162:
F= U=trap_user E= 0x800x000x000x090x030x000xCC0x000x570xCA0x000x00 C= V2Trap(153)
.1.3.6.1.2.1.1.3.0=130415839
.1.3.6.1.6.3.1.1.4.1.0=.1.3.6.1.6.3.1.1.5.3
.1.3.6.1.2.1.2.2.1.1.2=2
.1.3.6.1.2.1.2.2.1.2.2="Serial1/0"
.1.3.6.1.2.1.2.2.1.3.2=23
.1.3.6.1.4.1.9.2.2.1.1.20.2="administratively down"

Could you provide working config SNMP V3 trap + RMON



This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:41 ART