IP Addresses and Services Configuration Guide for Cisco 8000 Series Routers, IOS XR Releases

PDF

IP Addresses and Services Configuration Guide for Cisco 8000 Series Routers, IOS XR Releases

Configure the DHCPv6 stateless relay agent

Want to summarize with AI?

Log in

This topic describes how to configure the DHCPv6 stateless relay agent on the Cisco 8000 Series Router by specifying a destination address for client messages and enabling DHCP IPv6 relay service on the interface.


To configure the DHCPv6 stateless relay agent, enable the DHCP IPv6 configuration mode, configure the DHCPv6 relay profile, configure helper addresses, and specify the interface for the relay profile.

Procedure

  1. Enter the global configuration mode and enter the DHCP IPv6 configuration mode.

    Example:

    Router# configure terminal
    Router(config)# dhcp ipv6
  2. Configure the DHCPv6 relay profile.

    Example:

    Router(config-dhcpv6)# profile test relay
  3. Configure the helper address for the relay profile.

    Example:

    Router(config-dhcpv6-relay-profile)# helper-address vrf default 2001:1::1
    Router(config-dhcpv6-relay-profile)# !
  4. Specify the interface for the relay profile.

    Example:

    Router(config-dhcpv6-relay-profile)# interface TenGigE0/0/0/0 relay profile test
    Router(config-dhcpv6)# !