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
You can only enable the unreachable prefix TLV in the `egress-policy` of a TLV profile; it is not supported on ingress.
490
490
{{%/notice%}}
491
491
492
-
## LLDP DCBX TLVs
492
+
###LLDP DCBX TLVs
493
493
494
494
<spanclass="a-tooltip">[DCBX](##"Data Center Bridging Capability Exchange protocol ")</span> is an extension of LLDP that supports <spanclass="a-tooltip">[TLVs](##"Type-Length-Value ")</span> to provide additional information in LLDP packets to peers.
495
495
@@ -506,7 +506,7 @@ Cumulus Linux supports the following LLDP DCBX TLVs:
506
506
- Cumulus Linux limits DCBX support to enabling DCBX TLVs (either with ROCE global configuration or per interface) as documented in the {{<exlinkurl="https://ieeexplore.ieee.org/document/8403927"text="IEEE 802.1Q standard">}}.
507
507
{{%/notice%}}
508
508
<!-- vale off -->
509
-
### IEEE 802.1 TLVs
509
+
####IEEE 802.1 TLVs
510
510
<!-- vale on -->
511
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
512
@@ -540,7 +540,7 @@ mode default default default
540
540
...
541
541
```
542
542
<!-- vale off -->
543
-
### IEEE 802.3 TLVs
543
+
####IEEE 802.3 TLVs
544
544
<!-- vale on -->
545
545
Cumulus Linux transmits the following IEEE 802.3 TLVs by default. You do not need to enable them.
546
546
@@ -549,7 +549,7 @@ Cumulus Linux transmits the following IEEE 802.3 TLVs by default. You do not nee
549
549
| Link Aggregation | 3 | Indicates if the port supports link aggregation and if it is enabled. |
550
550
| Maximum Frame Size | 4 | The MTU configuration on the port. The MTU on the port is the <spanclass="a-tooltip">[MFS](##"Maximum Frame Size ")</span>. |
551
551
552
-
### QoS TLVs
552
+
####QoS TLVs
553
553
554
554
Adding <spanclass="a-tooltip">[QoS](##"Quality of Service ")</span> configuration as part of the DCBX TLVs allows automated configuration on hosts and switches that connect to the switch.
555
555
@@ -569,8 +569,6 @@ When you enable {{<link url="RDMA-over-Converged-Ethernet-RoCE" text="ROCE">}} o
569
569
- LLDP frames for all switch port interfaces carry PFC configuration, ETS configuration, ETS recommendation, and APP Priority TLVs. The ETS configuration and PFC configuration TLV payloads are the same for all interfaces.
570
570
{{%/notice%}}
571
571
572
-
#### Enable QoS TLV Transmission
573
-
574
572
To enable PFC Configuration TLV transmission, run the `nv set interface <interface-id> lldp dcbx-pfc-tlv enabled` command:
To show if Qos TLV transmission is `enabled` for an interface, run the NVUE `nv show interface <interface-id>` command:
625
619
626
620
```
@@ -635,7 +629,7 @@ lldp
635
629
...
636
630
```
637
631
638
-
### LLDP-MED Inventory TLVs
632
+
####LLDP-MED Inventory TLVs
639
633
640
634
<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.
641
635
@@ -663,7 +657,7 @@ mode default default default
663
657
...
664
658
```
665
659
666
-
### Application Priority TLVs
660
+
####Application Priority TLVs
667
661
668
662
DCBX Application priority TLVs allow hosts to receive per-application priority values in LLDP packets.
- <spanclass="a-tooltip">[NVMe](##"Non-Volatile Memory Express")</span> using TCP port 4420 and 8009.
673
667
- Applications using a specific TCP port or UDP port.
674
668
675
-
#### Enable Application Priority TLV Transmission
676
-
677
669
To enable application priority TLV transmission, run NVUE commands to set:
678
670
- The application, TCP port, or UDP port and the associated application priority. If you do not set an application priority, Cumulus Linux uses the default priority 0.
679
671
- The interface on which you want to enable application priority TLV transmission. LLDP starts sending PDUs with the application priority TLVs after you apply the configuration on the specified interface.
0 commit comments