Cisco Systems WIC-1AM-V2 Network Router User Manual


 
Cisco WIC-1AM-V2 and WIC-2AM-V2 Analog Modem WAN Interface Card
How to Configure the Cisco WIC-1AM-V2 and WIC-2AM-V2 Analog Modem WIC
6
Cisco IOS Release 12.3(14)T
Step 3
interface async number
Example:
Router(config)# interface async 2
Enters the interface configuration mode for the
asynchronous serial interface. Enter the number of the
interface you want to configure.
Step 4
ip unnumbered type number
Example:
Router(config-if)# ip unnumbered ethernet 0
Conserves IP addresses by configuring the asynchronous
interface as unnumbered, and assigns the IP address of the
interface type that you want to leverage.
Step 5
encapsulation ppp
Example:
Router(config-if)# encapsulation ppp
Sets the encapsulation protocol for Point-to-Point
Protocol (PPP).
Step 6
dialer in-band [no-parity | odd-parity]
Example:
Router(config-if)# dialer in-band no-parity
Specifies that dial-on-demand routing (DDR) is to be
supported. This command specifies that chat scripts will be
used on asynchronous interfaces. The parity keywords do
not apply to asynchronous interfaces.
Step 7
dialer string number
Example:
Router(config-if)# dialer string 5551212
Enters the dialer string (telephone) number.
Step 8
dialer-group group-number
Example:
Router(config-if)# dialer-group 1
Controls access by configuring the interface to belong to a
specific dialing group. The number to which the dialer
access group belongs is defined with the dialer-list
command. Acceptable values are within the range from
1to10.
Step 9
async mode interactive
Example:
Router(config-if)# async mode interactive
Configures interactive mode on the asynchronous interface.
Step 10
peer default ip address pool poolname
Example:
Router(config-if)# peer default ip address pool
pool123
Assigns dial-in clients IP addresses from an address pool.
To create an IP address pool, use the ip local pool global
configuration command.
Step 11
exit
Example:
Router(config-if)# exit
Exits interface configuration collection mode.
Command or Action Purpose