Module 7 Flashcards
What command displays the TCP/IP parameters on a PC?
ipconfig /all
What is the purpose of the command ‘show ip dhcp server statistics’?
Displays count information regarding the number of DHCPv4 messages that have been sent and received
How can you verify DHCPv4 bindings?
Using the command ‘show ip dhcp binding’
What command shows the DHCPv4 commands configured on a router?
show running-config | section dhcp
True or False: The DHCPv4 service is enabled by default on Cisco routers.
True
What command is used to disable the DHCPv4 service?
no service dhcp
What is the function of the ‘ip helper-address’ command?
Configures the router to relay DHCPv4 messages to the DHCPv4 server
List the eight UDP services that the ‘ip helper-address’ command forwards by default.
- Port 37: Time
- Port 49: TACACS
- Port 53: DNS
- Port 67: DHCP/BOOTP server
- Port 68: DHCP/BOOTP client
- Port 69: TFTP
- Port 137: NetBIOS name service
- Port 138: NetBIOS datagram service
What command is used to configure an Ethernet interface as a DHCP client?
ip address dhcp
What do home routers typically do regarding IPv4 addressing?
Receive IPv4 addressing information automatically from the ISP
What command is used to exclude IPv4 addresses from being assigned by the DHCP server?
ip dhcp excluded-address low-address [high-address]
What is the first step in configuring a Cisco IOS DHCPv4 server?
Exclude IPv4 addresses
What command defines a DHCPv4 pool name?
ip dhcp pool pool-name
Fill in the blank: The DHCPv4 lease process starts with the client sending a _______ message.
DHCPDISCOVER
What is the last step in the DHCPv4 lease process?
DHCPACK