ltm rule command DIAMETER skip capabilities exchangeΒΆ

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

DIAMETER::skip_capabilities_exchange
       Instructs DIAMETER protocol to skip capabilities exchange when establishing a peering relationship.

SYNOPSIS
       DIAMETER::skip_capabilities_exchange ( HOSTNAME )?

DESCRIPTION
       Once called, the current connection will skip DIAMETER capabilities exchange message communication with the peer device and
       will immediately be able to receive DIAMETER messaegs.

       If the HOSTNAME parameter is provided, the provided name will be used as the peer device's origin-host attribute for
       logging.

RETURN VALUE
VALID DURING
       CLIENT_ACCEPTED

EXAMPLES
	when CLIENT_ACCEPTED {
	    if { ([IP::address] starts_with "192.168.") } {
		DIAMETER::skip_capabilities_exchange [IP::address].somesp.com
	    }
	}

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

BIG-IP							    2022-04-12							  iRule(1)