1lldptool(8) Linux lldptool(8)
2
3
4
6 LLDP-MED - Show / manipulate MED TLV configurations
7
9 lldptool -t -i ethx -V [ TLV_TYPE ] enableTx
10
11 lldptool -T -i ethx -V [ TLV_TYPE ] enableTx = { yes | no }
12
13 lldptool -T -i ethx -V LLDP-MED devtype = { class1 | class2 | class3 |
14 none }
15
16 lldptool -t -i ethx -V LLDP-MED devtype
17
19 medFwRev | medSwRev | medSerNum | medManuf | medModel | medAssetID }
20
21
23 The LLDP-MED extensions support the Link Layer Discovery Protocol for
24 Media Endpoint Devices defined in the ANSI/TIA-1057-2006 document. Each
25 TLV can be configured as a class1 , class2 or class3 device. Class I
26 devices are the most basic class of Endpoint Device, Class II devices
27 support media stream capabilities and Class III devices directly sup‐
28 port end users of the IP communication system. See ANS-TIA-1057 for
29 clarification of class types.
30
31
32
34 enableTx
35 Enables the TLV to be transmitted
36
37 devtype
38 Set or query the class type of the device.
39
40
42 List of supported TLV specifiers applicable to Media Endpoint Devices.
43
44
45 LLDP-MED
46 apply arguments to all supported MED TLVs.
47
48
49 medCAP LLDP-MED Capabilities TLV
50
51
52 medPolicy
53 LLDP-MED Network Policy TLV
54
55
56 medLoc LLDP-MED Location TLV
57
58
59 medPower
60 LLDP-MED Extended Power-via-MDI TLV
61
62
63 medHwRev
64 LLDP-MED Hardware Revision TLV
65
66
67 medFwRev
68 LLDP-MED Firmware Revision TLV
69
70
71 medSwRev
72 LLDP-MED Software Revision TLV
73
74
75 medSerNum
76 LLDP-MED Serial Number TLV
77
78
79 medManuf
80 LLDP-MED Manufacturer Name TL
81
82
83 medModel
84 LLDP-MED Model Name TLV
85
86
87 medAssetID
88 LLDP-MED Asset ID TLV
89
90
92 Enable class1 MED device on eth2
93 lldptool -T -i eth2 -V LLDP-MED enableTx=yes devtype=class1
94
95 Query class type of MED on eth2
96 lldptool -t -i eth2 -V LLDP-MED -c devtype
97
98 Query transmit state of medPolicy on device eth2
99 lldptool -t -i eth2 -V medPolicy -c enableTx
100
101
102
103 SOURCE
104
105 o Link Layer Discovery Protocol for Media Endpoint Devices
106 (http://www.tiaonline.org/standards/technology/voip/docu‐
107 ments/ANSI-TIA-1057_final_for_publication.pdf)
108
109
112 lldptool(8), lldpad(8)
113
114
116 John Fastabend
117
118
119
120
121open-lldp June 2011 lldptool(8)