CENTILLION-FILTERS-MIB: View SNMP OID List / Download MIB

VENDOR: CENTILLION NETWORKS


 Home MIB: CENTILLION-FILTERS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 filterGroup 1.3.6.1.4.1.930.2.1.2.11
       filterGroupTable 1.3.6.1.4.1.930.2.1.2.11.1 no-access
Filter Group Table. Entries are added into the group by specifying values for all objects with the exception of the filterGroupMonitorDests and filterGroupAdditionalDests objects. Entries are deleted simply by specifying the appropriate filterGroupStatus value.
           filterGroupEntry 1.3.6.1.4.1.930.2.1.2.11.1.1 no-access
An entry in the filter group table. Table entries are indexed by the unique user-defined group name, and the filter entry index as assigned by the system.
               filterGroupName 1.3.6.1.4.1.930.2.1.2.11.1.1.1 generalfiltername read-write
A user-defined unique ASCII string identifying the filter group.
               filterGroupIndex 1.3.6.1.4.1.930.2.1.2.11.1.1.2 integer read-write
The index of the filter entry within the filter group. Any filter group entry is uniquely identifable by the group nam and index.
               filterGroupStatus 1.3.6.1.4.1.930.2.1.2.11.1.1.3 statusindicator read-write
The status of this filter group entry. Entries may be deleted by setting this object to invalid(2).
               filterGroupMatch 1.3.6.1.4.1.930.2.1.2.11.1.1.4 integer read-write
The match condition for the filter. Match conditions are in the form of the usual logical operators. Enumeration: 'gt': 4, 'lt': 1, 'ne': 5, 'ge': 6, 'le': 3, 'eq': 2.
               filterGroupType 1.3.6.1.4.1.930.2.1.2.11.1.1.5 integer read-write
The type of filter. MAC filters are defined from the start of the MAC frame. LLC filters are defined from the start of the LLC header (after RIF). VLAN filters operate on a packet's VLAN classification parameters. For a valid VLAN filter, filterGroupOffset be set to 0, and filterGroupValue must contain exactly four bytes of VLAN filter data as shown below: Octet 1 Defines the user priority match criteria for VLAN filter. Valid values are 0x01 through 0xFF. Each bit in the octet corresponds to one of the eight available user priority level as defined by the 802.1Q draft specification. The least significant bit represents priority zero, and the most significant bit represents priority seven. Octet 2 Defines the Canonical Format Indicator (CFI) match criteria for VLAN filter. Possible values are 0x00, 0x01 and 0xFF. The value 0xFF indicates the switch should ignore CFI value when filtering. Octet 3 and 4 Define 12-bit VLAN ID match criteria for VLAN filter. Valid values are 0x001 through 0xFFF. Enumeration: 'llcFilter': 2, 'macFilter': 1, 'vlanFilter': 3.
               filterGroupOffset 1.3.6.1.4.1.930.2.1.2.11.1.1.6 integer read-write
The byte offset from the beginning of the header to the value to filter.
               filterGroupValue 1.3.6.1.4.1.930.2.1.2.11.1.1.7 octet string read-write
The filter value field. The value is specified as a hexadecimal string up to 12 bytes.
               filterGroupForward 1.3.6.1.4.1.930.2.1.2.11.1.1.8 integer read-write
The forwarding rule for the filter. Forward to normal indicates that the frame should be forwarded as usual. Enumeration: 'normClear': 1, 'drop': 9, 'normAlt': 6, 'add': 3, 'normAddAlt': 8, 'normAdd': 7, 'alt': 2, 'addAlt': 4, 'norm': 5.
               filterGroupNextIfMatch 1.3.6.1.4.1.930.2.1.2.11.1.1.9 integer read-write
The next filter entry as referenced by the filter index to apply if the filter match succeeds. An entry of 0 indicates that filtering ends for the packet. An entry whose value is larger than the number of filters in the group indicates that the next filter entry to apply is the next filter group (if any) enabled on the port.
               filterGroupNextIfFail 1.3.6.1.4.1.930.2.1.2.11.1.1.10 integer read-write
The next filter entry as referenced by the filter index to apply if the filter match fails. An entry of 0 indicates that filtering ends for the packet. An entry whose value is larger than the number of filters in the group indicates that the next filter entry to apply is the next filter group (if any) enabled on the port.
               filterGroupAdditionalDests 1.3.6.1.4.1.930.2.1.2.11.1.1.11 octet string read-write
This will be replaced by filterGroupAdditionalDestions. A list of up to 256 pairs of additional cards and ports to send packets matching this filter. Each unsigned int8 is formatted as follows: the high-order 4 bits represent the card number, the low order 4 bits are the port number.
               filterGroupMonitorDests 1.3.6.1.4.1.930.2.1.2.11.1.1.12 octet string read-write
This will be replaced by filterGroupAlternateDestination. A pair of the monitoring card and port to send packets matching this filter. Each unsigned int8 is formatted as follows: the high-order 4 bits represent the card number, the low order 4 bits are the port number.
               filterGroupAdditionalDestinations 1.3.6.1.4.1.930.2.1.2.11.1.1.13 octet string read-write
