CLEARFlow
ExtremeWare XOS 11.1 Concepts Guide
256
Count Rule Type
A CLEARFlow count rule compares a counter with the threshold value. The following is the syntax for
a CLEARFlow count rule:
entry <CLFrulename> {
if { count <counterName> REL_OPER <countThreshold> ;
period <interval>;
}
then {
<actions>;
} else {
<actions>;
}
}
The
count
statement specifies how to compare a counter with its threshold. The
<counterName>
is the
name of an ACL counter referred to by an ACL rule entry and the
<countThreshold>
is the value
compared with the counter. The
REL_OPER
is selected from the relational operators for greater than,
great than or equal to, less than, or less than or equal to (>, >=, <, <=).
The
period <interval>
statement is optional and sets the sampling interval, in seconds. This
statement specifies how often the rule is evaluated by the CLEARFlow agent. If not specified, the
default value is 5 seconds.
The actions will be discussed in the section,
“CLEARFlow Rule Actions” on page 259
.
See the section,
“Count Rule Type Example” on page 261
, for an example.
Delta Rule Type
A CLEARFlow delta rule computes the difference from one sample to the next of a counter value. This
difference is compared with the threshold value. The following is the syntax for a CLEARFlow delta
rule:
entry <CLFrulename> {
if { delta <counterName> REL_OPER <countThreshold> ;
period <interval>;
hysterisis <hysterisis> ;
}
then {
<actions>;
} else {
<actions>;
}
}
The
delta
statement specifies how to compare the difference in a counter value from one sample to the
next with its threshold. The
<counterName>
is the name of an ACL counter referred to by an ACL rule
entry and the
<countThreshold>
is the value compared with the difference in the counter from one
sample to the next. The
REL_OPER
is selected from the relational operators for greater than, great than or
equal to, less than, or less than or equal to (>, >=, <, <=).
Содержание ExtremeWare XOS 11.1
Страница 16: ...Contents ExtremeWare XOS 11 1 Concepts Guide 16...
Страница 20: ...Preface ExtremeWare XOS 11 1 Concepts Guide 20...
Страница 21: ...1 Using ExtremeWare XOS...
Страница 22: ......
Страница 78: ...Managing the ExtremeWare XOS Software ExtremeWare XOS 11 1 Concepts Guide 78...
Страница 168: ...Virtual LANs ExtremeWare XOS 11 1 Concepts Guide 168...
Страница 200: ...Policies and ACLs ExtremeWare XOS 11 1 Concepts Guide 200...
Страница 252: ...Security ExtremeWare XOS 11 1 Concepts Guide 252...
Страница 265: ...2 Using Switching and Routing Protocols...
Страница 266: ......
Страница 294: ...Ethernet Automatic Protection Switching ExtremeWare XOS 11 1 Concepts Guide 294...
Страница 354: ...Extreme Standby Router Protocol ExtremeWare XOS 11 1 Concepts Guide 354...
Страница 416: ...IP Multicast Routing ExtremeWare XOS 11 1 Concepts Guide 416...
Страница 417: ...3 Appendixes...
Страница 418: ......
Страница 432: ...Software Upgrade and Boot Options ExtremeWare XOS 11 1 Concepts Guide 432...