Hi All,
I am trying to read IPv6 information from the CDP table via SNMP walk on my switch.
I am facing the following error:
bash$ snmpwalk -v2c -c public 10.XX.XX.XX 1.3.6.1.4.1.9.9.23.1.2.2
"No Such Object available on this agent at this OID"
MIB support Reference
I've confirmed the presence of IPv6 in the CDP table via the following command :
show cdp entry Controller
-------------------------
Device ID: Controller
Entry address(es):
IP address: 10.XX.XX.XX
IPv6 address: XXXX:XXXX:XXXX:XXXX::XXXX (global unicast)
IPv6 address: XXXX::XXXX:XXXX:XXXX:XXXX (link-local)
Platform: AIR-CT2504-K9, Capabilities: Host
Interface: GigabitEthernet1/0/1, Port ID (outgoing port): GigabitEthernet0/0/2
Holdtime : 139 sec
IPv6 information in CDP on Switch :
c3850wlc#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay
Device ID Local Intrfce Holdtme Capability Platform Port ID
Controller Gig 1/0/1 171 H AIR-CT250 Gig 0/0/2
Total cdp entries displayed : 1
Switch Version information:
Switch Ports Model SW Version SW Image Mode
------ ----- ----- ---------- ---------- ----
* 1 32 WS-C3850-24T 16.9.1 CAT3K_CAA-UNIVERSAL K9 BUNDLE
Any pointers are appreciated.
Thanks!