Using the Cisco IOS CLI to Perform Initial Configuration
SUMMARY STEPS
1.
2.
3.
4.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
line aux 0
Example:
Router(config)# line aux 0
Step 4
See the tech notes and sample configurations to
configure the line for your particular implementation
of the AUX port.
Verifying Network Connectivity
This section describes how to verify network connectivity for your router.
Prerequisites
•
•
SUMMARY STEPS
1.
2.
3.
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
A-14
enable
configure terminal
line aux 0
See the tech notes and sample configurations to configure the line for your particular
implementation of the AUX port.
Complete all previous configuration tasks in this document.
The router must be connected to a properly configured network host.
enable
ping [ip-address | hostname]
telnet {ip-address | hostname}
Appendix A
Purpose
Enables privileged EXEC mode.
Enter your password if prompted.
•
Enters global configuration mode.
Starts the line configuration command collection mode for
the auxiliary line.
—
Cisco IOS CLI for Initial Configuration