Configuring an mstp instance, Configuring virtual routing interfaces – Brocade BigIron RX Series Configuration Guide User Manual

Page 374

Advertising
background image

296

BigIron RX Series Configuration Guide

53-1002484-04

Configuring virtual routing interfaces

11

BigIron RX(config-vlan-group-ipv6-proto)# static e 1/1 e 1/24

BigIron RX(config-vlan-group-ipv6-proto)# exclude e 1/2 to 1/4

Syntax: [no] static | exclude ethernet <slot-number>/<port-number> [to

<slot-number>/<port-number>]

The static ethernet <slot-number>/<port-number> [to <slot-number>/<port-number>]
parameter adds the specified ports within the port-based VLAN as static ports to the
protocol-based VLAN. Packets of the specified protocol will be forwarded on these ports.

The exclude ethernet <slot-number>/<port-number> [to <slot-number>/<port-number>]
parameter excludes the specified ports from the protocol-based VLAN. Packets of the specified
protocol will be dropped if received on these ports.

Configuring an MSTP instance

An MSTP instance is configured with an MSTP ID for each region. Each region can contain one or
more VLANs. To configure an MSTP instance and assign a range of VLANs, use a command such as
the following at the Global Configuration level.

BigIron RX(config) # mstp instance 7 vlan 4 to 7

Syntax: [no] mstp instance <instance-number> [ vlan <vlan-id> | vlan-group <group-id> ]

The instance parameter defines the number for the instance of MSTP that you are configuring.

The vlan parameter assigns one or more VLANs or a range of VLANs to the instance defined in this
command.

The vlan-group parameter assigns one or more VLAN groups to the instance defined in this
command.

Configuring virtual routing interfaces

The device sends Layer 3 traffic at Layer 2 within a protocol-based VLAN. However, Layer 3 traffic
from one protocol-based VLAN to another must be routed. If you want the device to be able to send
Layer 3 traffic from one protocol-based VLAN to another on the same router, you must configure a
virtual routing interface on each protocol-based VLAN, then configure routing parameters on the
virtual routing interfaces.

A virtual routing interface is a logical routing interface that the device uses to route Layer 3 protocol
traffic between protocol-based VLANs. It is a logical port on which you can configure Layer 3 routing
parameters.

For example, to enable a device to route IP traffic from one IP protocol VLAN to another, you must
configure a virtual routing interface on each IP protocol VLAN, then configure the appropriate IP
routing parameters on each of the virtual routing interfaces.

For example,

BigIron RX(config)# vlan 2

BigIron RX(config-vlan-2)# tagged e 1/1 to 1/2

BigIron RX(config-vlan-2)# ip-proto

BigIron RX(config-vlan-group-ip-proto)# router-interface ve 1

Advertising