click below
click below
Normal Size Small Size show me how
Chap8_Sect2_Intro
DHCPv6
| Term | Definition |
|---|---|
| DHCP | Protocol that assigns IPv4 and IPv6 addresses and other network configuration information dynamically. |
| DHCPDISCOVER | Message from a client that finds DHCPv4 servers on the network. |
| DHCPOFFER | Message from the server to the requesting client with an available IPv4 address and MAC address to lease. |
| DHCPREQUEST | Message sent from the client to the server for both lease origination and lease renewal. |
| DHCPACK | Reply message from the server to the client with the IPv4 address and MAC address that the client is to start using. |
| ip dhcp excluded-address | Command used to exclude specific IPv4 addresses in a DHCPv4 address pool. |
| ip dhcp pool | Command that creates a pool with the specified name and puts the router in DHCPv4 configuration mode. |
| show running-config | section dhcp | Command that displays the DHCPv4 commands configured on a router. |
| show ip dhcp conflict | Command that displays all address conflicts recorded by a DHCPv4 server. |