User Tools

Site Tools


icnd1:nat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
icnd1:nat [2024/03/14 07:51]
114.119.158.167 old revision restored (2023/10/06 23:40)
icnd1:nat [2024/06/02 13:17] (current)
3.15.149.94 old revision restored (2024/03/14 07:55)
Line 99: Line 99:
 **Explanation: **Explanation:
 **With static NAT, the entries are statically configured. Because the question mentions translation for inside addresses, the inside keyword is needed in the command. **With static NAT, the entries are statically configured. Because the question mentions translation for inside addresses, the inside keyword is needed in the command.
- 
-==== Four ==== 
-**Which of the following are not private addresses according to RFC 1918? (Choose two answers.)** 
- 
-  * ''**172.33.1.1**'' 
-  * 172.31.1.1  
-  * ''**191.168.1.1**'' 
-  * 10.255.1.1  
-  * 10.1.255.1  
-Select 2 answers 
- 
-You answered this question correctly. × 
- 
-**Explanation**: 
-RFC 1918 identifies private network numbers. It includes Class A network 10.0.0.0, Class B networks 172.16.0.0 through 172.31.0.0, and Class C networks 192.168.0.0 through 192.168.255.0. 
- 
-==== Five ==== 
-**NAT has been configured to translate source addresses of packets for the inside part of the network, but only for some hosts as identified by an access control list. Which of the following commands indirectly identifies the hosts?** 
-  
-ip nat pool barney 200.1.1.1 200.1.1.254 netmask 255.255.255.0 
-ip nat inside 200.1.1.1 200.1.1.2 
-ip nat inside 
-''**ip nat inside source list 1 pool barney**'' 
-You answered this question correctly. × 
- 
-**Explanation**: 
-The list 1 parameter references an IP ACL, which matches packets, identifying the inside local addresses. 
icnd1/nat.1710402693.txt.gz · Last modified: 2024/03/14 07:51 by 114.119.158.167