PurposeCommand or Action
Displays the neighbors discovered by EIGRP.
show eigrp [ as-number ] [ ipv4 | ipv6 ] neighbors
[ detail ] [ type interface-path-id | static ]
Step 10
Example:
RP/0/RP0/CPU0:router# show eigrp neighbors 20
detail static
Displays information about the EIGRP process
configuration.
show protocols eigrp
Example:
Step 11
RP/0/RP0/CPU0:router# show protocols eigrp
Displays entries in the EIGRP topology table.
show eigrp [ as-number ] [ ipv4 | ipv6 ] topology [
ip-address mask ] [ active | all-links | detail-links
| pending | summary | zero-successors ]
Step 12
Example:
RP/0/RP0/CPU0:router# show eigrp topology 10.0.0.1
253.254.255.255 summary
Displays the number of EIGRP packets sent and received.
show eigrp [ as-number ] [ ipv4 | ipv6 ] traffic
Example:
Step 13
RP/0/RP0/CPU0:router# show eigrp traffic
Configuration Examples for Implementing EIGRP
This section provides the following configuration examples:
Configuring a Basic EIGRP Configuration: Example
The following example shows how to configure EIGRP with a policy that filters incoming routes. This is a
typical configuration for a router that has just one neighbor, but advertises other connected subnets.
router eigrp 144
address-family ipv4
metric maximum-hops 20
router-id 10.10.9.4
route-policy GLOBAL_FILTER_POLICY in
log-neighbor-changes
log-neighbor-warnings
interface Loopback0
!
interface GigabitEthernet 0/2/0/0
passive-interface
!
interface GigabitEthernet 0/6/0/0
hello-interval 8
hold-time 30
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
198
Implementing EIGRP
Configuration Examples for Implementing EIGRP