- Preface
- Overview of the Hardware and Software
- Setup for Initial Configuration
- Cisco IOS CLI for Initial Configuration
- Basic Router Configuration
- Configuring Backup Data Lines and Remote Management
- Upgrading the Cisco IOS Software
- Using CompactFlash Memory Cards
- Using ROM Monitor
- Changing the Configuration Register Settings
- Index
Configuring Backup Data Lines and Remote Management
First Published: May 27, 2010, OL-20356-01
Last Updated: October 25, 2017
The Cisco Connected Grid Router 2010 supports remote management and backup data connectivity. The following sections describe how to configure backup data lines and remote management:
Configuring Backup Interfaces
This section describes how to configure back up interfaces for failover redundancy when the network goes down.
Configuring Gigabit Ethernet Failover Media
Cisco CGR 2010 routers have an SFP-GE port that supports either copper or fiber connections. Media can be configured for failover redundancy when the network goes down. To assign primary and secondary failover media on the SFP-GE port, perform these steps, beginning in EXEC mode.
Configuring Dial Backup and Remote Management Through the Console Port or Auxiliary Port
In dial backup, the switched circuit is used to provide backup service for another type of circuit, such as point-to-point or packet switching. The router is configured so that when a failure is detected on the primary circuit, the dial backup line is initiated. The dial backup line then supports the WAN connection until the primary circuit is restored. When this occurs, the dial backup connection is terminated.
A modem enables data to be transmitted over voice-grade telephone lines. At the source, digital signals are converted to a form suitable for transmission over analog communication facilities. At the destination, these analog signals are returned to their digital form. It is a simple modem-to-modem connection through a WAN.
When customer premises equipment, such as the Cisco Connected Grid Router 2010, are connected to an ISP, an IP address is dynamically assigned to the router, or the IP address is 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 CGR 2010 can use the auxiliary port for dial backup and remote management.
The main WAN link of the Cisco CGR 2010 is the primary connection to the Internet service provider. A modem can serve as the dial backup that serves as a failover link for the Cisco CGR 2010 when the primary connection goes down. For remote management, the PC serves as dial-in access to allow changes or updates to Cisco IOS configurations.
To configure dial backup and remote management for the Cisco Connected Grid Router 2010, complete the following 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. Configure the DHCP address pool. For sample commands that you can use in DHCP pool configuration mode, see the “Example” section. |
|
|
|
Exits DHCP pool configuration mode and enters global configuration mode. |
|
chat-script script-name expect-send Router(config)# |
Configures a chat script for use in Dial-on-Demand Routing 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 public switched telephone network. |
|
|
|
Creates asynchronous interface and enters configuration mode for the asynchronous interface. Configures the asynchronous interface. For sample commands that you can use in asynchronous interface configuration mode, see the “Example” section. |
|
|
|
Exits interface configuration mode and enters global configuration mode. |
|
|
|
Creates dialer interface and enters configuration mode for the dialer interface. |
|
dialer watch-group group-number |
||
|
|
Exits interface configuration mode and enters global configuration mode. |
|
ip nat inside source { list access-list-number } { interface type number | pool name } [ overload ] Router(config)# |
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 ] Router(config)# access-list 1 permit 192.168.0.0 0.0.255.255 any |
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 } Router(config)# dialer watch-list 1 ip 22.0.0.2 255.255.255.255 |
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 ] |
||
|
|
Switches the port from console port to auxiliary port function. |
|
|
|
Exits line configuration mode and returns to global configuration mode. |
|
line [ aux | console | tty | vty ] line-number [ ending-line-number ] |
||
flowcontrol { none | software [ lock ] [ in | out ] | hardware [ in | out ]} |
The following configuration example specifies an IP address for the T1 interface through PPP and IP Control Protocol (IPCP) address negotiation and specifies dial backup over the console port.
Feedback