cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
768
Views
0
Helpful
1
Replies

SNMP equivalent OID to IOS CLI output

smallteabag
Level 1
Level 1

I'm looking for OID for VPDN Session Limit

Closest OID I came across is this - 1.3.6.1.4.1.9.10.51

1 Reply 1

Walk this OID to get the Limit. 1.3.6.1.4.1.9.10.51.1.2.1.1.1

The actual OID here is "1.3.6.1.4.1.9.10.51.1.2.1.1.1" and there are 3
index values (Z.XXXXX.YYYY)

 

Note that the value that we are looking at belongs to the
"ciscoVpdnMgmtExtMIB" which is just an extension of the
"ciscoVpdnMgmtMIB". 

Hence the index values for both these MIBs are defined in the
"ciscoVpdnMgmtMIB". 

 

Refer description here -
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=T
ranslate&objectInput=1.3.6.1.4.1.9.10.51 

 

The 3 index values are as below:

 

cvpdnSystemTunnelType
<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=
Translate&objectInput=cvpdnSystemTunnelType> (2)
cvpdnTunnelAttrTunnelId
<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=
Translate&objectInput=cvpdnTunnelAttrTunnelId> (63392)
cvpdnSessionAttrSessionId
<http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=
Translate&objectInput=cvpdnSessionAttrSessionId> (7001)

 

Refer -
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=T
ranslate&objectInput=1.3.6.1.4.1.9.10.24.1.3.2.1#oidContent 

 

So the index values can differ on each device