PurposeCommand or Action
RP/0/RP0/CPU0:router(config-eigrp)# address-family
ipv4
Applies a routing policy to updates advertised to or received
from an EIGRP neighbor.
route-policy name out
Example:
Step 4
RP/0/RP0/CPU0:router(config-eigrp-af)# route-policy
FILTER_DEFAULT out
Defines the interfaces on which the EIGRP routing protocol
runs.
interface type interface-path-id
Example:
Step 5
RP/0/RP0/CPU0:router(config-eigrp-af)# interface
GigabitEthernet 0/1/0/0
Configures a summary aggregate address for the specified
EIGRP interface.
summary-address ip-address { / length | mask } [
admin-distance ]
Example:
Step 6
RP/0/RP0/CPU0:router(config-eigrp-af-if)#
summary-address 192.168.0.0/16 95
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 | ipv6 }
4. redistribute {{ bgp | connected | isis | ospf | ospfv3 | 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
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
192
Implementing EIGRP
Redistributing Routes for EIGRP