Your answer would be "Hue".
Many admins set their firewalls to drop echo-request packets to prevent their networks from being mapped via "Ping Sweeps".
A remote possibility is that there's too many hops between the source and target and the packet's TTL expires.
Thanks for the points lol have a good day or night
The type of document should she create is baseline document. Check more about the term Baseline below.
<h3>What is a Baseline document?</h3>
A Baseline document is known to be a kind official or legalized document that has passed through some measures of start approval and was used for its purpose.
Note that for Lin to be able to make the template for the configuration of Windows servers, the type of document that she can create is baseline document.
Learn more about Windows servers from
brainly.com/question/14526761
#SJ1
Answer:
Question is incomplete. it needs a topology diagram and also it needs Router R1 table. I assume User has access to the topology and Routing table.
Below Configuration will help to fix ACL problem
Hosts from the 172.16.0.0/16 network should have full access to Server1, Server2 and Server3 but this is not currently the case, as L1 can’t communicate to Server2 or Server3.
Explanation:
Following Configuration on Cisco Router R1 will help to fix all the ACL problems.
enable
configure terminal
no ip access-list standard FROM_10
ip access-list standard FROM_10
deny host 10.0.0.2
permit any
exit
!
no ip access-list standard FROM_172
ip access-list standard FROM_172
permit host 172.16.0.2
exit
!
interface GigabitEthernet0/0
ip access-group FROM_192 out
end
write memory
!