joel.gibby wrote: > An "LLDP Neighbors" type of window would be immensely valuable when building > maps. Currently I'm logging into the CLI of the switch and issuing "show lldp > info remote" and "show lldp neighbors" on my various > switches and it's a bit tedious. If Intermapper could use LLDP when > automatically laying out and connecting devices that would be even > better, but just having access to the information within the GUI would > be huge.
The following on-demand table definition may provide the information you seek in a table viewer window in the current version of InterMapper. We are implementing code to look at LLDP data and use it for automatic layout. [code]<snmp-device-variables-ondemand> lldpRemTable, .1, TABLE lldpRemTable/lldpRemLocalPortNum, 1.0.8802.1.1.2.1.4.1.1.4.0[0:1], INTEGER lldpRemTable/lldpRemIndex, 1.0.8802.1.1.2.1.4.1.1.4.0[1:1], INTEGER lldpRemTable/lldpRemChassisIdSubtype, 1.0.8802.1.1.2.1.4.1.1.4.0, INTEGER lldpRemTable/lldpRemChassisId, 1.0.8802.1.1.2.1.4.1.1.5.0, STRING lldpRemTable/lldpRemPortIdSubtype, 1.0.8802.1.1.2.1.4.1.1.6.0, INTEGER lldpRemTable/lldpRemPortId, 1.0.8802.1.1.2.1.4.1.1.7.0, STRING lldpRemTable/lldpRemPortDesc, 1.0.8802.1.1.2.1.4.1.1.8.0, STRING lldpRemTable/lldpRemSysName, 1.0.8802.1.1.2.1.4.1.1.9.0, STRING lldpRemTable/lldpRemSysDesc, 1.0.8802.1.1.2.1.4.1.1.10.0, STRING lldpRemTable/lldpRemSysCapSupported, 1.0.8802.1.1.2.1.4.1.1.11.0, HEXADECIMAL lldpRemTable/lldpRemSysCapEnabled, 1.0.8802.1.1.2.1.4.1.1.12.0, HEXADECIMAL </snmp-device-variables-ondemand>[/code -------------------- m2f -------------------- Read this topic online here: http://forums.dartware.com/viewtopic.php?p=2748#2748 ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [email protected]
