Brocade BigIron RX Series Configuration Guide User Manual

Page 613

Advertising
background image

BigIron RX Series Configuration Guide

535

53-1002484-04

Configuring MCT

20

If the no deploy command is executed, then the LAG is removed. For dynamic LAGs, LACP is
deactivated on all the LAG ports.

If the no deploy command is issued and more than one LAG port is not disabled, the command
is aborted and the following error message is displayed: “Error 2 or more ports in the LAG are
not disabled, un-deploy the LAG may form a loop - aborted.” Using the forced option with the no
deploy command, the LAG is not deployed.

5. You can optionally assign a name to an individual port within a LAG using the port-name

command. To assign a name to an individual port within LAG 1, enter the following commands.

BigIron RX(config-lag-1)# port-name ICL-to-TOR-B:1/1 ethernet 1/1

BigIron RX(config-lag-1)# port-name ICL-to-TOR-B:1/2 ethernet 1/2

Syntax: [no] port-name <text> ethernet <slot/port> | pos <slot/port>

The <text> variable specifies the port name. The name can be up to 50 characters long.

Use the ethernet option with the appropriate <slot/port> variable to apply the specified name
to an Ethernet port within the LAG.

Use the pos option with the appropriate <slot/port> variable to apply the specified name to a
Packet-over-SONET (PoS) port within the LAG.

Creating LAG 2

To create LAG 2, perform the following steps.

1. Create and assign a LAG ID by entering the following command.

BigIron RX(config)# lag 2 dynamic id 2

2. Define the ports to be used by LAG 2 by entering the following command.

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

3. Assign the primary port explicitly by entering the following command.

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

4. Deploy LAG 2 by entering the following command.

BigIron RX(config-lag-2)# deploy

5. Assign a name to an individual port within LAG 2 by entering the following commands.

BigIron RX(config-lag-2)# port-name lag-client-1:1/1 ethernet 1/3

BigIron RX(config-lag-2)# port-name lag-client-1:1/2 ethernet 1/4

Creating LAG 3

To create LAG 3, perform the following steps.

1. Create and assign a LAG ID by entering the following command.

BigIron RX(config)# lag 3 dynamic id 3

2. Define the ports to be used by LAG 3 by entering the following command.

BigIron RX(config-lag-3)# ports ethernet 1/5

3. Assign the primary port explicitly by entering the following command.

BigIron RX(config-lag-3)# primary-port 1/5

4. Deploy LAG 3 by entering the following command.

Advertising