13
.pdf
keyboard_arrow_up
School
Paradise Valley Community College *
*We aren’t endorsed by this school
Course
140AB
Subject
Computer Science
Date
Oct 30, 2023
Type
Pages
12
Uploaded by MinisterWorldHummingbird22
10/7/23, 8:24 PM
13.3.2 Lab - Use Ping and Traceroute to Test Netw ork Connectivity
about:blank
1/12
Lab - Use Ping and Traceroute to Test Network Connectivity
Topology
Addressing Table
Device
Interface
IP Address / Prefix
Default Gateway
R1
G0/0/0
64.100.0.2 /30
N/A
R1
G0/0/0
2001:db8:acad::2 /64
N/A
R1
G0/0/0
fe80::2
N/A
R1
G0/0/1
192.168.1.1 /24
N/A
R1
G0/0/1
2001:db8:acad:1::1 /64
N/A
R1
G0/0/1
fe80::1
N/A
ISP
G0/0/0
64.100.0.1 /30
N/A
ISP
G0/0/0
2001:db8:acad::1 /64
N/A
ISP
G0/0/0
fe80::1
N/A
ISP
G0/0/1
209.165.200.225 /27
N/A
ISP
G0/0/1
2001:db8:acad:200::225 /64
N/A
ISP
G0/0/1
fe80::225
N/A
S1
VLAN 1
192.168.1.2 /24
192.168.1.1
S1
VLAN 1
2001db8:acad:1::2 /64
fe80::1
S1
VLAN 1
fe80::10
fe80::1
PC-A
NIC
2001:db8:acad:1::10 /64
fe80::1
PC-A
NIC
64.100.0.2 /30
N/A
External
NIC
209.165.200.226 /27
209.165.200.225
External
NIC
2001:DB8:ACAD:200::226 /64
FE80::225
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
1
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
Objectives
Part 1: Build and Configure the Network
Part 2: Use Ping Command for Basic Network Testing
Part 3: Use Tracert and Traceroute Commands for Basic Network Testing
Part 4: Troubleshoot the Topology
Background / Scenario
10/7/23, 8:24 PM
13.3.2 Lab - Use Ping and Traceroute to Test Netw ork Connectivity
about:blank
2/12
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
1
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
Objectives
Part 1: Build and Configure the Network
Part 2: Use Ping Command for Basic Network Testing
Part 3: Use Tracert and Traceroute Commands for Basic Network Testing
Part 4: Troubleshoot the Topology
Background / Scenario
Ping and traceroute are two tools that are indispensable when testing TCP/IP network connectivity. Ping is a
network administration utility used to test the reachability of a device on an IP network. This utility also
measures the round-trip time for messages sent from the originating host to a destination computer. The ping
utility is available on Windows, Unix-like operating systems (OS), and the Cisco Internetwork Operating
System (IOS).
The traceroute utility is a network diagnostic tool for displaying the path or route and measuring the transit
delays of packets travelling an IP network. The tracert utility is available on Windows, and a similar utility,
traceroute, is available on Unix-like OS and Cisco IOS.
In this lab, the
and
commands are examined and command options are explored to modify
ping
traceroute
the command behavior. Cisco devices and PCs are used in this lab for command exploration. The necessary
Cisco device configurations are provided in this lab.
Note
: The routers used with CCNA hands-on labs are Cisco 4221 with Cisco IOS XE Release 16.9.4
(universalk9 image). The switches used in the labs are Cisco Catalyst 2960s with Cisco IOS Release 15.2(2)
(lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used. Depending on the model
and Cisco IOS version, the commands available and the output produced might vary from what is shown in
the labs. Refer to the Router Interface Summary Table at the end of the lab for the correct interface identifiers.
Note
: Make sure that the routers and switches have been erased and have no startup configurations. If you
are unsure, contact your instructor.
The
template used by the Switch Database Manager (SDM) does not provide IPv6 address
default bias
capabilities. Verify that SDM is using either the
template or the
dual-ipv4-and-ipv6
lanbase-routing
template. The new template will be used after reboot even if the configuration is not saved.
S1#
show sdm prefer
Use the following commands to assign the
template as the default SDM template.
dual-ipv4-and-ipv6
S1#
configure terminal
S1(config)#
sdm prefer dual-ipv4-and-ipv6 default
S1(config)#
end
S1#
reload
Required Resources
2 Routers (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
1 Switch (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
2 PCs (Windows with terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
2
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
Instructions
Part 1: Build and Configure the Network
In Part 1, you will set up the network in the topology and configure the PCs and Cisco devices. The initial
configurations for the routers and switches are provided for your reference. In this topology, static routing is
used to route packets between networks.
Step 1: Cable the network as shown in the topology.
10/7/23, 8:24 PM
13.3.2 Lab - Use Ping and Traceroute to Test Netw ork Connectivity
about:blank
3/12
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
2
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
Instructions
Part 1: Build and Configure the Network
In Part 1, you will set up the network in the topology and configure the PCs and Cisco devices. The initial
configurations for the routers and switches are provided for your reference. In this topology, static routing is
used to route packets between networks.
Step 1: Cable the network as shown in the topology.
Step 2: Erase the configurations on the routers and switches, and reload the devices.
Step 3: Configure PC IP addresses and default gateways according to the Addressing Table.
Step 4: Configure the R1 and ISP routers and S1 switch using the initial configurations provided
below.
At the switch or router global configuration mode prompt, copy and paste the configuration for each device.
Save the configuration to startup-config.
Open configuration window
Initial configurations for the R1 router:
hostname R1
no ip domain lookup
ipv6 unicast-routing
interface g0/0/0
ip address 64.100.0.2 255.255.255.252
ipv6 address 2001:db8:acad::2/64
ipv6 address fe80::2 link-local
ip nat outside
no shutdown
interface g0/0/1
ip add 192.168.1.1 255.255.255.0
ipv6 address 2001:db8:acad:1::1/64
ipv6 address fe80::1 link-local
ip nat inside
no shutdown
ip route 0.0.0.0 0.0.0.0 64.100.0.1
ipv6 route 0::/0 2001:db8:acad::1
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source list 1 interface g0/0/0 overload
Close configuration window
Initial configurations for ISP:
Open configuration window
hostname ISP
no ip domain lookup
ipv6 unicast-routing
interface g0/0/0
ip address 64.100.0.1 255.255.255.252
ipv6 address 2001:db8:acad::1/64
ipv6 address fe80::1 link-local
no shutdown
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
3
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
interface g0/0/1
ip add 209.165.200.225 255.255.255.224
ipv6 address 2001:db8:acad:200::225/64
ipv6 address fe80::225 link-local
no shutdown
ipv6 route ::/0 2001:db8:acad::2
Close configuration window
Initial configurations for S1:
10/7/23, 8:24 PM
13.3.2 Lab - Use Ping and Traceroute to Test Netw ork Connectivity
about:blank
4/12
no shutdown
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
3
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
interface g0/0/1
ip add 209.165.200.225 255.255.255.224
ipv6 address 2001:db8:acad:200::225/64
ipv6 address fe80::225 link-local
no shutdown
ipv6 route ::/0 2001:db8:acad::2
Close configuration window
Initial configurations for S1:
hostname S1
no ip domain-lookup
interface vlan 1
ip add 192.168.1.2 255.255.255.0
ipv6 address 2001:db8:acad:1::2/64
ipv6 address fe80::2 link-local
no shutdown
exit
ip default-gateway 192.168.1.1
end
Step 5: Configure an IP host table on the R1 router.
The IP host table allows you to use a hostname to connect to a remote device rather than an IP address. The
host table provides name resolution for the device with the following configurations. Copy and paste the
following configurations for the R1 router. The configurations will allow you to use the hostnames for
and
ping
traceroute
commands on the R1 router.
Open configuration window
ip host Externalv4 209.165.200.226
ip host Externalv6 2001:db8:acad:200::226
ip host ISPv4 64.100.0.1
ip host ISPv6 2001:db8:acad::1
ip host PC-Av4 192.168.1.10
ip host PC-Av6 2001:db8:acad:1::10
ip host R1v4 64.100.0.2
ip host R1v6 2001:db8:acad::2
ip host S1v4 192.168.1.2
ip host S1v6 2001:db8:acad:1::2
end
close configuration window
Part 2: Use Ping Command for Basic Network Testing
In Part 2 of this lab, use the
command to verify end-to-end connectivity. Ping operates by sending
ping
Internet Control Message Protocol (ICMP) echo request packets to the target host and then waiting for an
ICMP response. It can record the round trip time and any packet loss or routing loops.
IP packets have a limited lifetime on the network. IP packets use an 8 bit Time to Live (IPv4) or Hop Limit
(IPv6) header field value which specifies the maximum number of layer three hops that can be traversed on
the path to their destination. Hosts on a network will set its own 8 bit value with a maximum value of 255.
So each time an IP packet arrives at a layer three network device this value is reduced by one before it is
forwarded to its destination. So if this value eventually reaches zero the IP packet is discarded.
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
4
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
You will examine the results with the
command and the additional ping options that are available on
ping
Windows-based PCs and Cisco devices.
Step 1: Test network connectivity from the R1 network using PC-A.
All the pings from PC-A to other devices in the topology should be successful. If they are not, check the
topology and the cabling, as well as the configuration of the Cisco devices and the PCs.
a.
Ping from PC-A to its default gateway using the IPv4 address (R1’s GigabitEthernet 0/0/1 interface).
Open command prompt
C:\>
ping 192.168.1.1
10/7/23, 8:24 PM
13.3.2 Lab - Use Ping and Traceroute to Test Netw ork Connectivity
about:blank
5/12
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
4
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
You will examine the results with the
command and the additional ping options that are available on
ping
Windows-based PCs and Cisco devices.
Step 1: Test network connectivity from the R1 network using PC-A.
All the pings from PC-A to other devices in the topology should be successful. If they are not, check the
topology and the cabling, as well as the configuration of the Cisco devices and the PCs.
a.
Ping from PC-A to its default gateway using the IPv4 address (R1’s GigabitEthernet 0/0/1 interface).
Open command prompt
C:\>
ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Reply from 192.168.1.1: bytes=32 time<1ms TTL=255
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
In this example, four (4) ICMP requests, 32 bytes each, were sent and the responses were received in
less than one millisecond with no packet loss. The transmission and reply time can increase as the ICMP
requests and responses are processed by more devices during the journey to and from the final
destination.
This can also be done using the IPv6 address of the default gateway (R1’s GigabitEthernet 0/0/1
interface).
C:\>
ping 2001:db8:acad:1::1
Pinging 2001:db8:acad:1::1 with 32 bytes of data:
Reply from 2001:db8:acad:1::1: time=5ms
Reply from 2001:db8:acad:1::1: time=1ms
Reply from 2001:db8:acad:1::1: time=1ms
Reply from 2001:db8:acad:1::1: time=1ms
Ping statistics for 2001:db8:acad:1::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 5ms, Average = 2ms
b.
From PC-A, ping the addresses listed in the following table and record the average round trip time and
IPv4 Time to Live (TTL) or IPv6 Hop Limit.
: Use WireShark to see the IPv6 Hop Limit value.
Optional
Destination
Average Round Trip Time (ms)
TTL / Hop Limit
192.168.1.10
3
128
2001:db8:acad:1::10
2
128
192.168.1.1 (R1)
0
255
2001:db8:acad:1::1 (R1)
0
255
192.168.1.2 (S1)
0
255
2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page of
5
11
www.netacad.com
Lab - Use Ping and Traceroute to Test Network Connectivity
Destination
Average Round Trip Time (ms)
TTL / Hop Limit
2001:db8:acad:1::2(S1)
blank
blank
64.100.0.2 (R1)
0
255
2001:DB8:ACAD::2 (R1)
1
255
64.100.0.1 (ISP)
0
254
2001:DB8:ACAD::1 (ISP)
1
254
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Block Address: 192.168.16.0/24
Port to Point Link
WANI
Usable Hof Hosts: 2 Users
LAN:
Usable #of Hosts: 25
Network Address:
LANI
Usable #of Hosts: 100 Users
Network Address: 7
Point to Point Link
WAN2
Usable 4of Hosts: 2 Users
LAN2:
Usable #of Hosts: 50
Network Address:
The network given in the above figure consists of three local area networks and
two wide area networks are connected with two serial links. With an ID range
192.168.15.0/24, design an IP plan for this network. Find the network address and
broadcast address, and subnet mask for each network.
arrow_forward
Packet Tracer - Basic Device Configuration
10.4.3 Packet Tracer - Basic Device Configuration(1).pka
Topology
You will receive one of three possible topologies.
Addressing Table
Device
Interface
IP Address
Default Gateway
Floor14
G0/0
172.14.5.1/24
N/A
Floor14
G0/0
2001:DB8:CAFE:1::1/64
N/A
Floor14
G0/0
FE80::1
N/A
Floor14
G0/1
172.14.10.1/24
N/A
Floor14
G0/1
2001:DB8:CAFE:2::1/64
N/A
Floor14
G0/1
FE80::2
N/A
Room-145
VLAN 1
172.14.5.35/24
blank
Room-146
VLAN 1
172.14.10.35/24
blank
Manager-A
NIC
172.14.5.50/24
blank
Manager-A
NIC
2001:DB8:CAFE:1::50/64
blank
Reception-A
NIC
172.14.5.60/24
blank
Reception-A
NIC
2001:DB8:CAFE:1::60/64
blank
Manager-B
NIC
172.14.10.50/24
blank
Manager-B
NIC
2001:DB8:CAFE:2::50/64
blank
Reception-B
NIC
172.14.10.60/24
blank
Reception-B
NIC
2001:DB8:CAFE:2::60/64
blank
Objectives
· Complete the network documentation.
· Perform basic device configurations on a router and a…
arrow_forward
LAN 1
192168 10.16/28
2001.0B81.10-/64
GO/0
10.10.100/30
2001.088A1-/64
198.0.0.0/24
2001:DB8FF-/64
ISP1
GO/O
PCA
S1
G01
Corporate Network
R1
G0/1
S0/0/1
$3
G0/2
101010 4/30
2001 DB8A.2 /64
S2
LAN 2
G0/0
192168 11.32/27
2001 DB8 1.11 /64
Custome
198.0.0
2001 088
ISP2
PC-B
1. Write the command to configure an IPV4 directly connected default static route on router R1 to forward the traffic through router ISP1.
RI(config)#
2. Write the command to configure an IPV4 next-hop static route on router ISP1 to forward the traffic to LAN 1 network through router R1.
ISPI(config)#
3. Write the command to configure an IPv6 next-hop flioating static default route on router R1 to forward the traffic through router ISP2
Configure the administrative distance of 5.
R1(config)#
A-
B
arrow_forward
IP = 198.12.56.40
%3D
Host A
MAC = 6611
%3D
Router-1
Port = Ethernet 0=E0-
Е 1
%3D
Wire address
198.12.56.64
MAC = 3456
%3D
Wire address
IP = 198.12.56.33
IP = 198.12.56.65
198.12.56.32
E 2
MAC = 2244
%3D
IP = 198.12.56.97
Wire address
198.12.56.96
Е1
MAC = 7755
P = 198.12.56.98
%3D
Router-2
EO
MAC = 8787
bridge port0 MAC = 8899
IP = 198.12.56.129
%3D
%3D
bridge
bridge port1 MAC = 6789
%3D
Wire address
198.12.56.128
MAC = 1234
%3D
IP = 198.12.56.140
%3D
Host B
arrow_forward
13
In the IPV4 addressing format, the number of networks allowed under Class C
addresses is
2^7
2^24
2^14
2^21
arrow_forward
Figure out how many subnet bits the following network addresses have:
145.102.0.0/20
arrow_forward
The correct physical address in mark 1 in the following network is
A/10
To another | X/44
network
Sender
Upper layers Data
F/20
T/99
APDia Network layer
AP D
Router 1
AP Deta
20 10 AP Da
20 10 AP Data 12
JAPDa T2
Data link layer
Physical
addresse
changed
LAN 1
LAN 2
LAN 3
Data link layer
95 66 AP Deta T2
95 66
Data 12
AP Data 12
AP D Network layer
Upper layers Data
Router 2
AP D
Z66
N33
Physical
addresses
Receiver
To another
changed
networkI YSS
P/95
Select one:
a. T/N
b. 10/20
C. 99/33
d. A/P
arrow_forward
speed
arrow_forward
What is the role of the autonomous system number in a configured EIGRP router? *
arrow_forward
Computer Science
arrow_forward
H.W(2) :- Complete the Following Table:-
PC-PT
PC-PT
PC3
PCI
192. 168. 1.0/30
192. 168. 2.0/26
2950-24
Switch2
2950-24
Switch!
1841
1841
Router1
Router2
192. 168.3.0/25
PC-PT
PC-PT
PC4
PC2
Device
Interface
IP Address
Subnet Mask
Gateway
Router1
Router2
PC1
PC2
РСЗ
PC4
arrow_forward
Block Address: 192.168.16.0/24
Pont to Point Link
WAN1
Usable #of Hosts: 2 Users
LAN3:
Usable #of Hosts: 25
Network Address: ?
LAN1
Usable #of Hosts: 100 Users
Network Address: ?
Point to Point Link
WANZ
Usable #of Hosts: 2 Users
LANZ:
Usable #of Hosts: 50
Network Address: ?
The network given in the above figure consists of three local area networks and
two wide area networks are connected with two serial links. With an ID range
192.168.16.0/24, design an IP plan for this network. Find the network address and
broadcast address, and subnet mask for each network.
arrow_forward
Computer science
arrow_forward
Explain how to solve this table
arrow_forward
Block Address: 192.168.16.0/24
Pont to Point Link
WAN1
Usable #of Hosts: 2 Users
LANG:
Usable #of Hosts: 25
Network Address: ?
LAN1
Usable #of Hosts: 100 Users
Network Address: ?
Point to Point Link
WANZ
Usable #of Hosts: 2 Users
LANZ:
Usable #of Hosts: 50
Network Address: ?
The network given in the above figure consists of three local area networks and
two wide area networks are connected with two serial links. With an ID range
192.168.16.0/24, design an IP plan for this network. Find the network address and
broadcast address, and subnet mask for each network.
arrow_forward
Configure Static Routing Using Cisco Packet Tracer.
arrow_forward
To design a network addressing scheme that will supply the minimum number of hosts per subnet, what is the classless prefix used for "Sales"?
IP Address 172.16.0.0
FO/O
So/0/1
FO/O
Sales
Administrative
30 Hosts
FO/1
185 Hosts
SO/0/0
Marketing
50 Hosts/
Select one:
O a. /26
b. /24
O c. /23
O d. 125
8o o o o
arrow_forward
Configure OSPF process for single area-0 (backbone) on R3 fast
arrow_forward
a- Given the following screenshot, some errors are preventing PC-C from
accessing the Redundant Internet Connection. Find the errors and correct them.
Router0(config)# ip route 0.0.0.0 0.0.0.0 209.0.0.1
Router1(config)# router rip
Router0(config)# router rip
Router1(config-router)# passive-interface s0/0/1
Router0(config-router)# network 172.16.1.4
Router1(config-router)# network 172.16.1.0
Router0(config-router)# auto-summary
Router1(config-router)# no auto-summary
Your answer
b- After correcting the errors, PC-C is able to reach the Primary Internet. Which
command is used to view the routing table on Router 1?*
Your answer
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
A+ Guide to Hardware (Standalone Book) (MindTap C...
Computer Science
ISBN:9781305266452
Author:Jean Andrews
Publisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Related Questions
- Block Address: 192.168.16.0/24 Port to Point Link WANI Usable Hof Hosts: 2 Users LAN: Usable #of Hosts: 25 Network Address: LANI Usable #of Hosts: 100 Users Network Address: 7 Point to Point Link WAN2 Usable 4of Hosts: 2 Users LAN2: Usable #of Hosts: 50 Network Address: The network given in the above figure consists of three local area networks and two wide area networks are connected with two serial links. With an ID range 192.168.15.0/24, design an IP plan for this network. Find the network address and broadcast address, and subnet mask for each network.arrow_forwardPacket Tracer - Basic Device Configuration 10.4.3 Packet Tracer - Basic Device Configuration(1).pka Topology You will receive one of three possible topologies. Addressing Table Device Interface IP Address Default Gateway Floor14 G0/0 172.14.5.1/24 N/A Floor14 G0/0 2001:DB8:CAFE:1::1/64 N/A Floor14 G0/0 FE80::1 N/A Floor14 G0/1 172.14.10.1/24 N/A Floor14 G0/1 2001:DB8:CAFE:2::1/64 N/A Floor14 G0/1 FE80::2 N/A Room-145 VLAN 1 172.14.5.35/24 blank Room-146 VLAN 1 172.14.10.35/24 blank Manager-A NIC 172.14.5.50/24 blank Manager-A NIC 2001:DB8:CAFE:1::50/64 blank Reception-A NIC 172.14.5.60/24 blank Reception-A NIC 2001:DB8:CAFE:1::60/64 blank Manager-B NIC 172.14.10.50/24 blank Manager-B NIC 2001:DB8:CAFE:2::50/64 blank Reception-B NIC 172.14.10.60/24 blank Reception-B NIC 2001:DB8:CAFE:2::60/64 blank Objectives · Complete the network documentation. · Perform basic device configurations on a router and a…arrow_forwardLAN 1 192168 10.16/28 2001.0B81.10-/64 GO/0 10.10.100/30 2001.088A1-/64 198.0.0.0/24 2001:DB8FF-/64 ISP1 GO/O PCA S1 G01 Corporate Network R1 G0/1 S0/0/1 $3 G0/2 101010 4/30 2001 DB8A.2 /64 S2 LAN 2 G0/0 192168 11.32/27 2001 DB8 1.11 /64 Custome 198.0.0 2001 088 ISP2 PC-B 1. Write the command to configure an IPV4 directly connected default static route on router R1 to forward the traffic through router ISP1. RI(config)# 2. Write the command to configure an IPV4 next-hop static route on router ISP1 to forward the traffic to LAN 1 network through router R1. ISPI(config)# 3. Write the command to configure an IPv6 next-hop flioating static default route on router R1 to forward the traffic through router ISP2 Configure the administrative distance of 5. R1(config)# A- Barrow_forward
- IP = 198.12.56.40 %3D Host A MAC = 6611 %3D Router-1 Port = Ethernet 0=E0- Е 1 %3D Wire address 198.12.56.64 MAC = 3456 %3D Wire address IP = 198.12.56.33 IP = 198.12.56.65 198.12.56.32 E 2 MAC = 2244 %3D IP = 198.12.56.97 Wire address 198.12.56.96 Е1 MAC = 7755 P = 198.12.56.98 %3D Router-2 EO MAC = 8787 bridge port0 MAC = 8899 IP = 198.12.56.129 %3D %3D bridge bridge port1 MAC = 6789 %3D Wire address 198.12.56.128 MAC = 1234 %3D IP = 198.12.56.140 %3D Host Barrow_forward13 In the IPV4 addressing format, the number of networks allowed under Class C addresses is 2^7 2^24 2^14 2^21arrow_forwardFigure out how many subnet bits the following network addresses have: 145.102.0.0/20arrow_forward
- The correct physical address in mark 1 in the following network is A/10 To another | X/44 network Sender Upper layers Data F/20 T/99 APDia Network layer AP D Router 1 AP Deta 20 10 AP Da 20 10 AP Data 12 JAPDa T2 Data link layer Physical addresse changed LAN 1 LAN 2 LAN 3 Data link layer 95 66 AP Deta T2 95 66 Data 12 AP Data 12 AP D Network layer Upper layers Data Router 2 AP D Z66 N33 Physical addresses Receiver To another changed networkI YSS P/95 Select one: a. T/N b. 10/20 C. 99/33 d. A/Parrow_forwardspeedarrow_forwardWhat is the role of the autonomous system number in a configured EIGRP router? *arrow_forward
- Computer Sciencearrow_forwardH.W(2) :- Complete the Following Table:- PC-PT PC-PT PC3 PCI 192. 168. 1.0/30 192. 168. 2.0/26 2950-24 Switch2 2950-24 Switch! 1841 1841 Router1 Router2 192. 168.3.0/25 PC-PT PC-PT PC4 PC2 Device Interface IP Address Subnet Mask Gateway Router1 Router2 PC1 PC2 РСЗ PC4arrow_forwardBlock Address: 192.168.16.0/24 Pont to Point Link WAN1 Usable #of Hosts: 2 Users LAN3: Usable #of Hosts: 25 Network Address: ? LAN1 Usable #of Hosts: 100 Users Network Address: ? Point to Point Link WANZ Usable #of Hosts: 2 Users LANZ: Usable #of Hosts: 50 Network Address: ? The network given in the above figure consists of three local area networks and two wide area networks are connected with two serial links. With an ID range 192.168.16.0/24, design an IP plan for this network. Find the network address and broadcast address, and subnet mask for each network.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningA+ Guide to Hardware (Standalone Book) (MindTap C...Computer ScienceISBN:9781305266452Author:Jean AndrewsPublisher:Cengage LearningSystems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
A+ Guide to Hardware (Standalone Book) (MindTap C...
Computer Science
ISBN:9781305266452
Author:Jean Andrews
Publisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Browse Popular Homework Q&A
Q: Please Answer in python with showing the codes: ( There is only 1 ques with 2 steps please answer…
Q: Given that g(x)=3x² - 5x+6, find each of the following.
a) g(0)
b) g(-2)
c) g(2)
d) g(-x)
e) g(1-t)
Q: Cash
Raw materials
inventory
Work in process
inventory
Finished goods
inventory
Common stock…
Q: The average birth weight of domestic cats is about 4 ounces. Assume that the distribution of birth…
Q: Determine the indefinite integral
= 1
- 3 sin² r cos³ r dr.
I =
Q: ere are four suits: clubs, diamonds, hearts, a
ck, Queen, King. The Jack, Queen, and King a
arts are…
Q: What is the difference between dry adiabatic rate and moist adiabatic rate?
Q: The points (-4,-4) and (3,6) are the endpoints of the diameter of a circle. Find the length of…
Q: Are the arrows shown to create the resonance structures valid?
[9+0]
O yes
O no
Q: Find the area of the region enclosed by one loop of the curve.
18. r^2 = 4cos2(theta)
Q: The use of drones, aircraft without onboard human pilots, is becoming more prevalent. According to a…
Q: Briefly describe the following cryptocurrency products: stablecoin, nonstablecoin, and smart…
Q: Imagine that a researcher wants to compare the intelligence levels of Poodles to all dogs. He…
Q: R can be used to find the probability of obtaining a given F value or one more extreme (calculates…
Q: a. Prepare a sales budget for the first quarter of year 1.
b. Determine the amount of sales revenue…
Q: A group fitness gym classifies its fitness class attendees by class type and member status. The…
Q: Find the toughness (or energy to cause fracture) for a metal that experiences both elastic and…
Q: Determine whether the examples below represent non-rival or non-excludable products:
A.…
Q: Draw two cyclic constitutional isomers of cis-1,2-dibromocyclopentane with the same size ring.
Q: The figure below shows the graph of function f with domain [0,2] and range [0,1]. Determine the…
Q: A community health plan researcher wishes to estimate the mean number of visits per plan participant…
Q: 4. Consider V₁ =
5
2 V₂ = 6
a
3
V3 =
(a) Show that V₁, V2, V3 are linearly independent.
(b) Find the…
Q: A three-point transverse bending test is conducted on a cylindrical specimen of a ceramic material…
Q: What is retained earnings?
Q: Female pig Emmy Lou (straight tail, white-haired) with the haplotype cH/Ch was mated to a…