For 24 ports support. This is to replace filterGroupAdditionalDests. Setting either filterGroupAdditionalDests or filterGroupAlternateDestination is enough. And if both are set, the one set later will be in effect. Make sure that even number of octets are given. A list of up to 256 pairs of additional cards and ports to send packets matching this filter. Each pair of octets is formatted as follows: the high-order octet represent the card number, the low order octet is the port number.
               filterGroupAlternateDestination 1.3.6.1.4.1.930.2.1.2.11.1.1.14 octet string read-write
For 24 ports support. This is to replace filterGroupMonitorDests. Setting either filterGroupMonitorDests filterGroupAlternateDestination is enough. And if both are set, the one set later will be in effect. Make sure that even number of octets are given. A pair of the monitoring card and port to send packets matching this filter. Each pair of octets is formatted as follows: the high-order byte represent the card number, the low order byte is the port number.
       filterPortTable 1.3.6.1.4.1.930.2.1.2.11.2 no-access
Input Filter Port Table.
           filterPortEntry 1.3.6.1.4.1.930.2.1.2.11.2.1 no-access
An entry in the filter group table. Table entries are indexed by the unique user-defined group name, and the filter entry index as assigned by the system.
               filterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.2.1.1 integer read-write
The card number to which the filters apply.
               filterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.2.1.2 integer read-write
The port number to which the filters apply.
               filterPortIndex 1.3.6.1.4.1.930.2.1.2.11.2.1.3 integer read-write
A unique value for each filter group within the port.
               filterPortStatus 1.3.6.1.4.1.930.2.1.2.11.2.1.4 statusindicator read-write
The status of this filter port entry. Entries may be deleted by setting this object to invalid(2).
               filterPortGroupName 1.3.6.1.4.1.930.2.1.2.11.2.1.5 generalfiltername read-write
The filter port group name.
       netbiosFilterPortTable 1.3.6.1.4.1.930.2.1.2.11.3 no-access
The NetBIOS name filter table indexed by card and port numbers.
           netbiosFilterPortEntry 1.3.6.1.4.1.930.2.1.2.11.3.1 no-access
An entry in the NetBios filter port table. Table entries are indexed by the card, port and PortIndex as assigned by the system.
               netbiosFilterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.3.1.1 integer read-write
The card number to which the filters apply.
               netbiosFilterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.3.1.2 integer read-write
The port number to which the filters apply.
               netbiosFilterPortIndex 1.3.6.1.4.1.930.2.1.2.11.3.1.3 integer read-write
A unique value for each filter group within the port.
               netbiosFilterPortStatus 1.3.6.1.4.1.930.2.1.2.11.3.1.4 statusindicator read-write
The status of this NetBIOS filter entry. Entries may be deleted by setting this object to invalid(2).
               netbiosFilterPortName 1.3.6.1.4.1.930.2.1.2.11.3.1.5 netbiosfiltername read-write
The NetBIOS name to match for filtering. The name will be blank padded.
               netbiosFilterPortAction 1.3.6.1.4.1.930.2.1.2.11.3.1.6 netbiosfilteraction read-write
The action to take upon matching the name filter.
       netbiosFilterRingTable 1.3.6.1.4.1.930.2.1.2.11.4 no-access
The NetBIOS name filter table indexed by ring number.
           netbiosFilterRingEntry 1.3.6.1.4.1.930.2.1.2.11.4.1 no-access
An entry in the NetBios filter port table. Table entries are indexed by ring number and PortIndex as assigned by the system.
               netbiosFilterRingNumber 1.3.6.1.4.1.930.2.1.2.11.4.1.1 integer read-write
The ring number to which the filters apply.
               netbiosFilterRingIndex 1.3.6.1.4.1.930.2.1.2.11.4.1.2 integer read-write
A unique value for each filter group within the port.
               netbiosFilterRingStatus 1.3.6.1.4.1.930.2.1.2.11.4.1.3 statusindicator read-write
The status of this NetBIOS filter entry. Entries may be deleted by setting this object to invalid(2).
               netbiosFilterRingName 1.3.6.1.4.1.930.2.1.2.11.4.1.4 netbiosfiltername read-write
The NetBIOS name to match for filtering. The name will be blank padded.
               netbiosFilterRingAction 1.3.6.1.4.1.930.2.1.2.11.4.1.5 netbiosfilteraction read-write
The action to take upon matching the name filter.
       outputFilterPortTable 1.3.6.1.4.1.930.2.1.2.11.5 no-access
Output Filter Port Table.
           outputFilterPortEntry 1.3.6.1.4.1.930.2.1.2.11.5.1 no-access
An entry in the filter group table. Table entries are indexed by the unique user-defined group name, and the filter entry index as assigned by the system.
               outputFilterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.5.1.1 integer read-write
The card number to which the filters apply.
               outputFilterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.5.1.2 integer read-write
The port number to which the filters apply.
               outputFilterPortIndex 1.3.6.1.4.1.930.2.1.2.11.5.1.3 integer read-write
A unique value for each filter group within the port.
               outputFilterPortStatus 1.3.6.1.4.1.930.2.1.2.11.5.1.4 statusindicator read-write
The status of this filter port entry. Entries may be deleted by setting this object to invalid(2).
               outputFilterPortGroupName 1.3.6.1.4.1.930.2.1.2.11.5.1.5 generalfiltername read-write
The filter port group name.