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
[doc][DPB] Update DPB related interface breakout command Info (sonic-net#1438)
Updated the Command-Reference doc for the below changes.
Added few more info to config interface breakout command for user reference and the CLI section of DPB HLD DOC link has been added for more info.
Same goes for show interface breakout
updated config interface speed info as per version.
All the above-mentioned points have been added for SONiC version >=202006.
Copy file name to clipboardexpand all lines: doc/Command-Reference.md
+24-6
Original file line number
Diff line number
Diff line change
@@ -3254,9 +3254,9 @@ This show command displays the port auto negotiation status for all interfaces i
3254
3254
Ethernet8 disabled 100G N/A CR4 N/A up up
3255
3255
```
3256
3256
3257
-
**show interfaces breakout**
3257
+
**show interfaces breakout (Versions >= 202006)**
3258
3258
3259
-
This show command displays the port capability for all interfaces i.e. index, lanes, default_brkout_mode, breakout_modes(i.e. all the available breakout modes) and brkout_mode (i.e. current breakout mode). To display current breakout mode, "current-mode" subcommand can be used.For a single interface, provide the interface name with the sub-command.
3259
+
This show command displays the port capability for all interfaces i.e. index, lanes, default_brkout_mode, breakout_modes(i.e. available breakout modes) and brkout_mode (i.e. current breakout mode). To display current breakout mode, "current-mode" subcommand can be used.For a single interface, provide the interface name with the sub-command.
3260
3260
3261
3261
- Usage:
3262
3262
```
@@ -3857,12 +3857,20 @@ This command is used for administratively bringing up the Physical interface or
Dynamic breakout feature is supported in SONiC from 202006 version.
3863
+
User can configure any speed specified under "breakout_modes" keys for the parent interface in the platform-specific port configuration file (i.e. platform.json).
3864
+
3865
+
For example for a breakout mode of 2x50G[25G,10G] the default speed is 50G but the interface also supports 25G and 10G.
3866
+
3867
+
Refer [DPB HLD DOC](https://github.com/Azure/SONiC/blob/master/doc/dynamic-port-breakout/sonic-dynamic-port-breakout-HLD.md#cli-design) to know more about this command.
This command is used to configure the speed for the Physical interface. Use the value 40000 for setting it to 40G and 100000 for 100G. Users need to know the device to configure it properly.
3865
-
Dynamic breakout feature is yet to be supported in SONiC and hence uses cannot configure any values other than 40G and 100G.
3866
3874
3867
3875
- Usage:
3868
3876
@@ -3955,10 +3963,14 @@ This command is used to configure the TPID for the Physical/PortChannel interfac
This command is used to set active breakout mode available for user-specified interface based on the platform-specific port configuration file(i.e. platform.json)
3969
+
and the current mode set for the interface.
3959
3970
3960
-
This command is used to set breakout mode available for user-specified interface.
3961
-
kindly use, double tab i.e. <tab><tab> to see the available breakout option customized for each interface provided by the user.
3971
+
Based on the platform.json and the current mode set in interface, this command acts on setting breakout mode for the interface.
3972
+
3973
+
Double tab i.e. <tab><tab> to see the available breakout option customized for each interface provided by the user.
3962
3974
3963
3975
- Usage:
3964
3976
```
@@ -3981,10 +3993,16 @@ kindly use, double tab i.e. <tab><tab> to see the available breakout option cust
This command also provides "--force-remove-dependencies/-f" option to CLI, which will automatically determine and remove the configuration dependencies using Yang models.
For details please refer [DPB HLD DOC](https://github.com/Azure/SONiC/blob/master/doc/dynamic-port-breakout/sonic-dynamic-port-breakout-HLD.md#cli-design) to know more about this command.
4005
+
3988
4006
Go Back To [Beginning of the document](#) or [Beginning of this section](#interfaces)
0 commit comments