Technical data
ServerIron ADX Graphical User Interface Guide 3
53-1002412-01
Configuring basic settings
1
Connecting to the switch
1. Connect your PC to the ADX console connector using the serial cable.
2. Press Enter to bring up the command line prompt on the PC.
Assigning IP address and route in switch code
If you are using switch code, enter the following commands.
1. Enable configuration mode.
ServerIronADX>
ServerIronADX> enable
No password has been assigned yet...
ServerIronADX#
ServerIronADX# config terminal
2. Assign an IP address to the management port.
ServerIronADX(config)# interface management 1
ServerIronADX(config-if-mgmt-1)# ip address 1.1.1.1 255.255.255.0
3. Configure a static route (the default route cannot point to the management port).
ServerIronADX(config-if-mgmt-1)# ip route 10.54.1.0/24 1.1.1.254
4. Write to memory.
ServerIronADX# write memory
.Write startup-config in progress.
.Write startup-config done.
ServerIronADX#
Assigning IP address and route in router code
If you are using router code, enter the following commands.
1. Enable configuration mode.
ServerIronADX>
ServerIronADX> enable
No password has been assigned yet...
ServerIronADX#
ServerIronADX# config terminal
2. Configure the management interface.
ServerIronADX(config)# interface management 1
3. Assign an IP address.
ServerIronADX(config-if-mgmt-1)# ip address 1.1.1.1/24
ServerIronADX(config-if-mgmt-1)# exit
4. Configure a static route (the default route cannot point to the management port).
ServerIronADX(config)# ip route 10.54.1.0/24 1.1.1.254
5. Write to memory.
ServerIronADX# write memory
.Write startup-config in progress.
.Write startup-config done.
ServerIronADX#










