Cisco Systems OL-14356-01 Network Router User Manual


 
Implementing EIGRP on Cisco IOS XR Software
How to Implement EIGRP on Cisco IOS XR Software
RC-154
Cisco IOS XR Routing Configuration Guide
OL-14356-01
9. end
or
commit
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
router eigrp as-number
Example:
RP/0/RP0/CPU0:router(config)# router eigrp 100
Configures an EIGRP routing process.
Step 3
address-family {ipv4 | ipv6}
Example:
RP/0/RP0/CPU0:router(config-eigrp)#
address-family ipv4
Enters an address family configuration mode.
Step 4
redistribute {{bgp | connected | isis | ospf |
ospfv3 | rip | static} [as-number]}
[route-policy name]
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)#
redistribute bgp 100
Injects routes from one routing domain into EIGRP.
Step 5
redistribute maximum-prefix maximum
[threshold] [[dampened] [reset-time minutes]
[restart minutes] [restart-count number] |
[warning-only]]
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)#
redistribute maximum-prefix 5000 95
warning-only
Limits the number of prefixes redistributed into an EIGRP
process.
Step 6
timers nsf route-hold seconds
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)# timers
nsf route-hold 120
Sets the timer that determines how long an NSF-aware
EIGRP router holds routes for an inactive peer.
Step 7
maximum paths maximum
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)# maximum
paths 10
Controls the maximum number of parallel routes that the
EIGRP can support.