Usr-Filter-MIB
AI MIB Summary
The Usr-Filter-MIB provides vendor-specific management objects for configuring and monitoring packet filtering rules and access control lists on commWorks network hardware. It exposes metrics related to filter rule states, hit counts, and drop statistics to enable granular traffic control analysis.
The commWorks enterprise defined MIB objects for Filtering.
Main OID:
usrFilter.1.3.6.1.4.1.77.1.1.16
13
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
13 total| Object Name |
|---|
usrFilterThe commWorks enterprise defined MIB objects
for Filtering. MODULE-IDENTITY .1.3.6.1.4.1.77.1.1.16 |
IMPORTSThe commWorks enterprise defined MIB objects
for Filtering. Unknown .1.3.6.1.4.1.77.1.1.16 |
usrFilterConfigFileNameThe 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'.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.16.1 |
usrFilterCFMStatusFlagSetting 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.rw UsrConfigStatus .1.3.6.1.4.1.77.1.1.16.2 |
usrFilterTableA table of packet filter names. The actual filter
information is stored in an ASCII file in flash. SEQUENCE OF UsrFilterEntry .1.3.6.1.4.1.77.1.1.16.3 |
usrFilterEntryThe parameters for a packet filter. UsrFilterEntry .1.3.6.1.4.1.77.1.1.16.3.1 |
usrFilterNameThe character name for this filter. UsrFilterName .1.3.6.1.4.1.77.1.1.16.3.1.1 |
usrFilterStatusThe 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.rw Enumeration .1.3.6.1.4.1.77.1.1.16.3.1.2 |
usrFilterProtocolsPacket 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.ro Enumeration .1.3.6.1.4.1.77.1.1.16.3.1.3 |
usrFilterVerifyErrorThe error string returned when a filter fails its verification
process. Otherwise, this field is NULL.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.16.3.1.4 |
usrFilterPktLogFlagA 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.rw Enumeration .1.3.6.1.4.1.77.1.1.16.4 |
usrFilterPktLogSizeThe 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.rw Integer32 .1.3.6.1.4.1.77.1.1.16.5 |
usrFilterPktLogCountThe number of packets that were filtered and sent to syslog.ro Integer32 .1.3.6.1.4.1.77.1.1.16.6 |