Wednesday, August 6, 2008

CCNP 2: Remote Access Chapter 10

1
Top of Form
What is NAT overload?
mapping one global address to multiple inside addresses*
mapping one inside address to multiple outside addresses
one-to-one dynamic mapping to a NAT pool until the available addresses are almost depleted
mapping a specific inside local address to a pre-specified outside global address
Bottom of Form
2
Top of Form
Which command is used to determine when an inside global address is being used for overloading inside local addresses?
show nat translations
show ip nat translations *
show ip nat
show ip nat inside global address
show ip nat overload translations
Bottom of Form

3
Top of Form
Which command is used to explicitly show inside and outside interfaces?
RTB#show ip nat translations
RTB#show ip nat translations verbose
RTB#show ip nat statistics*
RTB#debug ip nat
Bottom of Form
4
Top of Form
Which NAT command displays all active translations?
show ip nat dynamic
show ip nat translations *
show ip nat statistics
debug ip nat
Bottom of Form

5
Top of Form
What is a purpose of using an ACL in a NAT configuration?
to determine local hosts for translation*
to determine a pool of global addresses
to determine load balance characteristics
to determine the global private address range
Bottom of Form
6
Top of Form
What is the default amount of time that an entry remains in a NAT table on a router?
60 seconds
300 seconds
12 hours
24 hours*
Bottom of Form

7
Top of Form
What is an advantage of NAT overloading?
One internal IP address can be translated to one external address.
Many internal IP addresses can be translated to one external address.*
One external IP address can be translated to one internal address.
Many external IP addresses can be translated to one internal address.
Bottom of Form
8
Top of Form
An application that uses a physical name will not reach a destination on the other side of a NAT router. How can this issue be resolved?
implement NAT overload
implement a separate NAT source address pool
implement a separate NAT destination pool
implement a static NAT translation*
Bottom of Form

9
Top of Form
When using NAT, which router interface is most commonly bound to a private network?
serial
BRI
AUX
Ethernet*
Bottom of Form
10
Top of Form
Which NAT address is the IP address of an outside host as it appears to the inside network?
inside global IP address
outside global IP address
outside local IP address*
simple translation entry
extended translation entry
Bottom of Form

11
Top of Form
For traffic entering the network, which NAT process is used when one global address is mapped to multiple inside addresses?
congestion
overlapping
TCP load distribution*
overloading
Bottom of Form
12
Top of Form
Which router command allows a trace on a NAT operation?
trace ip nat
debug ip nat*
show ip nat
show ip nat translations
Bottom of Form

13
Top of Form
What is the purpose of this group of router configuration commands?RTA(config)# ip nat pool outlocal 192.168.3.1 192.168.3.254 prefix-length 24 RTA(config)#ip nat pool inglobal 192.168.1.1 192.168.1.254 prefix-length 24RTA(config)#ip nat inside source list 2 pool inglobalRTA(config)#ip nat outside source list 2 pool outlocalRTA(config)#access-list 2 permit 10.1.1.0 0.0.0.255
separation of subnet traffic
load distribution with NAT
NAT overload with dynamic addressing
support overlapping network addresses*
Bottom of Form
14
Top of Form
Which NAT command is typically applied to the interface associated with the private network?
ip nat inside*
ip nat outside
ip nat inside static
ip nat outside static
Bottom of Form

15
Top of Form
The following output appears after entering the debug ip nat command.NAT*: s=10.1.1.1-->192.168.2.1, d=172.16.2.3 [1]What does the asterisk indicate?
This packet is the first packet in a conversation.
This packet is coming from a source address that is using TCP load distribution.
This packet was translated through the fast path.*
This is a packet trace from a sniffer.
Bottom of Form
16
Top of Form
How many bytes of router DRAM does each NAT entry consume?
100
120
160*
240
Bottom of Form
17
Top of Form
Which characteristics can be observed after implementing NAT? (Choose two.)
reduced switching paths
loss of end-to-end IP traceability*
reduced flexibility when connecting to the Internet
increased number of registered addresses
reduced address overlap*
Bottom of Form

18
Top of Form
What address relationship(s) are indicated by the NAT table?
Inside addresses overlap with outside addresses.*
Inside addresses overlap with other inside addresses.
Outside addresses overlap with other outside addresses.
No address overlapping is occurring.
Bottom of Form
19
Top of Form
Based on the output in the graphic, which type of NAT is in effect?
static
dynamic
round robin
dynamic overloading*
Bottom of Form

No comments:

Post a Comment