ltm rule command SCTP client portΒΆ

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

SCTP::client_port
       Returns the SCTP port/service number of the specified client.

SYNOPSIS
       SCTP::client_port

DESCRIPTION
       Returns the SCTP port/service number of the specified client. This command is equivalent to the command
       clientside { SCTP::remote_port }.

       SCTP::client_port
	   Returns the SCTP port/service number of the specified client.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    if { [SCTP::client_port] > 1000 } {
		pool slow_pool
	     }
	      else {
		 pool fast_pool
	       }
	}

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

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