Tag Elements Beginning with O
> <option> (configuration/system/services/dhcp/static-binding)
Usage
<configuration>
<system>
<services>
<dhcp>
<static-binding>
<option>
<name>name</name> <!-- identifier -->
<flag>flag-choice</flag>
<byte>byte</byte>
<short>short</short>
<unsigned-short>unsigned-short</unsigned-short>
<integer>integer</integer>
<unsigned-integer>unsigned-integer</unsigned-integer>
<string>string</string>
<ip-address>ip-address</ip-address>
<array>...</array>
</option>
</static-binding>
</dhcp>
</services>
</system>
</configuration>
Description
DHCP option.
Contents
<array>—Array of values.
<byte>—Unsigned 8-bit value.
<flag>—Boolean flag value.
-
false—False value.
-
off—Off value.
-
on—On value.
-
true—True value.
<integer>—Signed 32-bit numeric value.
<ip-address>—IP address value.
<name>—DHCP option identifier code.
<short>—Signed 16-bit numeric value.
<string>—Character string value.
<unsigned-integer>—Unsigned 32-bit numeric value.
<unsigned-short>—Unsigned 16-bit numeric value.