0.9.1

  • iApps Home
  • iControlREST Home
  • iControl (SOAP) Home
  • iRules Home
  • iRulesLX Home
  • TMSH Home

  • Clouddocs > > LINK::qos

Version notice:

LINK::qos¶

Description¶

Returns the QoS level set for the current packet.
The Quality of Service (QoS) standard is a means by which network equipment can identify and treat traffic differently based on an identifier.
This command can be used to direct traffic based on the QoS level within a packet.
This command is equivalent to the BIG-IP 4.X variable link_qos.

Syntax¶

LINK::qos [clientside | serverside] [qos_level]

LINK::qos¶

  • Returns the QoS level set for the current packet

Examples¶

when CLIENT_ACCEPTED {
  if { [LINK::qos] > 2 } {
     pool fast_pool
  } else {
     pool slow_pool
 }
}

Related Information¶

Valid Events:


Introduced: BIGIP-9.0.0

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.