You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in improving WinLLDP by adding support for additional lldpMED TLVs to store the MSWindows device values there instead of in the "System Description".
On the neightbor device, this will be seen in SNMP in
lldpXMedRemHardwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.1
lldpXMedRemFirmwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.2
lldpXMedRemSoftwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.3
lldpXMedRemSerialNum = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.4
lldpXMedRemMfgName = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.5
lldpXMedRemModelName = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.6
lldpXMedRemAssetID = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.7
If someone can show me an example of how to implement this, I'd be happy to help by adding the rest myself.
The text was updated successfully, but these errors were encountered:
Hi,
I am interested in improving WinLLDP by adding support for additional lldpMED TLVs to store the MSWindows device values there instead of in the "System Description".
These are the TLVs I want to add:
Inventory - Hardware Revision TLV (OUI = 00-12-BB, Subtype = 5) (SNMP: "lldpXMedLocHardwareRev" =1.0.8802.1.1.2.1.5.4795.1.2.2)
Inventory - Firmware Revision TLV (OUI = 00-12-BB, Subtype = 6) (SNMP: "lldpXMedLocFirmwareRev" = 1.0.8802.1.1.2.1.5.4795.1.2.3)
Inventory - Software Revision TLV (OUI = 00-12-BB, Subtype = 7) (SNMP: "lldpXMedLocSoftwareRev" = 1.0.8802.1.1.2.1.5.4795.1.2.4)
Inventory - Serial Number TLV (OUI = 00-12-BB, Subtype = 8) (SNMP: "lldpXMedLocSerialNum" = 1.0.8802.1.1.2.1.5.4795.1.2.5)
Inventory - Manufacturer Name TLV (OUI = 00-12-BB, Subtype = 9) (SNMP: "lldpXMedLocMfgName" = 1.0.8802.1.1.2.1.5.4795.1.2.6)
Inventory - Model Name TLV (OUI = 00-12-BB, Subtype = 10) (SNMP: "lldpXMedLocModelName" = 1.0.8802.1.1.2.1.5.4795.1.2.7)
Inventory - Asset ID TLV (OUI = 00-12-BB, Subtype = 11) (SNMP: "lldpXMedLocAssetID" = 1.0.8802.1.1.2.1.5.4795.1.2.8)
On the neightbor device, this will be seen in SNMP in
lldpXMedRemHardwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.1
lldpXMedRemFirmwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.2
lldpXMedRemSoftwareRev = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.3
lldpXMedRemSerialNum = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.4
lldpXMedRemMfgName = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.5
lldpXMedRemModelName = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.6
lldpXMedRemAssetID = 1.0.8802.1.1.2.1.5.4795.1.3.3.1.7
If someone can show me an example of how to implement this, I'd be happy to help by adding the rest myself.
The text was updated successfully, but these errors were encountered: