Chapter 7: DHCP Switched Networks
Chapter Introduction 7.1 Dynamic Host Configuration Protocol v4 7.2 Dynamic Host Configuration Protocol v6 7.3 Summary
Chapter 7: Objectives Describe the operation of DHCPv4 in a small-to-medium-sized business network. Configure a router as a DHCPv4 server. Configure a router as a DHCPv4 client. Troubleshoot a DHCP configuration for IPv4 in a switched network. Explain the operation of DHCPv6. Configure a stateless DHCPv6 for a small-to-medium-sized business. Configure a stateful DHCPv6 for a small-to-medium-sized business. Troubleshoot a DHCP configuration for IPv6 in a switched network.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID Dynamic Host Configuration Protocol v4
DHCP IP adresy např. v učebně je možno počítačům přidělit ručně. Dá to trochu práce, ale máme přehled, jakou kdo má adresu. Můžeme mu pingnout nebo ho odhalit, když dělá nepravosti. = Dynamic Host Configuration Protocol Nebo se IP adresy nechají přidělit automaticky pomocí protokolu DHCP. Pak se o ně nemusíme starat, ale zase nemáme přehled. Takto to uděláme třeba doma, když koupíme v jedné krabičce ADSL modem, router, switch. Na IP adresách jednotlivých počítačů nebo tiskáren nám nezáleží.
DHCP DHCP allows a server to allocate the IP information to clients. DHCP umožňuje serveru automaticky přidělovat klientům IP informace, hlavně IP adresy. = Dynamic Host Configuration Protocol Clients lease the information from the server for an administratively defined period. Klienti si tyto informace pronajímají na určitou dobu, kterou je možno stanovit.
= Dynamic Host Configuration Protocol Klient vyšle broadcast (DST MAC = FF:FF:FF:FF:FF:FF) s požadavkem. Server si poznamená klientovu MAC adresu. DHCP
Server vytáhne ze svého zásobníku (pool) volnou IP adresu a zapíše ji do polí CIADDR a IP DST. Do pole DST MAC zapíše klientovu MAC adresu, kterou si předtím zaznamenal. A pošle to na klientovu MAC adresu. DHCP v4
Clients can be assigned an IP address for a finite lease period. Klientům může být přiřazena IP adresa na konečnou, určitou dobu pronájmu. The same IP address can be assigned to another client after the period. Ta samá adresa pak může být použita pro jiného klienta.
DHCP v4 Client can get another address, if the client moves to another subnet. Když se přestěhuje do jiné podsítě, může dostat jinou adresu. Clients can also renew leases and keep the same IP address. Ale mohou si také pronájem obnovovat, prodlužovat, a tak si zachovat stejnou adresu. Server can send a client other IP configuration parameters, such as WINS and domain name. Server může poskytnut také další parametry, jako WINS (Windows Internet Naming Service) a DNS (Domain Name System).
DHCP v4 Features Manual Allocation Adresy přidělí člověk a DHCP se jen postará o jejich doručení Automatic Allocation Přidělí adresy automaticky, trvale, napořád Dynamic Allocation Přidělí adresy automaticky na určitou dobu
Major DHCP v4 Features Klient si vyžádá konfiguraci Server mu pošle IP adresu a masku Default Routers (= Gateways) DNS servery Dobu pronájmu
DHCP v4 Operation Klient na začátku vyslal průzkumný (discover) broadcast. Na ten se ozvaly dva servery s nabídkou (offer). Klient si vybral nabídku od serveru 2 a všem toto rozhodnutí oznámil broadcastem (request). Vybraný server klientovi potvrdil dohodu (ACK).
Order of DHCP v4 Messages Ještě jednou to samé: DISCOVER OFFER REQUEST ACKnowledge
Configuring DHCP v4 Server Může být třeba Lucie Např Určí jméno zásobníku, ze kterého se budou vybírat adresy. Určí rozsah adres, ze kterého lze přidělovat adresy. Zde to je od do
Configuring DHCP v4 Server Jméno zásobníku, jehož vlastnosti budeme v následujících řádcích definovat Rozsah adres, které se budou přidělovat Default gateway Server DNS Server WINS Jméno domény, do které patří kdo ???
Configuring DHCP v4 Server While Excluding IP Můžeme určit adresy, které se nebudou používat, a to buď rozsahem adres od – do nebo jednotlivě. Budou to adresy, které jsou staticky přiděleny důležitým účastníkům sítě, např. serverům.
DHCPv4 Operation Verifying a DHCPv4 Server Commands to verify DHCP: show running-config | section dhcp show ip dhcp binding show ip dhcp server statistics On the PC, issue the ipconfig /all command.
DHCP v4 Relay Gateway IP Address Tento PC je v jiné síti než servery. Přesto se chce na ně dostat svým broadcastem. Router ale normálně broadcasty nešíří. Proto mu řekneme: Dostaneš-li DHCP broadcast, pošli ho jako unicast těmto dvěma.
DHCPv4 Operation DHCPv4 Relay Using an IP helper address enables a router to forward DHCPv4 broadcasts to the DHCPv4 server. Acting as a relay.
Configuring a DHCPv4 Client Configuring a Router as a DHCPv4 Client
Troubleshoot DHCPv4 Troubleshooting Tasks
Troubleshoot DHCPv4 Verifying the Router DHCPv4 Configuration
Troubleshoot DHCPv4 Debugging DHCPv4
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID Dynamic Host Configuration Protocol v6
SLAAC and DHCPv6 Stateless Address Autoconfiguration Stateless Address Autoconfiguration (SLAAC) is a method in which a device can obtain an IPv6 global unicast address without the services of a DHCPv6 server.
SLAAC and DHCPv6 SLAAC Operation
SLAAC and DHCPv6
SLAAC and DHCPv6 SLAAC Option
SLAAC and DHCPv6 Stateless DHCP Option
SLAAC and DHCPv6 Stateful DHCP Option
SLAAC and DHCPv6 DHCPv6 Operations
Stateless DHCPv6 Configuring a Router as a Stateless DHCPv6 Server
Stateless DHCPv6 Configuring a Router as a Stateless DHCPv6 Client
Stateless DHCPv6 Verifying Stateless DHCPv6 Verify the stateless DHCP client using the following commands: show IPv6 interface debug ipv6 dhcp detail
Stateful DHCPv6 Configuring a Router as a Stateful DHCPv6 Server
Stateful DHCPv6 Verifying Stateful DHCPv6 Verify the stateful DHCPv6 server using the following commands: show ipv6 dhcp pool show ipv6 dhcp binding Verify the stateful DHCPv6 client using the show ipv6 interface command.
Stateful DHCPv6 Configuring a Router as a Stateful DHCPv6 Relay Agent
Troubleshooting DHCPv6 Troubleshooting Tasks
Troubleshooting DHCPv6 Verifying the Router DHCPv6 Configuration
Troubleshooting DHCPv6 Debugging DHCPv6
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID Summary
Chapter 7: Summary All nodes on a network require a unique IP address to communicate with other devices. DHCPv4 includes three different address allocation methods: Manual Allocation Automatic Allocation Dynamic Allocation There are two methods available for the dynamic configuration of IPv6 global unicast addresses: Stateless Address Autoconfiguration (SLAAC) Dynamic Host Configuration Protocol for IPv6 (Stateful DHCPv6)
Chapter 7: Summary (cont.) The same tasks are involved when troubleshooting DHCPv4 and DHCPv6: Resolve address conflicts. Verify physical connectivity. Test connectivity using a static IP address. Verify the switch port configuration. Test the operation on the same subnet or VLAN.