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-11
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 the ISDN S/T Port
Step 8
ip address negotiated
Example:
Router(config-if)# ip address negotiated
Router(config-if)#
Specifies that the IP address for the interface is
obtained through PPP/IPCP (IP Control Protocol)
address negotiation. The IP address is obtained
from the peer.
Step 9
encapsulation encapsulation-type
Example:
Router(config-if)# encapsulation ppp
Router(config-if)#
Sets the encapsulation type to PPP for the
interface.
Step 10
dialer pool number
Example:
Router(config-if)# dialer pool 1
Router(config-if)#
Specifies the dialer pool to be used.
In the example, the dialer pool 1 setting associates
the dialer 0 interface with the BRI0 interface
because the BRI0 dialer pool-member value is 1.
Step 11
dialer string dial-string[:isdn-subaddress]
Example:
Router(config-if)# dialer string 384040
Router(config-if)#
Specifies the telephone number to be dialed.
Step 12
dialer-group group-number
Example:
Router(config-if)# dialer group 1
Router(config-if)#
Assigns the dialer interface to a dialer group
(1–10).
Step 13
exit
Example:
Router(config-if)# exit
Router(config)#
Exits the dialer 0 interface configuration mode,
and enters global configuration mode.
Step 14
dialer-list dialer-group protocol protocol-name
{permit | deny | list access-list-number |
access-group}
Example:
Router(config)# dialer-list 1 protocol ip
permit
Router(config)#
Creates a dialer list for packets of interest to be
forwarded through the specified interface dialer
group.
In the example, dialer-list 1 corresponds to
dialer-group 1.
For details about this command and additional
parameters that can be set, see the
Cisco IOS Dial
Technologies Command Reference.
Command Purpose