Foundry Networks M2404F Switch User Manual


 
Foundry NetIron M2404C/M2404F Metro Access Switches
January 2007 © 2007 Foundry Networks, Inc. 19
quit Disconnect and logout
show Show running system information
terminal Terminal configuration setup
who Display who is on vty
To continue initial configuration procedure perform the following steps:
1.
Enter privileged (Enable) mode. Type the command: enable.
2.
Enter configure mode. Type the command: configure terminal.
3.
Set the switch IP address: Type the command: ip address <aa.bb.cc.dd/yy>, where
<aa.bb.cc.dd> is the IP address assigned to the switch and yy is the number of bits in
the netmask (e.g. netmask of 255.255.255.0 would be /24).
4.
Set the default gateway IP address if the host is on a different subnet: Type the
command: ip route 0.0.0.0/0 <aa.bb.cc.dd> where <aa.bb.cc.dd> is the IP address
of the default gateway.
5.
Return to privileged (Enable) mode: Type the command: end.
6.
To verify if the IP addresses were set correctly, type: show ip.
Example:
device-name#show ip
IP-ADDR : 100.100.100.1 NET-MASK : 255.255.255.0
NOTE
The show command can be used to display a variety of parameters: Setup
Configuration and others. To view the show command options type: show ?
7.
Type the command: write from privileged (Enable) mode.
At this point the Initial configuration setup is completed and the switch can be accessed using
Ping or Telnet commands.
Saving Configuration in a Text File
A variety of TFTP Server programs can be used by the host computer where the software
images and configuration files are located. The only information that is required by the TFTP
Server is the location of the file on the host computer’s file system.
It is recommended that the configuration be saved in an external text backup file. To write the
backup configuration file, use the command copy.
To view the copy command options type: copy ?
device-name#copy ?
FILE-NAME Source file. Format: [[device/]path]file-name
device: flash: - local file system
tftp://A.B.C.D - TFTP server
Example: tftp://1.1.1.1/directory/filename.bin