DETAILED STEPS
PurposeCommand or Action
configure
Step 1
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 2
Enters an address family configuration mode.address-family { ipv4 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# address-family
ipv4
Step 3
Configures a router as a stub for EIGRP.stub [ receive-only | {[ connected ] [ redistributed ] [
static ] [ summary ]}]
Step 4
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)# stub
receive-only
commit
Step 5
Verifies that a remote router has been configured as
a stub router with EIGRP.
show eigrp [ ipv4 ] neighbors [ as-number ] [ detail ] [
type interface-path-id | static ]
Step 6
Example:
RP/0/RSP0/CPU0:router# show eigrp neighbors detail
The last line of the output shows the stub status of
the remote or spoke router.
Configuring EIGRP as a PE-CE Protocol
Perform this task to configure EIGRP on the provider edge (PE) and establish provider edge-to-customer edge
(PE-CE) communication using EIGRP.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
323
Implementing EIGRP
Configuring EIGRP as a PE-CE Protocol