DIAMETER::dynamic_route_lookup

Description

This iRules command gets or sets whether messages should be routed dynamically.

Syntax

DIAMETER::dynamic_route_lookup connection [enabled]
DIAMETER::dyanmic_route_lookup message [enabled]

DIAMETER::dynamic_route_lookup connection [enabled]

  • The setting will be applied to this and all later messages on this connection.

DIAMETER::dynamic_route_lookup message [enabled]

  • If status is set to “enabled”, previously created dynamic routes will be consulted during the routing of this message.

Examples

when DIAMETER_INGRESS {
  if { ([DIAMETER::header appid] equals 666) } {
    DIAMETER::dynamic_route_lookup message disabled
  }
}