A3COM-SWITCHING-SYSTEMS-FILTER-MIB

File: A3COM-SWITCHING-SYSTEMS-FILTER-MIB.mib (30789 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE DisplayString
PhysAddress

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3ComFilterPortType  
INTEGER 1..5    

A3ComFilterAddressGroupEntry  
SEQUENCE    
  a3ComFilterAddressGroupId INTEGER
  a3ComFilterAddressGroupMaskId INTEGER
  a3ComFilterAddressGroupBridgeMask OCTET STRING
  a3ComFilterAddressGroupName DisplayString
  a3ComFilterAddressGroupStatus RowStatus

A3ComFilterAddressEntry  
SEQUENCE    
  a3ComFilterAddressId INTEGER
  a3ComFilterAddressAddress PhysAddress
  a3ComFilterAddressStatus RowStatus

A3ComFilterPortGroupEntry  
SEQUENCE    
  a3ComFilterPortGroupId INTEGER
  a3ComFilterPortGroupMaskId INTEGER
  a3ComFilterPortGroupBridgeNumber INTEGER
  a3ComFilterPortGroupName DisplayString
  a3ComFilterPortGroupStatus RowStatus

A3ComFilterPortEntry  
SEQUENCE    
  a3ComFilterPortId INTEGER
  a3ComFilterPortType A3ComFilterPortType
  a3ComFilterPortPort INTEGER
  a3ComFilterPortStatus RowStatus

A3ComBridgeFilterEntry  
SEQUENCE    
  a3ComBridgeFilterId INTEGER
  a3ComBridgeFilterBridgeNumber INTEGER
  a3ComBridgeFilterName DisplayString
  a3ComBridgeFilterProgram DisplayString
  a3ComBridgeFilterStatus RowStatus

A3ComPortFilterEntry  
SEQUENCE    
  a3ComPortFilterId INTEGER
  a3ComPortFilterBridgeNumber INTEGER
  a3ComPortFilterBridgePortType A3ComFilterPortType
  a3ComPortFilterBridgePortPort INTEGER
  a3ComPortFilterPktProcessPath INTEGER
  a3ComPortFilterStatus RowStatus

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

switchingSystemsMibs 1.3.6.1.4.1.43.29
OBJECT IDENTIFIER    

a3ComSwitchingSystemsMib 1.3.6.1.4.1.43.29.4
OBJECT IDENTIFIER    

a3ComFilterGroup 1.3.6.1.4.1.43.29.4.20
OBJECT IDENTIFIER    

a3ComFilterAddressGroup 1.3.6.1.4.1.43.29.4.20.1
OBJECT IDENTIFIER    

a3ComFilterPortGroup 1.3.6.1.4.1.43.29.4.20.2
OBJECT IDENTIFIER    

a3ComBridgeFilterGroup 1.3.6.1.4.1.43.29.4.20.3
OBJECT IDENTIFIER    

a3ComFilterAddressGroupNextAvailableIndex 1.3.6.1.4.1.43.29.4.20.1.1
The value of next available a3ComFilterAddressGroupId. This object is used for index value to create a new address group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComFilterAddressGroupCount 1.3.6.1.4.1.43.29.4.20.1.2
The count of defined address groups.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComFilterAddressGroupTable 1.3.6.1.4.1.43.29.4.20.1.3
A list of address group entries. A single entry exists in this list for each defined address group in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComFilterAddressGroupEntry

a3ComFilterAddressGroupEntry 1.3.6.1.4.1.43.29.4.20.1.3.1
An individual address group entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComFilterAddressGroupEntry  

a3ComFilterAddressGroupId 1.3.6.1.4.1.43.29.4.20.1.3.1.1
This object uniquely identifies an address group in the systems. Its value, successively increases starting from 0, will change only if the system is rebooted. This object is obtained from a3ComFilterAddressGroupNextAvailableIndex when a new address group is created.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComFilterAddressGroupMaskId 1.3.6.1.4.1.43.29.4.20.1.3.1.2
This object identifies an address group in a bridge. Each address group has an unique mask identifier, range from 1 to 32, associated with it in a bridge. This field has to be set in order to create a new address group in the desired bridge(s).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComFilterAddressGroupBridgeMask 1.3.6.1.4.1.43.29.4.20.1.3.1.3
A mask that uniquely identifies the bridge value(s) associated with this address group entry. For example, 0x0000 0000 0000 0003 represents the address group entry in bridge number 1 and 2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

a3ComFilterAddressGroupName 1.3.6.1.4.1.43.29.4.20.1.3.1.4
The name of an address group. Each address group has an unique name in a system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

a3ComFilterAddressGroupStatus 1.3.6.1.4.1.43.29.4.20.1.3.1.5
The status column for this address group entry. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) will result in the agent attempt to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. Setting this object to destroy(6) will delete the corresponding address group and all the attributes of the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComFilterAddressTable 1.3.6.1.4.1.43.29.4.20.1.4
A list of address entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComFilterAddressEntry

