1-32optionSyntaxoption code { ascii ascii-string | hex hex-string&<1-10> | ip-address ip-address&<1-8> }undo option codeViewDHCP address pool 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 stringneeds to be an ASCII character.hex hex-string&<1-10>: Specifies strings, each of which comprises of 1 to 8 hexadecimal digits. The&<1-10> means that you can provide up to 10 such strings. When entering more than one strings,separate two neighboring strings with a space. The device currently supports total 64 hex digits, notincluding spaces.ip-address ip-address&<1-8>: Specifies IP addresses. The &<1-8> string means that you can provideup to eight IP addresses. When entering more than one IP addresses, separate two neighboring IPaddresses with a space.DescriptionUse the option command to customize DHCP options for a DHCP global address pool.Use the undo option command to remove the customized DHCP options.If you execute the option command repeatedly, the new configuration overwrites the previous one.For commands related to Option 184, refer to voice-config.Related commands: dhcp server ip-pool, dhcp server option.Examples# Enter system view. system-viewSystem View: return to User View with Ctrl+Z.# Configure option 100 to be 0x11 and 0x22 for the DHCP global address pools.[Sysname] dhcp server ip-pool 0[Sysname-dhcp-pool-0] option 100 hex 11 22reset dhcp server conflictSyntaxreset dhcp server conflict { all | ip ip-address }ViewUser view