Chap 1 - IPv4-IPV6 Addressing and Routing Flashcards
What is DORA?
- DHCP message sequence for IPv4
- Discover
- Offer
- Request
- Acknowledgement
What 7 other protocols are forwarded by the ip helper-address command?
- TFTP
- Domain Name System (DNS)
- Internet Time Service (ITS)
- NetBIOS name server
- NetBIOS datagram server
- BootP
- TACACS
What are 8 DHCP message types?
- DHCPREQUEST
- DHCPDECLINE
- DHCPACK
- DHCPNAK
- DHCPRELEASE
- DHCPINFORM
Who sends the DHCPDECLINE message and what does it do?
This message is sent from a client to a DHCP server to inform the server that an IP address is already in use on the network.
Who sends the DHCPNAK message and what does it do?
- Sent from server to client
- Says server is declining to provide IP address information to the client
Who sends the DHCPINFORM message and what does it do?
- Sent from a client to a DHCP server
- It requests IP configuration parameters. Such a message might be sent from an access server requesting IP configuration information for a remote client attaching to the access server.
What command enables an IP router to function as a DHCP client?
Interface command “R1(config-if)# ip address dhcp”
What is APIPA ?
- Automatic Private IP Addressing address
- 169.254.x.x
What should you not assume if a client gets an APIPA address?
Don’t automatically assume it is a DHCP issue. It could also mean there’s a layer 2 problem.
What are 7 potential issues when troubleshooting a DHCP problem?
* Router not forwarding broadcasts * DHCP pool out of addresses * Misconfiguration * Duplicate IP addresses * Redundant DHCP servers not communicating * The pull nature of DHCP - server cannot push an address to a client * Interface not configured with IP address in DHCP pool
What show command do you use to check for duplicate IP addresses
show ip dhcp conflict
What command is used to clear a conflict ?
clear ip dhcp conflict *
What command allows you to see assigned DHCP addresses
show ip dhcp binding
What command is used to clear a binding?
clear ip dhcp binding *
What debug command can be used to view updates to the DHCP database?
debug ip dhcp server events
What debug command can be used to view DORA ?
debug ip dhcp server packets