rateclass

Description

Causes the system to select the specified rate class to use when transmitting packets.

Syntax

rateclass <rateclass_name>

rateclass <rateclass_name>

  • Causes the system to select the specified rate class to use when transmitting packets.

Examples

when CLIENT_ACCEPTED {
  if { [IP::addr [IP::client_addr] equals xxx.xxx.xxx.xxx] } {
    log local0. "[IP::client_addr] being handled by rateclass class1"
    rateclass class1
  }
}