>> MIB - Management Information Base
|
>> Table: ipRuleTable - (.1.3.6.1.4.1.272.4.5.16.1) Description: The ipRuleTable defines access rules for checking incoming IP packets. The rules are processed in order, i.e. each rule has a link to the next rule. The set of rules is processed until a match occurs, that means the rule's associated filter matches and the specified action is performed (either accept or deny a packet). The last rule is implicitly a deny rule. The set of rules to be processed can be defined for each interface |
Index | Unique rule index. |
FilterIndex | References the rule's associated filter. |
Action | This object specifies the action to be performed if the rule's associated filter matches. If set to ignore the filter is not consulted and the next rule is processed immediately. Enumerations: - allow (1)
- allow-if-not (2)
- deny (3)
- deny-if-not (4)
- ignore (5)
- delete (6)
|
NextRuleIndex | Specifies the next rule to be processed if the rule's associated filter does not match. The value 0 is used to mark the end of the rule set. |
Descr | A textual string describing this access rule. Length: 0 to 255 |
|