Before You Begin
You should not use the summary-address summarization command to generate the default route (0.0.0.0)
from an interface. This command creates an EIGRP summary default route to the null 0 interface with an
administrative distance of 5. The low administrative distance of this default route can cause this route to
displace default routes learned from other neighbors from the routing table. If the default route learned
from the neighbors is displaced by the summary default route or the summary route is the only default
route present, all traffic destined for the default route does not leave the router; instead, this traffic is sent
to the null 0 interface, where it is dropped.
The recommended way to send only the default route from a given interface is to use a route-policy
command.
Note
SUMMARY STEPS
1.
configure
2.
router eigrp as-number
3.
address-family { ipv4 }
4.
route-policy name out
5.
interface type interface-path-id
6.
summary-address ip-address { / length | mask } [ admin-distance ]
7.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Specifies the AS number of the routing process to
configure an EIGRP routing process
router eigrp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router eigrp 100
Step 2
Enters an address family configuration mode.address-family { ipv4 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# address-family
ipv4
Step 3
Applies a routing policy to updates advertised to or
received from an EIGRP neighbor.
route-policy name out
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# route-policy
FILTER_DEFAULT out
Step 4
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
256 OL-30423-03
Implementing EIGRP
Configuring Route Summarization for an EIGRP Process