[[Networking]]

Overview

Broadcast Domains

VLAN Membership

Bandwidth in VLAN

VLAN Operations/Configuration

Creating VLAN ~~~ $switch(config)# vlan 100$switch(config-vlan)# name SERVERS ~~~ - The first command created VLAN 100, and enters VLAN conf mode - The second command assigned the name SERVERS to VLAN 100

Removing VLANS - Removing specific vlan ~~~ $switch(config)# no vlan 100 ~~~ **Removing a group of VLANS** ~~~$switch(config)# no vlan 100-200 ~~~

Statically Assigning VLANS - To statically assign an interface to a VLAN ~~~ $switch(config)# interface gi1/10$switch(config-if)# switchport mode access $switch(config-if)# switchport access vlan 100 ~~~

VLAN Port Types

VLAN Across Multiple Switches

VLAN Frame-Tagging