Information Technology Reference
In-Depth Information
Task 2: Cable the Topology and Basic Configuration
Choose three routers and cable them according to the topology in Figure 9-11. You will
not need any LAN interfaces or switches for this lab.
Step 1.
Configure the routers' basic configurations including interface addresses.
Step 2.
Task 3: Configure EIGRP Routing and Default Routing
Configure both HQ and REMOTE to use EIGRP as the routing protocol. Use 100 as the
AS number. Enter the simulated LAN subnets and the WAN link between HQ and
REMOTE. Do not advertise the 209.165.201.0/30 network. Make sure that you disable
automatic summarization.
Step 1.
Configure ISP with a static route pointing to the 10.0.0.0/17 address space.
Step 2.
Configure HQ with a default route pointing to ISP.
Step 3.
Configure HQ to advertise the default route to REMOTE with the redistribute static
command within the EIGRP routing process.
Step 4.
HQ(config-router)# redistribute static
Verify HQ and REMOTE routing tables.
Step 5.
HQ should have six directly connected routes, four EIGRP routes, and one static route.
REMOTE should have five directly connected routes, four EIGRP routes, and one
EIGRP external route.
Verify that REMOTE can ping the Simulated Web Server at 209.165.202.129.
REMOTE# ping 209.165.202.129
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 209.165.202.129, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/56 ms
Task 4: Manual Summarization
Because the simulated LANs on both HQ and REMOTE were assigned contiguously, you
can summarize the routing updates to reduce the size of the routing tables. What com-
mands will summarize the simulated LANs on HQ?
Step 1.
HQ(config)# interface serial 0/0/1
HQ(config-if)# ip summary-address eigrp 100 10.0.64.0 255.255.192.0
What commands will summarize the simulated LANs on REMOTE?
Step 2.
REMOTE(config)# interface serial 0/0/1
REMOTE(config-if)# ip summary-address eigrp 100 10.0.32.0 255.255.224.0
Search WWH ::




Custom Search