You are on page 1of 7

W.

Schulte
__________________________________________________________________________________

Packet Tracer Skills Integration Challenge - OSPF 1.4.1.2


Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only.
Note: This activity and the similar Packet Tracer - Skills Integration Challenge - EIGRP activity are meant as
resources for you to determine what skills you may not have yet mastered from the previous courses. Refer to
your notes and previous content if you need assistance. But it may be fun initially to see just how much you
retained.
Instructor Note: This activity is provided solely as a method for assessing student mastery from previous
courses. It can be used as a tool to advise the student on remediation strategies.

Topology

Page 1 of 7

Packet Tracer Skills Integration Challenge - OSPF

Addressing Table

Page 2 of 7

Packet Tracer Skills Integration Challenge - OSPF

IPv4 Address
Device

Subnet Mask

Interface

Default Gateway
IPv6 Address/Prefix

G0/0

S0/0/0
R1

S0/0/1

S0/1/0
Link-Local
G0/0

R2

S0/0/0

S0/0/1
Link-Local
G0/0

R3

S0/0/0

S0/0/1
Link-Local
G0/0
R4

S0/0/1
Link-Local

Internet

NIC

Intranet

NIC

10.10.10.1

255.255.255.192

2001:DB8:A:10::1/64
64.102.139.2

N/A
255.255.255.0

2001:DB8:A:64::2/64
10.10.1.1

N/A
N/A

255.255.255.252

2001:DB8:B:1::1/64
10.10.1.5

N/A

N/A
N/A

255.255.255.252

N/A

2001:DB8:B:2::1/64

N/A

FE80::1

N/A

10.10.2.1

255.255.255.0

2001:DB8:A:2::1/64
10.10.1.9

N/A
255.255.255.252

2001:DB8:B:3::1/64
10.10.1.2

N/A

N/A
N/A

255.255.255.252

N/A

2001:DB8:B:1::2/64

N/A

FE80::2

N/A

10.10.3.1

255.255.255.0

2001:DB8:A:3::1/64
10.10.1.10

N/A
255.255.255.252

2001:DB8:B:3::2/64
10.10.1.6

N/A

N/A
N/A

255.255.255.252

N/A

2001:DB8:B:2::2/64

N/A

FE80::3

N/A

10.10.4.1

255.255.255.0

2001:DB8:A:4::1/64
64.103.17.2

N/A
N/A

255.255.255.252

N/A

2001:DB8:A:103::2/64

N/A

FE80::4

N/A

209.165.44.2

255.255.255.252

2001:DB8:A:209::2/64
10.10.10.10

209.165.44.1
FE80::5

255.255.255.192

10.10.10.1

Page 3 of 7

Packet Tracer Skills Integration Challenge - OSPF

PC1 - PC6

NIC

2001:DB8:A:10::10/64

FE80::1

DHCP assigned

DHCP assigned

Auto Config

Auto Config

Scenario
Your business has just expanded into a different town and needs to expand its presence across the Internet.
You are tasked with completing the upgrades to the enterprise network, which includes dual-stacked IPv4 and
IPv6, and a variety of addressing and routing technologies.

Requirements
Note: Although not required, adding additional labeling to the topology may help you as you proceed. All
names and passwords are case-sensitive.
Basic Device Configuration

Configure the following on R1 and R4.


-

Set the device names to match the Addressing Table.

Set cisco as the encrypted privileged EXEC mode password.

Set a banner MOTD which includes the word warn.

Set the IPv4 and IPv6 addresses according to the Addressing Table.

Assign the link local address to each interface.

SSH

Configure SSH on R4.


-

Set a domain name of R4.

Create a user of admin with an encrypted password of cisco.

Create a 2,048-bit RSA key.

Configure all vty lines to use SSH and a local login.

DHCPv4

Configure R4 to act as a DHCP server for its LAN.


-

Create a DHCP pool using the name R4.

Assign the appropriate addressing information to the pool including the 209.165.44.2 as the DNS
server.

Prevent the address used by the router from being distributed to end devices.

NAT

Configure NAT/PAT on R4 so that all devices on the LAN use the IP address on the Serial 0/0/1 to access
the Internet.
-

Use a single statement in access list 1 to define the addresses that will participate in NAT. Allow only
the 10.10.4.0/24 address space.

Enable NAT/PAT using the access list.

Configure the appropriate interfaces as NAT inside or outside.

Configure PAT on R1.

Page 4 of 7

Packet Tracer Skills Integration Challenge - OSPF

Use a single statement in access list 1 to define the addresses that will participate in NAT. Allow only
the 10.10.0.0/16 address space.

Define a pool named R1 to use all four addresses in the 64.102.139.4/30 address space.

Assign access list 1 to the R1 pool.

