PurposeCommand or Action
Specifies the autonomous system 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 7
Enters an address family configuration mode.address-family { ipv4 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# address-family
ipv4
Step 8
Applies a routing policy to updates advertised to or
received from an EIGRP neighbor.
route-policy route-policy-name { in | out }
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)#
route-policy IN-IPv4 in
Step 9
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 ]
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
322
Implementing EIGRP
Configuring Stub Routing for an EIGRP Process