1-17# Specify p-node as the NetBIOS node type of the DHCP clients whose IP addresses are from theDHCP interface address pool of VLAN-interface 1.[Sysname] interface vlan-interface 1[Sysname-Vlan-interface1] dhcp server netbios-type p-nodedhcp server optionSyntaxIn VLAN interface view, use the following commands to customize DHCP options for the current DHCPinterface address pool.dhcp server option code { ascii ascii-string | hex hex-string&<1-10> | ip-address ip-address&<1-8> }undo dhcp server option codeIn system view, use the following commands to customize DHCP options for multiple DHCP interfaceaddress pools.dhcp server option code { ascii ascii-string | hex hex-string&<1-10> | ip-address ip-address&<1-8> }{ interface interface-type interface-number [ to interface-type interface-number ] | all }undo dhcp server option code { interface interface-type interface-number [ to interface-typeinterface-number ] | all }ViewSystem view, VLAN interface viewParameterscode: Customized option number ranging from 2 to 254. Note that this argument cannot be 3, 6, 15, 44,46, 50 through 55, 57 through 61, 66, 67, 82, 150, 184, or 217.ascii ascii-string: Specifies a string that is of 1 to 63 characters. Note that each character of the stringmust be an ASCII character.hex hex-string&<1-10>: Specifies strings, each of which comprises 1 to 8 hexadecimal digits. &<1-10>means you can provide up to 10 such strings. When inputting more than one string, separate twoneighboring strings with a space. The device currently supports total 64 hex digits, not includingspaces.ip-address ip-address&<1-8>: Specifies IP addresses. &<1-8> means you can provide up to eight IPaddresses. When inputting more than one IP address, separate two neighboring IP addresses with aspace.interface interface-type interface-number [ to interface-type interface-number ]: Specifies theinterface(s), through which you can specify the corresponding DHCP interface address pools. Theinterface-type argument specifies an interface type; the interface-number argument specifies aninterface number; the interface interface-type interface-number [ to interface-type interface-number ]keyword and argument combination specifies an interface range.all: Specifies all interface address pools.DescriptionUse the dhcp server option command to customize DHCP options for the specified DHCP interfaceaddress pool(s).Use the undo dhcp server option command to remove the customized DHCP options.