8.4: DHCPv6 Router Roles Flashcards
(39 cards)
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
CONFIGURE A STATELESS DHCPv6 CLIENT
Step 3. Configure client router to use SLAAC.
The client router needs to be configured to use SLAAC to create an IPv6 configuration. The___ command enables the automatic configuration of IPv6 addressing using SLAAC.
ipv6 address autoconfig
CONFIGURE A STATELESS DHCPv6 CLIENT
Step 4. Verify client router is assigned a GUA.
Use the ____command to verify the host configuration as shown.
show ipv6 interface brief
CONFIGURE A STATELESS DHCPv6 CLIENT
Step 5. Verify client router received other DHCPv6 information.
The ___ g0/0/1 command confirms that the DNS and domain names were also learned by R3.
show ipv6 dhcp interface
CONFIGURE A STATEFUL DHCPv6 SERVER
Step 1. Enable IPv6 routing.
The ___ command is required to enable IPv6 routing.
ipv6 unicast-routing
CONFIGURE A STATEFUL DHCPv6 SERVER
Step 2. Define a DHCPv6 pool name.
Create the DHCPv6 pool using the ___ global config command.
ipv6 dhcp pool POOL-NAME
CONFIGURE A STATEFUL DHCPv6 SERVER
Step 3. Configure the DHCPv6 pool.
The ___command is used to indicate the pool of addresses to be allocated by the server.
Other info provided are dns server and domain name using __ commands
address prefix
dns-server ADDRESS
domain-name EXAMPLE.COM
With stateful DHCPv6, all addressing and other configuration parameters must be assigned by the ___.
DHCPv6 server
CONFIGURE A STATEFUL DHCPv6 SERVER
Step 4. Bind the DHCPv6 pool to an interface.
The DHCPv6 pool has to be bound to the interface using the____ interface config command.
ipv6 dhcp server POOL-NAME
CONFIGURE A STATEFUL DHCPv6 SERVER
Step 4. Bind the DHCPv6 pool to an interface.
The M flag is manually changed from 0 to 1 using the interface command ____.
ipv6 nd managed-config-flag