Skip to content

Commit f527c06

Browse files
committed
Merge branch '516-pid' into generate-offlinedocs
2 parents 4d99c21 + e421dfb commit f527c06

27 files changed

Lines changed: 66 additions & 28 deletions

File tree

  • content
    • cumulus-linux-41/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-42/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-43/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-44/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-50/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-510/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-511/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-512/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-513/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-514/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-515/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-516
      • Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
      • Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN
      • Whats-New
    • cumulus-linux-51/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-52/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-53/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-54/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-55/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-56/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-57/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-58/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • cumulus-linux-59/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management
    • nvidia-air-v2

content/cumulus-linux-41/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/Switch-Port-Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ cumulus@switch:~$ net commit
854854

855855
To break out swp1 into four 10G ports, run the `net add interface swp1 breakout 4x10G` command.
856856

857-
On Mellanox switches with the Spectrum ASIC and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2.
857+
On Mellanox switches with the Spectrum ASIC and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2. (This does *not* apply to a 2x50G breakout configuration or to the Mellanox SN2100 and SN2010 switches.)
858858

859859
```
860860
cumulus@switch:~$ net add interface swp2 breakout disabled

content/cumulus-linux-42/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/Switch-Port-Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ cumulus@switch:~$ net commit
874874
875875
To break out swp1 into four 10G ports, run the `net add interface swp1 breakout 4x10G` command.
876876
877-
On Mellanox switches with the Spectrum ASIC and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2.
877+
On Mellanox switches with the Spectrum ASIC and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2. (This does *not* apply to a 2x50G breakout configuration or to the Mellanox SN2100 and SN2010 switches.)
878878
879879
```
880880
cumulus@switch:~$ net add interface swp2 breakout disabled

content/cumulus-linux-42/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
11451145
{{%notice note%}}
11461146

11471147
- Aliases are limited to 256 characters.
1148-
- Avoid using apostrophes or non-ASCII characters in the alias string. Cumulus Linux does not parse these characters.
1148+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
11491149

11501150
{{%/notice%}}
11511151

content/cumulus-linux-43/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/Switch-Port-Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ cumulus@switch:~$ net commit
859859
860860
To break out swp1 into four 10G ports, run the `net add interface swp1 breakout 4x10G` command.
861861
862-
On NVIDIA Spectrum switches and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2.
862+
On NVIDIA Spectrum switches and 64-port Broadcom switches, you need to disable the next port. The following example command disables swp2. (This does *not* apply to a 2x50G breakout configuration or to the Mellanox SN2100 and SN2010 switches.)
863863
864864
```
865865
cumulus@switch:~$ net add interface swp2 breakout disabled

content/cumulus-linux-43/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
11451145
{{%notice note%}}
11461146

11471147
- Aliases are limited to 256 characters.
1148-
- Avoid using apostrophes or non-ASCII characters in the alias string. Cumulus Linux does not parse these characters.
1148+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
11491149

11501150
{{%/notice%}}
11511151

content/cumulus-linux-44/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
535535

536536
{{%notice note%}}
537537
- Interface descriptions can have a maximum of 255 characters.
538-
- Avoid using apostrophes or non-ASCII characters. Cumulus Linux does not parse these characters.
538+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
539539
{{%/notice%}}
540540

541541
The following example commands create a description for swp1:

content/cumulus-linux-50/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
515515

516516
{{%notice note%}}
517517
- Interface descriptions can have a maximum of 255 characters.
518-
- Avoid using apostrophes or non-ASCII characters. Cumulus Linux does not parse these characters.
518+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
519519
{{%/notice%}}
520520

521521
The following example commands create the description `hypervisor_port_1` for swp1:

content/cumulus-linux-51/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
516516

517517
{{%notice note%}}
518518
- Interface descriptions can have a maximum of 255 characters.
519-
- Avoid using apostrophes or non-ASCII characters. Cumulus Linux does not parse these characters.
519+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
520520
{{%/notice%}}
521521

522522
The following example commands create the description `hypervisor_port_1` for swp1:

content/cumulus-linux-510/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
485485

486486
{{%notice note%}}
487487
- Interface descriptions can have a maximum of 255 characters.
488-
- Avoid using apostrophes or non-ASCII characters. Cumulus Linux does not parse these characters.
488+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
489489
{{%/notice%}}
490490

491491
The following example commands create the description `hypervisor_port_1` for swp1:

content/cumulus-linux-511/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Interface descriptions also appear in the {{<link url="Simple-Network-Management
314314

315315
{{%notice note%}}
316316
- Interface descriptions can have a maximum of 255 characters.
317-
- Avoid using apostrophes or non-ASCII characters. Cumulus Linux does not parse these characters.
317+
- Avoid using backslashes, apostrophes, or non-ASCII characters. Cumulus Linux does not parse these characters.
318318
{{%/notice%}}
319319

320320
The following example commands create the description `hypervisor_port_1` for swp1:

0 commit comments

Comments
 (0)