- Overview of the Cisco 819 Integrated Services Router
- Wireless Device Overview
- Wireless Local Area Network
- 4G LTE Wireless WAN
- Basic Router Configuration
- Configuring Backup Data Lines and Remote Management
- Environment Monitoring
- Configuring the Serial Interface
- Configuring Security Features
- Configuring the Ethernet Switches
- Configuring PPP over Ethernet with NAT
- Configuring a LAN with DHCP and VLANs
- Configuring a VPN Using Easy VPN and an IPSec Tunnel
- Cisco IOS Software Basic Skills
- Concepts
- ROM Monitor
- Common Port Assignments
Configuring Backup Data Lines and Remote Management
This chapter describes configuring backup data lines and remote management in the following sections:
- Configuring Backup Interfaces
- Configuring Cellular Dial-on-Demand Routing Backup
- Configuring Dial Backup and Remote Management Through the Console Port.
The Cisco 819 Integrated Services Router (ISR) supports backup data connectivity with a backup data line that enables them to mitigate WAN downtime.
Cisco 819 ISRs also support remote management functions through the auxiliary port on any Cisco 819 series ISRs.
Note On the Cisco 819 ISRs, the console port and the auxiliary port are on the same physical RJ-45 port. Therefore, the two ports cannot be activated simultaneously. You must use the command-line interface (CLI) to enable the desired function.
Configuring Backup Interfaces
When the router receives an indication that the primary interface is down, the backup interface becomes enabled. After the primary connection has been restored for a specified period, the backup interface is disabled.
Even if the backup interface comes out of standby mode, the router does not enable the backup interface unless the router receives the traffic specified for that backup interface.
Table 6-1 shows the backup interfaces available for each Cisco 819 ISR, along with their port designations. Basic configurations for these interfaces are given in the “Configuring WAN Interfaces”.
|
|
|
---|---|---|
To configure your router with a backup interface, perform these steps, beginning in global configuration mode:
SUMMARY STEPS
DETAILED STEPS
Configuring Cellular Dial-on-Demand Routing Backup
To monitor the primary connection and initiate the backup connection over the cellular interface when needed, the router can use one of the following methods:
- Backup Interface—The backup interface that stays in standby mode until the primary interface line protocol is detected as down and then is brought up. See the “Configuring Backup Interfaces” section.
- Dialer Watch—Dialer watch is a backup feature that integrates dial backup with routing capabilities. See the “Configuring DDR Backup Using Dialer Watch”.
- Floating Static Route—The route through the backup interface has an administrative distance that is greater than the administrative distance of the primary connection route and therefore would not be in the routing table until the primary interface goes down. When the primary interaface goes down, the floating static route is used. See the “Configuring DDR Backup Using Floating Static Route”
Note You cannot configure a backup interface for the cellular interface and any other asynchronous serial interface.
Configuring DDR Backup Using Dialer Watch
To initiate dialer watch, you must configure the interface to perform dial-on-demand routing (DDR) and backup. Use traditional DDR configuration commands, such as dialer maps, for DDR capabilities. To enable dialer watch on the backup interface and create a dialer list, use the following commands in interface configuration mode.
SUMMARY STEPS
3. dialer watch group group-number
4. dialer watch-list group-number ip ip-address address-mask
5. dialer-list <dialer-group> protocol <protocol name> {permit | deny | list <access list number> | access-group}
6. ip access-list <access list number> permit <ip source address>
DETAILED STEPS
Configuring DDR Backup Using Floating Static Route
To configure a floating static default route on the secondary interface, use the following commands, beginning in the global configuration mode.
Note Make sure you have ip classless enabled on your router.
SUMMARY STEPS
2. ip route network-number network-mask {ip address | interface} [administrative distance] [name name]
DETAILED STEPS
Cellular Wireless Modem as Backup with NAT and IPsec Configuration
The following example shows how to configure the 3G wireless modem as backup with NAT and IPsec on either GSM or CDMA networks.
Note The receive and transmit speeds cannot be configured. The actual throughput depends on the cellular network service.
Configuring Dial Backup and Remote Management Through the Console Port
When customer premises equipment, such as a Cisco 819 ISR, is connected to an ISP, an IP address is dynamically assigned to the router or the IP address may be assigned by the router peer through the centrally managed function. The dial backup feature can be added to provide a failover route in case the primary line fails. The Cisco 819 ISRs can use the auxiliary port for dial backup and remote management.
Figure 6-1 shows the network configuration used for remote management access and for providing backup to the primary WAN line.
Figure 6-1 Dial Backup and Remote Management Through the Auxiliary Port
To configure dial backup and remote management for these routers, perform these steps, beginning in global configuration mode:
SUMMARY STEPS
1. ip name-server server-address
4. chat-script script-name expect-send
8. dialer watch-group group-number
10. ip nat inside source { list access-list-number }{ interface type number | pool name } [ overload ]
11. ip route prefix mask { ip-address | interface-type interface-number [ ip-address ]}
12. access-list access-list-number { deny | permit } source [ source-wildcard ]
13. dialerwatch-list group-number { ip ip-address address-mask | delay route-check initial seconds }
14. line [aux | console | tty | vty] line-number [ ending-line-number ]
17. line [aux | console | tty | vty] line-number [ ending-line-number ]
18. flowcontrol {none | software [lock] [in | out] | hardware [in | out]}
DETAILED STEPS
|
|
|
---|---|---|
|
Enters your ISP DNS IP address. |
|
|
Creates a DHCP address pool on the router and enters DHCP pool configuration mode. The name argument can be a string or an integer.
|
|
|
Exits config-dhcp mode and enters global configuration mode. |
|
chat-script script-name expect-send chat-script Dialout ABORT ERROR ABORT BUSY ““ “AT” OK “ATDT 5555102 T” TIMEOUT 45 CONNECT \c
|
Configures a chat script used in dial-on-demand routing (DDR) to give commands for dialing a modem and for logging in to remote systems. The defined script is used to place a call over a modem connected to the PSTN. |
|
interface Async 1
|
Creates and enters configuration mode for the asynchronous interface. Configure the asynchronous interface. For sample commands that you can use in asynchronous interface configuration mode, see the “Example” section. |
|
|
||
interface Dialer 3
|
Creates and enters configuration mode for the dialer interface. |
|
dialer watch-group group-number |
||
exit
|
||
ip nat inside source {list access-list-number} {interface type number | pool name} [overload] ip nat inside source list 101 interface Dialer 3 overload
|
Enables dynamic translation of addresses on the inside interface. |
|
ip route prefix mask {ip-address | interface-type interface-number [ip-address]} |
Sets the IP route to point to the dialer interface as a default gateway. |
|
access-list access-list-number {deny | permit} source [source-wildcard] |
Defines an extended access list that indicates which addresses need translation. |
|
dialerwatch-list group-number {ip ip-address address-mask | delay route-check initial seconds} |
Evaluates the status of the primary link, based on the existence of routes to the peer. The address 22.0.0.2 is the peer IP address of the ISP. |
|
line [aux | console | tty | vty] line-number [ending-line-number] |
||
|
||
|
||
line [aux | console | tty | vty] line-number [ending-line-number] |
||
flowcontrol { none | software [ lock ] [ in | out ] | hardware [ in | out ]} |
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: