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

Disable DHCP relay on an interface

Want to summarize with AI?

Log in

This topic describes how to disable DHCP relay on an interface on the Cisco 8000 Series Router by using the no keyword.


Use the no interface command with the relay profile name, or with the none keyword, to disable DHCP relay on an interface.

Procedure

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

    Example:

    Router# configure terminal
    Router(config)# dhcp ipv6
  2. Disable DHCP relay on the interface by removing the relay profile attachment.

    Example:

    Router(config-dhcpv6)# no interface type name relay profile profile-name
    Router(config-dhcpv6)# no interface type name none
  3. Commit the configuration.

    Example:

    Router(config-dhcpv6-if)# commit