ltm rule command SCTP server portΒΆ

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



SCTP::server_port
       Returns the SCTP port/service number of the specified server.

SYNOPSIS
       SCTP::server_port

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

       SCTP::server_port
	   Returns the SCTP port/service number of the specified server.

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

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



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