Configuring uplink ports within a port-based vlan, Configuration considerations, Configuration syntax – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 425

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

391

53-1003053-01

Configuring uplink ports within a port-based VLAN

TurboIron-C(config-vif-5)#ip addr 10.1.8.2/24

TurboIron-C(config-vif-5)#ip ospf area 0.0.0.0

TurboIron-C(config-vif-5)#ipx network 8 ethernet_802.3

TurboIron-C(config-vif-5)#int ve6

TurboIron-C(config-vif-6)#ip addr 10.1.5.2/24

TurboIron-C(config-vif-6)#ip ospf area 0.0.0.0

TurboIron-C(config-vif-6)#ipx network 5 ethernet_802.3

TurboIron-C(config-vif-6)#

Configuring uplink ports within a port-based VLAN

You can configure a subset of the ports in a port-based VLAN as uplink ports. When you configure
uplink ports in a port-based VLAN, the device sends all broadcast and unknown-unicast traffic from
a port in the VLAN to the uplink ports, but not to other ports within the VLAN. Thus, the uplink ports
provide tighter broadcast control within the VLAN.

This uplink port feature behaves the same as the private VLAN feature, but with the ability to
support tagged ports. This feature also supports two private VLAN modes: the Primary ports (uplink
ports) and Isolated ports (host ports).

For example, if two ports within a port-based VLAN are Gbps ports attached to the network and the
other ports are 10/100 ports attached to clients, you can configure the two ports attached to the
network as uplink ports. In this configuration, broadcast and unknown-unicast traffic in the VLAN
does not go to all ports. The traffic goes only to the uplink ports. The clients on the network do not
receive broadcast and unknown-unicast traffic from other ports, including other clients.

Configuration considerations

Flooded traffic (unknown unicast, unregistered multicast, and broadcast traffic) is hardware
forwarded.

This feature should not be enabled with protocol VLANs or private VLANs in the same VLAN.

Configuration syntax

To configure a port-based VLAN containing uplink ports, enter commands such as the following.

TurboIron(config)#vlan 10 by port

TurboIron(config-vlan-10)#untag ethernet 1 to 24

TurboIron(config-vlan-10)#untag ethernet 1 to 2

TurboIron(config-vlan-10)#uplink-switch ethernet 1 to 2

Syntax: [no] uplink-switch ethernet <portnum> [to <portnum> | ethernet <portnum>]

In this example, 24 ports on a 10/100 module and two Gbps ports on a Gbps module are added to
port-based VLAN 10. The two Gbps ports are then configured as uplink ports.

To configure a port-based VLAN containing uplink ports, enter the following commands.

TurboIron(config)#vlan 500

TurboIron(config-vlan-500)#tagged ethernet 11 to 21

TurboIron(config-vlan-500)#uplink-switch ethernet 20 to 21

Syntax: [no] uplink-switch ethernet <portnum> to <portnum>

Advertising