Network Address Translation (NAT) Flashcards
Which command would you place on the interface connected to the Internet?
A) ip nat inside
B) ip nat outside
C) ip outside global
D) ip inside local
Answer: B) ip nat outside
Which command will show you all the translations active on your router?
A) show ip nat translations
B) show ip nat statistics
C) debug ip nat
D) clear ip nat translations *
Answer: A) show ip nat translations
Which command would you place on the interface on a private network?
A) ip nat inside
B) ip nat outside
C) ip outside global
D) ip inside local
Answer: A) ip nat inside
Port Address Translation is also termed what?
A) NAT Fast
B) NAT Static
C) NAT Overload
D) Overloading Static
Answer: C) NAT Overload
When creating a pool of global addresses, which of the following can be used instead of the netmask command?
A) / (slash notation)
B) prefix-length
C) no mask
D) block-size
Answer: B) prefix-length
Which of the following would be a good starting point for troubleshooting if your router is not translating?
A) Reboot.
B) Call Cisco.
C) Check your interfaces for the correct configuration.
D) Run the debug all command.
Answer: C) Check your interfaces for the correct configuration.
Which command will show you the summary of the NAT configuration?
A) show ip nat translations
B) show ip nat statistics
C) debug ip nat
D) clear ip nat translations *
Answer: B) show ip nat statistics
Which of the following is considered to be the destination host before translation?
A) Inside local
B) Outside local
C) Inside global
D) Outside global
Answer: A) Inside local
Which of the following is considered to be the address after translation?
A) Inside local
B) Outside local
C) Inside global
D) Outside global
Answer: D) Outside global
- Which are considered the methods of NAT?
- Static
- IP NAT pool
- Dynamic
- NAT double-translation
- Overload
A) 1 and 6
B) 3 only
C) 1, 3, and 5
D) All of the above
Answer: C) 1, 3, and 5
Which type of NAT address is used to represent an inside host to the outside world?
A) Inside local
B) Inside global
C) Outside local
D) Outside global
Answer: B) Inside global
What is the purpose of NAT?
A) To provide security by hiding internal IP addresses
B) To conserve public IP addresses
C) To allow multiple devices to share a single public IP address
D) All of the above
Answer: D) All of the above
Which command is used to configure NAT overload?
A) ip nat inside source list 1 interface FastEthernet0/0 overload
B) ip nat inside source static 192.168.1.10 10.0.0.1
C) ip nat pool mypool 10.0.0.1 10.0.0.10 netmask 255.255.255.0
D) ip nat inside source list 1 pool mypool
Answer: A) ip nat inside source list 1 interface FastEthernet0/0 overload
Which of the following is a valid private IP address?
A) 192.168.1.1
B) 172.16.5.5
C) 10.0.0.1
D) All of the above
Answer: D) All of the above
What does the overload keyword enable in NAT configuration?
A) Static NAT
B) Dynamic NAT
C) Port Address Translation (PAT)
D) One-to-one mapping
Answer: C) Port Address Translation (PAT)
Which command is used to clear all NAT translations?
A) clear ip nat translations *
B) clear ip nat statistics
C) clear ip nat translations
D) clear ip nat
Answer: A) clear ip nat translations *
What is the default behavior of NAT if no access list is specified?
A) NAT is disabled
B) All traffic is translated
C) Only traffic from specified IP addresses is translated
D) NAT is applied to all outgoing traffic
Answer: B) All traffic is translated
Which of the following is a disadvantage of NAT?
A) Increased security
B) Simplified network design
C) Difficulty in end-to-end traceability
D) Conservation of IP addresses
Answer: C) Difficulty in end-to-end traceability
Which command is used to define an access list for NAT?
A) access-list 1 permit 192.168.1.0 0.0.0.255
B) ip access-list standard 1
C) ip nat inside source list 1 interface FastEthernet0/0 overload
D) ip nat pool mypool 10.0.0.1 10.0.0.10 netmask 255.255.255.0
Answer: A) access-list 1 permit 192.168.1.0 0.0.0.255
What is the role of the ip nat inside command?
A) Defines the inside interface for NAT
B) Defines the outside interface for NAT
C) Enables NAT on the router
D) Specifies the NAT pool
Answer: A) Defines the inside interface for NAT
What is the role of the ip nat outside command?
A) Defines the inside interface for NAT
B) Defines the outside interface for NAT
C) Enables NAT on the router
D) Specifies the NAT pool
Answer: B) Defines the outside interface for NAT
Which of the following is a valid NAT configuration?
A) ip nat inside source list 1 interface FastEthernet0/0 overload
B) ip nat inside source static 192.168.1.10 10.0.0.1
C) ip nat inside source list 1 pool NATPOOL
D) All of the above
✅ Answer: D) All of the above
(Each command represents a valid NAT configuration: dynamic PAT, static NAT, and dynamic NAT using a pool.)
What type of NAT maps one private IP to one public IP permanently?
A) Dynamic NAT
B) Static NAT
C) NAT Overload
D) PAT
✅ Answer: B) Static NAT
Which NAT term describes the IP address assigned to a host on the internal network?
A) Inside global
B) Outside global
C) Inside local
D) Outside local
✅ Answer: C) Inside local