tcpConnRemAddress SNMP Monitoring
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
tcpConnRemAddress SNMP Monitoring
I'm attempting to monitor whether a Canon ImageRunner Advance Copier/MFP has an active connection with a software management server that we use.
I've identified OID 1.3.6.1.2.1.6.13.1.4. that returns tcpConnRemAddress as an IPAddress.
An SNMP walk of the device returns the attached result.
Running Nagios XI version 5.3.1
Command:
check_xi_service_snmp! -p 161 -o tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.64657 -C public -P 1 -r "172.16.7.100"
Browser Result:
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.64657
I've identified OID 1.3.6.1.2.1.6.13.1.4. that returns tcpConnRemAddress as an IPAddress.
An SNMP walk of the device returns the attached result.
Running Nagios XI version 5.3.1
Command:
check_xi_service_snmp! -p 161 -o tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.64657 -C public -P 1 -r "172.16.7.100"
Browser Result:
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.64657
You do not have the required permissions to view the files attached to this post.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: tcpConnRemAddress SNMP Monitoring
That particular response is generated by the remote device, not that nagios server. It is telling you that it received your request, but for some reason that oid is not available. Are you using a load balanced IP or something similar where it might be hitting a redundant device instead? Are there any logs from your remote device regarding this? (I'm assuming not on the logs, but maybe.)
I kinda doubt it is going to tell us much, but could you PM me your XI profile? You can download it by going to Admin > System Config > System Profile and click the Download Profile button in the top right corner.
Please update this forum thread once you have sent the PM. This is very important. It's the only way your thread makes it back to our dashboard.
UPDATE: Profile received and shared with techs.
I kinda doubt it is going to tell us much, but could you PM me your XI profile? You can download it by going to Admin > System Config > System Profile and click the Download Profile button in the top right corner.
Please update this forum thread once you have sent the PM. This is very important. It's the only way your thread makes it back to our dashboard.
UPDATE: Profile received and shared with techs.
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
Re: tcpConnRemAddress SNMP Monitoring
PM sent
No load balancing.
I will continue looking for logs on the device, but have not found any relevant ones yet.
No load balancing.
I will continue looking for logs on the device, but have not found any relevant ones yet.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: tcpConnRemAddress SNMP Monitoring
One thing to try, is to add a trailing zero. OIDs typically end with .0, the .0 indicates that it's a value. Do you still get the same error with the trailing zero?
There's a ton of useful SNMP information in this talk: https://support.nagios.com/kb/article.php?id=451. That's where I learned the .0 trick.
I just want to give you a heads up that we'll be closed Thursday and Friday this week, and we close early tomorrow, but of course we'll be here the rest of the day today to help with this issue.
There's a ton of useful SNMP information in this talk: https://support.nagios.com/kb/article.php?id=451. That's where I learned the .0 trick.
I just want to give you a heads up that we'll be closed Thursday and Friday this week, and we close early tomorrow, but of course we'll be here the rest of the day today to help with this issue.
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
Re: tcpConnRemAddress SNMP Monitoring
.0 didn't help (yet)
I ran
snmpwalk -v 1 -c public 172.17.1.202
and the output is
Then I ran
snmptranslate -On TCP-MIB::tcpConnRemAddress.
and the output is
.1.3.6.1.2.1.6.13.1.4.0
Then I ran
./check_snmp 172.17.1.202 -C public -v 1 -o .1.3.6.1.2.1.6.13.1.4.0
and the output is
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.2.1.6.13.1.4.0
I ran
snmpwalk -v 1 -c public 172.17.1.202
and the output is
Code: Select all
SNMPv2-MIB::sysDescr.0 = STRING: Canon iR-ADV 4245 /P
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.1602.4.7
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (11301986) 1 day, 7:23:39.86
SNMPv2-MIB::sysContact.0 = STRING:
SNMPv2-MIB::sysName.0 = STRING: iR-ADV 4245
SNMPv2-MIB::sysLocation.0 = STRING:
SNMPv2-MIB::sysServices.0 = INTEGER: 72
IF-MIB::ifNumber.0 = INTEGER: 1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifDescr.1 = STRING: eth0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifPhysAddress.1 = STRING: 2c:9e:fc:d6:fc:95
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 9878108
IF-MIB::ifInUcastPkts.1 = Counter32: 65336
IF-MIB::ifInNUcastPkts.1 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 3153259
IF-MIB::ifOutUcastPkts.1 = Counter32: 31048
IF-MIB::ifOutNUcastPkts.1 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero
IP-MIB::ipForwarding.0 = INTEGER: notForwarding(2)
IP-MIB::ipDefaultTTL.0 = INTEGER: 64
IP-MIB::ipInReceives.0 = Counter32: 528109
IP-MIB::ipInHdrErrors.0 = Counter32: 0
IP-MIB::ipInAddrErrors.0 = Counter32: 25
IP-MIB::ipForwDatagrams.0 = Counter32: 0
IP-MIB::ipInUnknownProtos.0 = Counter32: 0
IP-MIB::ipInDiscards.0 = Counter32: 0
IP-MIB::ipInDelivers.0 = Counter32: 490718
IP-MIB::ipOutRequests.0 = Counter32: 279449
IP-MIB::ipOutDiscards.0 = Counter32: 0
IP-MIB::ipOutNoRoutes.0 = Counter32: 0
IP-MIB::ipReasmTimeout.0 = INTEGER: 60 seconds
IP-MIB::ipReasmReqds.0 = Counter32: 0
IP-MIB::ipReasmOKs.0 = Counter32: 0
IP-MIB::ipReasmFails.0 = Counter32: 0
IP-MIB::ipFragOKs.0 = Counter32: 0
IP-MIB::ipFragFails.0 = Counter32: 0
IP-MIB::ipFragCreates.0 = Counter32: 0
IP-MIB::ipAdEntAddr.172.17.1.202 = IpAddress: 172.17.1.202
IP-MIB::ipAdEntIfIndex.172.17.1.202 = INTEGER: 1
IP-MIB::ipAdEntNetMask.172.17.1.202 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntBcastAddr.172.17.1.202 = INTEGER: 1
IP-MIB::ipAdEntReasmMaxSize.172.17.1.202 = INTEGER: 65535
RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteNextHop.0.0.0.0 = IpAddress: 172.17.1.1
IP-MIB::icmpInMsgs.0 = Counter32: 1720
IP-MIB::icmpInErrors.0 = Counter32: 0
IP-MIB::icmpInDestUnreachs.0 = Counter32: 0
IP-MIB::icmpInTimeExcds.0 = Counter32: 0
IP-MIB::icmpInParmProbs.0 = Counter32: 0
IP-MIB::icmpInSrcQuenchs.0 = Counter32: 0
IP-MIB::icmpInRedirects.0 = Counter32: 0
IP-MIB::icmpInEchos.0 = Counter32: 1720
IP-MIB::icmpInEchoReps.0 = Counter32: 0
IP-MIB::icmpInAddrMasks.0 = Counter32: 0
IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0
TCP-MIB::tcpRtoAlgorithm.0 = INTEGER: vanj(4)
TCP-MIB::tcpRtoMin.0 = INTEGER: 1000 milliseconds
TCP-MIB::tcpRtoMax.0 = INTEGER: 64000 milliseconds
TCP-MIB::tcpMaxConn.0 = INTEGER: -1
TCP-MIB::tcpActiveOpens.0 = Counter32: 24017
TCP-MIB::tcpPassiveOpens.0 = Counter32: 3835
TCP-MIB::tcpAttemptFails.0 = Counter32: 3359
TCP-MIB::tcpEstabResets.0 = Counter32: 63
TCP-MIB::tcpCurrEstab.0 = Gauge32: 0
TCP-MIB::tcpInSegs.0 = Counter32: 359328
TCP-MIB::tcpOutSegs.0 = Counter32: 184186
TCP-MIB::tcpRetransSegs.0 = Counter32: 3
TCP-MIB::tcpConnState.0.0.0.0.80.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.443.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.515.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.8000.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.8443.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9002.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9006.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9007.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9010.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9011.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9013.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9014.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9015.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9017.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9018.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9022.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9023.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.9100.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.19100.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.20000.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.20010.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.47545.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.47546.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.47547.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.47617.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.53213.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.53214.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.55839.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.20200.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.20202.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.59630.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.60000.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.172.17.1.202.8000.172.16.7.100.51886 = INTEGER: timeWait(11)
TCP-MIB::tcpConnState.172.17.1.202.8000.172.16.7.100.51890 = INTEGER: timeWait(11)
TCP-MIB::tcpConnLocalAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.515.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.8000.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.8443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9002.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9006.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9007.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9010.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9011.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9013.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9014.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9015.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9017.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9018.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9022.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9023.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.9100.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.19100.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.20000.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.20010.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.47545.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.47546.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.47547.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.47617.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.53213.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.53214.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.55839.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.127.0.0.1.20200.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.20202.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.59630.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.60000.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.172.17.1.202.8000.172.16.7.100.51886 = IpAddress: 172.17.1.202
TCP-MIB::tcpConnLocalAddress.172.17.1.202.8000.172.16.7.100.51890 = IpAddress: 172.17.1.202
TCP-MIB::tcpConnLocalPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 80
TCP-MIB::tcpConnLocalPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 443
TCP-MIB::tcpConnLocalPort.0.0.0.0.515.0.0.0.0.0 = INTEGER: 515
TCP-MIB::tcpConnLocalPort.0.0.0.0.8000.0.0.0.0.0 = INTEGER: 8000
TCP-MIB::tcpConnLocalPort.0.0.0.0.8443.0.0.0.0.0 = INTEGER: 8443
TCP-MIB::tcpConnLocalPort.0.0.0.0.9002.0.0.0.0.0 = INTEGER: 9002
TCP-MIB::tcpConnLocalPort.0.0.0.0.9006.0.0.0.0.0 = INTEGER: 9006
TCP-MIB::tcpConnLocalPort.0.0.0.0.9007.0.0.0.0.0 = INTEGER: 9007
TCP-MIB::tcpConnLocalPort.0.0.0.0.9010.0.0.0.0.0 = INTEGER: 9010
TCP-MIB::tcpConnLocalPort.0.0.0.0.9011.0.0.0.0.0 = INTEGER: 9011
TCP-MIB::tcpConnLocalPort.0.0.0.0.9013.0.0.0.0.0 = INTEGER: 9013
TCP-MIB::tcpConnLocalPort.0.0.0.0.9014.0.0.0.0.0 = INTEGER: 9014
TCP-MIB::tcpConnLocalPort.0.0.0.0.9015.0.0.0.0.0 = INTEGER: 9015
TCP-MIB::tcpConnLocalPort.0.0.0.0.9017.0.0.0.0.0 = INTEGER: 9017
TCP-MIB::tcpConnLocalPort.0.0.0.0.9018.0.0.0.0.0 = INTEGER: 9018
TCP-MIB::tcpConnLocalPort.0.0.0.0.9022.0.0.0.0.0 = INTEGER: 9022
TCP-MIB::tcpConnLocalPort.0.0.0.0.9023.0.0.0.0.0 = INTEGER: 9023
TCP-MIB::tcpConnLocalPort.0.0.0.0.9100.0.0.0.0.0 = INTEGER: 9100
TCP-MIB::tcpConnLocalPort.0.0.0.0.19100.0.0.0.0.0 = INTEGER: 19100
TCP-MIB::tcpConnLocalPort.0.0.0.0.20000.0.0.0.0.0 = INTEGER: 20000
TCP-MIB::tcpConnLocalPort.0.0.0.0.20010.0.0.0.0.0 = INTEGER: 20010
TCP-MIB::tcpConnLocalPort.0.0.0.0.47545.0.0.0.0.0 = INTEGER: 47545
TCP-MIB::tcpConnLocalPort.0.0.0.0.47546.0.0.0.0.0 = INTEGER: 47546
TCP-MIB::tcpConnLocalPort.0.0.0.0.47547.0.0.0.0.0 = INTEGER: 47547
TCP-MIB::tcpConnLocalPort.0.0.0.0.47617.0.0.0.0.0 = INTEGER: 47617
TCP-MIB::tcpConnLocalPort.0.0.0.0.53213.0.0.0.0.0 = INTEGER: 53213
TCP-MIB::tcpConnLocalPort.0.0.0.0.53214.0.0.0.0.0 = INTEGER: 53214
TCP-MIB::tcpConnLocalPort.0.0.0.0.55839.0.0.0.0.0 = INTEGER: 55839
TCP-MIB::tcpConnLocalPort.127.0.0.1.20200.0.0.0.0.0 = INTEGER: 20200
TCP-MIB::tcpConnLocalPort.127.0.0.1.20202.0.0.0.0.0 = INTEGER: 20202
TCP-MIB::tcpConnLocalPort.127.0.0.1.59630.0.0.0.0.0 = INTEGER: 59630
TCP-MIB::tcpConnLocalPort.127.0.0.1.60000.0.0.0.0.0 = INTEGER: 60000
TCP-MIB::tcpConnLocalPort.172.17.1.202.8000.172.16.7.100.51886 = INTEGER: 8000
TCP-MIB::tcpConnLocalPort.172.17.1.202.8000.172.16.7.100.51890 = INTEGER: 8000
TCP-MIB::tcpConnRemAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.515.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.8000.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.8443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9002.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9006.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9007.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9010.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9011.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9013.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9014.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9015.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9017.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9018.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9022.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9023.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.9100.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.19100.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.20000.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.20010.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.47545.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.47546.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.47547.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.47617.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.53213.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.53214.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.55839.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.20200.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.20202.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.59630.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.60000.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.51886 = IpAddress: 172.16.7.100
TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.51890 = IpAddress: 172.16.7.100
TCP-MIB::tcpConnRemPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.515.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.8000.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.8443.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9002.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9006.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9007.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9010.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9011.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9013.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9014.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9015.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9017.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9018.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9022.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9023.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.9100.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.19100.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.20000.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.20010.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.47545.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.47546.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.47547.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.47617.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.53213.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.53214.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.55839.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.20200.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.20202.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.59630.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.60000.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.172.17.1.202.8000.172.16.7.100.51886 = INTEGER: 51886
TCP-MIB::tcpConnRemPort.172.17.1.202.8000.172.16.7.100.51890 = INTEGER: 51890
TCP-MIB::tcpInErrs.0 = Counter32: 0
TCP-MIB::tcpOutRsts.0 = Counter32: 3421
UDP-MIB::udpInDatagrams.0 = Counter32: 97216
UDP-MIB::udpNoPorts.0 = Counter32: 4
UDP-MIB::udpInErrors.0 = Counter32: 0
UDP-MIB::udpOutDatagrams.0 = Counter32: 93767
UDP-MIB::udpLocalAddress.0.0.0.0.161 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.33718 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.47545 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.53213 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.53214 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalPort.0.0.0.0.161 = INTEGER: 161
UDP-MIB::udpLocalPort.0.0.0.0.33718 = INTEGER: 33718
UDP-MIB::udpLocalPort.0.0.0.0.47545 = INTEGER: 47545
UDP-MIB::udpLocalPort.0.0.0.0.53213 = INTEGER: 53213
UDP-MIB::udpLocalPort.0.0.0.0.53214 = INTEGER: 53214
SNMPv2-MIB::snmpInPkts.0 = Counter32: 17242
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 17242
SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0
SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0
SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 10549
SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0
SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 6702
SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 10554
SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0
SNMPv2-MIB::snmpInTraps.0 = Counter32: 0
SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 6703
SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0
SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 17266
SNMPv2-MIB::snmpOutTraps.0 = Counter32: 0
SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: disabled(2)
SNMPv2-SMI::mib-2.13.8.1.1.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.13.8.1.1.1.2 = INTEGER: 2
SNMPv2-SMI::mib-2.13.8.1.1.1.3 = INTEGER: 3
SNMPv2-SMI::mib-2.13.8.1.1.1.4 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.2.1 = STRING: "iR-ADV 4245"
SNMPv2-SMI::mib-2.13.8.1.1.2.2 = STRING: "iR-ADV 4245"
SNMPv2-SMI::mib-2.13.8.1.1.2.3 = STRING: "iR-ADV 4245"
SNMPv2-SMI::mib-2.13.8.1.1.2.4 = STRING: "CANONFCD6FC95"
SNMPv2-SMI::mib-2.13.8.1.1.3.1 = STRING: "LaserWriter"
SNMPv2-SMI::mib-2.13.8.1.1.3.2 = STRING: "CanonPS"
SNMPv2-SMI::mib-2.13.8.1.1.3.3 = STRING: "CanonPDL_I"
SNMPv2-SMI::mib-2.13.8.1.1.3.4 = STRING: "SNMP Agent"
SNMPv2-SMI::mib-2.13.8.1.1.4.1 = STRING: "*"
SNMPv2-SMI::mib-2.13.8.1.1.4.2 = STRING: "*"
SNMPv2-SMI::mib-2.13.8.1.1.4.3 = STRING: "*"
SNMPv2-SMI::mib-2.13.8.1.1.4.4 = STRING: "*"
SNMPv2-SMI::mib-2.13.8.1.1.5.1 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.5.2 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.5.3 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.5.4 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.6.1 = Hex-STRING: 00 00 00 00
SNMPv2-SMI::mib-2.13.8.1.1.6.2 = Hex-STRING: 00 00 00 00
SNMPv2-SMI::mib-2.13.8.1.1.6.3 = Hex-STRING: 00 00 00 00
SNMPv2-SMI::mib-2.13.8.1.1.6.4 = Hex-STRING: 00 00 00 00
SNMPv2-SMI::mib-2.13.8.1.1.7.1 = INTEGER: 0
SNMPv2-SMI::mib-2.13.8.1.1.7.2 = INTEGER: 0
SNMPv2-SMI::mib-2.13.8.1.1.7.3 = INTEGER: 0
SNMPv2-SMI::mib-2.13.8.1.1.7.4 = INTEGER: 0
SNMPv2-SMI::mib-2.13.8.2.0 = Counter32: 0
SNMPv2-SMI::mib-2.13.8.3.0 = Counter32: 0
SNMPv2-SMI::mib-2.13.8.6.0 = Counter32: 0
SNMPv2-SMI::mib-2.13.8.7.0 = Counter32: 0
SNMPv2-SMI::mib-2.13.8.8.0 = Counter32: 0
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (11302051) 1 day, 7:23:40.51
HOST-RESOURCES-MIB::hrSystemDate.0 = STRING: 2016-11-22,22:38:24.0
HOST-RESOURCES-MIB::hrSystemInitialLoadDevice.0 = INTEGER: 1
HOST-RESOURCES-MIB::hrSystemInitialLoadParameters.0 = ""
HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 0
HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 0
HOST-RESOURCES-MIB::hrSystemMaxProcesses.0 = INTEGER: 0
HOST-RESOURCES-MIB::hrMemorySize.0 = INTEGER: 1048576 KBytes
HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrStorageIndex.2 = INTEGER: 2
HOST-RESOURCES-MIB::hrStorageIndex.3 = INTEGER: 3
HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-TYPES::hrStorageRam
HOST-RESOURCES-MIB::hrStorageType.2 = OID: HOST-RESOURCES-TYPES::hrStorageRam
HOST-RESOURCES-MIB::hrStorageType.3 = OID: HOST-RESOURCES-TYPES::hrStorageFixedDisk
HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: RAM(main)
HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: RAM(sub)
HOST-RESOURCES-MIB::hrStorageDescr.3 = STRING: HDD
HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 1024 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 1024 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.3 = INTEGER: 1048576 Bytes
HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 1048576
HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: 262144
HOST-RESOURCES-MIB::hrStorageSize.3 = INTEGER: 51169
HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageUsed.3 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageAllocationFailures.1 = Counter32: 0
HOST-RESOURCES-MIB::hrStorageAllocationFailures.2 = Counter32: 0
HOST-RESOURCES-MIB::hrStorageAllocationFailures.3 = Counter32: 0
HOST-RESOURCES-MIB::hrDeviceIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrDeviceIndex.2 = INTEGER: 2
HOST-RESOURCES-MIB::hrDeviceIndex.101 = INTEGER: 101
HOST-RESOURCES-MIB::hrDeviceIndex.102 = INTEGER: 102
HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-TYPES::hrDevicePrinter
HOST-RESOURCES-MIB::hrDeviceType.2 = OID: HOST-RESOURCES-TYPES::hrDeviceDiskStorage
HOST-RESOURCES-MIB::hrDeviceType.101 = OID: HOST-RESOURCES-TYPES::hrDeviceOther
HOST-RESOURCES-MIB::hrDeviceType.102 = OID: HOST-RESOURCES-TYPES::hrDeviceOther
HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Canon iR-ADV 4245 24.02
HOST-RESOURCES-MIB::hrDeviceDescr.2 = STRING: HDD
HOST-RESOURCES-MIB::hrDeviceDescr.101 = STRING: Color Image Reader
HOST-RESOURCES-MIB::hrDeviceDescr.102 = STRING: Document Feeder
HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.1602.4.7.122
HOST-RESOURCES-MIB::hrDeviceID.2 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrDeviceID.101 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrDeviceID.102 = OID: SNMPv2-SMI::zeroDotZero
HOST-RESOURCES-MIB::hrDeviceStatus.1 = INTEGER: warning(3)
HOST-RESOURCES-MIB::hrDeviceStatus.2 = INTEGER: running(2)
HOST-RESOURCES-MIB::hrDeviceStatus.101 = INTEGER: running(2)
HOST-RESOURCES-MIB::hrDeviceStatus.102 = INTEGER: running(2)
HOST-RESOURCES-MIB::hrDeviceErrors.1 = Counter32: 16
HOST-RESOURCES-MIB::hrDeviceErrors.2 = Counter32: 0
HOST-RESOURCES-MIB::hrDeviceErrors.101 = Counter32: 0
HOST-RESOURCES-MIB::hrDeviceErrors.102 = Counter32: 0
HOST-RESOURCES-MIB::hrPrinterStatus.1 = INTEGER: other(1)
HOST-RESOURCES-MIB::hrPrinterDetectedErrorState.1 = STRING: " "
HOST-RESOURCES-MIB::hrDiskStorageAccess.2 = INTEGER: readWrite(1)
HOST-RESOURCES-MIB::hrDiskStorageMedia.2 = INTEGER: hardDisk(3)
HOST-RESOURCES-MIB::hrDiskStorageRemoveble.2 = INTEGER: false(2)
HOST-RESOURCES-MIB::hrDiskStorageCapacity.2 = INTEGER: 52397056 KBytes
SNMPv2-SMI::mib-2.43.5.1.1.1.1 = Counter32: 0
SNMPv2-SMI::mib-2.43.5.1.1.2.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.3.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.5.1.1.4.1 = ""
SNMPv2-SMI::mib-2.43.5.1.1.5.1 = ""
SNMPv2-SMI::mib-2.43.5.1.1.6.1 = INTEGER: 2
SNMPv2-SMI::mib-2.43.5.1.1.7.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.8.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.9.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.10.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.11.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.12.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.1.1.13.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.5.1.1.14.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.5.1.1.15.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.5.1.1.16.1 = STRING: "iR-ADV 4245"
SNMPv2-SMI::mib-2.43.5.1.1.17.1 = STRING: "QHR90032"
SNMPv2-SMI::mib-2.43.5.1.1.18.1 = Counter32: 0
SNMPv2-SMI::mib-2.43.5.1.1.19.1 = Counter32: 16
SNMPv2-SMI::mib-2.43.5.2.1.2.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.5.3.1.2.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.6.1.1.2.1.1 = STRING: "Printer Cover"
SNMPv2-SMI::mib-2.43.6.1.1.2.1.2 = STRING: "Finisher Cover"
SNMPv2-SMI::mib-2.43.6.1.1.3.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.6.1.1.3.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.7.1.1.2.1.1 = STRING: "en"
SNMPv2-SMI::mib-2.43.7.1.1.3.1.1 = STRING: "US"
SNMPv2-SMI::mib-2.43.7.1.1.4.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.8.2.1.2.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.2.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.8.2.1.2.1.3 = INTEGER: 3
SNMPv2-SMI::mib-2.43.8.2.1.3.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.3.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.3.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.4.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.4.1.2 = INTEGER: 215900
SNMPv2-SMI::mib-2.43.8.2.1.4.1.3 = INTEGER: 215900
SNMPv2-SMI::mib-2.43.8.2.1.5.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.5.1.2 = INTEGER: 279400
SNMPv2-SMI::mib-2.43.8.2.1.5.1.3 = INTEGER: 279400
SNMPv2-SMI::mib-2.43.8.2.1.6.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.6.1.2 = INTEGER: 215900
SNMPv2-SMI::mib-2.43.8.2.1.6.1.3 = INTEGER: 215900
SNMPv2-SMI::mib-2.43.8.2.1.7.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.7.1.2 = INTEGER: 279400
SNMPv2-SMI::mib-2.43.8.2.1.7.1.3 = INTEGER: 279400
SNMPv2-SMI::mib-2.43.8.2.1.8.1.1 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.8.1.2 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.8.1.3 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.9.1.1 = INTEGER: 100
SNMPv2-SMI::mib-2.43.8.2.1.9.1.2 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.9.1.3 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.10.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.8.2.1.10.1.2 = INTEGER: 275
SNMPv2-SMI::mib-2.43.8.2.1.10.1.3 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.11.1.1 = INTEGER: 9
SNMPv2-SMI::mib-2.43.8.2.1.11.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.8.2.1.11.1.3 = INTEGER: 0
SNMPv2-SMI::mib-2.43.8.2.1.12.1.1 = ""
SNMPv2-SMI::mib-2.43.8.2.1.12.1.2 = ""
SNMPv2-SMI::mib-2.43.8.2.1.12.1.3 = ""
SNMPv2-SMI::mib-2.43.8.2.1.13.1.1 = STRING: "Stack Bypass"
SNMPv2-SMI::mib-2.43.8.2.1.13.1.2 = STRING: "Drawer 1"
SNMPv2-SMI::mib-2.43.8.2.1.13.1.3 = STRING: "Drawer 2"
SNMPv2-SMI::mib-2.43.8.2.1.14.1.1 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.8.2.1.14.1.2 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.8.2.1.14.1.3 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.8.2.1.15.1.1 = ""
SNMPv2-SMI::mib-2.43.8.2.1.15.1.2 = ""
SNMPv2-SMI::mib-2.43.8.2.1.15.1.3 = ""
SNMPv2-SMI::mib-2.43.8.2.1.16.1.1 = ""
SNMPv2-SMI::mib-2.43.8.2.1.16.1.2 = ""
SNMPv2-SMI::mib-2.43.8.2.1.16.1.3 = ""
SNMPv2-SMI::mib-2.43.8.2.1.17.1.1 = ""
SNMPv2-SMI::mib-2.43.8.2.1.17.1.2 = ""
SNMPv2-SMI::mib-2.43.8.2.1.17.1.3 = ""
SNMPv2-SMI::mib-2.43.8.2.1.18.1.1 = ""
SNMPv2-SMI::mib-2.43.8.2.1.18.1.2 = ""
SNMPv2-SMI::mib-2.43.8.2.1.18.1.3 = ""
SNMPv2-SMI::mib-2.43.8.2.1.19.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.19.1.2 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.19.1.3 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.20.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.20.1.2 = INTEGER: 80
SNMPv2-SMI::mib-2.43.8.2.1.20.1.3 = INTEGER: 80
SNMPv2-SMI::mib-2.43.8.2.1.21.1.1 = STRING: "custom-media-type-unknown"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.2 = STRING: "stationery"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.3 = STRING: "stationery"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.1 = STRING: "custom-media-color-unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.2 = STRING: "white"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.3 = STRING: "white"
SNMPv2-SMI::mib-2.43.8.2.1.23.1.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.8.2.1.23.1.2 = INTEGER: -1
SNMPv2-SMI::mib-2.43.8.2.1.23.1.3 = INTEGER: -1
SNMPv2-SMI::mib-2.43.8.2.1.24.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.24.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.24.1.3 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.25.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.25.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.25.1.3 = INTEGER: -2
SNMPv2-SMI::mib-2.43.9.2.1.2.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.9.2.1.3.1.1 = INTEGER: 8
SNMPv2-SMI::mib-2.43.9.2.1.4.1.1 = INTEGER: 1000
SNMPv2-SMI::mib-2.43.9.2.1.5.1.1 = INTEGER: 1000
SNMPv2-SMI::mib-2.43.9.2.1.6.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.9.2.1.7.1.1 = STRING: "Tray 1"
SNMPv2-SMI::mib-2.43.9.2.1.8.1.1 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.9.2.1.9.1.1 = ""
SNMPv2-SMI::mib-2.43.9.2.1.10.1.1 = ""
SNMPv2-SMI::mib-2.43.9.2.1.11.1.1 = ""
SNMPv2-SMI::mib-2.43.9.2.1.12.1.1 = ""
SNMPv2-SMI::mib-2.43.9.2.1.13.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.9.2.1.14.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.9.2.1.15.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.9.2.1.16.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.9.2.1.17.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.9.2.1.18.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.9.2.1.19.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.9.2.1.20.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.9.2.1.21.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.9.2.1.22.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.9.2.1.23.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.9.2.1.24.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.10.2.1.2.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.10.2.1.3.1.1 = INTEGER: 7
SNMPv2-SMI::mib-2.43.10.2.1.4.1.1 = Counter32: 32189
SNMPv2-SMI::mib-2.43.10.2.1.5.1.1 = Counter32: 986
SNMPv2-SMI::mib-2.43.10.2.1.6.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.10.2.1.7.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.10.2.1.8.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.10.2.1.9.1.1 = INTEGER: 1200
SNMPv2-SMI::mib-2.43.10.2.1.10.1.1 = INTEGER: 1200
SNMPv2-SMI::mib-2.43.10.2.1.11.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.10.2.1.12.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.10.2.1.13.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.10.2.1.14.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.10.2.1.15.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.11.1.1.2.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.11.1.1.2.1.2 = INTEGER: 1
SNMPv2-SMI::mib-2.43.11.1.1.2.1.3 = INTEGER: 1
SNMPv2-SMI::mib-2.43.11.1.1.3.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.11.1.1.3.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.11.1.1.3.1.3 = INTEGER: 1
SNMPv2-SMI::mib-2.43.11.1.1.4.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.11.1.1.4.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.11.1.1.4.1.3 = INTEGER: 3
SNMPv2-SMI::mib-2.43.11.1.1.5.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.11.1.1.5.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.11.1.1.5.1.3 = INTEGER: 9
SNMPv2-SMI::mib-2.43.11.1.1.6.1.1 = STRING: "Canon GPR-42 Black Toner"
SNMPv2-SMI::mib-2.43.11.1.1.6.1.2 = STRING: "Waste Toner"
SNMPv2-SMI::mib-2.43.11.1.1.6.1.3 = STRING: "Black Drum Unit"
SNMPv2-SMI::mib-2.43.11.1.1.7.1.1 = INTEGER: 19
SNMPv2-SMI::mib-2.43.11.1.1.7.1.2 = INTEGER: 19
SNMPv2-SMI::mib-2.43.11.1.1.7.1.3 = INTEGER: 19
SNMPv2-SMI::mib-2.43.11.1.1.8.1.1 = INTEGER: 100
SNMPv2-SMI::mib-2.43.11.1.1.8.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.11.1.1.8.1.3 = INTEGER: -2
SNMPv2-SMI::mib-2.43.11.1.1.9.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.11.1.1.9.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.11.1.1.9.1.3 = INTEGER: -2
SNMPv2-SMI::mib-2.43.12.1.1.2.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.12.1.1.3.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.12.1.1.4.1.1 = STRING: "black"
SNMPv2-SMI::mib-2.43.12.1.1.5.1.1 = INTEGER: 2
SNMPv2-SMI::mib-2.43.13.4.1.2.1.1 = INTEGER: 8
SNMPv2-SMI::mib-2.43.13.4.1.2.1.2 = INTEGER: 8
SNMPv2-SMI::mib-2.43.13.4.1.2.1.3 = INTEGER: 8
SNMPv2-SMI::mib-2.43.13.4.1.3.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.13.4.1.3.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.13.4.1.3.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.13.4.1.4.1.1 = INTEGER: 2700
SNMPv2-SMI::mib-2.43.13.4.1.4.1.2 = INTEGER: -1
SNMPv2-SMI::mib-2.43.13.4.1.4.1.3 = INTEGER: -1
SNMPv2-SMI::mib-2.43.13.4.1.5.1.1 = INTEGER: 630000
SNMPv2-SMI::mib-2.43.13.4.1.5.1.2 = INTEGER: 432000
SNMPv2-SMI::mib-2.43.13.4.1.5.1.3 = INTEGER: 432000
SNMPv2-SMI::mib-2.43.13.4.1.6.1.1 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.13.4.1.6.1.2 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.13.4.1.6.1.3 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.13.4.1.7.1.1 = INTEGER: 148000
SNMPv2-SMI::mib-2.43.13.4.1.7.1.2 = INTEGER: 182000
SNMPv2-SMI::mib-2.43.13.4.1.7.1.3 = INTEGER: 182000
SNMPv2-SMI::mib-2.43.13.4.1.8.1.1 = INTEGER: 98400
SNMPv2-SMI::mib-2.43.13.4.1.8.1.2 = INTEGER: 140000
SNMPv2-SMI::mib-2.43.13.4.1.8.1.3 = INTEGER: 140000
SNMPv2-SMI::mib-2.43.13.4.1.9.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.13.4.1.9.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.13.4.1.9.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.13.4.1.10.1.1 = STRING: "SIMPLEX"
SNMPv2-SMI::mib-2.43.13.4.1.10.1.2 = STRING: "DUPLEX"
SNMPv2-SMI::mib-2.43.13.4.1.10.1.3 = STRING: "DUPLEX"
SNMPv2-SMI::mib-2.43.13.4.1.11.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.13.4.1.11.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.13.4.1.11.1.3 = INTEGER: 0
SNMPv2-SMI::mib-2.43.14.1.1.2.1.1 = INTEGER: 7
SNMPv2-SMI::mib-2.43.14.1.1.2.1.2 = INTEGER: 8
SNMPv2-SMI::mib-2.43.14.1.1.2.1.3 = INTEGER: 9
SNMPv2-SMI::mib-2.43.14.1.1.2.1.4 = INTEGER: 10
SNMPv2-SMI::mib-2.43.14.1.1.2.1.5 = INTEGER: 11
SNMPv2-SMI::mib-2.43.14.1.1.2.1.6 = INTEGER: 13
SNMPv2-SMI::mib-2.43.14.1.1.2.1.7 = INTEGER: 27
SNMPv2-SMI::mib-2.43.14.1.1.2.1.8 = INTEGER: 42
SNMPv2-SMI::mib-2.43.14.1.1.2.1.9 = INTEGER: 44
SNMPv2-SMI::mib-2.43.14.1.1.2.1.10 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.1 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.2 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.3 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.4 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.5 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.6 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.7 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.8 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.9 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.5.1.10 = INTEGER: 1
SNMPv2-SMI::mib-2.43.14.1.1.6.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.14.1.1.6.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.4 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.5 = INTEGER: 3
SNMPv2-SMI::mib-2.43.14.1.1.6.1.6 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.7 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.8 = INTEGER: 3
SNMPv2-SMI::mib-2.43.14.1.1.6.1.9 = INTEGER: 4
SNMPv2-SMI::mib-2.43.14.1.1.6.1.10 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.2.1.1 = INTEGER: 37
SNMPv2-SMI::mib-2.43.15.1.1.2.1.2 = INTEGER: 6
SNMPv2-SMI::mib-2.43.15.1.1.2.1.3 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.2.1.4 = INTEGER: 5
SNMPv2-SMI::mib-2.43.15.1.1.2.1.5 = INTEGER: 1
SNMPv2-SMI::mib-2.43.15.1.1.2.1.6 = INTEGER: 54
SNMPv2-SMI::mib-2.43.15.1.1.2.1.7 = INTEGER: 47
SNMPv2-SMI::mib-2.43.15.1.1.2.1.8 = INTEGER: 61
SNMPv2-SMI::mib-2.43.15.1.1.2.1.9 = INTEGER: 40
SNMPv2-SMI::mib-2.43.15.1.1.3.1.1 = ""
SNMPv2-SMI::mib-2.43.15.1.1.3.1.2 = STRING: "3"
SNMPv2-SMI::mib-2.43.15.1.1.3.1.3 = STRING: "5e"
SNMPv2-SMI::mib-2.43.15.1.1.3.1.4 = STRING: "1"
SNMPv2-SMI::mib-2.43.15.1.1.3.1.5 = ""
SNMPv2-SMI::mib-2.43.15.1.1.3.1.6 = ""
SNMPv2-SMI::mib-2.43.15.1.1.3.1.7 = STRING: "XL"
SNMPv2-SMI::mib-2.43.15.1.1.3.1.8 = ""
SNMPv2-SMI::mib-2.43.15.1.1.3.1.9 = STRING: "6.0"
SNMPv2-SMI::mib-2.43.15.1.1.4.1.1 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.2 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.3 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.4 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.5 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.6 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.7 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.8 = ""
SNMPv2-SMI::mib-2.43.15.1.1.4.1.9 = ""
SNMPv2-SMI::mib-2.43.15.1.1.5.1.1 = STRING: "Auto"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.2 = STRING: "PS"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.3 = STRING: "PCL"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.4 = STRING: "PJL"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.5 = STRING: "UFR II"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.6 = STRING: "PDF"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.7 = STRING: "PCLXL"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.8 = STRING: "JPEG"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.9 = STRING: "TIFF"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.1 = ""
SNMPv2-SMI::mib-2.43.15.1.1.6.1.2 = STRING: "806.2300"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.3 = STRING: "144.09"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.4 = ""
SNMPv2-SMI::mib-2.43.15.1.1.6.1.5 = STRING: "32.48"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.6 = STRING: "8.252"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.7 = STRING: "144.09"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.8 = ""
SNMPv2-SMI::mib-2.43.15.1.1.6.1.9 = ""
SNMPv2-SMI::mib-2.43.15.1.1.7.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.3 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.4 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.5 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.6 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.7 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.8 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.7.1.9 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.8.1.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.2 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.3 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.4 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.5 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.6 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.7 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.8 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.8.1.9 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.2 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.3 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.4 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.5 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.6 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.7 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.8 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.9.1.9 = INTEGER: -1
SNMPv2-SMI::mib-2.43.15.1.1.10.1.1 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.2 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.3 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.4 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.5 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.6 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.7 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.8 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.10.1.9 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.1 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.2 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.3 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.4 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.5 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.6 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.7 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.8 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.9 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.12.1.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.4 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.5 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.6 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.7 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.8 = INTEGER: 4
SNMPv2-SMI::mib-2.43.15.1.1.12.1.9 = INTEGER: 4
SNMPv2-SMI::mib-2.43.16.5.1.2.1.1 = ""
SNMPv2-SMI::mib-2.43.17.6.1.2.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.17.6.1.2.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.17.6.1.3.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.17.6.1.3.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.17.6.1.4.1.1 = INTEGER: 5
SNMPv2-SMI::mib-2.43.17.6.1.4.1.2 = INTEGER: 4
SNMPv2-SMI::mib-2.43.17.6.1.5.1.1 = STRING: "Processing/Data"
SNMPv2-SMI::mib-2.43.17.6.1.5.1.2 = STRING: "Error"
SNMPv2-SMI::mib-2.43.18.1.1.1.1.16 = INTEGER: 16
SNMPv2-SMI::mib-2.43.18.1.1.2.1.16 = INTEGER: 4
SNMPv2-SMI::mib-2.43.18.1.1.3.1.16 = INTEGER: 3
SNMPv2-SMI::mib-2.43.18.1.1.4.1.16 = INTEGER: 11
SNMPv2-SMI::mib-2.43.18.1.1.5.1.16 = INTEGER: 1
SNMPv2-SMI::mib-2.43.18.1.1.6.1.16 = INTEGER: 1
SNMPv2-SMI::mib-2.43.18.1.1.7.1.16 = INTEGER: 1101
SNMPv2-SMI::mib-2.43.18.1.1.8.1.16 = STRING: "toner is out (black)."
SNMPv2-SMI::mib-2.43.18.1.1.9.1.16 = Timeticks: (7039889) 19:33:18.89
SNMPv2-SMI::mib-2.43.30.1.1.2.1.1 = INTEGER: 16
SNMPv2-SMI::mib-2.43.30.1.1.2.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.30.1.1.3.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.30.1.1.3.1.2 = INTEGER: 3
SNMPv2-SMI::mib-2.43.30.1.1.4.1.1 = INTEGER: 8
SNMPv2-SMI::mib-2.43.30.1.1.4.1.2 = INTEGER: 8
SNMPv2-SMI::mib-2.43.30.1.1.5.1.1 = INTEGER: 1000
SNMPv2-SMI::mib-2.43.30.1.1.5.1.2 = INTEGER: 50
SNMPv2-SMI::mib-2.43.30.1.1.6.1.1 = INTEGER: -2
SNMPv2-SMI::mib-2.43.30.1.1.6.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.30.1.1.7.1.1 = Hex-STRING: E0
SNMPv2-SMI::mib-2.43.30.1.1.7.1.2 = Hex-STRING: E0
SNMPv2-SMI::mib-2.43.30.1.1.8.1.1 = Hex-STRING: 80
SNMPv2-SMI::mib-2.43.30.1.1.8.1.2 = Hex-STRING: 80
SNMPv2-SMI::mib-2.43.30.1.1.9.1.1 = INTEGER: 0
SNMPv2-SMI::mib-2.43.30.1.1.9.1.2 = INTEGER: 0
SNMPv2-SMI::mib-2.43.30.1.1.10.1.1 = STRING: "Stack"
SNMPv2-SMI::mib-2.43.30.1.1.10.1.2 = STRING: "Staple"
SNMPv2-SMI::mib-2.43.31.1.1.2.1.1 = INTEGER: 2
SNMPv2-SMI::mib-2.43.31.1.1.3.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.31.1.1.4.1.1 = INTEGER: 32
SNMPv2-SMI::mib-2.43.31.1.1.5.1.1 = STRING: "Staples"
SNMPv2-SMI::mib-2.43.31.1.1.6.1.1 = INTEGER: 19
SNMPv2-SMI::mib-2.43.31.1.1.7.1.1 = INTEGER: 100
SNMPv2-SMI::mib-2.43.31.1.1.8.1.1 = INTEGER: 100
SNMPv2-SMI::mib-2.43.31.1.1.9.1.1 = STRING: "custom-media-color-unknown"
SNMPv2-SMI::mib-2.43.33.1.1.3.1.1.3.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.33.1.1.3.1.1.4.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.33.1.1.3.1.1.160.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.33.1.1.3.1.1.160.2 = INTEGER: 5
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.3.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.4.1 = INTEGER: -1
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.30.1 = INTEGER: 4
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.30.2 = INTEGER: 5
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.30.3 = INTEGER: 6
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.30.4 = INTEGER: 7
SNMPv2-SMI::mib-2.43.33.1.1.3.1.2.30.5 = INTEGER: 10
SNMPv2-SMI::mib-2.43.33.1.1.4.1.1.3.1 = STRING: "Stack"
SNMPv2-SMI::mib-2.43.33.1.1.4.1.1.4.1 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.33.1.1.4.1.1.160.1 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.1.160.2 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.3.1 = STRING: "Staple"
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.4.1 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.30.1 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.30.2 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.30.3 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.30.4 = ""
SNMPv2-SMI::mib-2.43.33.1.1.4.1.2.30.5 = ""
snmptranslate -On TCP-MIB::tcpConnRemAddress.
and the output is
.1.3.6.1.2.1.6.13.1.4.0
Then I ran
./check_snmp 172.17.1.202 -C public -v 1 -o .1.3.6.1.2.1.6.13.1.4.0
and the output is
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.2.1.6.13.1.4.0
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
Re: tcpConnRemAddress SNMP Monitoring
Using iReasoning MIB Browser, I can run a "Table View" and "Get Subtree" against OID 1.3.6.1.2.1.6.13.1.4.
but not a Get. I'll try to look at some packet captures tomorrow.
but not a Get. I'll try to look at some packet captures tomorrow.
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
Re: tcpConnRemAddress SNMP Monitoring
I've attached packet captures, showing the difference between a get and a table view (series of "get next"'s) from iReasoning
You do not have the required permissions to view the files attached to this post.
Re: tcpConnRemAddress SNMP Monitoring
Is the following entries from your snmpwalk what you are trying to monitor for?
If so, you would have to update the OID in the check_snmp command to match the above and that should fix it for you.
Code: Select all
TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.51886 = IpAddress: 172.16.7.100
TCP-MIB::tcpConnRemAddress.172.17.1.202.8000.172.16.7.100.51890 = IpAddress: 172.16.7.100Be sure to check out our Knowledgebase for helpful articles and solutions!
-
bgibsonHTPS
- Posts: 6
- Joined: Tue Nov 01, 2016 8:46 am
Re: tcpConnRemAddress SNMP Monitoring
Yes.
All I need to know is that there is a connection to 172.16.7.100
Can I return all values from OID TCP-MIB::tcpConnRemAddress
then PASS the check if one of the values returned matches 172.16.7.100?
I'm concerned that there are dynamic ports involved in an exact query.
All I need to know is that there is a connection to 172.16.7.100
Can I return all values from OID TCP-MIB::tcpConnRemAddress
then PASS the check if one of the values returned matches 172.16.7.100?
I'm concerned that there are dynamic ports involved in an exact query.
Re: tcpConnRemAddress SNMP Monitoring
You would need to build a script to handle the logic here, as check_snmp isn't going to be able to handle dynamic OID's.
Former Nagios Employee