Hello!
I am trying to create snmp monitoring for parts of our equipment. So far it's been fine with the other products but I'm now stuck on snmpwalk for our routers.
The router is a Robustel R5020 with a redundant mobile link.
When I run the snmpwalk command I get output and data back, but I can't decipher what all the different MIB's are, some look very strange as IP addresses are part of the MIB's string itself. Has anyone worked with Robustel's routers before and knows how to work with them and snmp?
Even when I run snmpget I get strange output with OID including IP-adresses as the response.
I've followed the manual för SNMP Agent and cant seem to find what could be wrong.
I've attached the MIBS output if anyone wants to take a look.
I am trying to create snmp monitoring for parts of our equipment. So far it's been fine with the other products but I'm now stuck on snmpwalk for our routers.
The router is a Robustel R5020 with a redundant mobile link.
When I run the snmpwalk command I get output and data back, but I can't decipher what all the different MIB's are, some look very strange as IP addresses are part of the MIB's string itself. Has anyone worked with Robustel's routers before and knows how to work with them and snmp?
Even when I run snmpget I get strange output with OID including IP-adresses as the response.
Code:
root@Linux-Debian-Zabbix:~# snmpget -v 2c -c zafe5264 -On 192.168.1.139 TCP-MIB::tcpConnState.192.168.1.139.57509.5.178. 75.19.10089 .1.3.6.1.2.1.6.13.1.1.192.168.1.139.57509.5.178.75 .19.10089 = INTEGER: established(5) root@Linux-Debian-Zabbix:~#
I've attached the MIBS output if anyone wants to take a look.