PurposeCommand or Action
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
Redistributes the routes from the specified protocol
and AS number to the EIGRP process. Optionally,
redistribute {{ bgp | connected | isis | ospf | rip | static
} [ as-number ]} [ route-policy name ]
Step 4
the redistributed routes can be filtered into the EIGRP
process by providing the route policy.
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# redistribute
bgp 100
Limits the maximum number of prefixes that are
redistributed to the EIGRP process.
redistribute maximum-prefix maximum [ threshold ] [[
dampened ] [ reset-time minutes ] [ restart minutes ] [
restart-count number ] | [ warning-only ]]
Step 5
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# redistribute
maximum-prefix 5000 95 warning-only
Sets the timer that determines how long an
NSF-aware EIGRP router holds routes for an inactive
peer.
timers nsf route-hold seconds
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# timers nsf
route-hold 120
Step 6
Controls the maximum number of parallel routes that
the EIGRP can support.
maximum paths maximum
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# maximum paths
10
Step 7
Limits the number of prefixes that are accepted under
an address family by EIGRP.
maximum-prefix maximum [ threshold ] [[ dampened ] [
reset-time minutes ] [ restart minutes ] [ restart-count
number ] | [ warning-only]]
Step 8
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)#
maximum-prefix 50000
commit
Step 9
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
258 OL-30423-03
Implementing EIGRP
Redistributing Routes for EIGRP