Specifications

ATX Group
ATX MIB Reference Guide 10-59
The filter group consists of the following parameters:
filterMaxCount {filter 1}
Integer Read-Only
The maximum number of combination filters that may be defined for the ATX.
This is always 100.
filterCurrentCount {filter 2}
Integer Read-Only
The number of combination filters currently defined for the ATX.
filterDeleteID {filter 3}
Integer Read-Write
A filter identifier used for deleting filters. After the NMS sets this field, the ATX
deletes the filterEntry that has a matching filter ID field, and resets this field to
zero. The ATX then updates filterCurrentCount, filterNextID, and the entire
filterTable.
filterNextID {filter 4}
Integer Read-Only
A filter identifier used for adding filters. See filterAddID.
filterAddID {filter 5}
Integer Read-Write
A filter identifier used for adding filters. After the NMS sets this field, the ATX
adds the filterEntry indexed by filterAddIndex. The ATX then updates
filterCurrentCount, filterNextID, and the entire filterTable. Note that if
filterAddID does not match filterNextID, then the ATX will not add the entry,
since the SetRequest for filterAddID must have been a duplicate packet.
filterAddIndex {filter 6}
Integer Read-Write
The index within filterTable, after which a filter should be added. If
filterAddIndex contains zero, then the filter should be added as the first
filterEntry within filterTable.