Chapter 6 Configuring Backup Data Lines and Remote Management
Configuring Dial Backup and Remote Management Through the Console Port
| Command | Purpose |
Step 15 |
|
|
modem enable | Switches the port from console to auxiliary port | |
| Example: | function. |
|
| |
|
| |
|
| |
Step 16 |
|
|
exit | Exits the configure interface mode. | |
| Example: |
|
|
| |
| Router(config)# |
|
Step 17 |
|
|
line [aux console tty vty] | Enters configuration mode for the auxiliary | |
| interface. | |
| Example: |
|
| Router(config)# line aux 0 |
|
| Router(config)# |
|
Step 18 |
|
|
flowcontrol {none software [lock] [in | Enables hardware signal flow control. | |
| out] hardware [in out]} |
|
| Example: |
|
| Router(config)# flowcontrol hardware |
|
| Router(config)# |
|
|
|
|
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
ip dhcp
!
ip dhcp pool 1 import all
network 192.168.1.0 255.255.255.0
!
! Need to use your own correct ISP phone number. modemcap entry
!
!
!
!
interface vlan 1
|
| ip address 192.168.1.1 255.255.255.0 | |||
|
| ip nat inside | |||
|
| ip tcp | |||
|
| ||||
|
| ! |
|
|
|
|
| Cisco 819 Series Integrated Services Routers Software Configuration Guide |
|
| |
|
|
| |||
|
|
|
|
|
|
|
|
|
| ||
|
|
|
|