Cisco Systems C819GUK9 Router User Manual


 
6-13
Cisco 819 Series Integrated Services Routers Software Configuration Guide
OL-23590-02
Chapter 6 Configuring Backup Data Lines and Remote Management
Configuring Dial Backup and Remote Management Through the Console Port
Example
The following configuration example specifies an IP address for the interface through PPP and 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
!
Step 15
modem enable
Example:
Router(config-line)# modem enable
Router(config-line)#
Switches the port from console to auxiliary port
function.
Step 16
exit
Example:
Router(config-line)# exit
Router(config)#
Exits the configure interface mode.
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