|
16 | 16 | data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" |
17 | 17 | alt="GitHub badge" title="Fork me on GitHub"> |
18 | 18 | </a> |
19 | | -<a class="badge latest-version" href="https://media.luffy.cx/files/lldpd/lldpd-1.0.19.tar.gz"> |
20 | | - <div title="Download latest version of lldpd">1.0.19</div> |
| 19 | +<a class="badge latest-version" href="https://media.luffy.cx/files/lldpd/lldpd-1.0.20.tar.gz"> |
| 20 | + <div title="Download latest version of lldpd">1.0.20</div> |
21 | 21 | </a> |
22 | 22 |
|
23 | 23 | <nav> |
@@ -52,7 +52,7 @@ <h1>Usage</h1> |
52 | 52 | </ul> |
53 | 53 | </div> |
54 | 54 | <h1 id="lldpd8">lldpd.8</h1> |
55 | | -<p>Here is the manual page for <code>lldpd</code> (version 1.0.19):</p> |
| 55 | +<p>Here is the manual page for <code>lldpd</code> (version 1.0.20):</p> |
56 | 56 | <div class='manpage'><div><b><span class="caps">NAME</span></b> |
57 | 57 | lldpd — <span class="caps">LLDP</span> daemon |
58 | 58 |
|
@@ -360,7 +360,7 @@ <h1 id="lldpd8">lldpd.8</h1> |
360 | 360 | < [email protected]>, and Vincent Bernat < [email protected]>. </div></div> |
361 | 361 |
|
362 | 362 | <h1 id="lldpcli8">lldpcli.8</h1> |
363 | | -<p>Here is the manual page for <code>lldpcli</code> and <code>lldpctl</code> (version 1.0.19):</p> |
| 363 | +<p>Here is the manual page for <code>lldpcli</code> and <code>lldpctl</code> (version 1.0.20):</p> |
364 | 364 | <div class='manpage'><div><b><span class="caps">NAME</span></b> |
365 | 365 | lldpcli, lldpctl — control <span class="caps">LLDP</span> daemon |
366 | 366 |
|
@@ -783,20 +783,33 @@ <h1 id="lldpcli8">lldpcli.8</h1> |
783 | 783 | custom <span class="caps">TLV</span>. When <span class="caps">OUI</span> <u>oui</u> and subtype <u>subtype</u> is specified, |
784 | 784 | remove specific instances of custom <span class="caps">TLV</span>. |
785 | 785 |
|
786 | | - <b>configure</b> <b>med</b> <b>fast-start</b> <b>enable</b> | <b>tx-interval</b> <u>interval</u> |
| 786 | + <b>configure</b> [ports <u>ethX</u> [,…]] <b>lldp</b> <b>vlan-advertisements</b> <b>pattern</b> |
| 787 | + <u>pattern</u> |
787 | 788 |
|
788 | | - Configure <span class="caps">LLDP</span>-<span class="caps">MED</span> fast start mechanism. When a new <span class="caps">LLDP</span>-<span class="caps">MED</span>- |
789 | | - enabled neighbor is detected, fast start allows <b>lldpd</b> to |
790 | | - shorten the interval between two <span class="caps">LLDPDU</span>. <b>enable</b> should enable |
791 | | - <span class="caps">LLDP</span>-<span class="caps">MED</span> fast start while <b>tx-interval</b> specifies the interval |
792 | | - between two <span class="caps">LLDPDU</span> in seconds. The valid interval range is 1 |
793 | | - through 3600 in seconds. The default interval is 1 second. |
794 | | - Once 4 <span class="caps">LLDPDU</span> have been sent, the fast start mechanism is dis- |
795 | | - abled until a new neighbor is detected. |
| 789 | + Configure <span class="caps">VLAN</span> advertisements for the given port as a comma |
| 790 | + separated values (<span class="caps">CSV</span>). As for interfaces (described above), |
| 791 | + this option can use wildcards and inversions. Without this |
| 792 | + option, <b>lldpd</b> will advertise all <span class="caps">VLANS</span>. |
796 | 793 |
|
797 | | - <b>unconfigure</b> <b>med</b> <b>fast-start</b> |
| 794 | + <b>unconfigure</b> [ports <u>ethX</u> [,…]] <b>lldp</b> <b>vlan-advertisements</b> <b>pattern</b> |
798 | 795 |
|
799 | | - Disable <span class="caps">LLDP</span>-<span class="caps">MED</span> fast start mechanism. |
| 796 | + Remove any previously configured <span class="caps">VLAN</span> advertisements pattern |
| 797 | + for the given port. |
| 798 | + |
| 799 | + <b>configure</b> <b>lldp</b> <b>fast-start</b> <b>enable</b> | <b>tx-interval</b> <u>interval</u> |
| 800 | + |
| 801 | + Configure <span class="caps">LLDP</span> fast start mechanism. When a new <span class="caps">LLDP</span> neighbor |
| 802 | + is detected, fast start allows <b>lldpd</b> to shorten the interval |
| 803 | + between two <span class="caps">LLDPDU</span>. <b>enable</b> should enable <span class="caps">LLDP</span> fast start |
| 804 | + while <b>tx-interval</b> specifies the interval between two <span class="caps">LLDPDU</span> in |
| 805 | + seconds. The valid interval range is 1 through 3600 in sec- |
| 806 | + onds. The default interval is 1 second. Once 4 <span class="caps">LLDPDU</span> have |
| 807 | + been sent, the fast start mechanism is disabled until a new |
| 808 | + neighbor is detected. |
| 809 | + |
| 810 | + <b>unconfigure</b> <b>lldp</b> <b>fast-start</b> |
| 811 | + |
| 812 | + Disable <span class="caps">LLDP</span> fast start mechanism. |
800 | 813 |
|
801 | 814 | <b>configure</b> [ports <u>ethX</u> [,…]] <b>med</b> <b>location</b> <b>coordinate</b> <b>latitude</b> |
802 | 815 | <u>latitude</u> <b>longitude</b> <u>longitude</u> <b>altitude</b> <u>altitude</u> <u>unit</u> <b>datum</b> <u>datum</u> |
@@ -1057,14 +1070,23 @@ <h1 id="lldpcli8">lldpcli.8</h1> |
1057 | 1070 | <span class="caps">TLV</span> but the user should ensure the coherency of those two con- |
1058 | 1071 | figurations if they are used together. |
1059 | 1072 |
|
1060 | | - <u>supported</u> means that <span class="caps">MDI</span> power is supported on the given port |
1061 | | - while <u>enabled</u> means that <span class="caps">MDI</span> power is enabled. <u>paircontrol</u> is |
| 1073 | + <b>supported</b> means that <span class="caps">MDI</span> power is supported on the given port |
| 1074 | + while <b>enabled</b> means that <span class="caps">MDI</span> power is enabled. <b>paircontrol</b> is |
1062 | 1075 | used to indicate whether pair selection can be controlled. |
1063 | 1076 | Valid values for <u>powerpairs</u> are: |
1064 | 1077 | <b>signal</b> The signal pairs only are in use. |
1065 | 1078 | <b>spare</b> The spare pairs only are in use. |
1066 | 1079 |
|
1067 | | - When specified, <u>class</u> is a number between 0 and 4. |
| 1080 | + When specified, <u>class</u> is <u>class-</u>, <u>suffixed</u> <u>with</u> <u>a</u> <u>number</u> <u>from</u> <u>0</u> |
| 1081 | + <u>to</u> <u>4.</u> <u>E.g.</u> <u>class-0</u>, <u>class-1</u>, <u>class-2</u>, <u>class-3</u>, <u>class-4</u>. |
| 1082 | + |
| 1083 | + For 802.3at, the classes are as follows: |
| 1084 | + <b>0</b> Default (Unspecified), <span class="caps">PD</span> 0.44-12.95 W, <span class="caps">PSE</span> 15.4 W |
| 1085 | + <b>1</b> Very Low Power Device, <span class="caps">PD</span> 0.44-3.84 W, <span class="caps">PSE</span> 4.0 W |
| 1086 | + <b>2</b> Low Power Device, <span class="caps">PD</span> 3.84-6.49 W, <span class="caps">PSE</span> 7.0 W |
| 1087 | + <b>3</b> Mid Power Device, <span class="caps">PD</span> 6.49-12.95 W, <span class="caps">PSE</span> 15.4 W |
| 1088 | + <b>4</b> High Power Device (PoE+), <span class="caps">PD</span> 12.95-25.5 W, <span class="caps">PSE</span> 30.0 |
| 1089 | + W |
1068 | 1090 |
|
1069 | 1091 | The remaining parameters are in conformance with 802.3at and |
1070 | 1092 | are optional. <u>type</u> should be either 1 or 2, indicating |
|
0 commit comments