|
|
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:
5300> ?
5300> s?
5300> show ?
You will need to use many different command modes to use to configure the access server. Each command mode restricts you to a subset of commands. 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:
5300> enable 5300> password 5300# configure terminal 5300(config)# interface ethernet 0 5300(config-if)# line 0 5300(config-line)# controller t1 0 5300(config-controller)# exit 5300(config)# exit 5300# %SYS-5-CONFIG_I: Configured from console by console
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 ?.
Table 2-1 shows examples of this function.
| Step | Command | Purpose |
|---|---|---|
1 | 5300>enable Password: <password> 5300# | Enter enable mode. Enter the password. You have entered enable mode when the prompt changes to |
2 |
| Enter global configuration mode and the prompt changes to |
3 | 5300(config)# controller t1 ? <0-3> Controller unit number 5300(config)# controller t1 1 | Specify the T1 controller that you want to configure using the controller T1 number global configuration command. |
4 | 5300(config-controller)# ? Controller configuration commands: cablelength Specify cable length for a DS1 link | Display controller configuration commands. |
5 | 5300(config-controller)# cas-group ?
<0-23> Channel number
| Display the options for the cas-group controller configuration command. This command is used to configure the channel-associated signaling on a T1 controller. |
6 | 5300(config-controller)# cas-group 1 ?
timeslots List of timeslots in the cas-group
| Display the only command (timeslots) available in cas-group 1. |
7 | 5300(config-controller)# cas-group 1 timeslots ?
<1-24> List of timeslots which comprise the
cas-group
| Display the range for the timeslot option. Specify a timeslot range of values from 1 to 24. You can specify timeslot ranges (for example, 1-24), individual timeslots separated by commas (for example 1, 3, 5), or a combination of the two (for example 1-3, 8, 17-24). The 16th timeslot is not specified in the command line, because it is reserved for transmitting the channel signaling. |
8 | 5300(config-controller)# cas-group 1 timeslots 1-24 ? service Specify the type of service | Display the two commands (service and type) available for the timeslots. |
9 | 5300(config-controller)# cas-group 1 timeslots 1-24 type ? e&m-fgb E & M Type II FGB | List supported signaling types. |
10 | 5300(config-controller)# cas-group 1 timeslots 1-24 type e&m-fgb ? dtmf DTMF tone signaling | Display the types of channel-associated signaling available for the e&m-fgb type. |
11 | 5300(config-controller)# cas-group 1 timeslots 1-24 type e&m-fgb dtmf ? dnis DNIS addr info provisioned | Display the options supported for the DTMF tone signaling option. |
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:
5300# 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] 5300#
Now that you have learned some Cisco IOS software basics, you can begin to configure the access server using the CLI.
Remember that:
Proceed to the next chapter "Basic Configuration" to begin configuring the access server.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Mon Mar 15 18:55:33 PST 1999
Copyright 1989-1999©Cisco Systems Inc.