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
On a Windows machine what command will show the IPV6 address?
ipconfig
What does an entry ending in 11% mean on a Windows PC?
It indicates which interface packets will be sent out of.
What are 3 ways an end station can get its IPV6 host address?
- Statically assigned
- Automatically assigned randomly
- Assigned based on EUI-64
How is an EUI-64 address computed?
- Split the MAC address in half
- Insert FFFE
- Flip the 7th bit from the left (1 becomes 0, or 0 becomes 1)
What does a link local address start with?
FE80:
By default how do Windows machines calculate their IPV6 addresses?
Randomly using SLAAC
By default how do routers calculate their link local addresses?
Routers use EUI-64 to calculate their link local addresses
How do you get a router to use EUI-64 to configure its global unicast address?
R1(config-if)# ipv6 address 2001:db8:a:a::/64 eui-64