Skip to content

Commit

Permalink
Merge pull request #163 from project-arlo/VLAN_XLATE_QINQ_HLD
Browse files Browse the repository at this point in the history
Updated the TD4 commands syntax and example
  • Loading branch information
prvattem authored Dec 22, 2022
2 parents 18fb87f + ab8c9b3 commit 434f1fb
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions doc/vlan/SONiC_vlan_translation_qnq.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,29 +844,35 @@ The following command under "switch-resource" command tree enables this feature.

**Syntax**
```
vlan-stacking enable
no vlan-stacking
<no> vlan-stacking
```

* Enable/disable of vlan-stacking requires reboot of the switch.

**Example**

```
Config command:
(config)# switch-resource
(config-switch-resource)# vlan-stacking enable
(config-switch-resource)# vlan-stacking
Config save and reboot is required for this change to take effect
(config-switch-resource)# no vlan-stacking
Config save and reboot is required for this change to take effect
# show switch-resource vlan-stacking
Vlan stacking is enabled
Show command:
# show switch-resource vlan-stacking
Vlan stacking is disabled
Configured : enabled
Operational : disabled
Example:
sonic(config)# switch-resource
sonic(config-switch-resource)# do show switch-resource vlan-stacking
Vlan stacking feature is disabled
Configured : disabled
Operational : disabled
sonic(config-switch-resource)# vlan-stacking
Config save and reboot is required for this change to take effect
sonic(config-switch-resource)# do show switch-resource vlan-stacking
Expand Down

0 comments on commit 434f1fb

Please sign in to comment.