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 relay agent giaddr policy

Want to summarize with AI?

Log in

This topic describes how to configure the DHCP relay agent's processing policy for BOOTREQUEST packets that already contain a nonzero giaddr attribute on the Cisco 8000 Series Router.


Use the giaddr policy replace command to replace the existing giaddr value with a value that the relay agent generates. Use the giaddr policy drop command to drop the packet that has an existing nonzero giaddr value.

Procedure

  1. Enter the DHCP IPv4 configuration submode.

    Example:

    Router# configure
    Router(config)# dhcp ipv4
  2. Enter the relay profile submode.

    Example:

    Router(config-dhcpv4)# profile client relay
  3. Configure the giaddr policy and commit the configuration.

    Example:

    Router(config-dhcpv4-relay-profile)# giaddr policy drop
    Router(config-dhcpv4-relay-profile)# commit