Technical data

Cisco AS5300 Configuration 2-39
Step 12—Configuring Definitions for Remote LAN Sites
Step 12—Configuring Definitions for Remote LAN Sites
You must configure additional parameters to enable synchronous PPP services for the remote sites.
Each remote site must have the following three entries configured on the Cisco AS5300:
Username and password
Static route
Dialer map to support IP connectivity with the remote peer
Table 2-4 summarizes the critical parameters used by DDR, which works primarily at the addressing
layer. These routes are stored in the routing table when the sites are not connected.
Configure
To enable the remote LANs to dial into the Cisco AS5300, use the following commands beginning
in global configuration mode:
Table 2-4 Site Characteristics
Router
Name Password
WAN
IP Address
Ethernet
IP Address
Assigned Phone
Number
Site
Hardware
hq-sanjose hq-sanjose-pw 10.1.254.1
255.255.255.0
10.1.1.10
255.255.255.0
4085551234 Cisco AS5300
soho-tahoe tahoe-pw 10.1.254.3
255.255.255.0
10.1.3.1
255.255.255.0
5305558084 Cisco 766
robo-austin austin-pw 10.1.254.4
255.255.255.0
10.1.4.1
255.255.255.0 5125554433
Cisco 1604
Step Command Purpose
1
hq-sanjose(config)# username robo-austin password austin-pw
Specify the robo-austin
username and
password
1
.
1. Make sure to use your own usernames and passwords for the remote sites.
2
hq-sanjose(config)# ip route 10.1.4.0 255.255.255.0 10.1.254.4 permanent
Enable IP routing for
the robo-austin subnet.
3
hq-sanjose(config)# username soho-tahoe password tahoe-pw
Specify the soho-tahoe
username and
password
1
.
4
hq-sanjose(config)# ip route 10.1.3.0 255.255.255.0 10.1.254.3 permanent
Enable IP routing for
the soho-tahoe subnet.
5
hq-sanjose(config)# interface dialer 1
Enter interface dialer 1.
6
hq-sanjose(config-if)# dialer map ip 10.1.254.4 name robo-austin #
Create a dialer map
entry to the robo-austin
router
2
.
7
hq-sanjose(config-if)# dialer map ip 10.1.254.3 name soho-tahoe #
Create a dialer map
entry to the soho-tahoe
router
2
.
2. In this case study, hq-sanjose does not dial out to the remote sites. The pound sign (#) is used to map the remote site’s name to the IP address.