Foundry Configuration Guide for the FESX, FSX, and FWSX
10 - 10 © Foundry Networks, Inc. December 2005
FastIron SuperX Router(config-trunk-4/1-4/4)# disable ethernet 4/2
Syntax: [no] config-trunk-ind
Syntax: [no] disable ethernet [<slotnum>/]<portnum>
The config-trunk-ind command enables configuration of individual ports in the trunk group. If you do not use this
command, the disable command will be valid only for the primary port in the trunk group and will disable all ports
in the trunk group. You need to enter the config-trunk-ind command only once in a trunk group. After you enter
the command, all applicable port configuration commands apply to individual ports only.
NOTE: If you enter no config-trunk-ind, all port configuration commands are removed from the individual ports
and the configuration of the primary port is applied to all the ports. Also, once you enter the no config-trunk-ind
command, the enable, disable, and monitor commands are valid only on the primary port and apply to the entire
trunk group.
The disable command disables the port. The states of other ports in the trunk group are not affected.
If you have configured a name for the trunk port, you can specify the port name, as shown in the following
example:
FastIron SuperX Router(config-trunk-4/1-4/4)# config-trunk-ind
FastIron SuperX Router(config-trunk-4/1-4/4)# disable customer1
Syntax: disable <portname>
To enable an individual port in a trunk group, enter commands such as the following at the trunk group
configuration level:
FastIron SuperX Router(config-trunk-4/1-4/4)# config-trunk-ind
FastIron SuperX Router(config-trunk-4/1-4/4)# enable ethernet 4/2
Syntax: enable ethernet [<slotnum>/]<portnum>
Syntax: enable <portname>
Disabling or Re-Enabling a Range or List of Trunk Ports
To disable a range of ports in a trunk group, enter commands such as the following:
FastIron SuperX Router(config)# trunk switch ethernet 2/1 to 2/8
FastIron SuperX Router(config-trunk-2/1-2/8)# config-trunk-ind
FastIron SuperX Router(config-trunk-2/1-2/8)# disable ethernet 2/2 to 2/5
This command disables ports 2/2 – 2/5 in trunk group 2/1 – 2/8.
To disable a list of ports, enter a command such as the following:
FastIron SuperX Router(config-trunk-2/1-2/8)# disable ethernet 2/2 ethernet 2/4
ethernet 2/7
This command disables ports 2/2, 2/4, and 2/7 in the trunk group.
You can specify a range and a list on the same command line. For example, to re-enable some trunk ports, enter
a command such as the following:
FastIron SuperX Router(config-trunk-2/1-2/8)# enable ethernet 2/2 to 2/5 ethernet 2/
7
Syntax: [no] disable ethernet [<slotnum>/]<portnum> [to [<slotnum>/]<portnum> | ethernet [<slotnum>/
]<portnum>]
Syntax: [no] enable ethernet [<slotnum>/]<portnum> [to [<slotnum>/]<portnum> | ethernet [<slotnum>/
]<portnum>]
The <slotnum> parameter is required on chassis devices.
The to <portnum> parameter indicates that you are specifying a range. Specify the lower port number in the
range first, then to, then the higher port number in the range.