ltm rule command DHCP versionΒΆ

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



DHCP::version
       This command returns version number (4 or 6) of	DHCP packet.

SYNOPSIS
       DHCP::version

DESCRIPTION
       This command returns DHCP version number (4 or 6) of DHCP packet

       Details (syntax): DHCP::version

RETURN VALUE
       This command returns version number (4 or 6) of DHCP packet

VALID DURING
EXAMPLES
	when CLIENT_DATA {
	    log local0. "Version [DHCP::version]"
	}

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



BIG-IP				  2017-01-31			      iRule(1)