Information Technology Reference
In-Depth Information
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/3526400] via 192.168.10.6, 00:15:07, Serial0/0/1
C 172.16.3.0/30 is directly connected, Serial0/0/0
D 192.168.0.0/22 [90/2172416] via 192.168.10.6, 00:01:11, Serial0/0/1
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
C 192.168.10.4/30 is directly connected, Serial0/0/1
D 192.168.10.8/30 [90/3523840] via 192.168.10.6, 00:15:07,
Serial0/0/1
Task 14: Configure and Distribute a Static Default Route
Configure a static default route on the R2 router.
Step 1.
Use the loopback address that has been configured to simulate a link to an ISP as the exit
interface:
R2(config)# ip route 0.0.0.0 0.0.0.0 loopback1
Include the static route in EIGRP updates.
Step 2.
Use the redistribute static command to include the static route in the EIGRP updates that
are sent from the R2 router:
R2(config)# router eigrp 1
R2(config-router)# redistribute static
Verify the static default route.
Step 3.
View the routing table on the R1 router to verify that the static default route is being redis-
tributed through EIGRP.
R1# show ip route
<output omitted>
Gateway of last resort is 192.168.10.6 to network 0.0.0.0
192.168.10.0/30 is subnetted, 2 subnets
C 192.168.10.4 is directly connected, Serial0/0/1
D 192.168.10.8 [90/3523840] via 192.168.10.6, 01:06:01, Serial0/0/1
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
C 172.16.1.0/24 is directly connected, FastEthernet0/0
D 172.16.2.0/24 [90/3526400] via 192.168.10.6, 01:05:39, Serial0/0/1
C 172.16.3.0/30 is directly connected, Serial0/0/0
D*EX 0.0.0.0/0 [170/3651840] via 192.168.10.6, 00:02:14, Serial0/0/1
D 192.168.0.0/22 [90/2172416] via 192.168.10.6, 01:05:38, Serial0/0/1
Search WWH ::




Custom Search