Complete cli examples, Commands for device a – Brocade BigIron RX Series Configuration Guide User Manual

Page 383

Advertising
background image

BigIron RX Series Configuration Guide

305

53-1002484-04

Configuring super aggregated VLANs

11

Configure a VLAN tag type (tag ID) that is different than the tag type used on the edge
devices. If you use the default tag type (8100) on the edge devices, set the tag type on the
core devices to another value, such as 9100. The tag type must be the same on all the
core devices. The edge devices also must have the same tag type but the type must be
different from the tag type on the core devices.

NOTE

You can enable the Spanning Tree Protocol (STP) on the edge devices or the core devices, but
not both. If you enable STP on the edge devices and the core devices, STP will prevent client
traffic from travelling through the core to the other side.

For example, to configure the aggregated VLANs on device C in

Figure 24

on page 303, enter

the following commands.

BigIron RX(config)# tag-type 9100

BigIron RX(config)# aggregated-vlan

BigIron RX(config)# vlan 101

BigIron RX(config-vlan-101)# tagged ethernet 4/1

BigIron RX(config-vlan-101)# untagged ethernet 3/1

BigIron RX(config-vlan-101)# exit

BigIron RX(config)# vlan 102

BigIron RX(config-vlan-102)# tagged ethernet 4/1

BigIron RX(config-vlan-102)# untagged ethernet 3/2

BigIron RX(config-vlan-102)# exit

BigIron RX(config)# write memory

Syntax: [no] tag-type <num>

Syntax: [no] aggregated-vlan

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

Complete CLI examples

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

Figure 24

on page 303.

NOTE

In these examples, the configurations of the edge devices (A, B, E, and F) are identical. The
configurations of the core devices (C and D) also are identical. The aggregated VLAN configurations
of the edge and core devices on one side must be symmetrical (in fact, a mirror image) to the
configurations of the devices on the other side. For simplicity, the example in

Figure 24

on page 303

is symmetrical in terms of the port numbers. This allows the configurations for both sides of the link
to be the same. If your configuration does not use symmetrically arranged port numbers, the
configurations should not be identical but must use the correct port numbers.

Commands for device A

BigIron RX-A(config)# vlan 101

BigIron RX-A(config-vlan-101)# tagged ethernet 2/1

BigIron RX-A(config-vlan-101)# untagged ethernet 1/1

BigIron RX-A(config-vlan-101)# exit

BigIron RX-A(config)# vlan 102

BigIron RX-A(config-vlan-102)# tagged ethernet 2/1

Advertising