|
|
This chapter describes what you need to know about the Cisco IOS software (the software that runs the access server) before you configure the access server using the command-line interface (CLI). This chapter includes:
Understanding these concepts will save you time later. If you have never used the Cisco IOS software or need a refresher, take a few minutes to read this chapter now.
If you are already familiar with the Cisco IOS software, proceed to the next chapter, "Basic Configuration."
Use the question mark (?) and arrow keys to help you enter commands, where 5400> is the prompt for the top level of the Cisco IOS software for the Cisco AS5400 universal access server.
5400> ?
5400> s?
5400> show ?
You will use many different command modes to configure the access server. Each command mode restricts you to a subset of commands.
![]() |
Tips If you are having trouble entering a command, check the prompt, and then enter the question mark (?) for a list of available commands. You might be in the wrong command mode or using the wrong syntax. |
In the following example, notice how the prompt changes after each command to indicate a new command mode:
5400> enable
5400> password
5400# configure terminal
5400(config)# interface fastethernet 0/0
5400(config-if)# ip address 172.16.254.250
5400(config-if)# exit
5400#
%SYS-5-CONFIG_I: Configured from console by console
The last message is normal and does not indicate an error. Press Return to get the 5400> prompt.
![]() |
Note You can press Ctrl-Z at any time to immediately return to enable mode (5400#), instead of entering exit, which returns you to the previous mode. |
This section explains how to display options for a command. To display options for a command, enter a ? at the configuration prompt, or after entering part of a command followed by a space. The configuration parser displays options available with the command. For example, if you were in global configuration mode, typed the command arap, and wanted to see all the keywords and arguments for that command, you would type arap ?
| Command | Purpose | ||
|---|---|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
|
| ||
| 5400(config-controller)# ds0-group ?
<0-23> Channel number
|
| |
| 5400(config-controller)# ds0-group 1 ?
timeslots List of timeslots in the ds0-group
|
| |
| 5400(config-controller)# ds0-group 1 timeslots ?
<1-24> List of timeslots which comprise the |
| |
| 5400(config-controller)# ds0-group 1 timeslots |
| |
service | Specify the type of service | ||
|
|
| |
e&m-fgb | E & M Type II FGB | ||
| 5400(config-controller)# ds0-group 1 timeslots |
| |
| 5400(config-controller)# ds0-group 1 timeslots |
| |
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.
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:
5400# 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] 5400#
Now that you have learned some Cisco IOS software basics, you can begin to configure the access server using the CLI.
![]() |
TimeSaver You can use the question mark (?) and arrow keys to help you enter commands. |
![]() |
TimeSaver Each command mode restricts you to a set of commands. If you are having difficulty entering a command, check the prompt and then enter the question mark (?) for a list of available commands. You might be in the wrong command mode or using the wrong syntax. |
![]() |
TimeSaver If you want to disable a feature, enter the keyword no before the command; for example, no ip routing. |
![]() |
TimeSaver You need to save your configuration changes to NVRAM so that they will not be lost if there is a system reload or power outage. |
Proceed to "Basic Configuration," to begin configuring the access server.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Aug 15 10:41:06 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.