DHCP
Which command will you use to exclude IP addresses 192.168.1.1 to 192.168.1.10 from being assigned by the DHCP server?
Ip dhcp exclude 192.168.1.1 192.168.1.10
Ip dhcp pool exclude 192.168.1.1 192.168.1.10
Ip dhcp excluded-address 192.168.1.1 192.168.1.10
Ip dhcp excluded-pool 192.168.1.1 192.168.1.10
Which command creates a DHCP pool named "Engineering" with the network 10.10.10.0/24?
Ip dhcp pool Engineering 10.10.10.0 255.255.255.0
Ip dhcp pool Engineering network 10.10.10.0 255.255.255.0
Ip dhcp pool Engineering followed by network 10.10.10.0 255.255.255.0
Ip dhcp pool Engineering followed by ip network 10.10.10.0 255.255.255.0
Which command specifies the default gateway for the DHCP pool named "Sales"?
Default-router 192.168.2.1
Gateway 192.168.2.1
Router 192.168.2.1
Dhcp-router 192.168.2.1
Which command specifies the DNS server IP address for the DHCP pool?
Dns-server 8.8.8.8
Ip dns-server 8.8.8.8
Ip name-server 8.8.8.8
Name-server 8.8.8.8
Which command can be used to verify the bindings on the DHCP server?
Show ip dhcp binding
Show dhcp binding
Show ip dhcp pool
Show ip dhcp server
Which command sets the lease time for the DHCP pool to 12 hours?
Lease 12
Lease 0 12 0
Lease 0 12 0 0
Lease 43200
Which command reserves an IP address 192.168.3.50 for a printer with MAC address 00A1.B2C3.D4E5?
Ip dhcp reserve 192.168.3.50 hardware-address 00A1.B2C3.D4E5
Ip dhcp pool Printer followed by host 192.168.3.50 and hardware-address 00A1.B2C3.D4E5
Ip dhcp pool Printer followed by fixed-address 192.168.3.50 and hardware-address 00A1.B2C3.D4E5
Ip dhcp pool Printer followed by host 192.168.3.50 and client-identifier 00A1.B2C3.D4E5
Which command helps to detect unauthorized DHCP servers?
Show ip dhcp snooping
Show ip dhcp conflict
Ip dhcp detect
Ip dhcp monitor
Which command sets the DHCP relay agent to forward requests to a DHCP server at 192.168.1.100?
Ip helper-address 192.168.1.100
Ip relay-agent 192.168.1.100
Ip dhcp relay 192.168.1.100
Ip dhcp-helper 192.168.1.100
Which command can be used to display detailed DHCP messages and operations?
Debug ip dhcp server events
Debug ip dhcp
Debug ip dhcp detail
Debug ip dhcp server packet
Which command removes all DHCP bindings from the DHCP server?
Clear ip dhcp binding *
Clear dhcp binding all
Clear ip dhcp server
Clear ip dhcp pool
Which command adds option 150 with a TFTP server address 192.168.1.200 to the DHCP pool?
Option 150 ip 192.168.1.200
Dhcp-option 150 ip 192.168.1.200
Ip dhcp-option 150 192.168.1.200
Ip dhcp pool option 150 192.168.1.200
Which command enables DHCP relay on an interface?
Ip dhcp relay enable
Ip helper-address
Ip dhcp relay-agent
Ip dhcp forward
Which command displays the IP address leased to a client with a MAC address of 00A1.B2C3.D4E5?
Show ip dhcp binding 00A1.B2C3.D4E5
Show ip dhcp pool detail 00A1.B2C3.D4E5
Show ip dhcp pool
Show ip dhcp server statistics
Which command specifies a secondary DNS server for the DHCP pool?
Dns-server 8.8.4.4 secondary
Dns-server 8.8.8.8 8.8.4.4
Ip name-server 8.8.4.4
Name-server 8.8.4.4
Which command can be used to clear DHCP conflicts on the server?
Clear ip dhcp conflict
Clear dhcp conflict
Clear ip dhcp binding
Clear ip dhcp server conflict
Which command adds NTP server 192.168.1.1 to the DHCP pool?
Ntp-server 192.168.1.1
Option 42 ip 192.168.1.1
Dhcp-option ntp-server 192.168.1.1
Ip dhcp pool ntp-server 192.168.1.1
Which command creates a DHCP pool for the network 192.168.1.0/26?
Ip dhcp pool Subnet1 followed by network 192.168.1.0 255.255.255.192
Ip dhcp pool Subnet1 followed by network 192.168.1.0 255.255.255.64
Ip dhcp pool Subnet1 followed by network 192.168.1.0 255.255.255.224
Ip dhcp pool Subnet1 followed by network 192.168.1.0 255.255.255.128
Which command sets the lease time to 7 days for a DHCP pool?
Lease 7
Lease 7 0 0
Lease 7 days
Lease 604800
Which command assigns a DHCP pool to a specific VLAN interface?
Interface vlan 10 followed by ip dhcp pool VLAN10
Interface vlan 10 followed by ip address dhcp
Interface vlan 10 followed by ip helper-address
Interface vlan 10 followed by ip dhcp relay
Which command limits the number of IP addresses assigned from a DHCP pool to 50?
Ip dhcp pool limit 50
Ip dhcp pool size 50
Maximum 50
Ip dhcp limit 50
Which set of commands creates a DHCP pool for the network 172.16.10.0/24 with a default router of 172.16.10.1?
Ip dhcp pool Network10 followed by network 172.16.10.0 255.255.255.0 and default-router 172.16.10.1
Ip dhcp pool Network10 followed by subnet 172.16.10.0 255.255.255.0 and default-router 172.16.10.1
Ip dhcp pool Network10 followed by network 172.16.10.0 255.255.255.0 and gateway 172.16.10.1
Ip dhcp pool Network10 followed by subnet 172.16.10.0 255.255.255.0 and router 172.16.10.1
Which command can be used to increase the lease time for a DHCP pool to 30 days?
Lease 30
Lease 30 0 0
Lease 2592000
Lease 720
Which command displays the active DHCP leases?
Show ip dhcp leases
Show dhcp leases
Show ip dhcp pool
Show ip dhcp binding
Which command adds DHCP option 66 to the pool "Lab" with the value of 192.168.10.100?
Ip dhcp pool Lab followed by option 66 ip 192.168.10.100
Ip dhcp pool Lab followed by option 66 192.168.10.100
Ip dhcp pool Lab followed by dhcp-option 66 ip 192.168.10.100
Ip dhcp pool Lab followed by option 66 address 192.168.10.100
Which command shows the reason for DHCP address assignment failures?
Show ip dhcp server conflicts
Show ip dhcp pool
Show ip dhcp binding
Show ip dhcp server statistics
Which command displays the lease expiration time for each DHCP binding?
Show ip dhcp pool
Show ip dhcp binding
Show ip dhcp lease
Show ip dhcp lease-time
Which command adds both primary (8.8.8.8) and secondary (8.8.4.4) DNS servers to the DHCP pool?
Dns-server 8.8.8.8 8.8.4.4
Dns-server 8.8.4.4 primary 8.8.8.8
Dns-server primary 8.8.8.8 secondary 8.8.4.4
Dns-server 8.8.8.8 secondary 8.8.4.4
Which command removes the DHCP binding for the IP address 192.168.1.100?
Clear ip dhcp binding 192.168.1.100
Clear dhcp binding 192.168.1.100
Clear ip dhcp server binding 192.168.1.100
Clear ip dhcp pool binding 192.168.1.100
Which command adds the domain name "example.com" to the DHCP pool?
Domain-name example.com
Dhcp domain-name example.com
Ip dhcp domain-name example.com
Ip dhcp pool domain-name example.com
Which command sets up a DHCP pool for the network 192.168.2.0/23?
Ip dhcp pool Subnet23 followed by network 192.168.2.0 255.255.254.0
Ip dhcp pool Subnet23 followed by network 192.168.2.0 255.255.255.254
Ip dhcp pool Subnet23 followed by network 192.168.2.0 255.255.254.128
Ip dhcp pool Subnet23 followed by network 192.168.2.0 255.255.252.0
Which command enables DHCP relay globally on a router?
Ip dhcp relay all
Ip dhcp relay enable
Ip dhcp relay forward
Ip helper-address global
Which command displays the DHCP relay information for a specific interface?
Show ip dhcp relay
Show ip helper-address
Show ip dhcp relay information
Show ip interface
Which command sets the lease duration to 2 days for a DHCP pool?
Lease 2
Lease 2 0 0
Lease 172800
Lease 2880
Which command specifies the TFTP server address for DHCP clients?
Option 66 ip 192.168.1.100
Option 67 ip 192.168.1.100
Tftp-server 192.168.1.100
Tftp-option 192.168.1.100
Which command creates a DHCP pool for the network 10.1.1.0/27?
Ip dhcp pool Subnet27 followed by network 10.1.1.0 255.255.255.224
Ip dhcp pool Subnet27 followed by network 10.1.1.0 255.255.255.192
Ip dhcp pool Subnet27 followed by network 10.1.1.0 255.255.255.240
Ip dhcp pool Subnet27 followed by network 10.1.1.0 255.255.255.248
Which command clears the DHCP lease for the IP address 172.16.1.10?
Clear ip dhcp binding 172.16.1.10
Clear ip dhcp lease 172.16.1.10
Clear dhcp lease 172.16.1.10
Clear ip dhcp server lease 172.16.1.10
Which command adds DHCP option 60 with the value "PXEClient" to the pool?
Option 60 ascii PXEClient
Dhcp-option 60 ascii PXEClient
Option 60 string PXEClient
Ip dhcp pool option 60 PXEClient
Which command sets the domain name to "company.com" in the DHCP pool?
Ip dhcp pool followed by domain-name company.com
Ip dhcp domain-name company.com
Ip dhcp pool domain-name company.com
Ip dhcp domain company.com
Which command creates a DHCP pool for the network 192.168.2.0/28?
Ip dhcp pool Subnet28 followed by network 192.168.2.0 255.255.255.240
Ip dhcp pool Subnet28 followed by network 192.168.2.0 255.255.255.224
Ip dhcp pool Subnet28 followed by network 192.168.2.0 255.255.255.248
Ip dhcp pool Subnet28 followed by network 192.168.2.0 255.255.255.192
Which command sets the lease duration to 8 hours in a DHCP pool?
Lease 8
Lease 8 0 0
Lease 28800
Lease 480
Which command sets up a DHCP pool for the network 172.16.4.0/22?
Ip dhcp pool Subnet22 followed by network 172.16.4.0 255.255.252.0
Ip dhcp pool Subnet22 followed by network 172.16.4.0 255.255.254.0
Ip dhcp pool Subnet22 followed by network 172.16.4.0 255.255.248.0
Ip dhcp pool Subnet22 followed by network 172.16.4.0 255.255.255.0
Which command creates a DHCP pool for the network 192.168.3.0/29?
Ip dhcp pool Subnet29 followed by network 192.168.3.0 255.255.255.248
Ip dhcp pool Subnet29 followed by network 192.168.3.0 255.255.255.240
Ip dhcp pool Subnet29 followed by network 192.168.3.0 255.255.255.224
Ip dhcp pool Subnet29 followed by network 192.168.3.0 255.255.255.192
Which command specifies a secondary WINS server for the DHCP pool?
Wins-server 192.168.1.101 secondary
Wins-server 192.168.1.100 192.168.1.101
Wins-server secondary 192.168.1.101
Wins-server 192.168.1.101
{"name":"DHCP", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which command will you use to exclude IP addresses 192.168.1.1 to 192.168.1.10 from being assigned by the DHCP server?, Which command creates a DHCP pool named \"Engineering\" with the network 10.10.10.0\/24?, Which command specifies the default gateway for the DHCP pool named \"Sales\"?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
More Surveys
Make your own Survey
- it's free to start.
- it's free to start.