Configuration Example - Cisco CISCO851-K9 - 851 Integrated Services Router Configuration Manual

Access routers
Table of Contents

Advertisement

Chapter 13
Configuring Dial Backup and Remote Management
Command
Step 17
line [aux | console | tty | vty] line-number
[ending-line-number]
Example:
Router(config)# line aux 0
Router(config)#
Step 18
flowcontrol {none | software [lock] [in | out] |
hardware [in | out]}
Example:
Router(config)# flowcontrol hardware
Router(config)#

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
!
OL-5332-01
Configuring Dial Backup and Remote Management Through the Console or Auxiliary Port
Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide
Purpose
Enters configuration mode for the auxiliary
interface.
Enables hardware signal flow control.
13-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents