ltm rule command DHCPv6 optionΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

DHCPv6::option
       This command retrieves, sets or deletes the option by id.

SYNOPSIS
       DHCPv6::option (delete)? OPTION (VALUE)?

DESCRIPTION
       This command retrieves, sets or deletes the option by id

       Details (syntax); DHCPv6::option  DHCPv6::option   DHCPv6::option delete 

RETURN VALUE
       when retrieving, this command returns the value of the option via option id

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Option [DHCPv6::option 18]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0
	    --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)