1lldptool(8) Linux lldptool(8)
2
3
4
6 APP - Show / manipulate APP TLV configuration
7
9 lldptool -t -i ethx -V APP [-c app]
10
11 lldptool -T -i ethx -V APP [-d] app=prio,sel,pid
12
13
15 The APP TLV is an informational TLV and will advertise the current con‐
16 figured application table. If the peer APP TLV and a local APP TLV
17 match the same selector and protocol field the local parameter is used.
18
19
21 app Configures a local application data field using the three param‐
22 eters: priority (prio), selector (sel), and protocol (pid). The
23 -d option can be provided to remove an entry which matches the
24 three parameters.
25
26
28 The APP TLV is an informational TLV for most end stations. It is not
29 expected that setting APP data should be required. Peer data will be
30 processed and added to the application data table by default assuming
31 there does not already exist a local entry with matching selector and
32 priority fields.
33
34 By adding APP data to the application table it is available for appli‐
35 cations, eg iscsid, to query. Applications query for a specific proto‐
36 col and selector and may use this data to map traffic to the corre‐
37 sponding traffic class.
38
39
41 Configure ISCSI application for priority 4 on eth2
42 lldptool -T -i eth2 -V APP app=4,2,3260
43
44 Configure FCoE application for priority 3 on eth2
45 lldptool -T -i eth2 -V APP app=3,1,35078
46
47 Remove FCoE application for priority 3 on eth2
48 lldptool -T -i eth2 -V APP -d app=3,1,35078
49
50 Display locally configured application table on eth2
51 lldptool -t -i eth2 -V APP -c app
52
53 Display last transmitted APP TLV on eth2
54 lldptool -t -i eth2 -V APP
55
57 o IEEE 802.1Qaz (http://www.ieee802.org/1/pages/dcbridges.html)
58
59
61 lldptool(8), lldpad(8)
62
63
65 John Fastabend
66
67
68
69
70open-lldp February 2010 lldptool(8)