Adding ports to a lag, Configuring the primary port for a lag – Brocade BigIron RX Series Configuration Guide User Manual

Page 320

Advertising
background image

242

BigIron RX Series Configuration Guide

53-1002484-04

Configuration of a LAG

8

The keep-alive option specifies that the LAG with the name specified by the <lag-name> variable
will be configured as a keep-alive LAG. The keep-alive LAG configuration is a new configuration
option to configure a LAG for use in keep alive applications similar to the UDLD feature.

Adding ports to a LAG

A static or dynamic LAG can have two to eight ports of the same type and speed that are on any
interface module within the BigIron RX device. A keep alive LAG consists of only one port.

To configure the static LAG named “blue” with two ports, use the following command.

BigIron RX(config)# lag blue static

BigIron RX(config-lag-blue)# ports ethernet 3/1 ethernet 7/2

Syntax: [no] ports ethernet <slot/port> [ to <slot/port> ] [ ethernet <slot/port> ]

The ports added to a LAG are ethernet as specified for the slot/port where they reside. The ports
can be added to the LAG sequentially as shown in the following example.

BigIron RX(config-lag-blue)# ports ethernet 3/1 ethernet 7/2 ethernet 4/3 ethernet

3/

A range of ports from a single interface module can be specified. In the following example, Ethernet
ports 1, 2, 3 and 4 on the interface module in slot 3 are configured in a single LAG.

BigIron RX(config-lag-blue)# ports ethernet 3/1 to 3/4

Additionally, you can mix a range of ports from one interface module with individual ports from
other interface modules to form a LAG as shown in the following.

BigIron RX(config-lag-blue)# ports ethernet 3/1 to 3/4 ethernet 10/2

NOTE

A port can be added to or deleted from a LAG only if the LAG is not currently deployed.

Configuring the primary port for a LAG

In previous versions of the Multi-Service IronWare software, the lowest number port was assigned
as the primary port in a trunk or LACP configuration. The primary port must be explicitly assigned.
using the primary port command.

To designate the primary port for the static LAG “blue”, use the following command.

BigIron RX(config)# lag blue static

BigIron RX(config-lag-blue)# primary 3/2

Syntax: [no] primary <slot/port>

Once a primary port has been configured for a LAG, all configurations that apply to the primary port
are applied to the other ports in the LAG.

NOTE

This configuration is only applicable for configuration of a static or dynamic LAGs.

Advertising