05-18-2015 02:07 AM - edited 03-03-2019 07:51 AM
Hi All,
I have been trying to run snmpwalk on Nexus 5k but it seems like object ipAddressTable (oid 1.3.6.1.2.1.4.34) is not available on this switch. However this object ipAddressTable is working on Nexus 7k. From the Nexus 5000 support list from this website,
ftp://ftp.cisco.com/pub/mibs/supportlists/nexus5000/Nexus5000MIBSupportList.html
I can see that the IP-MIB is supported for version 4.2(1)N1(1) and above. Please note that our NX-OS current version is 5.2(1)N1(5) which should be higher than the supported version. I have also run a MIB browser software and can see that object ipAddressTable does exists for this MIB.Can anyone help me regarding what is the correct OID to poll ip address table from Nexus 5k? Thanks
05-19-2015 10:41 AM
Do you have the L3 daughter card installed?
05-20-2015 04:22 PM
Hi Andras,
Yes we have L3 daughter card installed.
#show inv | i L3
NAME: "Module 3", DESCR: "02 Non L3 Daughter Card"
04-24-2018 01:04 AM
Don't forget the vlan for the context number. You need version 5.0 or later for the bridge mib support, 4.1 or 4.2 won't provide you what you are looking for.
Also You need to use context along with the community.
For eg. For vlan 10, it would be something like:
snmpwalk -v 2c -c public@10 172.16.165.36 1.3.6.1.2.1.17.4.3.1.1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide