13-13
Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide
OL-5332-01
Chapter 13
Configuring Dial Backup and Remote Management
Configuring Dial Backup and Remote Management Through the Console or Auxiliary Port
Configuration Example
The following configuration example specifies an IP address for the ATM interface through PPP/IPCP
address negotiation and dial backup over the console port.
!
ip name-server 192.168.28.12
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool 1
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
! Need to use your own correct ISP phone number.
modemcap entry MY-USER_MODEM:MSC=&F1S0=1
chat-script Dialout ABORT ERROR ABORT BUSY ““ “AT” OK “ATDT 5555102\T”
TIMEOUT 45 CONNECT \c
!
!
!
!
interface vlan 1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
hold-queue 100 out
!
! Dial backup and remote management physical interface.
interface Async1
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 3
async default routing
async dynamic routing
async mode dedicated
ppp authentication pap callin
!
Step 17
line
[
aux
|
console
|
tty
|
vty
]
line-number
[
ending-line-number
]
Example:
Router(config)#
line aux 0
Router(config)#
Enters configuration mode for the auxiliary
interface.
Step 18
flowcontrol
{
none
|
software
[
lock
] [
in
|
out
] |
hardware
[
in
|
out
]}
Example:
Router(config)#
flowcontrol hardware
Router(config)#
Enables hardware signal flow control.
Command
Purpose