Implementing EIGRP on CiscoIOS XR Softwa re
How to Implement EIGRP on CiscoIOS XR Software
RC-158
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Configuring Stub Routing for an EIGRP ProcessThis task configures the distribution and remote routers to use an EIGRP process for stub routing.
Restrictions
EIGRP stub routing should be used only on remote routers. A stub router is defined as a router connected
to the network core or distribution layer through which core transit traffic should not flow. A stub router
should not have any EIGRP neighbors other than distribution routers. Ignoring this restriction causes
undesirable behavior.
SUMMARY STEPS
1. configure
2. router eigrp as-number
3. address-family {ipv4 | ipv6}
4. stub [receive-only | {[connected] [redistributed] [static] [summary]}]
5. end
or
commit]
6. show eigrp [ipv4 | ipv6] [vrf {vrf-name | all}] neighbors [as-number] [detail] [interface-type
interface-instance | static]
DETAILED STEPS
Command or Action Purpose
Step1 configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step2 router eigrp as-number
Example:
RP/0/RP0/CPU0:router(config)# router eigrp 100
Configures an EIGRP routing process.
Step3 address-family {ipv4 | ipv6}
Example:
RP/0/RP0/CPU0:router(config-eigrp)#
address-family ipv6
Enters an address family configuration mode.
Step4 stub [receive-only | {[connected]
[redistributed] [static] [summary]}]
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)# stub
receive-only
Configures a router as a stub for EIGRP.