beautypg.com

Vlan configuration examples, Displaying vlan settings – Extreme Networks 200 Series User Manual

Page 106

background image

104

Summit 200 Series Switch Installation and User Guide

Virtual LANs (VLANs)

VLAN Configuration Examples

The following Summit 200 series switch 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

config video tag 1000

config video add port 4-8 tagged

The following Summit 200 series switch 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 1-3 tagged

config sales add port 4,7

Displaying VLAN Settings

To display VLAN settings, use the following command:

show vlan {} {detail}

The

show

command displays summary information about each VLAN, which includes:

Name

VLANid

How the VLAN was created

IP address

STPD information

QoS profile information

Ports assigned

Tagged/untagged status for each port

How the ports were added to the VLAN

Number of VLANs configured on the switch

Use the

detail

option to display the detailed format.

config vlan name

Renames a previously configured VLAN.

create vlan

Creates a named VLAN.

delete vlan

Removes a VLAN.

unconfig ports monitor vlan

Removes port-based VLAN monitoring.

unconfig vlan ipaddress

Resets the IP address of the VLAN.

Table 30: VLAN Configuration Commands (continued)

Command

Description