Evil_TTL> show | s

EIGRP Summary

Category:Cisco Systems -> Routing and Switching

Diagram:

EIGRP-10.jpg

Output:

R5#sh ip int br
Interface                  IP-Address      OKMethod Status                Protocol
Vlan600                    10.1.0.1        YES manual up                    up
Loopback0                  192.168.0.1     YES manual up                    up
Loopback1                  192.168.1.1     YES manual up                    up
Loopback3                  192.168.3.1     YES manual up                    up
Loopback4                  192.168.4.1     YES manual up                    up


R3
#sh ip route
Codesconnected- static, RIPmobileBGP
       D 
EIGRPEX EIGRP externalOSPFIA OSPF inter area
       N1 
OSPF NSSA external type 1N2 OSPF NSSA external type 2
       E1 
OSPF external type 1E2 OSPF external type 2
       i 
IS-ISsu IS-IS summaryL1 IS-IS level-1L2 IS-IS level-2
       ia 
IS-IS inter area, * - candidate default, per-user static route
       o 
ODRperiodic downloaded static route

Gateway of last resort is 10.1.0.6 to network 0.0.0.0

     8.0.0.0
/32 is subnetted1 subnets
D       8.8.8.8 [90
/156160] via 10.1.0.601:06:09Vlan700
D    192.168.4.0
/24 [90/156160] via 10.1.0.100:04:28Vlan600
     10.0.0.0
/30 is subnetted2 subnets
C       10.1.0.0 is directly connected
Vlan600
C       10.1.0.4 is directly connected
Vlan700
D    192.168.0.0
/24 [90/156160] via 10.1.0.100:00:05Vlan600
     192.168.1.0
/30 is subnetted1 subnets
D       192.168.1.0 [90
/156160] via 10.1.0.100:00:05Vlan600
D    192.168.3.0
/24 [90/156160] via 10.1.0.100:00:09Vlan600
D
*   0.0.0.0/0 [90/28160] via 10.1.0.601:06:10Vlan700



R5
#sh run int vlan 600
interface Vlan600
 ip address 10.1.0.1 255.255.255.252
 ip summary
-address eigrp 100 192.168.2.0 255.255.254.0 5
 ip summary
-address eigrp 100 192.168.0.0 255.255.254.0 5
end


R3
#sh ip route
Codesconnected- static, RIPmobileBGP
       D 
EIGRPEX EIGRP externalOSPFIA OSPF inter area
       N1 
OSPF NSSA external type 1N2 OSPF NSSA external type 2
       E1 
OSPF external type 1E2 OSPF external type 2
       i 
IS-ISsu IS-IS summaryL1 IS-IS level-1L2 IS-IS level-2
       ia 
IS-IS inter area, * - candidate default, per-user static route
       o 
ODRperiodic downloaded static route

Gateway of last resort is 10.1.0.6 to network 0.0.0.0

     8.0.0.0
/32 is subnetted1 subnets
D       8.8.8.8 [90
/156160] via 10.1.0.601:07:02Vlan700
D    192.168.4.0
/24 [90/156160] via 10.1.0.100:05:21Vlan600
     10.0.0.0
/30 is subnetted2 subnets
C       10.1.0.0 is directly connected
Vlan600
C       10.1.0.4 is directly connected
Vlan700
D
*   0.0.0.0/0 [90/28160] via 10.1.0.601:07:02Vlan700
D    192.168.0.0
/23 [90/156160] via 10.1.0.100:00:12Vlan600
D    192.168.2.0
/23 [90/156160] via 10.1.0.100:00:06Vlan600


R5
#sh run int vlan 600
interface Vlan600
 ip address 10.1.0.1 255.255.255.252
 ip summary
-address eigrp 100 192.168.0.0 255.255.252.0 5
end


R3
#sh ip route
Codesconnected- static, RIPmobileBGP
       D 
EIGRPEX EIGRP externalOSPFIA OSPF inter area
       N1 
OSPF NSSA external type 1N2 OSPF NSSA external type 2
       E1 
OSPF external type 1E2 OSPF external type 2
       i 
IS-ISsu IS-IS summaryL1 IS-IS level-1L2 IS-IS level-2
       ia 
IS-IS inter area, * - candidate default, per-user static route
       o 
ODRperiodic downloaded static route

Gateway of last resort is 10.1.0.6 to network 0.0.0.0

     8.0.0.0
/32 is subnetted1 subnets
D       8.8.8.8 [90
/156160] via 10.1.0.601:07:41Vlan700
D    192.168.4.0
/24 [90/156160] via 10.1.0.100:06:00Vlan600
     10.0.0.0
/30 is subnetted2 subnets
C       10.1.0.0 is directly connected
Vlan600
C       10.1.0.4 is directly connected
Vlan700
D
*   0.0.0.0/0 [90/28160] via 10.1.0.601:07:41Vlan700
D    192.168.0.0
/22 [90/156160] via 10.1.0.100:00:05Vlan600
R3
By privilege15