USR-FILTER-MIB: View SNMP OID List / Download MIB
VENDOR: UTSTARCOM INCORPORATED
Home | MIB: USR-FILTER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
usrFilter | 1.3.6.1.4.1.429.4.16 |
The commWorks enterprise defined MIB objects for Filtering. |
||
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. |
||
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. |
||
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. |
||
1.3.6.1.4.1.429.4.16.3.1 |
The parameters for a packet filter. |
|||
usrFilterName | 1.3.6.1.4.1.429.4.16.3.1.1 |
The character name for this filter. |
||
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. |
||
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. |
||
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. |
||
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. |
||
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. |
||
usrFilterPktLogCount | 1.3.6.1.4.1.429.4.16.6 |
The number of packets that were filtered and sent to syslog. |