13-11
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
Step 3
exit
Example:
Router(config-dhcp)# exit
Router(config)#
Enters global configuration mode.
Step 4
chat-script script-name expect-send
Example:
Router(config)# chat-script Dialout ABORT
ERROR ABORT BUSY ““ “AT” OK “ATDT 5555102
T” TIMEOUT 45 CONNECT \c
Router(config)#
Configures a chat script used in dial-on-demand
routing (DDR) to give commands to dial a modem
and to log in to remote systems. The defined script
is used to place a call over a modem.
Step 5
interface type number
Example:
Router(config)# interface Async 1
Router(config-if)#
Creates and enters configuration mode for the
asynchronous interface.
• Configure the asynchronous interface. For
sample commands you can use in async
interface configuration mode, see the
“Configuration Example” section on
page 13-13.
Step 6
exit
Example:
Router(config-if)# exit
Router(config)#
Enters global configuration mode.
Step 7
interface type number
Example:
Router(config)# interface Dialer 3
Router(config-if)#
Enters interface configuration mode.
Step 8
dialer watch-group group-number
Example:
Router(config-if)# dialer watch-group 1
Router(config-if)#
Specifies the group number for watch list.
Step 9
exit
Example:
Router(config-if)# exit
Router(config)#
Enters global configuration mode.
Command Purpose