CENTILLION-FILTERS-MIB

File: CENTILLION-FILTERS-MIB.mib (20497 bytes)

Imported modules

RFC1213-MIB RFC-1212 CENTILLION-ROOT-MIB

Imported symbols

DisplayString OBJECT-TYPE StatusIndicator
sysConfig

Defined Types

GeneralFilterName  
DisplayString Size(8)    

NetbiosFilterName  
DisplayString Size(16)    

NetbiosFilterAction  
INTEGER discard(1), forward(2)    

FilterGroupEntry  
SEQUENCE    
  filterGroupName GeneralFilterName
  filterGroupIndex INTEGER
  filterGroupStatus StatusIndicator
  filterGroupMatch INTEGER
  filterGroupType INTEGER
  filterGroupOffset INTEGER
  filterGroupValue OCTET STRING
  filterGroupForward INTEGER
  filterGroupNextIfMatch INTEGER
  filterGroupNextIfFail INTEGER
  filterGroupMonitorDests OCTET STRING
  filterGroupAdditionalDests OCTET STRING
  filterGroupAlternateDestination OCTET STRING
  filterGroupAdditionalDestinations OCTET STRING
  filterGroupPriority INTEGER

FilterPortEntry  
SEQUENCE    
  filterPortCardNumber INTEGER
  filterPortPortNumber INTEGER
  filterPortIndex INTEGER
  filterPortStatus StatusIndicator
  filterPortGroupName GeneralFilterName

NetbiosFilterPortEntry  
SEQUENCE    
  netbiosFilterPortCardNumber INTEGER
  netbiosFilterPortPortNumber INTEGER
  netbiosFilterPortIndex INTEGER
  netbiosFilterPortStatus StatusIndicator
  netbiosFilterPortName NetbiosFilterName
  netbiosFilterPortAction NetbiosFilterAction

NetbiosFilterRingEntry  
SEQUENCE    
  netbiosFilterRingNumber INTEGER
  netbiosFilterRingIndex INTEGER
  netbiosFilterRingStatus StatusIndicator
  netbiosFilterRingName NetbiosFilterName
  netbiosFilterRingAction NetbiosFilterAction

OutputFilterPortEntry  
SEQUENCE    
  outputFilterPortCardNumber INTEGER
  outputFilterPortPortNumber INTEGER
  outputFilterPortIndex INTEGER
  outputFilterPortStatus StatusIndicator
  outputFilterPortGroupName GeneralFilterName

Defined Values

filterGroup 1.3.6.1.4.1.930.2.1.2.11
OBJECT IDENTIFIER    

filterGroupTable 1.3.6.1.4.1.930.2.1.2.11.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterGroupEntry

filterGroupEntry 1.3.6.1.4.1.930.2.1.2.11.1.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FilterGroupEntry  

filterGroupName 1.3.6.1.4.1.930.2.1.2.11.1.1.1
A user-defined unique ASCII string identifying the filter group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  GeneralFilterName  

filterGroupIndex 1.3.6.1.4.1.930.2.1.2.11.1.1.2
The index of the filter entry within the filter group. Any filter group entry is uniquely identifable by the group nam and index.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterGroupStatus 1.3.6.1.4.1.930.2.1.2.11.1.1.3
The status of this filter group entry. Entries may be deleted by setting this object to invalid(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

filterGroupMatch 1.3.6.1.4.1.930.2.1.2.11.1.1.4
The match condition for the filter. Match conditions are in the form of the usual logical operators.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER lt(1), eq(2), le(3), gt(4), ne(5), ge(6)  

filterGroupType 1.3.6.1.4.1.930.2.1.2.11.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER macFilter(1), llcFilter(2), vlanFilter(3)  

filterGroupOffset 1.3.6.1.4.1.930.2.1.2.11.1.1.6
The byte offset from the beginning of the header to the value to filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterGroupValue 1.3.6.1.4.1.930.2.1.2.11.1.1.7
The filter value field. The value is specified as a hexadecimal string up to 12 bytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..12)  

filterGroupForward 1.3.6.1.4.1.930.2.1.2.11.1.1.8
The forwarding rule for the filter. Forward to normal indicates that the frame should be forwarded as usual.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normClear(1), alt(2), add(3), addAlt(4), norm(5), normAlt(6), normAdd(7), normAddAlt(8), drop(9)  

filterGroupNextIfMatch 1.3.6.1.4.1.930.2.1.2.11.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterGroupNextIfFail 1.3.6.1.4.1.930.2.1.2.11.1.1.10
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterGroupAdditionalDests 1.3.6.1.4.1.930.2.1.2.11.1.1.11
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

