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-165
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Step 6
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 7
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.
Step 8
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.
Step 9
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.
Step 10
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