Tag Elements Beginning with O
> <option> (configuration/routing-instances/instance/access/
address-assignment/pool/family/inet/dhcp-attributes)
Usage
<configuration>
<routing-instances>
<instance>
<access>
<address-assignment>
<pool>
<family>
<inet>
<dhcp-attributes>
<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>
</dhcp-attributes>
</inet>
</family>
</pool>
</address-assignment>
</access>
</instance>
</routing-instances>
</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.