Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: including lldpMED TLVs for model, serial, vendor, softwareversion, ... #31

Open
scholli76 opened this issue Feb 6, 2025 · 0 comments

Comments

@scholli76
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant