ltm rule command DHCPv4 htypeΒΆ

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

DHCPv4::htype
       This command returns htype (hardware type) field from DHCPv4 message.

SYNOPSIS
       DHCPv4::htype

DESCRIPTION
       This command returns htype (hardware type) field from DHCPv4 message

       Details (syntax): DHCPv4::htype

RETURN VALUE
       This command returns htype (hardware type) field from DHCPv4 message

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Htype [DHCPv4::htype]"
	}

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

BIG-IP							    2022-04-12							  iRule(1)