I want to build a java tool that extracts lldp informations of some devices (switches, routers, etc) to make a 'topology map'.

Trying snmpwalk, i found only useless informations (for this case). I think lldp mib is 1.0.8802.1.1.2, but i'm not sure.

Anyone knows how to extract this, using snmpwalk or another method?

Thanks in advance.

link|improve this question

78% accept rate
feedback

1 Answer

up vote 0 down vote accepted

According to IEEE 802 MIB document, what append when you try to walk on this OID :

1.0.8802.1.1.2.1

I stands for :

iso std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) lldpMIB(2) lldpObjects(1)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.