ltm rule command DIAMETER disconnectΒΆ

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

DIAMETER::disconnect
       Sends Disconnect-Peer-Request to client or server based on context.

SYNOPSIS
       DIAMETER::disconnect ORIGIN_HOST ORIGIN_REALM DIAMETER_DISCONNECT_CAUSE

DESCRIPTION
       This iRule command sends Disconnect-Peer-Request to the client (if run on clientside) or to the server (if run
       on serverside).

       Syntax DIAMETER::disconnect "origin-host" "origin-realm" "disconnect-cause"

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

EXAMPLES
	when DIAMETER_INGRESS {
	    # 2 = DO_NOT_WANT_TO_TALK_TO_YOU (RFC 6733 sec 5.4.3)
	    DIAMETER::disconnect "bigip.core.example.com" "example.com" 2
	}

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

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