PurposeCommand or Action
configure
Step 6
Specifies the autonomous system number of the routing
process to configure an EIGRP routing process.
router eigrp as-number
Example:
Step 7
RP/0/RP0/CPU0:router(config)# router eigrp 100
Enters an address family configuration mode.address-family { ipv4 | ipv6 }
Example:
Step 8
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 route-policy-name { in | out }
Example:
Step 9
RP/0/RP0/CPU0:router(config-eigrp-af)#
route-policy IN-IPv4 in
commit
Step 10
Configuring Stub Routing for an EIGRP Process
This task configures the distribution and remote routers to use an EIGRP process for stub routing.
Before you begin
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.
Note
SUMMARY STEPS
1. configure
2. router eigrp as-number
3. address-family { ipv4 }
4. stub [ receive-only | {[ connected ] [ redistributed ] [ static ] [ summary ]}]
5. commit
6. show eigrp [ ipv4 ] neighbors [ as-number ] [ detail ] [ type interface-path-id | static ]
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
195
Implementing EIGRP
Configuring Stub Routing for an EIGRP Process