|
|
If you are new to Cisco IOS software or need help understanding the EXEC facility and how it affects your network setup, you should read this chapter before starting configuration. Otherwise, proceed to Chapter 2, "Starting the AccessPath-VS3 System for the First Time."
This section describes what you need to know about the Cisco IOS software (the software that runs the Cisco AccessPath-VS3 Packet Telephony Concentrator) before you configure the AccessPath-VS3 system using the command-line interface (CLI). This section includes:
Understanding these concepts will expedite the configuration process. If you have never used the Cisco IOS software or need a refresher, take a few minutes to read this section before you proceed to the next section.
If you are already familiar with the Cisco IOS software, proceed to the section "Working with the EXEC Facility."
Use the question mark (?), Tab, and arrow keys to help you enter commands:
AS01> ?
AS01> ena<Tab> enable
AS01> show ?
AS01> e?
enable end endnode exit
In addition to the EXEC facility, you can access several different command modes on AccessPath-VS3 system shelves. Each command mode permits you to configure different components. Table 1-1 lists the most common components and configuration modes.
You configure global parameters in global configuration mode, interface parameters in interface configuration mode, and line parameters in line configuration mode. For more information about using these configuration modes, see the Configuration Fundamentals Configuration Guide, which is part of the Cisco IOS documentation in Cisco IOS Release 11.1 and later.
| Command Mode | Access Method | Prompt | Exit Method |
|---|---|---|---|
Log in. | | Use the logout or exit command. | |
| To exit back to user EXEC mode, use the disable command. | ||
From privileged EXEC mode, enter the configure terminal command. | | To exit to privileged EXEC mode, use the exit or end command or press Ctrl-Z. | |
Enter the interface type number command, such as interface ethernet 0. | | To exit to global configuration mode, use the exit command. To exit directly to privileged EXEC mode, use the end command or press Ctrl-Z. | |
Enter the line start-number end-number command, such as line 1 16. | | To exit to global configuration mode, use the exit command. To exit directly to privileged EXEC mode, use the end command or press Ctrl-Z. | |
System configurationdialog | From privileged EXEC mode, enter the setup command. | | To exit to privileged EXEC mode, press Ctrl-C. |
AS01#), instead of entering exit, which returns you to the previous mode.
If you want to undo a command you entered or disable a feature, enter the keyword no before most commands; for example, no ip routing.
You need to enter the copy running-config startup-config command to save your configuration changes to nonvolatile random-access memory (NVRAM) so that they will not be lost if there is a system reload or power outage. For example:
AS01# copy running-config startup-config
Building configuration...
It might take a minute or two to save the configuration to NVRAM. After the configuration has been saved, the following appears:
[OK] AS01#
Proceed to the next section, "Working with the EXEC Facility," for additional information you will need before configuring the AccessPath-VS3 system.
This section introduces the EXEC facility, which you will use to configure your AccessPath-VS3 system.
The prompt that appears when you first log in to any AccessPath-TS3 System Shelf is called the EXEC prompt. When you access the EXEC prompt, you are accessing the EXEC facility and starting an EXEC session. You can log in through the following ports on an VoIP Access Shelf:
This section discusses how to configure the VoIP access shelves to permit remote clients to dial in and gain access to network resources (such as printers and file servers).
There are two ways you can enable remote clients to dial in and access network resources:
In general, you should give system administrators access to the EXEC facility, but give dial-in clients access only to the network.
There are two primary levels to the EXEC facility:
AS01>
AS01> enable
Password: <password> AS01#
AccessPath-VS3 system network administrators should protect the privileged-level EXEC mode with a password that only network administrators know. This gives users access only to the user-level EXEC mode so that they can issue commands to connect with other network devices (such as the ppp command) and prevents them from changing the configuration of the AccessPath-VS3 system.
For an overview of configuration mode, see the section, "Accessing Different Command Modes." For information about configuring security, see Chapter 5, "Configuring Security for the AccessPath-VS3 System."
Now that you have learned some Cisco IOS software and EXEC facility basics, you are ready to configure the AccessPath-VS3 system using the CLI.
Remember that:
|
|