ARTEM-COMPOINT-FILTER-MIB

File: ARTEM-COMPOINT-FILTER-MIB.mib (13487 bytes)

Imported modules

RFC1213-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

ifIndex OBJECT-GROUP NOTIFICATION-GROUP
enterprises IpAddress Integer32
Counter32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY NOTIFICATION-TYPE TruthValue
MacAddress RowStatus TEXTUAL-CONVENTION

Defined Types

ArtemFilterProcessing  
This type represents the available method for artem filter processing. forward(1) - All frames are forwarded (no filtering takes place). discard(2) - All frames are discarded and none are forwarded. filterMAC(3) - Frames are filtered by applying MAC filtering rules. arpProcess(4) - Special processing for ARP requests if artemFilterArpTranslation is enabled.
TEXTUAL-CONVENTION    
  INTEGER forward(1), discard(2), filterMAC(3), arpProcess(4)  

ArtemFilterProtocolEntry  
SEQUENCE    
  artemFilterProtocolRowStatus RowStatus
  artemFilterProtocolType INTEGER
  artemFilterProtocolProcessing ArtemFilterProcessing

ArtemFilterMACEntry  
SEQUENCE    
  artemFilterMACIndex INTEGER
  artemFilterMACRowStatus RowStatus
  artemFilterMACState INTEGER
  artemFilterMACSourceAddress MacAddress
  artemFilterMACDestAddress MacAddress

ArtemFilterMACDestIfEntry  
SEQUENCE    
  artemFilterMACDestIfRowStatus RowStatus

Defined Values

artem 1.3.6.1.4.1.4280
Funkwerk Enterprise Communications MIB file that provides additional attributes not covered by standard MIBs for for layer-2 protocol and MAC address-based filtering functionality in artem products.
MODULE-IDENTITY    

artemFilter 1.3.6.1.4.1.4280.7
Definitions and attributes for layer-2 protocol and MAC address-based filtering.
Status: current Access: read-write
OBJECT-IDENTITY    

artemFilterArpTranslation 1.3.6.1.4.1.4280.7.1
This attribute reflects the enable state of special ARP processing for access point functionality. If ARP processing is enabled, all ARP packets from associated clients are forwarded, disregarding all other filterung rules. ARP requests for associated clients are translated from MAC multicast to MAC unicast frames. All other ARP requests (not for associated clients) are filtered. In the artemFilterProtocolTable, a special rule is created with protocol of ARP (0x0806) and state of arpProcess. This entry cannot be modified.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

artemFilterDefaultProcessing 1.3.6.1.4.1.4280.7.2
This attribute defines the default processing rule for all the protocols which have no specific actions defined.
Status: current Access: read-write
OBJECT-TYPE    
  ArtemFilterProcessing  

artemFilterProtocolTable 1.3.6.1.4.1.4280.7.3
Table of protocol type based filtering rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArtemFilterProtocolEntry

artemFilterProtocolEntry 1.3.6.1.4.1.4280.7.3.1
An entry in artemFilterProtocolTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArtemFilterProtocolEntry  

artemFilterProtocolRowStatus 1.3.6.1.4.1.4280.7.3.1.1
Auxiliary variable for creation of new object instances and/or the deletion of existing object instances.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

artemFilterProtocolType 1.3.6.1.4.1.4280.7.3.1.2
This attribute holds the ethernet protocol type this rule matches. Protocol type examples: 0x0800 IP 0x0806 ARP 0x0bad Banyan VINES IP
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

artemFilterProtocolProcessing 1.3.6.1.4.1.4280.7.3.1.3
This rule defines what to do with frames that match the rule in the current table row. forward(1) - All frames are forwarded (no filtering takes place). discard(2) - All frames are discarded and none are forwarded. filterMAC(3) - Frames are filtered by applying MAC filtering rules, according to artemFilterMACTable. arpProcess(4) - Special processing for ARP requests if artemFilterArpTranslation is enabled. Note that rules with type arpProcess(4) are automatically generated by the system according to artemFilterArpTranslation and cannot be directly modified by the user in any form.
Status: current Access: read-create
OBJECT-TYPE    
  ArtemFilterProcessing  

artemFilterMACTable 1.3.6.1.4.1.4280.7.4
Table of MAC address based filtering rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArtemFilterMACEntry

artemFilterMACEntry 1.3.6.1.4.1.4280.7.4.1
An entry in artemFilterMACTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArtemFilterMACEntry  

artemFilterMACIndex 1.3.6.1.4.1.4280.7.4.1.1
The auxiliary variable used to identify instances of the columnar objects in the artemFilterMACTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

artemFilterMACRowStatus 1.3.6.1.4.1.4280.7.4.1.2
Auxiliary variable for creation of new object instances and/or the deletion of existing object instances.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

artemFilterMACState 1.3.6.1.4.1.4280.7.4.1.3
This attribute defines the state of the filtering rule in the corresponding table row. disabled(0) - This rule is inactive. enabled(1) - This rule is active and currrently in use for filtering. conflict(2) - This rule conflicts with another table row and has been inactivated. This state cannot be modified by writing this attribute, but rather is changed by the system to 'disabled(0)' as soon as the conflict has been resolved. invalid(3) - This rule has some invalid entries and has been inactivated. This state cannot be modified by writing this attribute, but rather is changed by the system to 'disabled(0)' as soon as the invalid entry has been corrected.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1), conflict(2), invalid(3)  

artemFilterMACSourceAddress 1.3.6.1.4.1.4280.7.4.1.4
This attribute defines the source MAC address the filtering rule checks for. The following MAC address values have special meaning: 0xff0000000000 - matches packets originating from the Compoint itself. 0x000000000000 - matches all packets. 0xffffff__0000 - matches packets originating from the interface with a given ifIndex that is encoded at the '_' marked places.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

artemFilterMACDestAddress 1.3.6.1.4.1.4280.7.4.1.5
This attribute defines the destination MAC address the filtering rule checks for. The following MAC address values have special meaning: 0x010000000000 - matches any multicast packet. 0x01005E800000 - matches any IP multicast packet.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

artemFilterMACDestIfTable 1.3.6.1.4.1.4280.7.5
This table contains the destination interfaces for each rule in the artemFilterMACTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArtemFilterMACDestIfEntry

artemFilterMACDestIfEntry 1.3.6.1.4.1.4280.7.5.1
An entry in artemFilterMACDestPortsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArtemFilterMACDestIfEntry  

artemFilterMACDestIfRowStatus 1.3.6.1.4.1.4280.7.5.1.1
Auxiliary variable for creation of new object instances and/or the deletion of existing object instances.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

artemFilterGroup 1.3.6.1.4.1.4280.7.7
parameters not covered in standard 802.11 MIB.
Status: current Access: read-create
OBJECT-GROUP