VIRTUAL LANS (VLANS)
VLAN CONFIGURATION EXAMPLES
The following example creates a
create vlan accounting
config accounting ipaddress 132.15.121.1 config default delete port
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.
The following example creates a
create vlan video
config video tag 1000
config video add port
The following 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. Note that when not explicitly specified, ports are added as untagged.
create vlan sales config sales tag 120
config sales add port
The following example creates a
create vlan ipsales
config ipsales protocol ip
config ipsales add port
The following example defines a protocol filter, myprotocol and applies it to the VLAN named myvlan. This is an example only, and has no
create protocol myprotocol
config protocol myprotocol add etype 0xf0f0 config protocol myprotocol add etype 0xffff create vlan myvlan
config myvlan protocol myprotocol
SUMMIT SWITCH INSTALLATION AND USER GUIDE |