Technical data

Cisco AS5300 Configuration 2-41
Step 13—Configuring a Backhaul Routing Protocol
Step 13—Configuring a Backhaul Routing Protocol
Assign a routing protocol and configure its related configuration parameters to integrate with the IP
backbone. The dialer network uses static routing.
Configure
To configure the routing protocol, use the following commands beginning in global configuration
mode:
Verify
To verify the configuration:
Enter the show ip eigrp topology command:
hq-sanjose# show ip eigrp topology
IP-EIGRP Topology Table for process 10
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 10.1.3.0/24, 1 successors, FD is 46226176
via Redistributed (46226176/0)
P 10.1.2.0/24, 1 successors, FD is 128256
via Connected, Loopback0
P 10.1.4.0/24, 1 successors, FD is 46226176
via Redistributed (46226176/0)
P 10.1.254.0/24, 1 successors, FD is 46226176
via Connected, Dialer1
Enter the show running command:
hq-sanjose# show running
Building configuration...
Current configuration:
!
---- snip ----
!
router eigrp 10
redistribute static
passive-interface Dialer1
network 10.0.0.0
no auto-summary
!
---- snip ----
Step Command Purpose
1
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
Configure the Enhanced IGRP
routing protocol, enable IP
routing, turn off routing updates
on the dialer interface, and
advertise remote LAN static
routes.
2
hq-sanjose(config)# interface fastethernet 0
hq-sanjose(config-if)# ip summary-address eigrp 10 10.1.2.0 255.255.255.0
Configure a summary aggregate
address on the Fast Ethernet
interface 0.
This step summarizes the IP
addresses that are advertised to
the backbone.