Information Technology Reference
In-Depth Information
Task 7: Configure RIPv2 Routing on the BRANCH Router
Consider the networks that need to be included in the RIP updates that are sent out by BRANCH.
What networks are present in the BRANCH routing table? List the networks with slash notation.
192.168.40.128/27
192.168.40.160/28
192.168.40.176/30
What commands are required to enable RIP version 2 and include the connected networks in the rout-
ing updates?
router rip
version 2
network 192.168.40.0
Are there any router interfaces that do not need to have RIP updates sent out? yes
What commands are used to disable RIP updates on these interfaces?
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
Task 8: Configure RIPv2 and Static Routing on HQ
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.40.0/26
209.165.200.0/27
A static default route will need to be configured to send all packets with destination addresses that are
not in the routing table to ISP. What command is needed to accomplish this? Use the appropriate exit
interface on HQ in the command.
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
What commands are required to enable RIP version 2 and include the LAN1 and LAN2 networks as
well as the link between HQ and BRANCH in the routing updates?
router rip
version 2
network 192.168.40.0
Are there any router interfaces that do not need to have RIP updates sent out? yes
What commands are used to disable RIP updates on these interfaces?
passive-interface FastEthernet0/0
passive-interface FastEthernet0/1
passive-interface Serial0/0/1
Search WWH ::




Custom Search