Verifying vlan group configuration, Displaying information about vlan groups – Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual

Page 208

Advertising
background image

178

Multi-Service IronWare Switching Configuration Guide

53-1003036-02

VLAN groups

7

This message is normal and indicates that the configuration has take effect. It does not
indicate that an error condition has occurred.

3. If required, you can add and remove individual VLANs or VLAN ranges from the VLAN group

configuration level. For example, to add VLANs 1001 and 1002 to VLAN group 1 and remove
VLANs 900 through 1000, enter the following commands.

Brocade(config-vlan-group-1)# add-vlan 1001 to 1002

Brocade(config-vlan-group-1)# remove-vlan 900 to 1000

Syntax: [no] add-vlan vlan-id [to vlan-id]

Syntax: [no] remove-vlan vlan-id [to vlan-id]

Verifying VLAN group configuration

To verify configuration of VLAN groups, display the running configuration file. If you have saved the
configuration to the startup configuration file, you also can verify the configuration by displaying the
startup configuration file. The following example shows the running configuration information for
the VLAN group configured in the previous examples. The information appears in the same way in
the startup configuration file.

Brocade(config)# show running-config

lines not related to the VLAN group omitted...

vlan-group 1 vlan 2 to 900

add-vlan 1001 to 1002

tagged ethernet 1/1 to 1/2

Displaying information about VLAN groups

To display VLAN group configuration information, enter the following command.

Brocade# show vlan-group 10

Configured VLAN-Group entries : 1

Maximum VLAN-Group entries : 32

VLAN-GROUP 10

Number of VLANs: 4

VLANs: 10 to 13

Tagged ports: ethernet 3/1

The example shows configuration information for two VLAN groups, group 1 and group 2.

Syntax: show vlan-group [group-id]

The group-id specifies a VLAN group. If you do not use this parameter, the configuration information
for all the configured VLAN groups is displayed.

Advertising