8.4 1.2 Skills Integration Challenge



  1. 8.4 1.2 Packet Tracer Skills Integration Challenge Answers
  2. Packet Tracer 3.6.1.2 Skills Integration
  3. Ccna Skills Integration Challenge
  4. 8.4 1.2 Skills Integration Challenges
  1. Packet Tracer – Skills Integration Challenge (Answer Version). 8.4.1.2 Packet Tracer – Skills Integration Challenge. Addressing Table. Device: Interface: IPv4.
  2. 8.4.1.2 Packet Tracer – Skills Integration Challenge Packet Tracer – Skills Integration Challenge (Answer Version) Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only. Topology Addressing Table Device Interface IPv4 Address Subnet Mask Default Gateway IPv6 Address/Prefix Branch-A G0/0 172.20.16.1 255.255.254.0 N/A G0/1 172.20.18.1 255.255.255.0.
  3. CCNA 3 – 8.4.1.2 Packet Tracer – SkillsIntegration Challenge – Instructions AnswersAddressing Table. BackgroundIn this Skills Integration Challenge, your focus is OSPFv2 and OSPFv3configurations. You will configure IP addressing for all devices. Then you willconfigure OSPFv2 routing for the IPv4 portion of the network and OSPFv3routing for the IPv6 portion of the network.

8.4.1.2 Packet Tracer – Skills Integration Challenge

Packet Tracer – Skills Integration Challenge (Answer Version)

Answer Note: Red font color or gray highlights indicate text that appears in the Answer copy only.

Topology

8.4.1.2 Packet Tracer – Skills Integration Challenge

Challenge8.4 1.2 Skills Integration Challenge

Addressing Table

Challenge
DeviceInterfaceIPv4 AddressSubnet MaskDefault Gateway
IPv6 Address/Prefix
RAG0/0172.31.0.1255.255.254.0N/A
S0/0/0172.31.4.1255.255.255.252N/A
RBG0/0172.31.2.1255.255.254.0N/A
2001:DB8:1::1/64N/A
S0/0/0172.31.4.2255.255.255.252N/A
S0/0/12001:DB8:2::1/64N/A
RCG0/02001:DB8:3::1/64N/A
S0/0/02001:DB8:2::2/64N/A
PC-ANIC172.31.1.254255.255.254.0172.31.0.1
PC-BNIC172.31.3.254255.255.254.0172.31.2.1
2001:DB8:1::2/64FE80::1
PC-CNIC2001:DB8:3::2/64FE80::3

Packet Tracer 8.4.1.2 is our Skills Integration Challenge for this chapter, OSPF and all. It features a crossing of both IPv6 and IPv4 configuration for OSPF, all passed via one router, as shown below in a diagram.

Background

In this Skills Integration Challenge, your focus is OSPFv2 and OSPFv3 configurations. You will configure IP addressing for all devices. Then you will configure OSPFv2 routing for the IPv4 portion of the network and OSPFv3 routing for the IPv6 portion of the network. One router will be configured with both IPv4 and IPv6 configurations. Finally, you will verify your configurations and test connectivity between end devices.

Note: This activity is graded using a combination of assessment items and connectivity tests. The instructions window will not show your score. To see your score, click Check Results > Assessment Items. To see the results of a specific connectivity test, click Check Results > Connectivity Tests.

