Skip to content

Commit 057503e

Browse files
committed
Merge branch 'stage'
2 parents e728ee3 + 1cce46a commit 057503e

3 files changed

Lines changed: 103 additions & 2 deletions

File tree

content/cumulus-linux-516/Layer-1-and-Switch-Ports/Quality-of-Service/_index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,54 @@ cumulus@switch:~$ nv set qos remark default-global switch-priority 2 dscp 40
345345
cumulus@switch:~$ nv config apply
346346
```
347347

348+
To show global remarking configuration, run the `nv show qos remark default-global` command:
349+
350+
```
351+
cumulus@switch:~$ nv show qos remark default-global
352+
operational applied
353+
------- ----------- -------
354+
rewrite l2 l2
355+
356+
SP->PCP/DSCP mapping configuration
357+
=====================================
358+
switch-priority pcp dscp
359+
--------------- --- ----
360+
0 0 0
361+
1 7 8
362+
2 2 16
363+
3 3 24
364+
4 4 32
365+
5 5 40
366+
6 6 48
367+
7 7 56
368+
```
369+
370+
To show global remarking configuration for a specific interface, run the `nv show interface <interface-id> qos remark` command:
371+
372+
```
373+
cumulus@switch:~$ nv show interface swp5 qos remark
374+
operational applied
375+
------- ----------- -------
376+
rewrite l2
377+
378+
SP->PCP/DSCP remark configuration
379+
====================================
380+
switch-priority pcp dscp
381+
--------------- --- ----
382+
0 0 0
383+
1 1 8
384+
2 2 16
385+
3 3 24
386+
4 4 32
387+
5 5 40
388+
6 6 48
389+
7 7 56
390+
```
391+
392+
{{%notice note%}}
393+
When you configure global QoS remarking with `default-global`, the `nv show interface <interface-id> qos remark` command displays the default PCP and DSCP mappings derived from SDK defaults; however, the `nv show qos remark default-global` command only displays the PCP and DSCP mappings if you configure them.
394+
{{%/notice%}}
395+
348396
{{< /tab >}}
349397
{{< tab "Linux Commands ">}}
350398

content/cumulus-linux-517/Layer-1-and-Switch-Ports/Quality-of-Service/_index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,54 @@ cumulus@switch:~$ nv set qos remark default-global switch-priority 2 dscp 40
345345
cumulus@switch:~$ nv config apply
346346
```
347347

348+
To show global remarking configuration, run the `nv show qos remark default-global` command:
349+
350+
```
351+
cumulus@switch:~$ nv show qos remark default-global
352+
operational applied
353+
------- ----------- -------
354+
rewrite l2 l2
355+
356+
SP->PCP/DSCP mapping configuration
357+
=====================================
358+
switch-priority pcp dscp
359+
--------------- --- ----
360+
0 0 0
361+
1 7 8
362+
2 2 16
363+
3 3 24
364+
4 4 32
365+
5 5 40
366+
6 6 48
367+
7 7 56
368+
```
369+
370+
To show global remarking configuration for a specific interface, run the `nv show interface <interface-id> qos remark` command:
371+
372+
```
373+
cumulus@switch:~$ nv show interface swp5 qos remark
374+
operational applied
375+
------- ----------- -------
376+
rewrite l2
377+
378+
SP->PCP/DSCP remark configuration
379+
====================================
380+
switch-priority pcp dscp
381+
--------------- --- ----
382+
0 0 0
383+
1 1 8
384+
2 2 16
385+
3 3 24
386+
4 4 32
387+
5 5 40
388+
6 6 48
389+
7 7 56
390+
```
391+
392+
{{%notice note%}}
393+
When you configure global QoS remarking with `default-global`, the `nv show interface <interface-id> qos remark` command displays the default PCP and DSCP mappings derived from SDK defaults; however, the `nv show qos remark default-global` command only displays the PCP and DSCP mappings if you configure them.
394+
{{%/notice%}}
395+
348396
{{< /tab >}}
349397
{{< tab "Linux Commands ">}}
350398

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)