Skip to content

Commit 1422ab0

Browse files
committed
updates
1 parent 85f58fa commit 1422ab0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

content/cumulus-linux-517/Layer-2/Link-Layer-Discovery-Protocol.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ cumulus@leaf01:mgmt:~$ nv config apply
458458
```
459459

460460
{{%notice note%}}
461-
A profile overrides system defaults for an interface.
461+
- A profile overrides system defaults for an interface.
462+
- If you enabled LLDP TLVs in Cumulus Linux 5.16 and earlier for specific interfaces with the `nv set interface <interface-id> lldp <tlv-type> enabled` command, when upgrading to Cumulus Linux 5.17, the upgrade process converts the interface-specific configuration to a profile configuration using the profile name `auto-migrated-<interface-id>` and the equivalent egress-policy entries.
462463
{{%/notice%}}
463464

464465
### BGP Unreachable Prefix TLV
@@ -508,7 +509,7 @@ Cumulus Linux supports the following LLDP DCBX TLVs:
508509
<!-- vale off -->
509510
#### IEEE 802.1 TLVs
510511
<!-- vale on -->
511-
You can transmit the following IEEE 802.1 TLVs when exchanging LLDP messages. By default, IEEE 802.1 TLV transmission is `off` and the switch sends all LLDP frames without IEEE 802.1 TLVs.
512+
You can transmit the following IEEE 802.1 TLVs when exchanging LLDP messages. By default, IEEE 802.1 TLV transmission is off and the switch sends all LLDP frames without IEEE 802.1 TLVs.
512513

513514
| Name | Subtype | Description |
514515
|----------------- | ------- | ----------- |
@@ -664,6 +665,8 @@ lldp
664665

665666
<span class="a-tooltip">[LLDP-MED](## "LLDP for Media Endpoint Devices")</span> is an extension to LLDP that operates between endpoint devices, such as IP phones and switches. Inventory management TLV enables an endpoint to transmit detailed inventory information about itself to the switch, such as the manufacturer, model, firmware, and serial number.
666667

668+
You can enable LLDP-MED inventory TLV transmission globally only; LLDP-MED inventory TLV transmission does not support profiles.
669+
667670
To enable LLDP-MED inventory TLV transmission, run the `nv set system lldp lldp-med-inventory-tlv enabled` command:
668671

669672
```
@@ -705,6 +708,8 @@ To enable application priority TLV transmission, run NVUE commands to set:
705708
- You cannot enable application priority TLV transmission on bonds.
706709
- You can configure a maximum of 10 application TLV priorities on the switch.
707710
- Cumulus Linux can send a maximum of 10 application priority TLVs in an LLDP PDU.
711+
- You can enable application priority TLV transmission globally only; application priority TLV transmission does not support profiles.
712+
708713
{{%/notice%}}
709714

710715
The following example sets the application priority of iSCSI traffic to 3 in the application priority TLV sent in LLDP PDUs on swp1.

0 commit comments

Comments
 (0)