User`s guide

AlliedWare Plus Version 2.1.1 Software Release Notes
PN 613-001353 Rev A 5 Allied Telesis, Inc.
The decimal mask 24 is equivalent to the mask 255.255.255.0.
This example of the command assigns the switch the IP address 149.214.21.123/24:
(none)(config-if)# ip address 149.214.21.45/24
To assign the switch an IP address from a DHCP server on your network, enter this
command:
(none)(config-if)# ip address dhcp
4. Return to the Privileged Executive mode and enter the SHOW IP INTERFACE BRIEF
command again to confirm the IP address.
(none)(config-if)# end
(none)# show ip interface brief
5. Enter the COPY RUNNING-CONFIG STARTUP-CONFIG command to save the
configuration.
(none)# copy running-config startup-config
Phase 3: Uploading the AT-S100 Active Boot Configuration File
This phase is optional. Uploading the active boot configuration file from the switch to your TFTP
server is recommended if you plan to recreate the switch’s current configuration after the
upgrade to AlliedWare Plus. By printing out the file and reviewing its contents and commands,
you’ll be able to tell how the features and ports were configured on the switch as you use the
AlliedWare Plus commands to recreate the configuration. If you do not want to upload the file, go
to Phase 4.
To upload the file:
1. Start the TFTP server on your network.
2. If you have not already started a local or remote management session on the switch, do so
now. For instructions on how to start a local session, refer to step 1 in the previous phase. For
instructions on how to start a remote session, refer to the AT-S100 Management Software
User’s Guide.
3. In the Privileged Executive mode, enter the SHOW BOOT command to display the name of
the switch’s active boot configuration file. In this example of the command, the active boot
configuration file on the switch is called “sw12a.cfg:”
(none)# show boot
config file: /cfg/sw12a.cfg
4. Use the following command in the Privileged Executive mode to upload the file to your TFTP
server:
copy
filename1
.cfg
ipaddress
filename2
.cfg
The FILENAME1.CFG parameter is the name of the switch’s active boot configuration file.
The FILENAME2.CFG is the name of the file when it is stored on the TFTP server. The
IPADDRESS parameter is the IP address of the TFTP server. This example of the command
uploads the configuration file “sw12a.cfg” to a TFTP server with the IP address
149.214.21.17. The file is stored on the server as “sw12a_ats100_archive.cfg”
(none)# copy sw12a.cfg 149.214.21.17 sw12a_ats100_archive.cfg
Note:
If you want to save other configuration files on the switch, upload them now from the switch to
your TFTP server using the COPY command. To view the files in the file system, use the LS
command in the Privileged Executive mode.