31
ip address 172.1.2.3 255.255.0.0
!
Step 12
Respond to the following prompts. Enter
2
to save the initial configuration.
[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.
Enter your selection [2]:
2
Building configuration...
Use the enabled mode 'configure' command to modify this configuration.
Press RETURN to get started!
RETURN
The user prompt is displayed.
Router>
Step 13
Verify the initial configuration. See the “Verifying and Saving Your Configuration” section on page 33.
After you create the initial configuration file, you can use the Cisco IOS CLI to perform additional configuration.
Getting Your Network Information
Gather the following information, as applicable, before you begin the configuration process:
•
For Fast Ethernet ports: IP address
•
For T1/E1 ports: clock source, framing, line code, cable length (T1 only)
Setting the Fast Ethernet Port IP Address
To set an IP address for the Fast Ethernet port, follow the steps below. After setting this address, you can configure the
Cisco IAD2430 series IADs remotely through a Telnet connection.
Configuring a T1/E1 Port for a WAN Connection
The T1/E1 port supports balanced T1/E1 according to ANSI T1.403 and has a built-in CSU/DSU.
Command
Description
Step 1
Router#
configure terminal
Enters global configuration mode.
Step 2
Router(config)#
enable password
password
Sets a password for the privileged EXEC mode.
Step 3
Router(config)#
interface Fast Ethernet 0/0
Enters interface configuration mode.
Step 4
Router(config-if)#
ip address
IP-address subnet-mask
Enters the IP address and subnet mask for the Fast
Ethernet port.
Step 5
Router(config-if)#
no shutdown
Activates the Fast Ethernet port.
Step 6
Router(config-if)#
exit
Returns to global configuration mode.
Step 7
Router(config)#
line vty 0 4
Enters line configuration mode.
Step 8
Router(config-line)#
password
password
Sets a password for remote access to the Cisco IAD.
Step 9
Router(config-line)#
end
Returns to privileged EXEC mode.
Step 10
Router#
copy system:running-config nvram:startup-config
Saves the configuration.