cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
878
Views
0
Helpful
6
Replies

Dynamic User Tracking Incorrect OID

helexis
Level 1
Level 1

macuhic.log is filled with Incorrect OID errors

class com.cisco.nm.cm.ut.uhic.mac.AsnDecoder.AsnObject: CB-Error-incorrectoid: Skt IP Address: 139.78.103.99, Incorrect OID: 1.3.6.1.6.3.1.1.5.3, location ctxt: AsnMakeMe_snmp_v2c, SNMPv2c

Decoder Stage: deviceIP : 139.78.103.99 timeStamp : 30083207 Processed : false

class com.cisco.nm.cm.ut.uhic.mac.AsnDecoder.AsnObject: CB-Error-incorrectoid: Skt IP Address: 139.78.103.99, Incorrect OID: 1.3.6.1.4.1.9.9.500.0.0.1, location ctxt: AsnMakeMe_snmp_v2c, SNMPv2c

Decoder Stage: deviceIP : 139.78.103.99 timeStamp : 30086951 Processed : false

class com.cisco.nm.cm.ut.uhic.mac.AsnDecoder.AsnObject: CB-Error-incorrectoid: Skt IP Address: 10.193.225.1, Incorrect OID: 1.3.6.1.6.3.1.1.5.5, location ctxt: AsnMakeMe_snmp_v2c, SNMPv2c

Decoder Stage: deviceIP : 10.193.225.1 timeStamp : 31619009 Processed : false

2 Accepted Solutions

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This is a bug. I have been waiting for a customer to test my patch, and report back before I filed the bug. If you open a TAC service request, I can provide you with this patch to test.

View solution in original post

Yeah, when I looked at the log again, I realized this wasn't the bug I thought it was, and told your engineer to verify the device config.

View solution in original post

6 Replies 6

Joe Clarke
Cisco Employee
Cisco Employee

This is a bug. I have been waiting for a customer to test my patch, and report back before I filed the bug. If you open a TAC service request, I can provide you with this patch to test.

TAC determined this is simply the result of sending more than just mac-notification traps to port 1431.

Yeah, when I looked at the log again, I realized this wasn't the bug I thought it was, and told your engineer to verify the device config.

Hello Joe,

Do you know what was wrong in device config because I have the same symptoms on 3550 switches ?

class com.cisco.nm.cm.ut.uhic.mac.AsnDecoder.AsnObject: CB-Error-incorrectoid: Skt IP Address: 10.128.145.17, Incorrect OID: 1.3.6.1.4.1.9.1.485, location ctxt: AsnMakeMe_snmp_v1, SNMPv1
Decoder Stage: deviceIP : null  timeStamp : 0  Processed : false
class com.cisco.nm.cm.ut.uhic.mac.AsnDecoder.AsnObject: CB-Error-incorrectoid: Skt IP Address: 10.128.145.17, Incorrect OID: 1.3.6.1.4.1.9.1.485, location ctxt: AsnMakeMe_snmp_v1, SNMPv1
Decoder Stage: deviceIP : null  timeStamp : 0  Processed : false

Thanks in advance,

Patrice

The problem was that the device was sending all traps to udp/1431 on the LMS server.  Campus only cares about CISCO-MAC-NOTIFICATION-MIB traps.  The device should only be configured as:

snmp-server host x.x.x.x COMMUNITY udp-port 1431  mac-notification

I put this configuration on 3500 switch:

conf t

mac address-table notification change

mac address-table notification change interval 15

snmp-server host aa.bb.cc.dd XXXXXX udp-port 1431 mac-notification

int range fa0/1 - 24

snmp trap mac-notification change added

snmp trap mac-notification change removed

end

Normally, only mac-notification traps would be sent to LMS.

I will take a look on received traps on LMS.