Home » » 8.4.1.2 Packet Tracer - Skills Integration Challenge

8.4.1.2 Packet Tracer - Skills Integration Challenge

Posted by Soni Setiawan on Wednesday 11 November 2015

8.4.1.2 Packet Tracer - Skills Integration Challenge

Addressing Table

Scenario

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.

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.

Terima kasih sudah membaca. Salam, Soni Setiawan

Previous
« Prev Post

1 comments: