cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1040
Views
0
Helpful
2
Replies

SNMP MIB tables

Luke Smith
Level 1
Level 1

Does anyone know if the SNMP MIB tables have changed with IOS version 15.3?

I have an 871 on IOS 12.4(4)T7 that when I do a walk for ipRouteNextHop it provides results but on the 891 on IOS 15.3(3)T it states "No Such Object available on this agent at this IOD". I'm using the default route to grab the WAN interface to pull interface utilization but I'm pretty sure the MIB table has changed but looking to see if someone has seen this and know what the new version is to save me some time trying to find it.

2 Replies 2

AFROJ AHMAD
Cisco Employee
Cisco Employee

Hi ,

 

use  "IpCidrRouteNextHop"  for the same.

 

Hope it will work for you

 

Thanks-

Afroz

[Do rate the post]

***Ratings Encourages Contributors ****

Thanks- Afroz [Do rate the useful post] ****Ratings Encourages Contributors ****

Luke Smith
Level 1
Level 1

Completely forgot about this post ... I ended up using "ipAdEntNetMask" to find a 255.255.255.252 or 255.255.255.0 and then "ipAdEntIfIndex" to return back the WAN interface index value.