300-410 DHCP (IPv4 and IPv6) • Complete Question Bank
Complete 300-410 DHCP (IPv4 and IPv6) question bank — all 0 questions with answers and detailed explanations.
A network engineer runs the following command on Router R1:
R1# show ip dhcp binding
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/ User name
192.168.1.10 0063.6973.636f.2e30. Mar 01 2020 12:00 AM Automatic
3030.3030.2e30.3030
312e.3130.3030.2e30
3030.312d.4574.682d302f.31
192.168.1.11 0063.6973.636f.2e30. Mar 01 2020 12:00 AM Automatic
3030.3030.2e30.3030
312e.3130.3030.2e30
3030.312d.4574.682d302f.31
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp conflict IP address Detection method Detection time VRF 192.168.1.20 Ping Mar 01 2020 01:00 AM 192.168.1.21 Gratuitous ARP Mar 01 2020 01:05 AM
Based on this output, what is the problem?
A network engineer runs the following command on Router R1:
R1# show ipv6 dhcp binding
Client: FE80::A8BB:CCFF:FE01:0200 DUID: 00030001AABBCC010200
Username: unassigned
IA NA: IA ID 0x00010001, T1 302400, T2 483840 Address: 2001:DB8:1::1000 Preferred lifetime 604800, valid lifetime 2592000 Expires at Mar 08 2020 12:00 AM (2592000 seconds) Client: FE80::A8BB:CCFF:FE01:0300 DUID: 00030001AABBCC010300
Username: unassigned
IA NA: IA ID 0x00010001, T1 302400, T2 483840 Address: 2001:DB8:1::1001 Preferred lifetime 604800, valid lifetime 2592000 Expires at Mar 08 2020 12:00 AM (2592000 seconds)
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp server statistics
Memory usage 26140 Address conflicts 0
Pool statistics
Pool IP addresses Requests Offers Acks Naks Declines Releases POOL1 10-20 50 45 40 5 2 3
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp pool POOL1
Pool POOL1 : Utilization mark (high/low) : 100 / 0 Subnet size (first/next) : 0 / 0 Total addresses : 10 Leased addresses : 10 Pending event : none 1 subnet is currently in the pool : Current index IP address range Leased addresses
192.168.1.11 192.168.1.10 - 192.168.1.19 10
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp snooping binding
MacAddress IpAddress Lease(sec) Type VLAN Interface AA:BB:CC:01:02:03 192.168.1.10 86400 dhcp-snooping 10 GigabitEthernet0/1 AA:BB:CC:01:02:04 192.168.1.11 86400 dhcp-snooping 10 GigabitEthernet0/1 AA:BB:CC:01:02:05 192.168.1.12 86400 dhcp-snooping 10 GigabitEthernet0/2
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ipv6 dhcp interface GigabitEthernet0/1
GigabitEthernet0/1 is in server mode Using pool: POOL6 Preference value: 0 Hint from client: ignored Rapid-Commit: disabled
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp relay information trusted Interface Trusted
GigabitEthernet0/1 Yes GigabitEthernet0/2 No
Based on this output, which statement is correct?
A network engineer runs the following command on Router R1:
R1# show ip dhcp database
URL : flash:/dhcpdb Read/write : Read/Write Last updated : Mar 01 2020 00:00:00 Status : Last read succeeded. Next write scheduled in 0 seconds.
Based on this output, which statement is correct?
Examine the following DHCP configuration on router R1:
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool POOL1 network 192.168.1.0 255.255.255.0
default-router 192.168.1.1 dns-server 8.8.8.8 lease 0 2 30 !
interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip helper-address 192.168.2.2 no shutdown
What is the effect of this configuration?
Consider the following DHCPv6 configuration on router R2:
ipv6 dhcp pool DHCP6_POOL dns-server 2001:db8::1 domain-name example.com !
interface GigabitEthernet0/0
ipv6 address 2001:db8:1::1/64 ipv6 dhcp server DHCP6_POOL ipv6 nd other-config-flag
no shutdown
What is the effect of this configuration?
Router R3 has the following DHCP configuration: ip dhcp pool POOL2 network 10.10.10.0 255.255.255.0
default-router 10.10.10.1 dns-server 10.10.10.2 lease 7 !
interface GigabitEthernet0/0 ip address 10.10.10.1 255.255.255.0 ip dhcp relay information option no shutdown
What is the problem with this configuration?
Router R4 has the following DHCPv6 configuration:
ipv6 dhcp pool DHCP6_POOL2 address prefix 2001:db8:2::/64 dns-server 2001:db8::1 !
interface GigabitEthernet0/1
ipv6 address 2001:db8:2::1/64 ipv6 dhcp server DHCP6_POOL2 ipv6 nd managed-config-flag
no shutdown
What is the effect of this configuration?
Router R5 has this DHCP configuration: ip dhcp pool POOL3 network 172.16.0.0 255.255.255.0
default-router 172.16.0.1 option 150 ip 10.10.10.10 !
interface GigabitEthernet0/0 ip address 172.16.0.1 255.255.255.0 no shutdown
What is the purpose of the option 150 command?
Router R6 has the following DHCPv6 configuration:
ipv6 dhcp pool DHCP6_POOL3 address prefix 2001:db8:3::/64 lifetime 3600 600 dns-server 2001:db8::1 !
interface GigabitEthernet0/2
ipv6 address 2001:db8:3::1/64 ipv6 dhcp server DHCP6_POOL3 ipv6 nd managed-config-flag
no shutdown
What is the effect of the lifetime parameters 3600 and 600?
A network engineer runs the following debug command to troubleshoot a DHCPv4 issue on router R1:
R1# debug ip dhcp server events
Output: DHCPD: DHCPDISCOVER received from 0050.7966.6800 on interface GigabitEthernet0/0 DHCPD: Sending DHCPOFFER to 0050.7966.6800 via GigabitEthernet0/0 DHCPD: DHCPREQUEST received from 0050.7966.6800 DHCPD: No binding found for client 0050.7966.6800 DHCPD: Adding binding for client 0050.7966.6800 DHCPD: Sending DHCPACK to 0050.7966.6800 via GigabitEthernet0/0 DHCPD: DHCPINFORM received from 0050.7966.6800 DHCPD: Sending DHCPACK to 0050.7966.6800 via GigabitEthernet0/0
What does this output indicate?
A network engineer is troubleshooting a DHCPv6 prefix delegation issue on router R1 and runs the following command:
R1# debug ipv6 dhcp detail
Output: IPv6 DHCP: Received SOLICIT message from FE80::21A:2BFF:FE3C:4D01 on GigabitEthernet0/0 IPv6 DHCP: Using interface pool DHCP_POOL IPv6 DHCP: Sending ADVERTISE message to FE80::21A:2BFF:FE3C:4D01 IPv6 DHCP: Received REQUEST message from FE80::21A:2BFF:FE3C:4D01 IPv6 DHCP: Client requests prefix 2001:DB8:1::/48 IPv6 DHCP: Prefix 2001:DB8:1::/48 not available in pool DHCP_POOL IPv6 DHCP: Sending REPLY message with Status Code NoPrefixAvail
What does this output indicate?
A network engineer runs the following command to verify DHCPv4 server bindings on router R1:
R1# show ip dhcp binding
Output: Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/ User name
192.168.1.10 0050.7966.6800 Mar 01 2025 12:00 PM Automatic 192.168.1.11 0063.6973.636f.2d30 Mar 01 2025 01:00 PM Automatic 192.168.1.12 0100.1a.2b.3c.4d.5e Mar 01 2025 02:00 PM Automatic
What does this output indicate?
A network engineer runs the following command to troubleshoot DHCPv6 address assignment on router R1:
R1# show ipv6 dhcp binding
Output: Client: FE80::21A:2BFF:FE3C:4D01 DUID: 0003000121A2B3C4D5E6
Username: unassigned
VRF: default IA NA: IA ID 0x00040001, T1 302400, T2 483840 Address: 2001:DB8:1::100 Preferred lifetime 604800, valid lifetime 2592000 Expires at Mar 01 2025 12:00 PM (2592000 seconds) IA PD: IA ID 0x00040002, T1 302400, T2 483840 Prefix: 2001:DB8:1::/48 Preferred lifetime 604800, valid lifetime 2592000 Expires at Mar 01 2025 12:00 PM (2592000 seconds)
What does this output indicate?
A network engineer runs the following command to verify DHCPv4 server statistics on router R1:
R1# show ip dhcp server statistics
Output: Memory usage: 12345 Address pools: 2 Database agents: 0 Automatic bindings: 150 Manual bindings: 5 Expired bindings: 10 Malformed messages: 0
Message Received
BOOTREQUEST 0
DHCPDISCOVER 200 DHCPREQUEST 180 DHCPDECLINE 2 DHCPRELEASE 5 DHCPINFORM 10
What does this output indicate?
A network engineer runs the following command to troubleshoot DHCPv6 relay on router R1:
R1# debug ipv6 dhcp relay
Output: IPv6 DHCP relay: Received SOLICIT message from FE80::1 on GigabitEthernet0/0 IPv6 DHCP relay: Forwarding SOLICIT to server 2001:DB8:2::1 via GigabitEthernet0/1 IPv6 DHCP relay: Received ADVERTISE message from server 2001:DB8:2::1 via GigabitEthernet0/1 IPv6 DHCP relay: Forwarding ADVERTISE to client FE80::1 via GigabitEthernet0/0 IPv6 DHCP relay: Received REQUEST message from FE80::1 on GigabitEthernet0/0 IPv6 DHCP relay: Forwarding REQUEST to server 2001:DB8:2::1 via GigabitEthernet0/1 IPv6 DHCP relay: Received REPLY message from server 2001:DB8:2::1 via GigabitEthernet0/1 IPv6 DHCP relay: Forwarding REPLY to client FE80::1 via GigabitEthernet0/0
What does this output indicate?
A network engineer runs the following command to verify DHCPv4 pool configuration on router R1:
R1# show ip dhcp pool DHCP_POOL
Output: Pool DHCP_POOL : Utilization mark (high/low) : 100 / 0 Subnet size (first/next) : 0 / 0 Total addresses : 254 Leased addresses : 100 Pending event : none 1 subnet is currently in the pool : Current index IP address range Leased addresses
192.168.1.1 192.168.1.1 - 192.168.1.254 100
What does this output indicate?
A network engineer runs the following command to verify DHCPv6 pool configuration on router R1:
R1# show ipv6 dhcp pool
Output: Pool DHCPv6_POOL : Prefix number: 1 Prefix: 2001:DB8:1::/48 Preferred lifetime 604800, valid lifetime 2592000 Expires at Mar 01 2025 12:00 PM (2592000 seconds) DNS server: 2001:DB8::1 Domain name: example.com Active clients: 5
What does this output indicate?
A network engineer runs the following command to verify DHCPv4 server conflict detection on router R1:
R1# show ip dhcp conflict
Output:
IP address Detection method Detection time VRF 192.168.1.50 Ping Mar 01 2025 10:00 AM default 192.168.1.75 Gratuitous ARP Mar 01 2025 11:00 AM default
What does this output indicate?