error rendering latex
Posted: Thu Jul 14, 2022 2:13 pm
route1
after
Open the CLI on the router0 and type:
configure terminal
ip route 192.168.3.0 255.255.255.0 192.168.2.2
end
show ip route
Open the CLI on the router2 and type:
configure terminal
ip route 192.168.1.0 255.255.255.0 192.168.2.1
end
show ip route
step2:Try to ping the host on the right again. If it doesn’twork, ping the left host from the host on the right first.
C:\>ping 192.168.3.1
Pinging 192.168.3.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.3.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100%loss),
2) Why did you install only two rules in total, eventhough traffic is crossing two routers to reach its destination(i.e., intuitively you should install four rules, two in eachrouter, to encompass both forward and backwardtraffic)?
error rendering latex
after
Open the CLI on the router0 and type:
configure terminal
ip route 192.168.3.0 255.255.255.0 192.168.2.2
end
show ip route
Open the CLI on the router2 and type:
configure terminal
ip route 192.168.1.0 255.255.255.0 192.168.2.1
end
show ip route
step2:Try to ping the host on the right again. If it doesn’twork, ping the left host from the host on the right first.
C:\>ping 192.168.3.1
Pinging 192.168.3.1 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.3.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100%loss),
2) Why did you install only two rules in total, eventhough traffic is crossing two routers to reach its destination(i.e., intuitively you should install four rules, two in eachrouter, to encompass both forward and backwardtraffic)?
error rendering latex