Brocade Multi-Service IronWare Switching Configuration Guide (Supporting R05.6.00) User Manual
Page 646
616
Multi-Service IronWare Switching Configuration Guide
53-1003036-02
About Multi-Chassis Trunk (MCT)
18
1. At the global CONFIG level assign an ID to the VLAN 4090.
Brocade(config)# vlan 4090 name Session-VLAN
Syntax: [no] vlan
VLAN IDs can be in the range of 1 – 4090. Use the no form of the command to delete the VLAN
from the configuration.
The VLAN ID range above 4090 has been reserved for current and future features for internal
control purposes.
In addition to a VLAN number, you can assign a name to a VLAN by entering name
2. Add ports to the VLAN and specify if the ports are tagged or untagged.
Brocade(config-vlan-4090)# tagged ether 1/3 to 1/4
3. Configure the appropriate IP routing parameters on each of the virtual routing interfaces.
Brocade(config-vlan-4090)# tagged ether 1/3 to 1/4
Brocade(config-vlan-4090)# router-interface ve 100
Assign the hostname - optional
Configure a system name for the device and save the information locally in the configuration
file for future reference. The information is not required for system operation but
recommended. When you configure a system name, it replaces the default system name in the
CLI command prompt.
To configure a system name, enter a command such as the following.
Brocade(config)# hostname TOR-B
Syntax: [no] hostname
The name can be up to 255 alphanumeric characters. The text strings can contain blanks.
Enabling interfaces
The ports can be made inactive (disable) or active (enable) by selecting the appropriate status
option. The default value for a port is disabled. To enable the ports on a device for ethernet
interfaces 1/3, 1/5, 1/6,and 1/7, enter the following commands.
Brocade(config)# interface ether 1/3
Brocade(config-if-e10000-1/3)# enable
Brocade(config)# interface ether 1/5
Brocade(config-if-e10000-1/5)# enable
Brocade(config)# interface ether 1/6
Brocade(config-if-e10000-1/6)# enable
Brocade(config)# interface ether 1/7
Brocade(config-if-e10000-1/7)# enable
Syntax: [no] enable
Adding a virtual interface
Add a virtual interface and configure an IP address on the interface by entering commands
such as the following.