Usr-Filter-MIB

File: Usr-Filter-MIB.mib (7988 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
DisplayString common UsrConfigStatus
UsrFilterName

Defined Types

UsrFilterEntry  
SEQUENCE    
  usrFilterName UsrFilterName
  usrFilterStatus INTEGER
  usrFilterProtocols INTEGER
  usrFilterVerifyError DisplayString

Defined Values

usrFilter 1.3.6.1.4.1.429.4.16
The commWorks enterprise defined MIB objects for Filtering.
MODULE-IDENTITY    

usrFilterConfigFileName 1.3.6.1.4.1.429.4.16.1
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the Filter Manager process uses the default name `@file://filter.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrFilterCFMStatusFlag 1.3.6.1.4.1.429.4.16.2
Setting the value of this object to `save' causes the values of the SNMP Group to be written out to the current config file, which is stored in the usrFilterConfigFileName object. While the new ConfigFile is being written, the SNMP process will set the value of this flag to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) will result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrFilterTable 1.3.6.1.4.1.429.4.16.3
A table of packet filter names. The actual filter information is stored in an ASCII file in flash.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrFilterEntry

usrFilterEntry 1.3.6.1.4.1.429.4.16.3.1
The parameters for a packet filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrFilterEntry  

usrFilterName 1.3.6.1.4.1.429.4.16.3.1.1
The character name for this filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrFilterName  

usrFilterStatus 1.3.6.1.4.1.429.4.16.3.1.2
The status of this filter entry. Valid row entries in this table have the status field set to normal. The settable values are normal and delete. If the instance is not in the table and the status is normal, this will be an add operation. If the instance is in the table and the status is normal, this will be a modify operation. If the instance is in the table and the status is delete, this will be a delete operation. The values reading, verifying, and compiling are read-only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), delete(2), verify(3), reading(4), verifying(5), compiling(6), verifyFailed(7), starting(8)  

usrFilterProtocols 1.3.6.1.4.1.429.4.16.3.1.3
Packet filters can be created for the following protocols: BRIDGE, IP, IPX, AppleTalk, IP-RIP, IPX-RIP, IPX-SAP, ATALK-RTMP. There will be others in the future. This object uses the 32 bit integer as a bit field. A single filter specification may contain one or more protocols.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bridge(1), bridge-call(2), ip(4), ip-call(8), ipx(16), ipx-call(32), atalk(64), atalk-call(128), rip(256), xrip(512), sap(1024), rtmp(2048), zip(4096), access(8192), arap(16384)  

usrFilterVerifyError 1.3.6.1.4.1.429.4.16.3.1.4
The error string returned when a filter fails its verification process. Otherwise, this field is NULL.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrFilterPktLogFlag 1.3.6.1.4.1.429.4.16.4
A flag that controls the generation of syslog messages for filtered packets. all - all filtered packets will generate a syslog message. radius - the radius attribute, Filter-Log-Packet will control syslog message generation. off - no syslog messages will be generated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER all(1), radius(2), off(3)  

usrFilterPktLogSize 1.3.6.1.4.1.429.4.16.5
The size of a filtered packet that will be included in the actual syslog message. The default value is 0. NOTE: syslog can only handle 1028 bytes of ascii text, therefore packet data must converted from hex to ascii, thus reducing the maxium packet data size in half. When syslog begin and end strings are added it is further reduced to 493 bytes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..493  

usrFilterPktLogCount 1.3.6.1.4.1.429.4.16.6
The number of packets that were filtered and sent to syslog.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32