Verifying the configuration, Complete cli examples, Configuring aggregated vlans on a core device – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 438

Advertising
background image

404

Brocade TurboIron 24X Series Configuration Guide

53-1003053-01

Configuring super aggregated VLANs

TurboIron(config-vlan-104)#tagged ethernet 6

TurboIron(config-vlan-104)#untagged ethernet 4

TurboIron(config-vlan-104)#exit

TurboIron(config)#vlan 105 by port

TurboIron(config-vlan-105)#tagged ethernet 6

TurboIron(config-vlan-105)#untagged ethernet 5

TurboIron(config-vlan-105)#exit

TurboIron(config)#write memory

Syntax: [no] vlan <vlan-id> [by port]

Syntax: [no] tagged ethernet portnum> [to [<portnum> | ethernet <portnum>]

Syntax: [no] untagged ethernet <portnum> [to <portnum> | ethernet <portnum>]

Use the tagged command to add the port that the device uses for the uplink to the core device. Use
the untagged command to add the ports connected to the individual clients.

Configuring aggregated VLANs on a core device

To configure the aggregated VLANs on device C in

Figure 49

on page 402, enter the following

commands.

TurboIron(config)#tag-type 9100

TurboIron(config)#aggregated-vlan

TurboIron(config)#vlan 101 by port

TurboIron(config-vlan-101)#tagged ethernet 7

TurboIron(config-vlan-101)#untagged ethernet 8

TurboIron(config-vlan-101)#exit

TurboIron(config)#vlan 102 by port

TurboIron(config-vlan-102)#tagged ethernet 7

TurboIron(config-vlan-102)#untagged ethernet 9

TurboIron(config-vlan-102)#exit

TurboIron(config)#write memory

Syntax: [no] tag-type <num>

Syntax: [no] aggregated-vlan

The <num> parameter specifies the tag type can be a hexadecimal value from 0 – ffff. The default
is 8100.

Verifying the configuration

You can verify the VLAN, VLAN aggregation option, and tag configuration by viewing the
running-config. To display the running-config, enter the show running-config command from any CLI
prompt. After you save the configuration changes to the startup-config, you also can display the
settings in that file by entering the show configuration command from any CLI prompt.

Complete CLI examples

The following sections show all the Aggregated VLAN configuration commands on the devices in

Figure 49

on page 402.

Advertising