logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LLDP-MED - Show / manipulate MED TLV configurations

Arguments

enableTx
              Enables the TLV to be transmitted

       devtype
              Set or query the class type of the device.

Author

       John Fastabend

open-lldp                                           June 2011                                        lldptool(8)

Description

       The LLDP-MED extensions support the Link Layer Discovery Protocol for MediaEndpointDevices  defined  in
       the  ANSI/TIA-1057-2006 document. Each TLV can be configured as a class1 , class2 or class3 device. Class
       I devices are the most basic class of Endpoint Device, Class II devices support media stream capabilities
       and Class III devices directly support end users of the IP communication  system.  See  ANS-TIA-1057  for
       clarification of class types.

Example & Usage

       Enable class1 MED device on eth2lldptool-T-ieth2-VLLDP-MEDenableTx=yesdevtype=class1

       Query class type of MED on eth2lldptool-t-ieth2-VLLDP-MED-cdevtype

       Query transmit state of medPolicy on device eth2lldptool-t-ieth2-VmedPolicy-cenableTxSOURCE

       o      Link       Layer       Discovery       Protocol       for       Media       Endpoint       Devices
              (http://www.tiaonline.org/standards/technology/voip/documents/ANSI-
              TIA-1057_final_for_publication.pdf)

Name

       LLDP-MED - Show / manipulate MED TLV configurations

Notes

See Also

lldptool(8), lldpad(8)

Synopsis

lldptool-t-iethx-V [ TLV_TYPE ] enableTxlldptool-T-iethx-V [ TLV_TYPE ] enableTx= { yes | no }

       lldptool-T-iethx-V LLDP-MED devtype= { class1 | class2 | class3 | none }

       lldptool-t-iethx-V LLDP-MED devtypeTLV_TYPE  :  = {LLDP-MED | medCap | medPolicy | medLoc | medPower | medHwRev | medFwRev | medSwRev | medSerNum |
       medManuf | medModel | medAssetID }

Tlv_Type

       List of supported TLV specifiers applicable to Media Endpoint Devices.

       LLDP-MED
              apply arguments to all supported MED TLVs.

       medCAP LLDP-MED Capabilities TLV

       medPolicy
              LLDP-MED Network Policy TLV

       medLoc LLDP-MED Location TLV

       medPower
              LLDP-MED Extended Power-via-MDI TLV

       medHwRev
              LLDP-MED Hardware Revision TLV

       medFwRev
              LLDP-MED Firmware Revision TLV

       medSwRev
              LLDP-MED Software Revision TLV

       medSerNum
              LLDP-MED Serial Number TLV

       medManuf
              LLDP-MED Manufacturer Name TL

       medModel
              LLDP-MED Model Name TLV

       medAssetID
              LLDP-MED Asset ID TLV

See Also