- Home
- Networking
- CCNA
86.
Pat Address Translation is also termed what?
- A.NAT Fast
- B.NAT Static
- C.NAT Overload
- D.Overloading Static
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
Another term for port address translation is NAT Overload because that is the command used to enable port address translation. |
87.
Which command would you place on interface connected to the Internet?
- A.ip nat inside
- B.ip nat outside
- C.ip outside global
- D.ip inside local
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside. |
88.
Which command would you place on interface on a private network?
- A.ip nat inside
- B.ip nat outside
- C.ip outside global
- D.ip inside local
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside. |
89.
Which of the following is considered to be the outside destination host after translation?
- A.Inside local
- B.Outside local
- C.Inside global
- D.Outside global
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The host on the global network after translation is considered to be an outside global host. |
90.
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 & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
The host on the global network before translation is considered to be an outside local host. |