8.4: DHCPv6 Router Roles Flashcards
A CISCO router can be configured as ____
DHCPv6 Server
DHCPv6 Client
DHCPv6 Relay Agent
Router provides stateless or stateful DHCPv6 services.
Router as DHCPv6 Server
Router interface acquires an IPv6 IP configuration from a DHCPv6 server.
Router DHCPv6 Client
Router provides DHCPv6 forwarding services when the client and the server are located on different networks.
Router as DHCPv6 Relay Agent
The stateless DHCPv6 server option requires that the router advertise the IPv6 network addressing information in RA messages. However, the client must contact a ___ for more information.
DHCPv6 server
There are five steps to configure and verify a router as a stateless DHCPv6 server:
S1: Enable IPv6 routing
S2: Define a DHCPv6 pool name
S3: Configure the DHCPv6 pool
S4: Bind the DHCPv6 pool to an interface
S5: Verify that the host have received IPV6 addressing info
CONFIGURE A STATELESS DHCPv6 SERVER
Step 1. Enable IPv6 routing
Use ___ command
ipv6 unicast-routing
CONFIGURE A STATELESS DHCPv6 SERVER
Although it is not necessary for the router to be a stateless DHCPv6 server, it is required for the router to source ____.
ICMPv6 RA messages
CONFIGURE A STATELESS DHCPv6 SERVER
Step 2. Define a DHCPv6 pool name.
Use the ___ command in Router (config-dhcpv6)# prompt
ipv6 dhcp pool POOL-NAME
in configuring pool-name, is it required to use upper case letters?
The pool name does not have to be uppercase. However, using an uppercase name makes it easier to see in a configuration.
CONFIGURE A STATELESS DHCPv6 SERVER
Step 3. Configure the DHCPv6 pool.
Provide the dns and domain name using ___ command
dns-server SERVER
domain-name NAME.COM
CONFIGURE A STATELESS DHCPv6 SERVER
Step 4. Bind the DHCPv6 pool to an interface.
Use the ____ command to bound DHCPv6 pool to the interface
ipv6 dhcp server POOL-NAME
CONFIGURE A STATELESS DHCPv6 SERVER
Step 5. Verify hosts received IPv6 addressing information.
Use __ command to verify stateless DHCP on a Windows host
ipconfig/all
CONFIGURE A STATELESS DHCPv6 CLIENT
Step 1. Enable IPv6 routing.
The DHCPv6 client router needs to have____ enabled
ipv6 unicast-routing
CONFIGURE A STATELESS DHCPv6 CLIENT
Step 2. Configure client router to create an LLA.
The client router needs to have a link-local address. An IPv6 link-local address is created on a router interface when a___ is configured. It can also be created without a GUA using the ___ interface configuration command.
global unicast address
ipv6 enable