4-3
Cisco IAD2430 Series Integrated Access Devices Software Configuration Guide
OL-4306-03
Chapter 4 Configuring Voice over IP
Configuring the Voice Interface
Answer
no
. You now enter the normal operating mode of the Cisco IAD.
Note
If the current configuration is valid, you enter the normal operating mode automatically.
Step 3
After a few seconds, you see the user EXEC prompt (
Router>
). Type
enable
and the password to enter
enable mode:
Router>
enable
Password: <
password
>
The prompt changes to the privileged EXEC (enable) prompt (
Router#
):
Router#
Step 4
Enter the
configure terminal
command to enter global configuration mode:
Router#
configure terminal
Router(config)#
The Cisco IAD enters global configuration mode, indicated by the
Router(config)#
prompt.
Step 5
If you have not configured the Cisco IAD before, or you want to change the configuration, use Cisco
IOS commands to configure global parameters, passwords, network management, and routing protocols.
In this example, IP routing is enabled:
Router(config)#
ip routing
For complete information about global configuration commands, see the Cisco IOS configuration guides
and command references.
Step 6
If you have not already done so, configure the network module or WAN interface card that you plan to
use for IP traffic. For instructions, see your Cisco IAD hardware installation and software configuration
guides or the configuration note for the network module or WAN interface card.
Step 7
To configure another interface, enter the
exit
command to return to the
Router(config)#
prompt.
Step 8
To configure the Cisco IAD for voice traffic, see the VoIP references in the
“Prerequisites” section on
page 4-1
.
Step 9
To exit configuration mode and return to the enable prompt, when you finish configuring interfaces,
press
Ctrl-Z
. To see the current operating configuration, including any changes you just made, enter the
show running-config
command:
Router#
show running-config
To see the configuration currently stored in NVRAM, enter the
show startup-config
command
at the
enable prompt:
Router#
show startup-config
Step 10
The results of the
show running-config
and
show startup-config
commands differ if you have made
changes to the configuration but have not yet written them to NVRAM. To write your changes to
NVRAM and make them permanent, enter the
copy running-config startup-config
command at the
enable prompt:
Router#
copy running-config startup-config
Building configuration. . .
[OK]
Router#