OpenFlow Meters
Meter types
OFPMF_KBPS
OFPMF_PKTPS
Meter bands and rates
OFPMBT_DROP
OFPMBT_DSCP_REMARK
(not supported for v1 platforms)
A minimum of one band is required.
A single OpenFlow meter can have either one or two bands.
Does not support two bands of type
OFPMBT_DROP
.The rate associated with the
OFPMBT_DROP
band must be higher than the rate associated with theOFPMBT_DSCP_REMARK
band.The precision level associated with an
OFPMBT_DSCP_REMARK
band must be less than or equal to seven.Modification of an existing meter is supported on instances running custom pipeline model. For instances running Standard-match or IP-control pipeline model, you cannot modify an existing meter without the
OFPMBT_DSCP_REMARK
band, with a meter havingOFPMBT_DROP
band and vice-versa.