You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
462
463
{{%/notice%}}
463
464
464
465
### BGP Unreachable Prefix TLV
@@ -508,7 +509,7 @@ Cumulus Linux supports the following LLDP DCBX TLVs:
508
509
<!-- vale off -->
509
510
#### IEEE 802.1 TLVs
510
511
<!-- 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.
512
513
513
514
| Name | Subtype | Description |
514
515
|----------------- | ------- | ----------- |
@@ -664,6 +665,8 @@ lldp
664
665
665
666
<spanclass="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.
666
667
668
+
You can enable LLDP-MED inventory TLV transmission globally only; LLDP-MED inventory TLV transmission does not support profiles.
669
+
667
670
To enable LLDP-MED inventory TLV transmission, run the `nv set system lldp lldp-med-inventory-tlv enabled` command:
668
671
669
672
```
@@ -705,6 +708,8 @@ To enable application priority TLV transmission, run NVUE commands to set:
705
708
- You cannot enable application priority TLV transmission on bonds.
706
709
- You can configure a maximum of 10 application TLV priorities on the switch.
707
710
- 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
+
708
713
{{%/notice%}}
709
714
710
715
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