DIAMETER¶
Description¶
The DIAMETER namespace deals with and events specifically tailored to
manipulate, inspect and interact with the DIAMETER auth protocol.
Command List¶
- DIAMETER::avp - detailed access to diameter attribute-value pairs
- DIAMETER::command - gets or sets the command-code
- DIAMETER::disconnect - sends Disconnect-Peer-Request to client or server based on context.
- DIAMETER::drop - drops the current message quietly
- DIAMETER::header - gets or sets the DIAMETER header fields
- DIAMETER::host - gets or sets the value of the origin-host or destination-host attribute-value pair
- DIAMETER::is_request - returns true if it is a DIAMETER request, otherwise returns false
- DIAMETER::is_response - returns true if it is a DIAMETER response, otherwise, returns false.
- DIAMETER::is_retransmission - returns true if the current message is a retransmitted request
- DIAMETER::length - gets diameter message length
- DIAMETER::message - returns the whole Diameter message as a TCL string object.
- DIAMETER::payload - gets or sets DIAMETER message payload
- DIAMETER::persist - returns the persistence key being used for the current message
- DIAMETER::realm - gets or sets the value of the origin-realm or destination-realm attribute-value pair.
- DIAMETER::respond - send message to client or server (based on context)
- DIAMETER::result - gets or sets the value of the result-code attribute-value pair.
- DIAMETER::retransmission - allows the setting or getting of the current message’s retransmission settings
- DIAMETER::retransmission_default - gets or sets the current connection’s retransmission settings
- DIAMETER::retransmission_reason - returns the reason the current request was retransmitted
- DIAMETER::retransmit - triggers the request associated to the current answer message for retransmission
- DIAMETER::retry - tries to send the Diameter message contained in the binary array “binary_message”
- DIAMETER::route_status - returns the routing status of the current message
- DIAMETER::session - gets or sets the session-id attribute-value pair
- DIAMETER::skip_capabilities_exchange - skip capabilities exchange when establishing a peering relationship
- DIAMETER::state - returns the current state of the Diameter peer’s connection
Associated Events¶
- DIAMETER_INGRESS - triggered when the system receives a DIAMETER message
- DIAMETER_RETRANSMISSION - triggered when the generates a retransmitted DIAMETER request or a DIAMETER answer message
- DIAMETER_EGRESS - triggered when the system is ready to send a DIAMETER message
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.