ltm rule command SCTP remote portΒΆ

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

SCTP::remote_port
       Returns the remote SCTP port/service number.

SYNOPSIS
       SCTP::remote_port (clientside | serverside)?

DESCRIPTION
       Returns the remote SCTP port/service number. Can specify the port value on clientside or serverside.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
	    SCTP::remote_port
	    set x [SCTP::remote_port]
	    SCTP::remote_port clientside
	    SCTP::remote_port serverside
	    SCTP::remote_port client
	    SCTP::remote_port server
	}

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

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