Evil_TTL> show | s

EIGRP Stub

Category:Cisco Systems -> Routing and Switching

Diagram:

EIGRP-10.jpg

Output:

R5#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.2 to network 0.0.0.0

     8.0.0.0
/32 is subnetted1 subnets
D       8.8.8.8 [90
/158720] via 10.1.0.200:02:30Vlan600
     10.0.0.0
/30 is subnetted2 subnets
C       10.1.0.0 is directly connected
Vlan600
D       10.1.0.4 [90
/30720] via 10.1.0.200:25:31Vlan600
C    192.168.0.0
/24 is directly connectedLoopback0
     192.168.1.0
/30 is subnetted1 subnets
C       192.168.1.0 is directly connected
Loopback1
D
*   0.0.0.0/0 [90/30720] via 10.1.0.200:02:30Vlan600


R3
(config)#router eigrp 100
R3(config-router)#eigrp stub
R3(config-router)#do 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.600:52:53Vlan700
     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:52:56Vlan600
     192.168.1.0
/30 is subnetted1 subnets
D       192.168.1.0 [90
/156160] via 10.1.0.100:52:56Vlan600
D
*   0.0.0.0/0 [90/28160] via 10.1.0.600:52:53Vlan700
R3
#



R5#
*Mar  1 00:37:55.931: %DUAL-5-NBRCHANGEIP-EIGRP(0100Neighbor 10.1.0.2 (Vlan600is down: Interface Goodbye received
*Mar  1 00:37:56.867: %DUAL-5-NBRCHANGEIP-EIGRP(0100Neighbor 10.1.0.2 (Vlan600is up: new adjacencysh ip route
R5
#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 not set

     10.0.0.0
/30 is subnetted2 subnets
C       10.1.0.0 is directly connected
Vlan600
D       10.1.0.4 [90
/30720] via 10.1.0.200:00:05Vlan600
C    192.168.0.0
/24 is directly connectedLoopback0
     192.168.1.0
/30 is subnetted1 subnets
C       192.168.1.0 is directly connected
Loopback1 
By privilege15