Information Technology Reference
In-Depth Information
Are there any router interfaces that do not need to have RIP updates sent out? yes
What command is used to disable RIP updates on this interface?
BRANCH(config-router)# passive-interface FastEthernet0/0
Task 8: Configure RIP and Static Routing on the HQ Router
Consider the type of static routing that is needed on HQ.
What networks are present in the HQ routing table? List the networks with slash notation.
192.168.1.0/26
209.165.200.224/30
A static default route will need to be configured to send all packets with destination addresses that are
not in the routing table to the ISP router. What command is needed to accomplish this? Use the appro-
priate exit interface on the HQ router in the command.
HQ(config)# ip route 0.0.0.0 0.0.0.0 Serial0/0/1
What commands are required to enable RIPv1 and include the LAN network in the routing updates?
router rip
network 192.168.1.0
Are there any router interfaces that do not need to have RIP updates sent out? yes
What command is used to disable RIP updates on this interface?
HQ(config-router)# passive-interface FastEthernet0/0
The HQ router needs to send the default route information to the BRANCH router in the RIP updates.
What command is used to configure this?
HQ(config-router)# default-information originate
Task 9: Configure Static Routing on the ISP Router
Static routes will need to be configured on the ISP router for all traffic that is destined for the RFC
1918 addresses that are used on the BRANCH LAN, HQ LAN, and the link between the BRANCH
and HQ routers.
What are the commands that will need to be configured on the ISP router to accomplish this?
ISP(config)# ip route 10.10.2.0 255.255.254.0 Serial0/0/1
ISP(config)# ip route 192.168.1.0 255.255.255.0 Serial0/0/1
Task 10: Verify the Configurations
Answer the following questions to verify that the network is operating as expected.
From PC2, is it possible to ping PC1? yes
From PC2, is it possible to ping PC3? yes
From PC1, is it possible to ping PC3? yes
Search WWH ::




Custom Search