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

ASR5000 SNMP issue: No Such Object available on this agent at this OID

Yuliya S
Level 1
Level 1

Hi guys. I'm trying to configure snmp server (zabbix) for my asr5k. 

 

I uploaded  STARENT-MIB in mib's directory on zabbix server (/usr/share/mibs).

 

I want to configure the state of SCTP sessions. I found certain OID in Cisco ASR 5000 SNMP MIB Reference ( for example: enterprise.8164.1.46.1.1.2)

I checked this info via snmpwalk utility:

root@zabbix:/home# /usr/bin/snmpwalk -c @@@@@@ -v 2c 192.168.4.56 1.3.6.1.4.1.8164.1.46.1.1.2
Unlinked OID in IPATM-IPMC-MIB: marsMIB ::= { mib-2 57 }
Undefined identifier: mib-2 near line 18 of /usr/share/mibs/ietf/IPATM-IPMC-MIB
Bad operator (INTEGER): At line 73 in /usr/share/mibs/ietf/SNMPv2-PDU
Expected "::=" (RFC5644): At line 493 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Expected "{" (EOF): At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Bad object identifier: At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Bad parse of OBJECT-IDENTITY: At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
SNMPv2-SMI::enterprises.8164.1.46.1.1.2 = No Such Object available on this agent at this OID

 

But I got next ERROR: SNMPv2-SMI::enterprises.8164.1.46.1.1.2 = No Such Object available on this agent at this OID

 

Also i can information regarding another starent OIDs, for example:

 

root@zabbix:/home# /usr/bin/snmpwalk -c @@@@@@ -v 2c 192.168.4.56 1.3.6.1.4.1.8164.1.43
Unlinked OID in IPATM-IPMC-MIB: marsMIB ::= { mib-2 57 }
Undefined identifier: mib-2 near line 18 of /usr/share/mibs/ietf/IPATM-IPMC-MIB
Bad operator (INTEGER): At line 73 in /usr/share/mibs/ietf/SNMPv2-PDU
Expected "::=" (RFC5644): At line 493 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Expected "{" (EOF): At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Bad object identifier: At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
Bad parse of OBJECT-IDENTITY: At line 651 in /usr/share/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
SNMPv2-SMI::enterprises.8164.1.43.1.0 = INTEGER: 1
SNMPv2-SMI::enterprises.8164.1.43.2.0 = Gauge32: 0
SNMPv2-SMI::enterprises.8164.1.43.3.0 = Gauge32: 0
SNMPv2-SMI::enterprises.8164.1.43.4.0 = Gauge32: 0
SNMPv2-SMI::enterprises.8164.1.43.5.0 = Gauge32: 0
SNMPv2-SMI::enterprises.8164.1.43.6.0 = Counter32: 0
SNMPv2-SMI::enterprises.8164.1.43.7.0 = Gauge32: 0

 

My question is how i can get information regarding this OID 8164.1.starentSS7Rd(46)?

1 Reply 1

Hi,

 Unfortunatelly cisco made this table Not-Accessible. 

 

starentMIB(8164).starentMIBObjects(1).starentSS7Rd(46) enterprises.8164.1.46.1 Table containing SS7Rd-related information

Sequence of StarSS7RdEntry  - Not-Accessible

 

If you are going to dig deeper on SNMP,  you need a parser tool to guide you.

Take a look on the print attached, I´ll get the point.

Download the whole MIB and get this program, then walk through the MIB.