Cisco AS5300 - Universal Access Server Manuale di configurazione - Pagina 42
Sfoglia online o scarica il pdf Manuale di configurazione per Server Cisco AS5300 - Universal Access Server. Cisco AS5300 - Universal Access Server 46. Access server
Anche per Cisco AS5300 - Universal Access Server: Appendice (10 pagine), Manuale di avvio rapido (25 pagine), Manuale (21 pagine)
Task 4—Setting Up Synchronous PPP Services
Tips
•
•
If you want the Cisco AS5300 to initiate calls to the remote sites, you must define a dialer
Note
map phone number. This case study does not cover this option. See the Cisco IOS Dial
Services Configuration Guides for more information.
Step 3—Configuring a Default Gateway (Backhaul) Routing Protocol
On the Cisco AS5300 NAS CLI, assign a default gateway (backhaul) routing protocol and configure its
related parameters to integrate with the IP backbone. The dialer network uses static routing (assigned
by the network administrator).
To configure the routing protocol, enter the following commands beginning in global configuration
mode:
Configure the Enhanced IGRP routing protocol, enable IP routing, turn off routing updates on the dialer
Step 1
interface, and advertise remote LAN static routes.
hq-sanjose(config)# router eigrp 10
hq-sanjose(config-router)# network 10.0.0.0
hq-sanjose(config-router)# passive-interface dialer 1
hq-sanjose(config-router)# redistribute static
hq-sanjose(config-router)# no auto-summary
hq-sanjose(config-router)# exit
Step 2
Configure a summary aggregate address on the Fast Ethernet interface 0. This step summarizes the IP
addresses that are advertised to the backbone.
hq-sanjose(config)# interface fastethernet 0
hq-sanjose(config-if)# ip summary-address eigrp 10 10.1.2.0 255.255.255.0
Cisco IOS Dial Services Quick Configuration Guide
2-42
Dialer mapping provides Layer 3 to Layer 2 address resolution for a telephone network. This is
done by mapping a host name and IP address to a telephone number.
To display the static and dynamic dialer maps, enter the show dialer map command on the
Cisco AS5300.
Chapter 2
Configuring the Cisco AS5300 Network Access Server