Skip to content

Commit 91d1d02

Browse files
authored
Update L2 dot1q HLD.markdown
1 parent f1ae3a6 commit 91d1d02

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/L2_802.1q_Tunneling_Support_HLD/L2 dot1q HLD.markdown

+6-5
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In hybrid mode a port possesses the following properties
8585

8686
__*Figure 1: Sample Topology*__
8787

88-
The figure shows that 3 different VLANs are configured with 6 other hosts. Ethernet switches when connected to end hosts. The switch ports connected to hosts would be configured as access ports. The ports that connect switches together would be configured as trunk ports.
88+
The figure shows that 3 different VLANs are configured with 6 other hosts. The switch ports connected to hosts would be configured as access ports. The ports that connect switches together would be configured as trunk ports.
8989

9090
## Architecture Design
9191

@@ -181,11 +181,11 @@ __*Figure 6: Sequence Diagram for deleting VLAN member on Trunk Port*__
181181

182182
## CLI Configuration Commands
183183

184-
**1.** config switchport mode <port_type (access or trunk or routed)> <physical port>
184+
**1.** config switchport mode <access|trunk|routed> <physical_port>
185185

186-
**2.** config vlan add/del -m <vlan_id>
186+
**2.** config vlan add/del -m <comma separated list, range> <vlan_ids>
187187

188-
**3.** config vlan member add/del -m <all,except, comma separated list, range> <vlan_ids> <physical port>
188+
**3.** config vlan member add/del -m <all,except, comma separated list, range> <vlan_ids> <physical_port>
189189

190190
## Examples/Usage of Commands
191191

@@ -231,8 +231,9 @@ __*Figure 6: Sequence Diagram for deleting VLAN member on Trunk Port*__
231231
232232
-Example : The command will create the VLAN "Vlan 100, Vlan 101, Vlan 102, Vlan 103" if these do not already exist.
233233
234+
***This works with deleting multiple VLANs in the same way***
234235
```
235-
The same works with deleting multiple VLANs in the same way.
236+
236237

237238
**4.** Add all Vlan(s) as Vlan Member(s) using a single command:
238239

0 commit comments

Comments
 (0)