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-159
Cisco IOS XR Routing Configuration Guide
OL-14356-01
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.
SUMMARY STEPS
1. configure
2. router eigrp as-number
3. vrf vrf-name
4. address-family {ipv4 | ipv6}
5. router-id router-id
6. autonomous-system as-number
7. redistribute {{bgp | connected | isis | ospf | ospfv3 | rip | static} [as-number | instance-name]}
[route-policy name]
8. interface type instance
9. site-of-origin {as-number:number | ip-address:number}
Step 5
end
or
commit
Example:
RP/0/RP0/CPU0:router(config-eigrp-af)# end
or
RP/0/RP0/CPU0:router(config-eigrp-af)# commit
Saves configuration changes.
When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step 6
show eigrp [ipv4 | ipv6] [vrf {vrf-name |
all}] neighbors [as-number] [detail]
[interface-type interface-instance | static]
Example:
RP/0/RP0/CPU0:router# show eigrp neighbors
detail
Verifies that a remote router has been configured as a stub
router with EIGRP.
The last line of the output shows the stub status of the
remote or spoke router.
Command or Action Purpose