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

Enable DHCP relay on a VRF

Want to summarize with AI?

Log in

This topic describes how to enable DHCP relay on a VRF on the Cisco 8000 Series Router.


Associate an existing DHCP relay profile with a VRF so that DHCP packets that arrive in that VRF are relayed using the profile.

Procedure

  1. Enter the global configuration mode and enter the DHCPv4 configuration submode.

    Example:

    Router# configure terminal
    Router(config)# dhcp ipv4
  2. Associate the relay profile with the VRF.

    Example:

    Router(config-dhcpv4)# vrf vrf-name relay profile profile-name
  3. Commit the configuration.

    Example:

    Router(config-dhcpv4)# commit