Requirements

  • Use the following requirements to configure RA addressing and OSPFv2 routing:
    • IPv4 addressing according to the Addressing Table
    • Process ID 1
    • Router ID 1.1.1.1
    • Network address for each interface
    • LAN interface set to passive (do not use the default keyword)
  • Use the following requirements to configure RB addressing, OSPFv2 routing and OSPFv3 routing:
    • IPv4 and IPv6 addressing according to the Addressing Table
      • Set the Gigabit Ethernet 0/0 Link Local address to FE80::1
    • OSPFv2 routing requirements:
      • Process ID 1
      • Router ID 2.2.2.2
      • Network address for each interface
      • LAN interface set to passive (do not use the default keyword)
    • OSPFv3 routing requirements:
      • Enable IPv6 routing
      • Process ID 1
      • Router ID 2.2.2.2
      • Enable OSPFv3 on each interface
  • Use the following requirements to configure RC addressing and OSPFv3 routing:
    • IPv6 addressing according to the Addressing Table
      • Set the Gigabit Ethernet 0/0 Link Local address to FE80::3
    • OSPFv3 routing requirements:
      • Enable IPv6 routing
      • Process ID 1
      • Router ID 3.3.3.3
      • Enable OSPFv3 on each interface
  • Configure PCs with appropriate addressing.
    • PCA and PCB IPv4 addressing must use the last assignable address in the IPv4 subnet.
    • PCB and PCC IPv6 addressing must use the second assignable address in the IPv6 network and the link-local FE80 address as the default gateway.
    • Finish the Addressing Table documentation
  • Verify your configurations and test connectivity
    • OSPF neighbors should be established and routing tables should be complete
    • Pings between PCA and PCB should be successful
    • Pings between PCB and PCC should be successful

Note: If OSPFv3 has not converged, check the status of interfaces using the show ip ospf interface command. Sometimes, the OSPFv3 process needs to deleted from the configuration and reapplied to force convergence.

8.4 1.2 Skills Integration Challenge

!—————————-
!RA
!—————————-
ena
config t
hostname RA
interface GigabitEthernet0/0
ip address 172.31.0.1 255.255.254.0
no shut
interface Serial0/0/0
ip address 172.31.4.1 255.255.255.252
no shut
router ospf 1
router-id 1.1.1.1
passive-interface GigabitEthernet0/0
network 172.31.0.0 0.0.1.255 area 0
network 172.31.4.0 0.0.0.3 area 0
end

8.4 1.2 Packet Tracer Skills Integration Challenge Answers

8.4.1.2 Packet Tracer - Skills Integration Challenge
Addressing Table

Packet Tracer 3.6.1.2 Skills Integration



Your company has won a contract to set up a small network for a restaurant owner. There are two restaurants near each other, and they all share one connection. The equipment and cabling is installed and the network administrator has designed the implementation plan. You job is to implement the rest of the addressing scheme according to the abbreviated Addressing Table and verify connectivity.

Ccna Skills Integration Challenge

Requirements
· Complete the Addressing Table documentation.
· Configure R1 with IPv4 and IPv6 addressing.
· Configure S1 with IPv4 addressing. S2 is already configured.
· Configure ManagerA with IPv4 and IPv6 addressing. The rest of the clients are already configured.
· Verify connectivity. All clients should be able to ping each other and access the websites on Accounting.pka and Website.pka.
Configure R1 with IPv4 and IPv6 addressing
R1>enable
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ipv6 unicast-routing
R1(config)#interface g0/0
R1(config-if)#ip address 172.16.10.1 255.255.255.192

R1(config-if)#ipv6 address FE80::1 link-local
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R1(config-if)#exit
R1(config)#

R1(config)#interface g0/1
R1(config-if)#ip address 172.16.10.65 255.255.255.192
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
R1(config-if)#ipv6 address 2001:DB8:CAFE:2::1/64
R1(config-if)#ipv6 address FE80::1 link-local
R1(config-if)#exit

Configure S1 with IPv4 addressing
S1>enable
S1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)#interface vlan 1
S1(config-if)#ip address 172.16.10.62 255.255.255.192
S1(config-if)#no shutdown
S1(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
S1(config-if)#exit
S1(config)#ip de
S1(config)#ip default-gateway 172.16.10.1
S1(config)#

Configure ManagerA with IPv4 and IPv6 addressing. The rest of the clients are already configured.
Challenge

8.4 1.2 Skills Integration Challenges

Terima kasih sudah membaca. Salam, Soni Setiawan