DIAMETER::skip_capabilities_exchange

Description

This command instructs DIAMETER protocol to skip capabilities exchange when establishing a peering relationship. Once called, the current connection will skip DIAMETER capabilities exchange message communication with the peer device and will immediately be able to receive DIAMETER messages. If the HOSTNAME parameter is provided, the provided name will be used as the peer device’s origin-host attribute for logging.

Syntax

DIAMETER::skip_capabilities_exchange [hostname]

Examples

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