Lesson 7 Flashcards

1
Q

Inside end user receives an address from a pool of available addresses

A

Global (Dynamic) NAT

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

NAT is now built around ______. This allows for IP addresses to be changed and objects to be renamed much easier than previously.

used to define a single item.

A

objects

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

2 main type of objects

A

– network - includes hosts, subnets or a range of IP addresses
– service - includes protocols or ports.

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

With V 8.3 NAT behaviour , the security appliance introduces the ____________ , which allows translation policies to be inserted in any arbitrary order .

The rules are processed based on how specific each NAT entry is (top - down manner ) and the first match of the rule stops further rule processing .

A

Unified NAT table concept

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

can be used to define a single IP address, a range of addresses, a subnet, a network , or an FQDN.

A

Network objects

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

The host, range, or subnet that is defined by a network object is used to identify the __________, IP address in a NAT configuration.

A

real or non - translated

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

______is done inside the object and only the source is used as match criteria, it cannot take into consideration the destination of the traffic.

A

Auto NAT

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

When using Auto NAT, you configure translations as part of the network object definitions . Auto NAT is therefore also sometimes referred to as ___________ .

A

Network Object NAT

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

__________can be used to configure a single NAT rule that will translate both the source and destination addresses in a packet. This is known also know as _________because NAT can be performed twice, once on the source IP, and once on the destination IP.

A

Manual NAT

twice NAT

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

NAT translation is ordered in sections of the Unified NAT table as follows:

A
Section 1 – Manual NAT 
Section 2 – Auto NAT (Object NAT) 
   1 . Static rules 
   2 . Dynamic rules 
Section 3 – Manual NAT (After - Auto)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If you need to place a manual NAT rule after Auto NAT, then you can specify the keyword _________ when configuring a Manual NAT rule to place it at the end, in Section 3 .

A

after - auto

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

If you need to place the Manual NAT rule at a specific location for precedence, then use the ______ argument.

A

“ line# ”

nat ( real,mapped ) [after - auto] [ line# ] source …

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

________ , or port redirection , is useful when the security appliance needs to statically map multiple inside servers to one global IP address.

A

Static PAT

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

Dynamic NAT

The first network object identifies the pool of public IP addresses that internal addresses will be translated to.

The second network object (inside) binds the two objects together .

A

object network OUTSIDE_RANGE
range | host | subnet ip 142.232.199.240 - 142.232.199.250
object network INSIDE_NET
subnet 10.10.101.0 255.255.255.224
nat (inside,outside ) dynamic OUTSIDE_RANGE

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

Dynamic PAT is used when the outside interface IP address or another specified IP address is overloaded

A

object network INSIDE_NET
subnet 10.10.101.0 255.255.255.224
nat ( inside,outside) dynamic interface

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

Configuring Auto - NAT

A

object network DMZ_SERVER
host 192.168.2.3
nat ( dmz,outside ) static 142.232.199.45

17
Q

Access list required for lower to higher security

A

ASA83(config)# access - list OUTSIDE - DMZ permit ip any host 192.168.2.3
ASA83(config )# access - group OUTSIDE - DMZ in interface outside

18
Q

Manual NAT Example

A

(config)# nat ( inside , outside ) source dynamic REAL - SOURCE MAPPED - SOURCE destination static MAPPED - DEST REAL - DEST

19
Q

nat ( any,outside ) source dynamic any interface

A

This would enable Dynamic PAT for all users behind the ASA

20
Q

You may deactivate a manual NAT statement by adding the “______ ” keyword at the end of the nat statement.

A

inactive

21
Q

view a NAT configuration

A

show run object

show run nat

22
Q

You can see the order of NAT and number of NAT translation hit counts with:

A

show nat