Lab 8.4 1.2



3 letters of web code – 4 numbers of web code. SuccessNet® Login. Technical Support. View Lab Report - 8.4.1.2 Packet Tracer - Skills Integration Challenge from CITX 1160 at British Columbia Institute of Technology. Packet Tracer - Skills Integration Challenge Topology Addressing.

Lab
Unit 8 Labs
Lab 8.1
Lab 8.2
Lab 8.3
Lab 8.4
Lab 8.1 IP Addressing and Classes
8.1.1 If the IP address in figure 8-1 belongs to a Class A network, what is the Network ID and what is the host ID? What are the binary values of the host ID and the network ID? Network ID = 10, Host ID=10.10.1 Binary Network ID=1010, Binary Host ID=101010101
8.1.2 Complete Table 8-1.
Class
Range of First Byte in Decimal
Network ID
Host ID
Possible Networks
Possible Hosts per Network
A
0-127
A
b.c.d
27
224
B
128-191
a.b
c.d
214
216
C
192-223
a.b.c
d
221
28
8.1.3 Would the IP address in Figure 8-1 be valid as a class C address? Why or why not? No, it would not be a valid Class C address
…show more content…
What comand did you use to enter the route? Route add 10.11.12.13 192.168.1.254
8.3.3 List the command you used to remove it from the table. Route delete 10.11.12.13
Lab 8.3 Review
1. The route command accepts the wildcard * (such as reoute delete 10*, which deletes all route beginning with the decimall value 10 regardless of the rest of the valur). What are some possible uses of the wildcard value in determining or altering routes?
If you do not know the complete address, or if you want to delete all routes through a specific network.
2. What would be the effect of deleting the route 0.0.0.0: Why would this be a problem for routing traffic?
That entry is used for “all traffic”. If you delete this entry, you would not be able to route anything because all traffic would not be anle to go through.
Lab 8.4 SOHO Planning
8.4.1 Which of the three possible AP placement locations would work best to route to the entire home? Which location is least desireable? AP 2 would be the best placement in order to reach the entire home becauswe it is centrally located. AP 3 would be the least desireable since it would probably not reach Bedroom A.
8.4.2 If the home has 3 laptops, two WiFi enabled smart phones, two gaming systems, and a desktop PC in the office, is a single AP sufficient for
8.4.1.2 Packet Tracer - Skills Integration Challenge
Addressing Table

8.4

8.1.2.4 Lab Configuring Basic Dhcpv4


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.
Lab 8.4 1.2

Cisco Packet Tracer 8.2.1.4 Answers

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.

Lab 8.4.1.2

Terima kasih sudah membaca. Salam, Soni Setiawan





Comments are closed.