a3ComFilterAddressEntry 1.3.6.1.4.1.43.29.4.20.1.4.1
A set of parameters for a particular address entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComFilterAddressEntry  

a3ComFilterAddressId 1.3.6.1.4.1.43.29.4.20.1.4.1.1
This object uniquely identifies an address group as defined in a3ComFilterAddressGroupTable. It is obtained from a3ComFilterAddressGroupNextAvailableIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComFilterAddressAddress 1.3.6.1.4.1.43.29.4.20.1.4.1.2
The physical address of this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

a3ComFilterAddressStatus 1.3.6.1.4.1.43.29.4.20.1.4.1.3
The status column for this address group entry. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) will result in the agent attempt to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. When the state of the row translates to active(1), the agent add the corresponding address to the specified address group. Setting this object to destroy(6) will remove the corresponding address from the indicated address group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComFilterPortGroupNextAvailableIndex 1.3.6.1.4.1.43.29.4.20.2.1
The value of next available a3ComFilterPortGroupId. This object is used for index value to create a new port group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComFilterPortGroupCount 1.3.6.1.4.1.43.29.4.20.2.2
The count of defined port groups in the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComFilterPortGroupTable 1.3.6.1.4.1.43.29.4.20.2.3
A list of port group entries. A single entry exists in this list for each defined port group in the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComFilterPortGroupEntry

a3ComFilterPortGroupEntry 1.3.6.1.4.1.43.29.4.20.2.3.1
A set of parameters for an individual port group entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComFilterPortGroupEntry  

a3ComFilterPortGroupId 1.3.6.1.4.1.43.29.4.20.2.3.1.1
This object uniquely identifies a port group in the systems. Its value, successively increases starting from 0, will change only if the system is rebooted. This object is obtained from a3ComFilterPortGroupNextAvailableIndex when a new port group is created.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComFilterPortGroupMaskId 1.3.6.1.4.1.43.29.4.20.2.3.1.2
This object identifies a port group in a bridge. Each port group has an unique mask identifier, range from 1 to 32, associated with it in a bridge. This field has to be set in order to create a new port group in a bridge.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComFilterPortGroupBridgeNumber 1.3.6.1.4.1.43.29.4.20.2.3.1.3
The bridge index associated with this port group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComFilterPortGroupName 1.3.6.1.4.1.43.29.4.20.2.3.1.4
The name of this port group. This object has be unique in a system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

a3ComFilterPortGroupStatus 1.3.6.1.4.1.43.29.4.20.2.3.1.5
The status column for this port group entry. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) will result in the agent attempting to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. When the state of the row translates to active(1), the agent add the corresponding port to the specified port group. Setting this object to destroy(6) will remove the corresponding port group and its mask from the port group table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComFilterPortTable 1.3.6.1.4.1.43.29.4.20.2.4
A list of port entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComFilterPortEntry

a3ComFilterPortEntry 1.3.6.1.4.1.43.29.4.20.2.4.1
An individual port entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComFilterPortEntry  

a3ComFilterPortId 1.3.6.1.4.1.43.29.4.20.2.4.1.1
This object uniquely identify an address group in the systems. It successively increases starting from 1. This value is obtained through a3ComFilterPortGroupNextAvailableIndex when a new port group needs to be created.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComFilterPortType 1.3.6.1.4.1.43.29.4.20.2.4.1.2
This indicates interface port type(s) that are currently supported by LanPlex modules.
Status: mandatory Access: read-only
OBJECT-TYPE    
  A3ComFilterPortType  

a3ComFilterPortPort 1.3.6.1.4.1.43.29.4.20.2.4.1.3
The port on the bridge identified by port type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComFilterPortStatus 1.3.6.1.4.1.43.29.4.20.2.4.1.4
The status column for this port group entry. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) will result in the agent attempting to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. When the state of the row translates to active(1), the agent will add the corresponding port to the indicated port group. Setting this object to destroy(6) will remove this port from corresponding port group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComBridgeFilterNextAvailableIndex 1.3.6.1.4.1.43.29.4.20.3.1
The value of next available a3ComBridgeFilterId. This object indicates filter id when a new bridge filter is created through console or ftp download.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBridgeFilterCount 1.3.6.1.4.1.43.29.4.20.3.2
The count of stored bridge packet filter programs on the bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComBridgeFilterTable 1.3.6.1.4.1.43.29.4.20.3.3
The list of stored bridge packet filter programs on bridge(s), bridge port(s) and port processing path.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComBridgeFilterEntry

