ltm rule command SCTP local portΒΆ

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



SCTP::local_port
       Returns the local SCTP port/service number.

SYNOPSIS
       SCTP::local_port (clientside | serverside)?

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

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENT_ACCEPTED {
		SCTP::collect
		log local0.info "Sctp local port is [SCTP::local_port]"
		log local0.info "Sctp client port is [SCTP::client_port]"
		log local0.info "Sctp mss is [SCTP::mss]"
		log local0.info "sctp ppi is [SCTP::ppi]"
	}

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



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