Skip to content

Commit

Permalink
updated -e flag for config vlan member add/del in command reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmarAsad committed May 22, 2023
1 parent ebc14ca commit 5b1063c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -10006,16 +10006,19 @@ This command is to add or delete a member port into the already created vlan.
```
**config vlan member add/del -m**
**config vlan member add/del -m -e**
This command is to add or delete a member port into multiple already created vlans.
- Usage:
```
config vlan member add/del [-m] <vlan_id> <member_portname>
config vlan member add/del [-m] [-e] <vlan_id> <member_portname>
```
*NOTE: *-m flag multiple Vlans in range or comma separted list can be added as a member port.
*NOTE: -m flag multiple Vlans in range or comma separted list can be added as a member port.*
*NOTE: -e is used as an except flag as explaied with examples below.*
- Example:
Expand Down

0 comments on commit 5b1063c

Please sign in to comment.