ltm rule command DIAMETER sessionΒΆ

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



DIAMETER::session
       Gets or sets the session-id attribute-value pair.

SYNOPSIS
       DIAMETER::session (SESSION_ID)?

DESCRIPTION
       This iRule command gets or sets the value of session-id AVP (code 263)
       in the message.

       Syntax DIAMETER::session [new_session-id]

RETURN VALUE
VALID DURING
       DIAMETER_INGRESS, DIAMETER_EGRESS, MR_INGRESS, MR_EGRESS, MR_FAILED

EXAMPLES
	when DIAMETER_INGRESS {
	    log local0. "Received a DIAMETER message for session [DIAMETER::session]"
	}

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



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