Packet Tracer 4.0 Mod01 Challenge

advertisement
Packet Tracer 4.0 Mod01 Challenge - VLSM addressing
Objective
Use Packet Tracer to complete the following skills

Implement a VLSM addressing scheme with RIPv2, static routing and default routing
Scenario
You have been given the address space 192.168.6.0/23 to subnet appropriately. "CorpNet" has the following
host requirements:
RTA LAN-150 hosts
RTB LAN-60 hosts
RTC LAN-30 hosts
Required Files
To complete this lab, you will need the following Packet Tracer Activity (.pka) files.

1-4
Mod01 Challenge - VLSM addressing.pka
Packet Tracer 4.0 CCNA Skills Activity
Copyright  2005, Cisco Systems, Inc.
Plan:
Familiarize yourself with PT 4.0 help menu, in case you have questions.
Act 1: VLSM Addressing

Open the “Mod01 Challenge - VLSM addressing.pka” file and follow the Instructions,
which are repeated here:
Step 1
Use VLSM to assign subnets starting with the largest host requirement first. Assign appropriate
subnets and IP addresses to all interfaces and the three PCs. The links between RTA and ISP and
the Web Server have already been configured. Configure the clock rate of 64000 on RTB’s
connection to RTA. Configure the clock rate of 64000 on RTC’s connections to RTA and RTB.
RTA
FastEthernet0/0
192.168.6.1 / 26
Serial0/0
192.168.7.97 / 30
Serial0/3
192.168.7.101 / 30
FastEthernet0/0
192.168.7.1 / 24
Serial0/1
192.168.7.98 / 30 – clock rate 64000
Serial0/0
192.168.7.105 / 30
FastEthernet0/0
192.168.7.65 / 27
Serial0/0
192.168.7.102 / 30 – clock rate 64000
Serial0/1
192.168.7.106 / 30 – clock rate 64000
RTB
RTC
PC_A
IP Address:
192.168.6.2
Subnet Mask:
255.255.255.192
Gateway:
192.168.6.1
IP Address:
192.168.7.2
Subnet Mask:
255.255.255.0
Gateway:
192.168.7.1
IP Address:
192.168.7.66
Subnet Mask:
255.255.255.224
Gateway:
192.168.7.65
PC_B
PC_C
2-4
Packet Tracer 4.0 CCNA Skills Activity
Copyright  2005, Cisco Systems, Inc.
Step 2
Enable RIP v2 routing between RTA, RTB and RTC. Disable auto summarization and make sure that
only the serial interfaces between RTA, RTB and RTC are participating in the RIP process.
RTA
router rip
version 2
passive-interface FastEthernet0/0
network 192.168.6.0
network 192.168.7.0
network 2.0.0.0
no auto-summary
RTB
router rip
version 2
passive-interface FastEthernet0/0
network 192.168.7.0
no auto-summary
RTC
router rip
version 2
passive-interface FastEthernet0/0
network 192.168.7.0
no auto-summary
Step 3
On ISP a static route has been configured pointing to RTA for the 192.168.6.0/23 address space. On
RTA, set a default route pointing to ISP. On RTB and RTC, set a default route to RTA
3-4
Packet Tracer 4.0 CCNA Skills Activity
Copyright  2005, Cisco Systems, Inc.
RTA
ip route 0.0.0.0 0.0.0.0 2.0.0.1
RTB
ip route 0.0.0.0 0.0.0.0 192.168.7.97
RTC
ip route 0.0.0.0 0.0.0.0 192.168.7.105
*(Packet Tracer currently does not support the redistribution of default information).
Step 4
Verify connectivity by having each of the PCs ping the Web Server and the other two PCs.
4-4
Packet Tracer 4.0 CCNA Skills Activity
Copyright  2005, Cisco Systems, Inc.
Download