No collected IPv6 prefixes on Cisco Nexus routers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
Low
|
Morten Brekkevold |
Bug Description
This is related to bug 778422 and bug 777821.
A customer reports no IPv6 prefixes are being collected from their Nexus 7000 series router after an NX-OS software update. It appears that the NX-OS update has updated its support for RFC 4293 (an updated IP-MIB), and is now reporting IPv6 router addresses in ENTITY-
The column of the ipAddressTable that ipdevpoll uses for prefix information here is ipAddressPrefix. According to the RFC, this should be a row pointer to a row in the ipAddressPrefix
However, every RFC 4293-compliant device ipdevpoll has been tested against in the past report a pointer to the IP-MIB:
Changed in nav: | |
importance: | High → Low |
Changed in nav: | |
status: | Fix Committed → Fix Released |
An SNMP RowPointer is defined as follows:
"Represents a pointer to a conceptual row. The value is the
name of the instance of the first accessible columnar object
in the conceptual row.
For example, ifIndex.3 would point to the 3rd row in the
ifTable (note that if ifIndex were not-accessible, then
ifDescr.3 would be used instead)."
IMHO, NX-OS gets this _WRONG_, and a bug should be reported towards that.