Module 8 Flashcards
What does SLAAC stand for?
Stateless Address Autoconfiguration
SLAAC is a method used by IPv6 devices to automatically configure their own IP addresses.
What is a Global Unicast Address (GUA)?
An IPv6 address that is globally routable and reachable on the Internet
GUAs are unique across the entire Internet.
What is a Link Local Address (LLA)?
An IPv6 address that is valid only within the local network segment
LLAs are used for communication within a single network segment and are not routable.
What is the purpose of the Router Solicitation (RS) message?
To request Router Advertisement (RA) messages from routers
This is part of the process for devices to discover routers and obtain network configuration information.
What does the Address Autoconfiguration Flag indicate?
It indicates whether a device should use SLAAC to create an IPv6 GUA
This flag is part of the RA message sent by routers.
What command enables IPv6 routing on a router?
ipv6 unicast-routing
This command must be executed in global configuration mode.
What command is used to define a DHCPv6 pool name?
ipv6 dhcp pool POOL-NAME
Replace POOL-NAME with the desired name for the DHCPv6 pool.
What is Duplicate Address Detection (DAD)?
A process used to ensure that an IPv6 address is unique on the network
DAD is implemented using ICMPv6 to prevent address conflicts.
What does the M flag indicate in Router Advertisements?
Whether to use a stateful DHCPv6 server to obtain an IPv6 GUA
If the M flag is set to 1, the client is instructed to contact a DHCPv6 server.
Fill in the blank: The command to configure a DHCPv6 server on an interface is _______.
ipv6 dhcp server POOL-NAME
This command binds the interface to the specified DHCPv6 pool.
What does the O flag indicate in Router Advertisements?
Whether to use a stateless DHCPv6 server for additional configuration parameters
If the O flag is set to 1, clients can request additional configuration from a DHCPv6 server.
What command is used to verify the DHCPv6 pool and its parameters?
show ipv6 dhcp pool
This command displays details about the configured DHCPv6 pool.
True or False: A Cisco IOS router can function as a DHCPv6 server, client, or relay agent.
True
Cisco IOS routers are versatile and can take on multiple roles in DHCPv6 configurations.
What is the purpose of the DHCPv6 Relay Agent?
To forward DHCPv6 messages between clients and servers on different networks
This is necessary when clients and servers are not on the same subnet.
What command is used to enable Stateless DHCPv6 on an interface?
ipv6 nd other-config-flag
This command sets the O flag to 1, allowing clients to obtain additional configuration from a DHCPv6 server.
What is the default behavior when SLAAC is enabled?
Hosts automatically create their own IPv6 GUA based on RA messages
SLAAC allows devices to generate their own addresses without needing a DHCPv6 server.
What command is used to verify if a router is enabled to send RA messages?
show ipv6 interface
This command checks the status of IPv6 on the router’s interfaces.
What is the primary function of the Neighbor Solicitation (NS) message?
To determine the link-layer address of a neighbor or to perform DAD
NS messages are essential for address resolution in IPv6.
What is the function of the DHCPv6 SOLICIT message?
To initiate communication with a DHCPv6 server and request configuration information
This message is sent by clients seeking IPv6 address and configuration details.
What command is used to configure the DHCPv6 relay destination?
ipv6 dhcp relay destination ipv6-address [interface-type interface-number]
This command specifies the address of the DHCPv6 server and the interface to use.