You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2009-03-05 10:04:58

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Tracker - snmp -discovery

Pour peupler mon agent Tracker de la future version et afin qu'il soit le plus complet possible, il me faut un maximum de walk sur un maximum d'équipements (switch, imprimantes, client léger....) avec :

un walk :

snmpwalk -c public -v 2c 192.168.1.1 .1.3 > snmp.log

ou si ça ne passe pas en version 2c :

snmpwalk -c public -v 1 192.168.1.1 .1.3 > snmp.log

Ainsi que le numéro de série de l'équipement.

Merci d'envoyer à d.durieux@siprossii.com

Merci d'avance, ça permettra d'avoir un module de découverte au top.

Offline

#2 2009-03-05 12:20:42

Philippe
Member
Registered: 2007-01-11
Posts: 203

Re: Tracker - snmp -discovery

Hello !
Ca serait avec plaisir mais je trouve qu'il y a un peu trop d'informations "sensibles" dans les résultats (genre ip ou mac address) et vu la tartine d'infos et le formatage très aléatoire, pas facile de scripter un effacement auto.... Mais j'y travail wink

A bientôt
Philippe


Tentative de mise en place de la solution smile
---------------------------------------------------------->
glpi 0.72 RC1
ubuntu 6 / apache 2.0.55 / mysql 5.0.22

Offline

#3 2009-03-05 12:30:17

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

