25 · Enabling Internet Connectivity啟用網際網路連線

Summary Challenge總結挑戰

Summary Challenge Questions

總結挑戰問題

Which statement correctly describes NAT?以下哪個敘述正確描述 NAT?
To configure NAT, one of the commands the administrator used was ip nat pool NAT-POOL 209.165.201.5 209.165.201.10 netmask 255.255.255.240. Assume that outside routers do not have a default route configured. Which two networks could be present in the routing tables of outside routers so that the two-way reachability exists between inside and outside hosts? (Choose two.)為設定 NAT,管理員使用的其中一個指令是 ip nat pool NAT-POOL 209.165.201.5 209.165.201.10 netmask 255.255.255.240。假設外部路由器未設定預設路由,外部路由器的路由表中應存在哪兩個網路,才能讓內部與外部主機之間具備雙向可達性?(選擇兩項。)
One of the drawbacks of NAT is that it might disrupt services that require the initiation of TCP connections from the outside network or disrupt stateless protocols, such as those using UDP. Why is NAT disruptive in these two cases?NAT 的其中一個缺點,是可能會干擾需要由外部網路發起 TCP 連線的服務,或干擾諸如使用 UDP 這類無狀態通訊協定的服務。為什麼 NAT 在這兩種情況下會造成干擾?
Which three options are advantages of NAT? (Choose three.)以下哪三項是 NAT 的優點?(選擇三項。)
Which two statements correctly describe port forwarding? (Choose two.)以下哪兩個敘述正確描述連接埠轉發(port forwarding)?(選擇兩項。)
A company designs its network so that the PCs in the internal network are assigned IPv4 addresses from DHCP servers, and the packets that are sent to the internet are translated through a NAT-enabled router. Which type of NAT enables the router to populate the translation table from a pool of unique public addresses, as the PCs send packets through the router to the internet?某公司在設計其網路時,讓內部網路中的 PC 由 DHCP 伺服器指派 IPv4 位址,而傳往網際網路的封包則透過啟用 NAT 的路由器進行轉譯。當 PC 透過路由器將封包送往網際網路時,哪種類型的 NAT 能讓路由器從一組唯一的公用位址集區中填入轉譯表?
Refer to the exhibit. The router NAT configuration command is shown above the router. A user is trying to access company web server by using the URL http://192.168.10.254. What is the user doing wrong?請參閱圖示。路由器 NAT 設定指令顯示於路由器上方。使用者嘗試透過網址 http://192.168.10.254 存取公司的網頁伺服器。這位使用者做錯了什麼?
Refer to the exhibit. Which type of NAT is being configured? Router(config)#access-list 1 permit 172.16.1.0 0.0.0.255
Router(config)#ip nat pool NAT-POOL 209.165.201.10 209.165.201.14 netmask 255.255.255.224
Router(config)#interface Gi 0/1
Router(config-if)#ip address 209.165.201.1 255.255.255.224
Router(config-if)#ip nat outside
Router(config-if)#exit
Router(config)#interface Gi 0/0
Router(config-if)#ip address 172.16.1.1 255.255.255.0
Router(config-if)#ip nat inside
Router(config-if)#exit
Router(config)#ip nat inside source list 1 pool NAT-POOL overload
請參閱圖示。此處設定的是哪種類型的 NAT?Router(config)#access-list 1 permit 172.16.1.0 0.0.0.255
Router(config)#ip nat pool NAT-POOL 209.165.201.10 209.165.201.14 netmask 255.255.255.224
Router(config)#interface Gi 0/1
Router(config-if)#ip address 209.165.201.1 255.255.255.224
Router(config-if)#ip nat outside
Router(config-if)#exit
Router(config)#interface Gi 0/0
Router(config-if)#ip address 172.16.1.1 255.255.255.0
Router(config-if)#ip nat inside
Router(config-if)#exit
Router(config)#ip nat inside source list 1 pool NAT-POOL overload
What is the purpose of entering the ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 command at the global configuration prompt?在全域設定提示字元下輸入 ip nat inside source static tcp 192.168.10.2 80 209.165.200.223 8080 指令的目的為何?
A NAT-enabled router is configured to perform inside PAT. The IPv4 packet arrives at the outside interface of the router, as a response to the client in the inside network. Provided that inside PAT is correctly configured, which fields in the received IPv4 packets must match to which NAT mapping element, for the packet to be forwarded to the inside host?一台啟用 NAT 的路由器已設定執行內部 PAT。IPv4 封包作為對內部網路中用戶端的回應,抵達路由器的外部介面。假設內部 PAT 已正確設定,收到的 IPv4 封包中哪些欄位必須與哪個 NAT 對應元素相符,封包才能被轉發至內部主機?
Refer to the exhibit showing the NAT information on the device. Which command was used to provide the output? Total active translations: 6 (1 static, 5 dynamic; 2 extended)
Peak translations: 6, occurred 00:05:03 ago
Outside interfaces:
Ethernet0/3
Inside interfaces:
Ethernet0/0, Ethernet0/1
Hits: 124 Misses: 0
CEF Translated packets: 124, CEF Punted packets: 0
Expired translations: 2
Dynamic mappings:
-- Inside Source
[Id: 1] access-list 10 pool NAT_POOL refcount 5
pool NAT_POOL: netmask 255.255.255.0
start 198.51.100.100 end 198.51.100.149
type generic, total addresses 50, allocated 3 (6%), misses 0

Total doors: 0
Appl doors: 0
Normal doors: 0
Queued Packets: 0
請參閱圖示,其中顯示裝置上的 NAT 資訊。使用了哪個指令才能產生此輸出?Total active translations: 6 (1 static, 5 dynamic; 2 extended)
Peak translations: 6, occurred 00:05:03 ago
Outside interfaces:
Ethernet0/3
Inside interfaces:
Ethernet0/0, Ethernet0/1
Hits: 124 Misses: 0
CEF Translated packets: 124, CEF Punted packets: 0
Expired translations: 2
Dynamic mappings:
-- Inside Source
[Id: 1] access-list 10 pool NAT_POOL refcount 5
pool NAT_POOL: netmask 255.255.255.0
start 198.51.100.100 end 198.51.100.149
type generic, total addresses 50, allocated 3 (6%), misses 0

Total doors: 0
Appl doors: 0
Normal doors: 0
Queued Packets: 0
A network administrator configures the border router with the command ip nat inside source list 14 pool accounting. Which ACL is required to be configured in order for this command to function?網路管理員在邊界路由器上設定了指令 ip nat inside source list 14 pool accounting。若要讓此指令生效,必須設定哪一種 ACL?