Configure the appropriate interfaces as NAT inside or outside.

Configure static NAT on R1 for remote access to Intranet.pka server.


-

Use a static NAT statement to redirect TCP port 80 traffic from 64.102.139.2 to 10.10.10.10.

Use a static NAT statement to redirect TCP port 443 traffic from 64.102.139.2 to 10.10.10.10.

Default Routing

On R1, configure an IPv4 default route using the next-hop IP address 64.102.139.1.

On R1, configure an IPv6 default route using the exit interface.

On R4, configure an IPv4 and IPv6 default route using the exit interface.

OSPF Routing

Configure OSPFv2 area 0 on R1.


-

Use process ID 1.

Advertise directly connected networks. Do not include the link to the Internet.

Prevent routing updates from being sent across the LAN interfaces.

Propagate the default route.

Configure OSPFv3 area 0 on R1.


-

Use process ID 1.

Assign 1.1.1.1 as the router ID.

Prevent routing updates from being sent across the LAN interfaces.

Complete any required OSPFv3 or IPv6 routing configurations.

Instructor Note: The student is not told to configure ipv6 unicast-routing (needed on R1 and R4) nor to
configure the interfaces for OSPFv3 routing on R1. The student should know these configurations are
required before IPv6 and OSPFv3 routing will be fully operational. Also, Packet Tracer 6.0.1 does not grade
the OSPFv3 commands. Use verification commands and connectivity tests to check the students work.
Verify Connectivity

Configure PC5 and PC6 to use DHCP for IPv4 and Autoconfig for IPv6.

Verify web access to Internet.pka and Intranet.pka from each six PCs. Be sure to test both IPv4 and
IPv6. Pings are not forwarded from PC5 and PC6 to Intranet.pka.

Device Configs
Router R1
enable
configure terminal
hostname R1
enable secret cisco
ipv6 unicast-routing
interface GigabitEthernet0/0

Page 5 of 7

Packet Tracer Skills Integration Challenge - OSPF


ip address 10.10.10.1 255.255.255.192
ip nat inside
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:A:10::1/64
ipv6 ospf 1 area 0
no shutdown
interface Serial0/0/0
ip address 64.102.139.2 255.255.255.0
ip nat outside
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:A:64::2/64
ipv6 ospf 1 area 0
no shutdown
interface Serial0/0/1
ip address 10.10.1.1 255.255.255.252
ip nat inside
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:B:1::1/64
ipv6 ospf 1 area 0
clock rate 4000000
no shutdown
interface Serial0/1/0
ip address 10.10.1.5 255.255.255.252
ip nat inside
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:B:2::1/64
ipv6 ospf 1 area 0
clock rate 4000000
no shutdown
router ospf 1
passive-interface GigabitEthernet0/0
network 10.10.10.0 0.0.0.63 area 0
network 10.10.1.0 0.0.0.3 area 0
network 10.10.1.4 0.0.0.3 area 0
default-information originate
ipv6 router ospf 1
router-id 1.1.1.1
ip nat pool R1 64.102.139.4 64.102.139.7 netmask 255.255.255.252
ip nat inside source list 1 pool R1 overload
ip nat inside source static tcp 10.10.10.10 80 64.102.139.2 80
ip nat inside source static tcp 10.10.10.10 443 64.102.139.2 443
ip route 0.0.0.0 0.0.0.0 64.102.139.1
ipv6 route ::/0 Serial0/0/0
access-list 1 permit 10.10.0.0 0.0.255.255
banner motd ^CWarning^C
end
copy running-config startup-config

Page 6 of 7

Packet Tracer Skills Integration Challenge - OSPF

Router R4
enable
configure terminal
hostname R4
enable secret cisco
ip dhcp excluded-address 10.10.4.1
ip dhcp pool R4
network 10.10.4.0 255.255.255.0
default-router 10.10.4.1
dns-server 209.165.44.2
ipv6 unicast-routing
username admin secret cisco
ip domain-name R4
interface GigabitEthernet0/0
ip address 10.10.4.1 255.255.255.0
ip nat inside
ipv6 address FE80::4 link-local
ipv6 address 2001:DB8:A:4::1/64
no shutdown
interface Serial0/0/1
ip address 64.103.17.2 255.255.255.252
ip nat outside
ipv6 address FE80::4 link-local
ipv6 address 2001:DB8:A:103::2/64
no shutdown
ip nat inside source list 1 interface Serial0/0/1 overload
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
ipv6 route ::/0 Serial0/0/1
access-list 1 permit 10.10.4.0 0.0.0.255
banner motd ^CWarning^C
line vty 0 4
login local
transport input ssh
crypto key generate rsa
yes
2048
end
copy running-config startup-config

Page 7 of 7

You might also like