sinon il me faut les oids ou il y a le serial number et la description du matériel (via l'oid .1.3.6.1.2.1.1.1.0)

Offline

#4 2009-03-05 13:09:44

TheHinou
Member
Registered: 2008-07-03
Posts: 434

Re: Tracker - snmp -discovery

Etant sous windows mais ayant installer des outils snmp

A quoi resemble un snmp walk sous linux histoire de voir si ca correspond à ce que j'ai ou si faut que je me coltine la doc de l'utilitaire smile

par exemple pour un serveur d'impression intel nommé PR2A91EB

C:\>snmpwalk -c public -v 1 192.168.18.157
SNMPv2-MIB::sysDescr.0 = STRING: NetportExpress(tm) 10/100
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.343.2.4.11
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (66881900) 7 days, 17:46:59.00
SNMPv2-MIB::sysContact.0 = STRING: sysContact not set
SNMPv2-MIB::sysName.0 = STRING: PR2A91EB
SNMPv2-MIB::sysLocation.0 = STRING: sysLocation not set
SNMPv2-MIB::sysServices.0 = INTEGER: 79
IF-MIB::ifNumber.0 = INTEGER: 1
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifDescr.1 = STRING:
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifPhysAddress.1 = STRING: 0:90:27:2a:91:eb
IP-MIB::ipAdEntAddr.192.168.18.157 = IpAddress: 192.168.18.157

ps j'ai volontairement épuré nombre d'info


Server : Windows 2003 - Apache 2.2.23 - Php 5.4.11  - Mysql 5.5.30 - Glpi 0.83.7

Offline

#5 2009-03-05 16:54:19

Philippe
Member
Registered: 2007-01-11
Posts: 203

Re: Tracker - snmp -discovery

Vi TheHinou,  ca ressemble à ca....

Par contre ddurieux, ca te suffit l'oid .1.3.6.1.2.1.1.1.0 ?
Parce que du coup, ca remonte pas grand chose....

A bientôt
Philippe

Last edited by Philippe (2009-03-05 16:55:02)


Tentative de mise en place de la solution smile
---------------------------------------------------------->
glpi 0.72 RC1
ubuntu 6 / apache 2.0.55 / mysql 5.0.22

Offline

#6 2009-03-05 17:49:09

CedricR
Member
Registered: 2006-07-31
Posts: 110

Re: Tracker - snmp -discovery

Ddurieux, je ne sais pas si en plus du walk quelque fichier mib peuvent vous intéresser il existe un fichier ici contenant environ 40mo de fichier mib.

Offline

#7 2009-03-06 09:29:08

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

Je vais regarder, mais dans 99% des cas je ne me sert pas des MIB

Offline

#8 2009-03-06 12:45:21

Rogo
Member
Registered: 2009-01-14
Posts: 3

Re: Tracker - snmp -discovery

Bonjour,
Comme Philippe, je suis un peu bloqué par rapport à la confidentialité des informations. Et lorsque je tape :

snmpwalk -c public -v 1 192.168.1.1 .1.3.6.1.2.1.1.1.0 > snmp.log


Pour un NORTEL BAYSTACK 470 j'obtiens ça :

SNMPv2-MIB::sysDescr.0 = STRING: BayStack 470 - 24T           HW:05       FW:3.6.0.1   SW:v3.1.6.02 ISVN:2

Et pour un NORTEL PASSPORT 8603 j'obtiens ça:

SNMPv2-MIB::sysDescr.0 = STRING: Passport-8603 (3.5.1.0)


J'imagine que c'est insuffisant comme information?

Offline

#9 2009-03-06 12:54:39

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

C'est ce qu'il me faut wink

Offline

#10 2009-03-06 15:44:17

CedricR
Member
Registered: 2006-07-31
Posts: 110

Re: Tracker - snmp -discovery

Alors pour moi voila ce que je peux retourner :

DLINK DES-3550 :
NMPv2-MIB::sysDescr.0 = STRING: DES-3550 Fast-Ethernet Switch

HP Procurve 1800-24G :
SNMPv2-MIB::sysDescr.0 = STRING: PROCURVE J9028B - PB.02.09

DLINK DES-3526 :
SNMPv2-MIB::sysDescr.0 = STRING: DES-3526 Fast-Ethernet Switch

Je doute que cela soit très utiles par contre

Offline

#11 2009-03-06 15:47:03

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

sisi c'est utile

Offline

#12 2009-03-06 15:58:08

CedricR
Member
Registered: 2006-07-31
Posts: 110

Re: Tracker - snmp -discovery

ddurieux pour le 3550 j'ai fait un model que j'ai déposé sur le wiki si jamais cela vous intéresse de le compléter, je n'ai pas réussi à trouver l'info pour le numéro de série, le model et les vlan.

Offline

#13 2009-03-06 16:04:59

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

t'as cherché le numéro de série dans un walk private et public?

Offline

#14 2009-03-06 16:21:36

CedricR
Member
Registered: 2006-07-31
Posts: 110

Re: Tracker - snmp -discovery

Si j'utilise mbrowse avec en ReadCommunity : public et en write community private

Et qu'avec la fonction search je met jsute serial

Je ne trouve que le snmpSetSerialNo et le hrDeviceSerialPort

Donc si j'ai bien compris le principe de mbrowse avec un tel accès il devrait pouvoir ce balader partout

Offline

#15 2009-03-06 16:49:28

CedricR
Member
Registered: 2006-07-31
Posts: 110

Re: Tracker - snmp -discovery

ddurieux à la rigueur si tu nous donnais une petit méthode pour bien rechercher les infos on pourrait, comme ça, mieux t'aider à faire des modèles smile

D'ailleurs je ne demande pas mieux que de le faire pour le matériel que je possède

Offline

#16 2009-03-06 16:56:05

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

en général, je fais un 'snmpwalk -c public -v 2c 192.168.1.1 .1.3 > snmp.log' et après je cherche dans ce fichier le numéro de série et j'arrive à trouver l'oid (enfin quand le N° de série est dans l'arbre snmp ce qui n'est pas 100% le cas)

Offline

#17 2009-03-06 17:17:16

Philippe
Member
Registered: 2007-01-11
Posts: 203

Re: Tracker - snmp -discovery

Rogo wrote:

Pour un NORTEL BAYSTACK 470 j'obtiens ça :

SNMPv2-MIB::sysDescr.0 = STRING: BayStack 470 - 24T           HW:05       FW:3.6.0.1   SW:v3.1.6.02 ISVN:2

Et pour un NORTEL PASSPORT 8603 j'obtiens ça:

SNMPv2-MIB::sysDescr.0 = STRING: Passport-8603 (3.5.1.0)

Arg, j'avais les même wink

je peut en ajouter 1 ou 2 mais c'est peut-être mieux en mp ?

A bientôt
Philippe

Last edited by Philippe (2009-03-06 17:17:50)


Tentative de mise en place de la solution smile
---------------------------------------------------------->
glpi 0.72 RC1
ubuntu 6 / apache 2.0.55 / mysql 5.0.22

Offline

#18 2009-03-06 17:24:22

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: Tracker - snmp -discovery

envoi par mail : d.durieux@siprossii.com

Offline

#19 2009-03-06 18:55:09

Rogo
Member
Registered: 2009-01-14
Posts: 3

Re: Tracker - snmp -discovery

Merci ddurieux smile

Je t'ai envoyé par mail quelques types matériels que j'ai sous la main mais par contre pour les numéros de série c'est moins rigolo à trouver big_smile

Pour le passport 8603 j'ai tapé :

snmpwalk -c public -v 1 192.168.1.1 .1.3.6.1.4.1.2272.1.4.2.0

Pour obtenir :

SNMPv2-SMI::enterprises.2272.1.4.2.0 = STRING: "NUMERO DE SERIE"

Et pour le baystack 470 j'ai tapé :

snmpwalk -c public -v 1 192.168.1.1 .1.3.6.1.4.1.45.1.6.3.1.6.0

Pour obtenir:

SNMPv2-SMI::enterprises.45.1.6.3.1.6.0 = STRING: "NUMERO DE SERIE"

Si tu pouvais me dire si c'est ce genre d'informations qu'il te faut pour le numéro de série.

Last edited by Rogo (2009-03-08 19:56:55)

Offline

#20 2009-03-06 23:03:59

Philippe
Member
Registered: 2007-01-11
Posts: 203

Re: Tracker - snmp -discovery

ddurieux wrote:

envoi par mail : d.durieux@siprossii.com

no problemo

A bientôt,
Philippe


Tentative de mise en place de la solution smile
---------------------------------------------------------->
glpi 0.72 RC1
ubuntu 6 / apache 2.0.55 / mysql 5.0.22

Offline

#21 2009-03-18 12:24:25

ben01n
Member
Registered: 2009-02-11
Posts: 69

Re: Tracker - snmp -discovery

Voici le log pour un photocopieur/imprimante Canon IR5065 :

SNMPv2-MIB::sysDescr.0 = STRING: Canon iR5065 /P
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.1602.4.7
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (17233041) 1 day, 23:52:10.41
SNMPv2-MIB::sysContact.0 = STRING: 
SNMPv2-MIB::sysName.0 = STRING: iR5065
SNMPv2-MIB::sysLocation.0 = STRING: 
SNMPv2-MIB::sysServices.0 = INTEGER: 72
IF-MIB::ifNumber.0 = INTEGER: 2
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifDescr.1 = STRING: lnlanc0
IF-MIB::ifDescr.2 = STRING: lo0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: softwareLoopback(24)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifMtu.2 = INTEGER: 1536
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifSpeed.2 = Gauge32: 0
IF-MIB::ifPhysAddress.1 = STRING: 0:0:85:8b:76:d4
IF-MIB::ifPhysAddress.2 = STRING: 
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifAdminStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (0) 0:00:00.00
IF-MIB::ifLastChange.2 = Timeticks: (0) 0:00:00.00
IF-MIB::ifInOctets.1 = Counter32: 304535782
IF-MIB::ifInOctets.2 = Counter32: 0
IF-MIB::ifInUcastPkts.1 = Counter32: 0
IF-MIB::ifInUcastPkts.2 = Counter32: 0
IF-MIB::ifInNUcastPkts.1 = Counter32: 0
IF-MIB::ifInNUcastPkts.2 = Counter32: 0
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInDiscards.2 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInErrors.2 = Counter32: 0
IF-MIB::ifInUnknownProtos.1 = Counter32: 28760
IF-MIB::ifInUnknownProtos.2 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 5012592
IF-MIB::ifOutOctets.2 = Counter32: 0
IF-MIB::ifOutUcastPkts.1 = Counter32: 84972
IF-MIB::ifOutUcastPkts.2 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1 = Counter32: 538
IF-MIB::ifOutNUcastPkts.2 = Counter32: 0
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutDiscards.2 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutErrors.2 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifOutQLen.2 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero
IF-MIB::ifSpecific.2 = OID: SNMPv2-SMI::zeroDotZero
IP-MIB::ipForwarding.0 = INTEGER: notForwarding(2)
IP-MIB::ipDefaultTTL.0 = INTEGER: 64
IP-MIB::ipInReceives.0 = Counter32: 220169
IP-MIB::ipInHdrErrors.0 = Counter32: 0
IP-MIB::ipInAddrErrors.0 = Counter32: 5
IP-MIB::ipForwDatagrams.0 = Counter32: 0
IP-MIB::ipInUnknownProtos.0 = Counter32: 4
IP-MIB::ipInDiscards.0 = Counter32: 0
IP-MIB::ipInDelivers.0 = Counter32: 218739
IP-MIB::ipOutRequests.0 = Counter32: 85280
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.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.192.168.14.210 = IpAddress: 192.168.14.210
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 2
IP-MIB::ipAdEntIfIndex.192.168.14.210 = INTEGER: 1
IP-MIB::ipAdEntNetMask.127.0.0.1 = IpAddress: 255.0.0.0
IP-MIB::ipAdEntNetMask.192.168.14.210 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntBcastAddr.127.0.0.1 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.192.168.14.210 = INTEGER: 1
IP-MIB::ipAdEntReasmMaxSize.127.0.0.1 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.192.168.14.210 = INTEGER: 65535
RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteNextHop.0.0.0.0 = IpAddress: 192.168.14.1
IP-MIB::icmpInMsgs.0 = Counter32: 0
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: 0
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: 0
TCP-MIB::tcpPassiveOpens.0 = Counter32: 472
TCP-MIB::tcpAttemptFails.0 = Counter32: 0
TCP-MIB::tcpEstabResets.0 = Counter32: 0
TCP-MIB::tcpCurrEstab.0 = Gauge32: 0
TCP-MIB::tcpInSegs.0 = Counter32: 199888
TCP-MIB::tcpOutSegs.0 = Counter32: 84922
TCP-MIB::tcpRetransSegs.0 = Counter32: 0
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.631.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.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.9012.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.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.47617.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::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.631.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.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.9012.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.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.47617.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.127.0.0.1.59630.0.0.0.0.0 = IpAddress: 127.0.0.1
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.631.0.0.0.0.0 = INTEGER: 631
TCP-MIB::tcpConnLocalPort.0.0.0.0.8000.0.0.0.0.0 = INTEGER: 8000
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.9012.0.0.0.0.0 = INTEGER: 9012
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.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.47617.0.0.0.0.0 = INTEGER: 47617
TCP-MIB::tcpConnLocalPort.127.0.0.1.59630.0.0.0.0.0 = INTEGER: 59630
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.631.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.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.9012.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.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.47617.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::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.631.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.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.9012.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.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.47617.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.59630.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpInErrs.0 = Counter32: 0
TCP-MIB::tcpOutRsts.0 = Counter32: 0
UDP-MIB::udpInDatagrams.0 = Counter32: 225
UDP-MIB::udpNoPorts.0 = Counter32: 18784
UDP-MIB::udpInErrors.0 = Counter32: 0
UDP-MIB::udpOutDatagrams.0 = Counter32: 516
UDP-MIB::udpLocalAddress.0.0.0.0.0 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.161 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.3702 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.47545 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalPort.0.0.0.0.0 = INTEGER: 0
UDP-MIB::udpLocalPort.0.0.0.0.161 = INTEGER: 161
UDP-MIB::udpLocalPort.0.0.0.0.3702 = INTEGER: 3702
UDP-MIB::udpLocalPort.0.0.0.0.47545 = INTEGER: 47545
SNMPv2-MIB::snmpInPkts.0 = Counter32: 231
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 231
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: 241
SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0
SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 245
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: 0
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: 255
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.2.1 = STRING: "iR5065"
SNMPv2-SMI::mib-2.13.8.1.1.2.2 = STRING: "CANON858B76D4"
SNMPv2-SMI::mib-2.13.8.1.1.3.1 = STRING: "CanonPDL_I"
SNMPv2-SMI::mib-2.13.8.1.1.3.2 = 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.5.1 = INTEGER: 4
SNMPv2-SMI::mib-2.13.8.1.1.5.2 = 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.7.1 = INTEGER: 0
SNMPv2-SMI::mib-2.13.8.1.1.7.2 = 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::hrMemorySize.0 = INTEGER: 1048576 KBytes
HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrStorageType.1 = OID: HOST-RESOURCES-MIB::hrStorageTypes.4
HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: Printer HDD
HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 1 Bytes
HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 32720
HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageAllocationFailures.1 = Counter32: 0
HOST-RESOURCES-MIB::hrDeviceIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrDeviceType.1 = OID: HOST-RESOURCES-MIB::hrDeviceTypes.5
HOST-RESOURCES-MIB::hrDeviceDescr.1 = STRING: Canon iR5065 43.02
HOST-RESOURCES-MIB::hrDeviceID.1 = OID: SNMPv2-SMI::enterprises.1602.4.7.80
HOST-RESOURCES-MIB::hrDeviceStatus.1 = INTEGER: running(2)
HOST-RESOURCES-MIB::hrDeviceErrors.1 = Counter32: 277
HOST-RESOURCES-MIB::hrPrinterStatus.1 = INTEGER: idle(3)
HOST-RESOURCES-MIB::hrPrinterDetectedErrorState.1 = Hex-STRING: 00 
HOST-RESOURCES-MIB::hrDiskStorageAccess.1 = INTEGER: readWrite(1)
HOST-RESOURCES-MIB::hrDiskStorageMedia.1 = INTEGER: hardDisk(3)
HOST-RESOURCES-MIB::hrDiskStorageRemoveble.1 = INTEGER: false(2)
HOST-RESOURCES-MIB::hrDiskStorageCapacity.1 = INTEGER: 16752640 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.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: "Copier 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: "fr"
SNMPv2-SMI::mib-2.43.7.1.1.3.1.1 = STRING: "NL"
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: 4
SNMPv2-SMI::mib-2.43.8.2.1.2.1.3 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.2.1.4 = INTEGER: 3
SNMPv2-SMI::mib-2.43.8.2.1.2.1.5 = INTEGER: 3
SNMPv2-SMI::mib-2.43.8.2.1.2.1.6 = INTEGER: 4
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.3.1.4 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.3.1.5 = INTEGER: 4
SNMPv2-SMI::mib-2.43.8.2.1.3.1.6 = 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: 210000
SNMPv2-SMI::mib-2.43.8.2.1.4.1.3 = INTEGER: 210000
SNMPv2-SMI::mib-2.43.8.2.1.4.1.4 = INTEGER: 210000
SNMPv2-SMI::mib-2.43.8.2.1.4.1.5 = INTEGER: 420000
SNMPv2-SMI::mib-2.43.8.2.1.4.1.6 = INTEGER: 210000
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: 297000
SNMPv2-SMI::mib-2.43.8.2.1.5.1.3 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.5.1.4 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.5.1.5 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.5.1.6 = INTEGER: 297000
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: 210000
SNMPv2-SMI::mib-2.43.8.2.1.6.1.3 = INTEGER: 210000
SNMPv2-SMI::mib-2.43.8.2.1.6.1.4 = INTEGER: 210000
SNMPv2-SMI::mib-2.43.8.2.1.6.1.5 = INTEGER: 420000
SNMPv2-SMI::mib-2.43.8.2.1.6.1.6 = INTEGER: 210000
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: 297000
SNMPv2-SMI::mib-2.43.8.2.1.7.1.3 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.7.1.4 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.7.1.5 = INTEGER: 297000
SNMPv2-SMI::mib-2.43.8.2.1.7.1.6 = INTEGER: 297000
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.8.1.4 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.8.1.5 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.8.1.6 = INTEGER: 8
SNMPv2-SMI::mib-2.43.8.2.1.9.1.1 = INTEGER: 50
SNMPv2-SMI::mib-2.43.8.2.1.9.1.2 = INTEGER: 1500
SNMPv2-SMI::mib-2.43.8.2.1.9.1.3 = INTEGER: 1500
SNMPv2-SMI::mib-2.43.8.2.1.9.1.4 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.9.1.5 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.9.1.6 = INTEGER: 3500
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: 750
SNMPv2-SMI::mib-2.43.8.2.1.10.1.3 = INTEGER: 150
SNMPv2-SMI::mib-2.43.8.2.1.10.1.4 = INTEGER: 550
SNMPv2-SMI::mib-2.43.8.2.1.10.1.5 = INTEGER: 275
SNMPv2-SMI::mib-2.43.8.2.1.10.1.6 = INTEGER: 350
SNMPv2-SMI::mib-2.43.8.2.1.11.1.1 = INTEGER: 1
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.11.1.4 = INTEGER: 0
SNMPv2-SMI::mib-2.43.8.2.1.11.1.5 = INTEGER: 0
SNMPv2-SMI::mib-2.43.8.2.1.11.1.6 = 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.12.1.4 = ""
SNMPv2-SMI::mib-2.43.8.2.1.12.1.5 = ""
SNMPv2-SMI::mib-2.43.8.2.1.12.1.6 = ""
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.13.1.4 = STRING: "Drawer 3"
SNMPv2-SMI::mib-2.43.8.2.1.13.1.5 = STRING: "Drawer 4"
SNMPv2-SMI::mib-2.43.8.2.1.13.1.6 = STRING: "Paper Deck"
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.14.1.4 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.8.2.1.14.1.5 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.8.2.1.14.1.6 = 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.15.1.4 = ""
SNMPv2-SMI::mib-2.43.8.2.1.15.1.5 = ""
SNMPv2-SMI::mib-2.43.8.2.1.15.1.6 = ""
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.16.1.4 = ""
SNMPv2-SMI::mib-2.43.8.2.1.16.1.5 = ""
SNMPv2-SMI::mib-2.43.8.2.1.16.1.6 = ""
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.17.1.4 = ""
SNMPv2-SMI::mib-2.43.8.2.1.17.1.5 = ""
SNMPv2-SMI::mib-2.43.8.2.1.17.1.6 = ""
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.18.1.4 = ""
SNMPv2-SMI::mib-2.43.8.2.1.18.1.5 = ""
SNMPv2-SMI::mib-2.43.8.2.1.18.1.6 = ""
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.19.1.4 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.19.1.5 = INTEGER: 5
SNMPv2-SMI::mib-2.43.8.2.1.19.1.6 = 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: -2
SNMPv2-SMI::mib-2.43.8.2.1.20.1.3 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.20.1.4 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.20.1.5 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.20.1.6 = INTEGER: -2
SNMPv2-SMI::mib-2.43.8.2.1.21.1.1 = STRING: "Type Unknown"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.2 = STRING: "Letterhead (Plain)"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.3 = STRING: "Plain"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.4 = STRING: "Plain"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.5 = STRING: "Plain"
SNMPv2-SMI::mib-2.43.8.2.1.21.1.6 = STRING: "Plain"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.1 = STRING: "unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.2 = STRING: "unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.3 = STRING: "unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.4 = STRING: "unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.5 = STRING: "unknown"
SNMPv2-SMI::mib-2.43.8.2.1.22.1.6 = STRING: "unknown"
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.23.1.4 = INTEGER: -1
SNMPv2-SMI::mib-2.43.8.2.1.23.1.5 = INTEGER: -1
SNMPv2-SMI::mib-2.43.8.2.1.23.1.6 = INTEGER: -1
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: 4000
SNMPv2-SMI::mib-2.43.9.2.1.5.1.1 = INTEGER: -2
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: "Canon Finisher-AD1"
SNMPv2-SMI::mib-2.43.9.2.1.8.1.1 = STRING: "Canon"
SNMPv2-SMI::mib-2.43.9.2.1.9.1.1 = STRING: "Canon Finisher-AD1"
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: 5
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: 105830
SNMPv2-SMI::mib-2.43.10.2.1.5.1.1 = Counter32: 7920
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.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.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.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.6.1.1 = STRING: "C-EXV 22 Black Toner"
SNMPv2-SMI::mib-2.43.11.1.1.6.1.2 = STRING: "Waste Toner"
SNMPv2-SMI::mib-2.43.11.1.1.7.1.1 = INTEGER: 13
SNMPv2-SMI::mib-2.43.11.1.1.7.1.2 = INTEGER: 13
SNMPv2-SMI::mib-2.43.11.1.1.8.1.1 = INTEGER: 16500
SNMPv2-SMI::mib-2.43.11.1.1.8.1.2 = INTEGER: -2
SNMPv2-SMI::mib-2.43.11.1.1.9.1.1 = INTEGER: 16500
SNMPv2-SMI::mib-2.43.11.1.1.9.1.2 = 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: -1
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: 432000
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: 100000
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.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.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.15.1.1.2.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.2.1.2 = INTEGER: 1
SNMPv2-SMI::mib-2.43.15.1.1.3.1.1 = STRING: "5c"
SNMPv2-SMI::mib-2.43.15.1.1.3.1.2 = ""
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.5.1.1 = STRING: "PCL"
SNMPv2-SMI::mib-2.43.15.1.1.5.1.2 = STRING: "LIPSLX"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.1 = STRING: "10.01"
SNMPv2-SMI::mib-2.43.15.1.1.6.1.2 = STRING: "20.30"
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.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.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.10.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.10.1.2 = INTEGER: 2
SNMPv2-SMI::mib-2.43.15.1.1.11.1.1 = INTEGER: 3
SNMPv2-SMI::mib-2.43.15.1.1.11.1.2 = 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.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"

j'ai tout balancé car je sais pas trop tout était nécessaire..

Offline

Board footer

Powered by FluxBB