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-158
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Configuring Stub Routing for an EIGRP Process
This 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
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 ipv6
Enters an address family configuration mode.
Step 4
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.