Cisco Systems C819GUK9 Router User Manual


 
6-12
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
Step 8
dialer watch-group group-number
Example:
Router(config-if)# dialer watch-group 1
Router(config-if)#
Specifies the group number for the watch list.
Step 9
exit
Example:
Router(config-if)# exit
Router(config)#
Exits the interface configuration mode.
Step 10
ip nat inside source {list
access-list-number} {interface type number
| pool name} [overload]
Example:
Router(config)# ip nat inside source list
101 interface Dialer 3 overload
Enables dynamic translation of addresses on the
inside interface.
Step 11
ip route prefix mask {ip-address |
interface-type interface-number
[ip-address]}
Example:
Router(config)# ip route 0.0.0.0 0.0.0.0
22.0.0.2
Router(config)#
Sets the IP route to point to the dialer interface as
a default gateway.
Step 12
access-list access-list-number {deny |
permit} source [source-wildcard]
Example:
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.
Step 13
dialerwatch-list group-number {ip
ip-address address-mask | delay route-check
initial seconds}
Example:
Router(config)# dialer watch-list 1 ip
22.0.0.2 255.255.255.255
Router(config)#
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.
Step 14
line [aux | console | tty | vty]
line-number [ending-line-number]
Example:
Router(config)# line console 0
Router(config-line)#
Enters configuration mode for the line interface.
Command Purpose