a3ComBridgeFilterEntry 1.3.6.1.4.1.43.29.4.20.3.3.1
The set of parameters for an individual bridge packet filter program.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComBridgeFilterEntry  

a3ComBridgeFilterId 1.3.6.1.4.1.43.29.4.20.3.3.1.1
An index that uniquely identifies a bridge filter in a system. Its value will change only if the system is rebooted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComBridgeFilterBridgeNumber 1.3.6.1.4.1.43.29.4.20.3.3.1.2
The bridge index associated with this bridge filter program.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComBridgeFilterName 1.3.6.1.4.1.43.29.4.20.3.3.1.3
The filter name associated with this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(32)  

a3ComBridgeFilterProgram 1.3.6.1.4.1.43.29.4.20.3.3.1.4
The bridge filter program.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(255)  

a3ComBridgeFilterStatus 1.3.6.1.4.1.43.29.4.20.3.3.1.5
The status column for this filter definition entry. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Creation of bridge filter programs can be performed by: 1. Using the build-in editor of the AdminConsole. 2. Using your own line on an external host, and transferring the filter program via the AdminConsole. 3. Using the filter program creation tool on an external host, which builds the filter and transfers it to the LANPlex using SNMP. The transfer is accomplished using the file transfer MIB in the LANPlex system MIB. Setting this object to createAndGo(4) will result in the agent attempting to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. When the state of the row translates to active(1), the agent will add the corresponding filter to the specified packet processing path(s) of the bridge port(s) in a bridge. Setting this object to destroy(6) will remove all corresponding attributes of the filter table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComPortFilterTable 1.3.6.1.4.1.43.29.4.20.3.4
The list of stored bridge packet filter programs on bridge(s), bridge port(s) and port processing path.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComPortFilterEntry

a3ComPortFilterEntry 1.3.6.1.4.1.43.29.4.20.3.4.1
The set of parameters for an individual bridge packet filter program.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComPortFilterEntry  

a3ComPortFilterId 1.3.6.1.4.1.43.29.4.20.3.4.1.1
An index that uniquely identifies a bridge filter on the bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComPortFilterBridgeNumber 1.3.6.1.4.1.43.29.4.20.3.4.1.2
The bridge index associated with this bridge filter program.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComPortFilterBridgePortType 1.3.6.1.4.1.43.29.4.20.3.4.1.3
This indicates interface port type(s) that are currently supported by LanPlex modules.
Status: mandatory Access: read-only
OBJECT-TYPE    
  A3ComFilterPortType  

a3ComPortFilterBridgePortPort 1.3.6.1.4.1.43.29.4.20.3.4.1.4
The port on the bridge identified by this row's a3ComPortFilterBridgeNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

a3ComPortFilterPktProcessPath 1.3.6.1.4.1.43.29.4.20.3.4.1.5
The packet processing path to apply the filter. The value is a bit mask defined as follows: Mask Value Path Description 0x1 Xmit All All frames xmitted to segment connected to the port 0x2 Xmit Multicast Multicast+broadcast frames xmitted to the segment connected to the port 0x4 Recv All All frame received by the port from the segment connected to the port 0x8 Recv Multicast Multicast+broadcast frames received by the port from the segement connected to the port. If mask value is set to 0x10, the packet filter will be loaded to both transmit multicast and receive multicast paths. Once a bridge filter program has been downloaded to a bridge port path, this object can be applied to change its value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

a3ComPortFilterStatus 1.3.6.1.4.1.43.29.4.20.3.4.1.6
The status column for this filter definition entry. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) netReady(3). Creation of bridge filter programs can be performed by: 1. Using the build-in editor of the AdminConsole. 2. Using your own line on an external host, and transferring the filter program via the AdminConsole. 3. Using the filter program creation tool on an external host, which builds the filter and transfers it to the LANPlex using SNMP. The transfer is accomplished using the file transfer MIB in the LANPlex system MIB. Setting this object to active(1) is only valid when the current status is active or notInService(2). Setting this object to createAndGo(4) will result in the agent attempt to create and commit the row based on the contents of the objects in the row. If all the necessary information is presented in the row and the values are acceptible to the agent, the agent will change the status to active(1). If there are any necessary objects are not set, the agent will reject the creation request. Setting this object to createAndWait(5) will cause the agent to create a row in this table. This object will change to notInService(2) if all the information is present in the row and the values are acceptible to the agent; otherwise, the agent will set the status to notReady(3). When the state of the row translates to active(1), the agent will add the corresponding filter to the specified packet processing path(s) of the bridge port(s) in a bridge. Setting this object to destroy(6) will remove all corresponding attributes of the filter table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus