Intel 480T Switch User Manual


 
C H A P T E R 7 Virtual LANs (VLANs)
109
configure default delete port 1-3,6
configure accounting add port 1-3,6
Because VLAN names are unique, you do not need to enter the
keyword
vlan after you have created the unique VLAN name. You
can use the VLAN name alone.
Example 2
This example creates a tag-based VLAN named video. It assigns the
VLANid 1000. Ports 4 through 8 are added as tagged ports to the
VLAN.
create vlan video
configure video tag 1000
configure video add port 4-8 tagged
Example 3
This example creates a VLAN named sales, with the VLANid 120.
The VLAN uses both tagged and untagged ports. Ports 1 through 3
are tagged, and ports 4 and 7 are untagged. When not explicitly
specified, ports are added as untagged.
create vlan sales
configure sales tag 120
configure sales add port 1-3 tagged
configure sales add port 4,7
Example 4
This example creates a protocol-based VLAN named ipsales. Ports
6 through 8 are assigned to the VLAN.
create vlan ipsales
configure ipsales protocol ip
configure ipsales add port 6-8
Example 5
This example defines a protocol filter, myprotocol and applies it to
the VLAN named myvlan. This is a command syntax example only,
and has no real-world application.