3.9.2 DHCPv6 Relay Configuration

Use this command to configure the DHCPv6 Relay for a specific VLAN.

Command Syntax:

ipv6 dhcp relay [ destination <v_ipv6_ucast> ] interface vlan <v_vlan_id>
Table 3-39. Command Description

Argument

Description

Parameter

<v_ipv6_ucast>

IPv6 address of the DHCPv6 server

<v_vlan_id>

VLAN ID of interface used for relaying

Default

N.A

Mode

VLAN Interface mode

Usage

Configure the DHCP6 relay parameters. To delete a specific DHCPv6 Relay, use the ‘no’ form of this command.

Example

Example 1:

Enable the DHCPv6 relay on VLAN1 with a relay interface VLAN2.

# configure terminal
(config)# interface vlan 1
(config-if-vlan)# ipv6 dhcp relay interface vlan 2