Specifications
Table Of Contents
- Software Configuration Guide
- Contents
- Preface
- Understanding Interface Numbering and Cisco IOS Software Basics
- Understanding Interface Numbering
- Understanding Cisco IOS Software Basics
- Upgrading to a New Cisco IOS Release
- Where to Go Next
- Using the Setup Command Facility
- Before Starting Your Router
- Using the setup Command Facility
- Configuring Global Parameters
- Configuring Interface Parameters
- Completing the Configuration
- Where to Go Next
- Configuring with the Command-Line Interface
- Configuring the Host Name and Password
- Configuring 1-Port and 2-Port Ethernet Interfaces
- Configuring Fast Ethernet Interfaces
- Configuring Asynchronous/Synchronous Serial Network Modules or WAN Interface Cards
- Configuring 16-Port and 32-Port Asynchronous Network Modules
- Configuring ISDN BRI WAN Interface Cards
- Configuring T1 and E1 Interfaces
- Configuring T1 (FT1) WAN Interface Cards
- Configuring ATM Interfaces
- Configuring Inverse Multiplexing for ATM Interfaces
- Configuring Analog Modem Interfaces
- Configuring Wireless Multipoint Interfaces
- Checking the Interface Configuration
- Configuring 1-Port ADSL WAN Interface Card
- Configuring the NM-AIC-64, Contact Closure Network Module
- Configuring the 1-Port HSSI Network Module
- Configuring the Compression Network Module for the Cisco 3600 Series Routers
- Configuring the Digital Modem Network Module for the Cisco 3640 Router
- Prerequisites
- Configuration Tasks
- Configure the E1/T1 Network Module for ISDN PRI
- Configure the ISDN D-Channel Serial Interfaces
- Configure the Loopback Interface
- Configure the LAN Interface
- Create the Group Asynchronous Interface
- Configure the ISDN Dialer Interface
- Configure the Default IP Pool Information
- Configure Modem Lines for Dial-In and Dial-Out
- Configuration Example
- Configuring 1-Port G.SHDSL WAN Interface Card
- Saving Configuration Changes
- Where to Go Next
- Configuring Voice-over-IP
- Voice-over-IP Prerequisites
- Configuring the Voice Interface
- Voice-over-IP Configuration Examples
- Where to Go Next
- Configuration Examples
- Cisco 2600 Series Router Configuration Example
- Cisco 3631 Router Configuration Example
- Cisco 3725 Router Configuration Example
- 1-Port ADSL WAN Interface Card Configuration Examples
- NM-AIC-64, Contact Closure NetworkConfiguration Examples
- Cisco 3640 Central Site Configuration to Support ISDN and Modem Calls
- Formatting the Compact Flash Memory Cards
- Using the ROM Monitor
- Index

3-38
Software Configuration Guide for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series Routers
OL-1957-03
Chapter 3 Configuring with the Command-Line Interface
Configuring the NM-AIC-64, Contact Closure Network Module
Configuring the AIC
Cisco IOS commands are used for configuring the AIC IP address and the IP routing to the AIC NM.
After the IP address and the IP routing are set, alarm configurations can then be set up with either TL1
or the AIC command-line interface. See the“Configuring the NOC IP Address” section on page 3-40 or
the “Configuring Alarms” section on page 3-41 for more information.
The following sections describe how to configure the AIC IP address and the IP Routing to the AIC NM.
Entering Alarm Configuration Mode and Configuring the AIC IP Address
Enter alarm configuration mode and configure the AIC IP address, beginning in privileged EXEC mode:
Table 3-9 Configuring IP Routing to the AIC with an Unnumbered IP Address
Configuring the IP Route to the AIC
There are many ways to configure IP routing to the AIC. Below are two methods. The first method,
shown in Table 3-10, uses an unnumbered IP address. It is used when an administrator wants to assign
an IP address that is already known to the router, such as an address that is one of the addresses in the
subnet of a FastEthernet IP address.
The second method, shown in Table 3-11, does not use an unnumbered IP address and is used when there
is a subnet available to the serial interface and to the AIC. Usually this subnet is small with a subnet
mask such as 255.255.255.252.
Configure IP routing to the AIC, beginning in global configuration mode:
Command Purpose
Step 1
Router# show run
Determines if the AIC is installed correctly in the
router. If the AIC has been installed correctly, then
the following appears:
interface serialslot/port
where the slot is the slot in which the AIC is
inserted, and the port is 0.
Step 2
Router# configure terminal
Starts the configuration session.
Step 3
Router(config)# alarm-interface slot
Enters the AIC interface mode, specifying the slot
number into which the AIC is installed.
Step 4
Router(config-aic)# ip address ip-address mask
Enters the IP address of the AIC. Entering a mask
is optional, because the IP address does not use a
subnet address.
Step 5
Router(config-aic)# reset
Resets the AIC. Changing the IP configuration
may not take until the next time the card is started.
The reset command restarts the card.
Step 6
Router(config-aic)# exit
Exits the AIC interface mode.