Installation guide
66 Brocade FastIron SX Series Chassis Hardware Installation Guide
53-1002500-01
Configuring IP addresses
3
2. Enter the following command at the CLI Privileged EXEC level prompt, then press Enter. This
command erases the factory test configuration if still present.
Brocade# erase startup-config
CAUTION
Use the erase startup-config command only for new systems. If you enter this command on a
system you have already configured, the command erases the configuration. If you accidentally
do erase the configuration on a configured system, enter the write memory command to save the
running configuration to the startup-config file.
3. Access the configuration level of the CLI by entering the following command.
Privileged EXEC Level.
Brocade# configure terminal
Global CONFIG Level.
Brocade(config)#
4. Configure the IPv4 address and mask address for the interface.
Brocade(config)# int e 1/5
Brocade(config-if-e1000-1/5)# ip address 192.22.3.44 255.255.255.0
NOTE
You can use the syntax ip address <ip-addr>/<mask-bits> if you know the subnet mask length.
In the above example, you could enter ip address 192.22.3.44/24.
Syntax: enable [<password>]
Syntax: configure terminal
Syntax: [no] ip address <ip-addr> <ip-mask> [secondary]
or
Syntax: [no] ip address <ip-addr>/<mask-bits> [secondary]
Use the secondary parameter if you have already configured an IP address within the same subnet
on the interface.