Specifications
Table Of Contents
- Contents
- Preface
- Getting Started
- Basic Router Configuration
- Interface Port Labels
- Viewing the Default Configuration
- Information Needed for Configuration
- Configuring Basic Parameters
- Configuring Static Routes
- Configuring Dynamic Routes
- Configuring Enhanced IGRP
- Basic Router Configuration
- Configuring Your Router for Ethernet and DSL Access
- Sample Network Deployments
- Configuring PPP over Ethernet with NAT
- Configuring PPP over ATM with NAT
- Configuring a LAN with DHCP and VLANs
- Configuring a VPN Using Easy VPN and an IPSec Tunnel
- Configure the IKE Policy
- Configure Group Policy Information
- Apply Mode Configuration to the Crypto Map
- Enable Policy Lookup
- Configure IPSec Transforms and Protocols
- Configure the IPSec Crypto Method and Parameters
- Apply the Crypto Map to the Physical Interface
- Create an Easy VPN Remote Configuration
- Verifying Your Easy VPN Configuration
- Configuration Example
- Configuring VPNs Using an IPSec Tunnel and Generic Routing Encapsulation
- Configuring a Simple Firewall
- Configuring a Wireless LAN Connection
- Sample Configuration
- Configuring Additional Features and Troubleshooting
- Additional Configuration Options
- Configuring Security Features
- Configuring Dial Backup and Remote Management
- Troubleshooting
- Reference Information
- Cisco IOS Software Basic Skills
- Concepts
- ROM Monitor
- Common Port Assignments

13-14
Cisco 1800 Series Integrated Services Routers (Fixed) Software Configuration Guide
OL-6426-02
Chapter 13 Configuring Dial Backup and Remote Management
Configuring Dial Backup and Remote Management Through a V.92 Modem
Step 4
dialer in-band
Example:
Router(config-if)# dialer in-band
Router(config-if)#
Specifies support for dial-on-demand routing
(DDR) and chat scripts on this asynchronous
interface.
Step 5
dialer string dial-string
Example:
Router(config-if)# dialer string
T14085551234
Router(config-if)#
Specifies the telephone number to be dialed.
Step 6
dialer-group group-number
Example:
Router(config-if)# dialer group 1
Router(config-if)#
Assigns the dialer interface to a dialer group
(1–10), controlling access. The number to which
the dialer access group belongs is defined with the
dialer-list command.
Step 7
async mode interactive
Example:
Router(config-if)# async mode interactive
Router(config-if)#
Returns a line that has been placed into dedicated
asynchronous network mode to interactive mode,
thereby enabling the Serial Line Internet Protocol
(SLIP) and PPP EXEC commands.
Step 8
peer default ip address {ip-address | pool
[pool-name]}
Example:
Router(config-if)# peer default ip address
pool pool123
Router(config-if)#
Assigns IP addresses to remote clients, using an
address pool. To create an IP address pool, use the
ip local pool global configuration command.
Step 9
exit
Example:
Router(config-if)# exit
Router(config)#
Exits asynchronous interface configuration, and
enters global configuration mode.
Command Purpose