350-401 Practice Questions
30 questions from this objective
A network engineer runs the following command on Router R1:
R1# show ip nat translations
Pro Inside global Inside local Outside local Outside global --- 192.0.2.10 10.0.0.10 --- --- --- 192.0.2.11 10.0.0.11 --- ---
Based on this output, what can be concluded?
A network engineer runs the following command on Router R2:
R2# debug ip dhcp server events *Mar 1 00:05:23.123: DHCPD: DHCPDISCOVER received from client 0063.6973.636f.2d30.3030.302e.3030.3030.2e30.3030.312d.4574.30 on interface GigabitEthernet0/1 *Mar 1 00:05:23.124: DHCPD: Sending DHCPOFFER to client 0063.6973.636f.2d30.3030.302e.3030.3030.2e30.3030.312d.4574.30 (10.0.0.2) *Mar 1 00:05:23.125: DHCPD: DHCPREQUEST received from client 0063.6973.636f.2d30.3030.302e.3030.3030.2e30.3030.312d.4574.30 *Mar 1 00:05:23.126: DHCPD: Sending DHCPACK to client 0063.6973.636f.2d30.3030.302e.3030.3030.2e30.3030.312d.4574.30 (10.0.0.2)
Based on this debug output, what can be concluded?
A network engineer runs the following command on Router R3:
R3# show ip nat statistics
Total active translations: 5 (0 static, 5 dynamic; 5 extended) Outside interfaces: GigabitEthernet0/0 Inside interfaces: GigabitEthernet0/1 Hits: 1234 Misses: 5 CEF Translated packets: 1200, CEF Punted packets: 34 Expired translations: 10 Dynamic mappings: -- Inside Source
[Id] ip nat pool POOL1 203.0.113.1 203.0.113.10 netmask 255.255.255.240
refcount 5
Based on this output, what can be concluded?
A network engineer runs the following command on Router R4:
R4# show ip dhcp binding
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/ User name
10.0.0.10 0063.6973.636f.2d30. Mar 01 2025 12:00 PM Automatic
3030.302e.3030.3030.
2e30.3030.312d.4574.30
10.0.0.11 0063.6973.636f.2d30. Mar 01 2025 12:05 PM Automatic
3030.302e.3030.3030.
2e30.3030.312d.4574.31
Based on this output, what can be concluded?
A network engineer runs the following command on Router R5:
R5# show ip nat translations
Pro Inside global Inside local Outside local Outside global udp 192.0.2.20:1234 10.0.0.20:1234 203.0.113.1:53 203.0.113.1:53 tcp 192.0.2.20:5678 10.0.0.20:5678 198.51.100.1:80 198.51.100.1:80
Based on this output, what can be concluded?
A network engineer runs the following command on Router R6:
R6# show ip dhcp conflict IP address Detection method Detection time VRF 10.0.0.10 Ping Mar 01 2025 10:00 AM default 10.0.0.15 Gratuitous ARP Mar 01 2025 10:05 AM default
Based on this output, what can be concluded?
A network engineer runs the following command on Router R7:
R7# show ip nat translations verbose
Pro Inside global Inside local Outside local Outside global --- 192.0.2.10 10.0.0.10 --- --- create: 03/01/2025 09:00:00, use: 03/01/2025 09:05:00 timeout: never, flags: static --- 192.0.2.11 10.0.0.11 --- --- create: 03/01/2025 09:00:00, use: 03/01/2025 09:06:00 timeout: never, flags: static
Based on this output, what can be concluded?
A network engineer runs the following command on Router R8:
R8# show ip dhcp server statistics
Memory usage: 12345 Address pools: 2 Database agents: 0 Automatic bindings: 10 Manual bindings: 2 Expired bindings: 1 Malformed messages: 0
Message Received
BOOTREQUEST 0
DHCPDISCOVER 100 DHCPREQUEST 95 DHCPDECLINE 1 DHCPRELEASE 2 DHCPINFORM 0
Based on this output, what can be concluded?
A network engineer runs the following command on Router R9:
R9# show ip nat translations
Pro Inside global Inside local Outside local Outside global udp 192.0.2.20:1234 10.0.0.20:1234 203.0.113.1:53 203.0.113.1:53 tcp 192.0.2.20:5678 10.0.0.20:5678 198.51.100.1:80 198.51.100.1:80 --- 192.0.2.21 10.0.0.21 --- ---
Based on this output, what can be concluded?
Consider the following configuration snippet: ```
interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip nat inside
!
interface GigabitEthernet0/2 ip address 203.0.113.1 255.255.255.0 ip nat outside
!
ip nat inside source list 1 interface GigabitEthernet0/2 overload access-list 1 permit 192.168.1.0 0.0.0.255
``` What is the effect of this configuration?
Examine this DHCP configuration: ```
ip dhcp pool POOL1 network 10.10.10.0 255.255.255.0
default-router 10.10.10.1 dns-server 8.8.8.8 lease 0 12 !
ip dhcp excluded-address 10.10.10.1 10.10.10.10
``` Which statement is true?
Given this NAT configuration: ```
interface GigabitEthernet0/0 ip address 10.0.0.1 255.255.255.0 ip nat inside
!
interface GigabitEthernet0/1 ip address 198.51.100.1 255.255.255.0 ip nat outside
!
ip nat inside source static 10.0.0.5 198.51.100.5
``` What is the purpose of this configuration?
Review the following DHCP relay configuration: ```
interface Vlan10 ip address 192.168.10.1 255.255.255.0 ip helper-address 172.16.1.100
``` What is the effect of the 'ip helper-address' command?
Analyze this NAT configuration: ```
ip nat pool GLOBAL 203.0.113.10 203.0.113.20 netmask 255.255.255.0 ip nat inside source list 1 pool GLOBAL overload access-list 1 permit 192.168.1.0 0.0.0.255
``` Which statement is correct?
Examine this DHCP configuration: ```
service dhcp ip dhcp pool POOL2 network 10.20.20.0 255.255.255.0
default-router 10.20.20.1 lease infinite ``` What is the effect of the 'lease infinite' command?
More NAT and DHCP questions available in the full practice test.
Continue Practising →