filterGroupMonitorDests 1.3.6.1.4.1.930.2.1.2.11.1.1.12
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..1)  

filterGroupAdditionalDestinations 1.3.6.1.4.1.930.2.1.2.11.1.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..512)  

filterGroupAlternateDestination 1.3.6.1.4.1.930.2.1.2.11.1.1.14
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..2)  

filterGroupPriority 1.3.6.1.4.1.930.2.1.2.11.1.1.15
The forwarding priority for the filter. A value of (1) indicates that forwarding should occur with the native priority defined by 802.1Q or other priority classification methods. Values (2) and (3) override all previous priority classification methods.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER priUnchanged(1), priNorm(2), priHigh(3)  

filterPortTable 1.3.6.1.4.1.930.2.1.2.11.2
Input Filter Port Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterPortEntry

filterPortEntry 1.3.6.1.4.1.930.2.1.2.11.2.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FilterPortEntry  

filterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.2.1.1
The card number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.2.1.2
The port number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterPortIndex 1.3.6.1.4.1.930.2.1.2.11.2.1.3
A unique value for each filter group within the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

filterPortStatus 1.3.6.1.4.1.930.2.1.2.11.2.1.4
The status of this filter port entry. Entries may be deleted by setting this object to invalid(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

filterPortGroupName 1.3.6.1.4.1.930.2.1.2.11.2.1.5
The filter port group name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  GeneralFilterName  

netbiosFilterPortTable 1.3.6.1.4.1.930.2.1.2.11.3
The NetBIOS name filter table indexed by card and port numbers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NetbiosFilterPortEntry

netbiosFilterPortEntry 1.3.6.1.4.1.930.2.1.2.11.3.1
An entry in the NetBios filter port table. Table entries are indexed by the card, port and PortIndex as assigned by the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NetbiosFilterPortEntry  

netbiosFilterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.3.1.1
The card number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

netbiosFilterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.3.1.2
The port number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

netbiosFilterPortIndex 1.3.6.1.4.1.930.2.1.2.11.3.1.3
A unique value for each filter group within the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

netbiosFilterPortStatus 1.3.6.1.4.1.930.2.1.2.11.3.1.4
The status of this NetBIOS filter entry. Entries may be deleted by setting this object to invalid(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

netbiosFilterPortName 1.3.6.1.4.1.930.2.1.2.11.3.1.5
The NetBIOS name to match for filtering. The name will be blank padded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetbiosFilterName  

netbiosFilterPortAction 1.3.6.1.4.1.930.2.1.2.11.3.1.6
The action to take upon matching the name filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetbiosFilterAction  

netbiosFilterRingTable 1.3.6.1.4.1.930.2.1.2.11.4
The NetBIOS name filter table indexed by ring number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NetbiosFilterRingEntry

netbiosFilterRingEntry 1.3.6.1.4.1.930.2.1.2.11.4.1
An entry in the NetBios filter port table. Table entries are indexed by ring number and PortIndex as assigned by the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NetbiosFilterRingEntry  

netbiosFilterRingNumber 1.3.6.1.4.1.930.2.1.2.11.4.1.1
The ring number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

netbiosFilterRingIndex 1.3.6.1.4.1.930.2.1.2.11.4.1.2
A unique value for each filter group within the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

netbiosFilterRingStatus 1.3.6.1.4.1.930.2.1.2.11.4.1.3
The status of this NetBIOS filter entry. Entries may be deleted by setting this object to invalid(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

netbiosFilterRingName 1.3.6.1.4.1.930.2.1.2.11.4.1.4
The NetBIOS name to match for filtering. The name will be blank padded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetbiosFilterName  

netbiosFilterRingAction 1.3.6.1.4.1.930.2.1.2.11.4.1.5
The action to take upon matching the name filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetbiosFilterAction  

outputFilterPortTable 1.3.6.1.4.1.930.2.1.2.11.5
Output Filter Port Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OutputFilterPortEntry

outputFilterPortEntry 1.3.6.1.4.1.930.2.1.2.11.5.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OutputFilterPortEntry  

outputFilterPortCardNumber 1.3.6.1.4.1.930.2.1.2.11.5.1.1
The card number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

outputFilterPortPortNumber 1.3.6.1.4.1.930.2.1.2.11.5.1.2
The port number to which the filters apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

outputFilterPortIndex 1.3.6.1.4.1.930.2.1.2.11.5.1.3
A unique value for each filter group within the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

outputFilterPortStatus 1.3.6.1.4.1.930.2.1.2.11.5.1.4
The status of this filter port entry. Entries may be deleted by setting this object to invalid(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

outputFilterPortGroupName 1.3.6.1.4.1.930.2.1.2.11.5.1.5
The filter port group name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  GeneralFilterName