Implementing EIGRP on CiscoIOS XR Software
How to Implement EIGRP on CiscoIOS XR Software
RC-165
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Step6 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.
Step7 clear eigrp [as-number] [vrf {vrf | all}] [ipv4
| ipv6] neighbors [ip-address | interface-type
interface-instance]
Example:
RP/0/RP0/CPU0:router# clear eigrp 20 neighbors
pos 0/1/0/0
Deletes EIGRP and VPN neighbor entries from the
appropriate table.
Step8 clear eigrp [as-number] [vrf {vrf | all}] [ipv4
| ipv6] topology [prefix mask] [prefix/length]
Example:
RP/0/RP0/CPU0:router# clear eigrp topology
Deletes EIGRP and VRF topology entries from the
appropriate tab.
Step9 show eigrp [as-number] [vrf {vrf | all}] [ipv4
| ipv6] accounting
Example:
RP/0/RP0/CPU0:router# show eigrp all accounting
Displays prefix accounting information for EIGRP
processes.
Step10 show eigrp [as-number] [vrf {vrf | all}] [ipv4
| ipv6] interfaces [type instance] [detail]
Example:
RP/0/RP0/CPU0:router# show eigrp interfaces
detail
Displays information about interfaces configured for
EIGRP.
Command or Action Purpose