ipv6 dhcp-client vendor-class enterprise

This command configures the DHCPv6 Option 124, which indicates that the device is manufactured (vendor) by or supports this enterprise's actions.

Syntax

ipv6 dhcp-client vendor-class enterprise {<number> <string>|audc|broadband}

Command

Description

<Number> <String>

Defines the Enterprise Number as registered with IANA, and the string identifying the enterprise.

audc

Sets AudioCodes Enterprise Number 4923 and string "audiocodes.com".

broadband

Sets Broadband (ADSL) forum Enterprise Number 3561 and string "dslforum.org".

Command Mode

Privileged User

Example

This example configures the DHCP vendor class as that of AudioCodes.

(config-data)# interface vlan 3
(conf-if-VLAN 3)# ipv6 dhcp-client vendor-class audc
(conf-if-VLAN 3)# no shutdown
(conf-if-VLAN 3)# exit