cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1224
Views
0
Helpful
3
Replies

ipAddressTable MIB is not available on Cisco Nexus 5000 series

khairulanam
Level 1
Level 1

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

3 Replies 3

Andras Dosztal
Level 3
Level 3

Do you have the L3 daughter card installed?

Hi Andras,

 

Yes we have L3 daughter card installed.

 

#show inv | i L3

NAME: "Module 3", DESCR: "02 Non L3 Daughter Card"

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