Lesson 5 Flashcards
Since the security appliance processes ACLs before any address translation is performed , you should place the __________ in the ACL that the appliance will see in the actual packet header.
source address
For traffic moving from higher to lower security :
– The source address argument of the ACL command is the actual local (real) address of the host or network.
For traffic moving from lower to higher security :
– The destination address argument of the ACL command is the translated global (mapped) IP address (a public address, typically)
Pinging ASA Interfaces
fw1(config )# icmp permit host 172.16.100.2 echo - reply outside
Permits all unreachable messages at the outside interface and denies all ping requests at the outside interface
icmp permit any unreachable outside
By default, pinging through the security appliance to a security appliance interface__________
is not allowed.
Enables echo - reply traffic from subnet 142.232.199.0 /24 at the outside interface through the security appliance to all inside hosts. (An address translation is also required)
access - list PING-IN permit icmp 142.232.199.0 255.255.255.0 any echo - reply
access - group PING-IN in interface outside