Lesson 5 Flashcards

1
Q

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.

A

source address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For traffic moving from higher to lower security :

A

– The source address argument of the ACL command is the actual local (real) address of the host or network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

For traffic moving from lower to higher security :

A

– The destination address argument of the ACL command is the translated global (mapped) IP address (a public address, typically)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Pinging ASA Interfaces

A

fw1(config )# icmp permit host 172.16.100.2 echo - reply outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Permits all unreachable messages at the outside interface and denies all ping requests at the outside interface

A

icmp permit any unreachable outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

By default, pinging through the security appliance to a security appliance interface__________

A

is not allowed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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)

A

access - list PING-IN permit icmp 142.232.199.0 255.255.255.0 any echo - reply
access - group PING-IN in interface outside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly