[CCNAv6 S4] 2.5.1.2 Packet Tracer - Skills Integration Challenge
Packet Tracer – Skills Integration Challenge
Addressing Table
Background
This activity allows you to practice a variety of skills including configuring VLANs, PPP with CHAP, static and default routing, using IPv4 and IPv6. Due to the sheer number of graded elements, you can click Check Results and Assessment Items to see if you correctly entered a graded command. Use the cisco and class passwords to access privileged EXEC modes of the CLI for routers and switches.
Requirements
Addressing
· The addressing scheme uses the 192.168.1.0/24 address space. Additional address space is available between VLAN 15 and VLAN 1. VLAN 25 needs enough addresses for 50 hosts. Determine the subnet and complete the subnet table below.
· Complete the Addressing Table by assigning the following addresses to VLAN 25:
o R2 G0/0.25 - First IPv4 address
o PC25 - 2nd IPv4 address
o L25 - Last IPv4 address
· Configure IPv4 addressing on the necessary end devices.
· On R2, create and apply IPv4 and IPv6 addressing to the G0/0.25 subinterface.
VLANs
· On S1, create VLAN 86 and name it BlackHole.
· Configure S1 ports in static mode with the following requirements:
o F0/1 is the native trunk for VLAN 99.
o F0/7 - F0/18 as access ports in VLAN 15.
o F0/19 - F0/24 as access ports in VLAN 25.
o G0/1 - 2 and F0/2 - F0/6 are unused. They should be properly secured and assigned to the BlackHole VLAN.
· On R2, configure inter-VLAN routing. VLAN 99 is the native VLAN.
PPP
· Configure R1 and R2 to use PPP with CHAP for the shared link. The password for CHAP is cisco.
Routing
· On R1, configure IPv4 and IPv6 default routes using the appropriate exit interface.
· On R2, configure an IPv6 default route using the appropriate exit interface.
· Configure IPv4 OSPF using the following requirements:
o Use process ID 1.
o Routers R1 and R2 are in area 0.
o R1 uses router ID 1.1.1.1.
o R2 uses router ID 2.2.2.2.
o Advertise specific subnets.
o On R1, propagate the IPv4 default route created.
· Configure IPv6 OSPF using the following requirements:
o Use process ID 1.
o Routers R1 and R2 are in area 0.
o Configure OSPF on appropriate interfaces on R1 and R2.
o R1 uses router ID 1.1.1.1.
o R2 uses router ID 2.2.2.2.
Connectivity
· All devices should be able to ping the web server.
Configuration R2:
enable
configure terminal
interface g0/0
no shutdown
interface g0/0.1
encapsulation dot1q 1
ip address 192.168.1.193 255.255.255.224
interface g0/0.15
encapsulation dot1q 15
ip address 192.168.1.1 255.255.255.128
interface g0/0.25
encapsulation dot1q 25
ip address 192.168.1.129 255.255.255.192
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:25::1/64
interface g0/0.99
encapsulation dot1q 99 native
ip address 192.168.1.225 255.255.255.224
exit
username R1 password cisco
interface s0/0/0
encapsulation ppp
ppp authentication chap
exit
ipv6 route ::/0 s0/0/0
ipv6 unicast-routing
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
network 192.168.1.0 0.0.0.127 area 0
network 192.168.1.128 0.0.0.63 area 0
network 192.168.1.192 0.0.0.31 area 0
network 192.168.1.224 0.0.0.31 area 0
ipv6 router ospf 1
router-id 2.2.2.2
log-adjacency-changes
!
interface Serial0/0/0
ipv6 ospf 1 area 0
interface GigabitEthernet0/0.1
ipv6 ospf 1 area 0
interface GigabitEthernet0/0.15
ipv6 ospf 1 area 0
interface GigabitEthernet0/0.25
ipv6 ospf 1 area 0
interface GigabitEthernet0/0.99
ipv6 ospf 1 area 0
end
write memory
!
Configuration S1:
enable
configure terminal
vlan 86
name BlackHole
exit
interface f0/1
switchport mode trunk
switchport trunk native vlan 99
interface range f0/7-18
switchport mode access
switchport access vlan 15
interface range f0/19-24
switchport mode access
switchport access vlan 25
interface range f0/2-6,g0/1-2
switchport mode access
switchport access vlan 86
shutdown
exit
ip default-gateway 192.168.1.225
end
write memory
!
Configuration R1:
enable
configure terminal
interface s0/0/0
encapsulation ppp
ppp authentication chap
exit
username R2 password cisco
ipv6 route ::/0 s0/0/1
ip route 0.0.0.0 0.0.0.0 s0/0/1
ipv6 unicast-routing
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
default-information originate
!
ipv6 router ospf 1
router-id 1.1.1.1
log-adjacency-changes
!
interface Serial0/0/0
ipv6 ospf 1 area 0
end
write memory
!
END !~!
Nhận xét
Đăng nhận xét