PurposeCommand or Action
Defines the interfaces on which the EIGRP routing
protocol runs.
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# interface
GigabitEthernet 0/1/0/0
Step 5
Configures a summary aggregate address for the
specified EIGRP interface.
summary-address ip-address { / length | mask } [
admin-distance ]
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af-if)#
summary-address 192.168.0.0/16 95
Step 6
commit
Step 7
Redistributing Routes for EIGRP
This task explains how to redistribute routes, apply limits on the number of routes, and set timers for nonstop
forwarding.
SUMMARY STEPS
1.
configure
2.
router eigrp as-number
3.
address-family { ipv4 }
4.
redistribute {{ bgp | connected | isis | ospf | rip | static } [ as-number ]} [ route-policy name
]
5.
redistribute maximum-prefix maximum [ threshold ] [[ dampened ] [ reset-time minutes ] [ restart
minutes ] [ restart-count number ] | [ warning-only ]]
6.
timers nsf route-hold seconds
7.
maximum paths maximum
8.
maximum-prefix maximum [ threshold ] [[ dampened ] [ reset-time minutes ] [ restart minutes ]
[ restart-count number ] | [ warning-only]]
9.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 257
Implementing EIGRP
Redistributing Routes for EIGRP