UCD-IPFWACC-MIB: View SNMP OID List / Download MIB

VENDOR: U.C. DAVIS, ECE DEPT. TOM


 Home MIB: UCD-IPFWACC-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ucdIpFwAccMIB 1.3.6.1.4.1.2021.13.1
This module defines MIB components for reading information from the accounting rules IP Firewall. This would typically let you read the rules and the counters. I did not include some flags and fields that I considered irrelevant for the accounting rules. Resetting the counters of the rules by SNMP would be simple, but I don't consider it so useful. I gave no consideration to implementing write access for allowing modification of the accounting rules. Cristian.Estan@net.utcluj.ro
     ipFwAccTable 1.3.6.1.4.1.2021.13.1.1 no-access
A table with the accounting rules of the IP firewall
         ipFwAccEntry 1.3.6.1.4.1.2021.13.1.1.1 no-access
An accounting rule of the IP firewall
             ipFwAccIndex 1.3.6.1.4.1.2021.13.1.1.1.1 integer32 read-only
Reference index for each firewall rule.
             ipFwAccSrcAddr 1.3.6.1.4.1.2021.13.1.1.1.2 ipaddress read-only
The source address in the firewall rule.
             ipFwAccSrcNetMask 1.3.6.1.4.1.2021.13.1.1.1.3 ipaddress read-only
The netmask of the source address in the firewall rule.
             ipFwAccDstAddr 1.3.6.1.4.1.2021.13.1.1.1.4 ipaddress read-only
The destination address in the firewall rule.
             ipFwAccDstNetMask 1.3.6.1.4.1.2021.13.1.1.1.5 ipaddress read-only
The netmask of the destination address in the firewall rule.
             ipFwAccViaName 1.3.6.1.4.1.2021.13.1.1.1.6 displaystring read-only
The name of the interface to which the rule applies. If no interface is associated with the present rule, this should contain a dash (-).
             ipFwAccViaAddr 1.3.6.1.4.1.2021.13.1.1.1.7 ipaddress read-only
The address of the interface to which the rule applies. Using this parameter makes sense when multiple addresses are associated to the same physical interface. If not defined for the current rule this should be set to 0.
             ipFwAccProto 1.3.6.1.4.1.2021.13.1.1.1.8 integer read-only
The protocol(s) to which the rule applies. Enumeration: 'all': 2, 'other': 1, 'icmp': 5, 'udp': 4, 'tcp': 3.
             ipFwAccBidir 1.3.6.1.4.1.2021.13.1.1.1.9 integer read-only
Whether the rule works in both directions (i.e. with the source and destination parts swapped) or not. Enumeration: 'bidirectional': 2, 'unidirectional': 1.
             ipFwAccDir 1.3.6.1.4.1.2021.13.1.1.1.10 integer read-only
Whether the rule applies to packets entering or exiting the kernel. Enumeration: 'both': 1, 'out': 3, 'in': 2.
             ipFwAccBytes 1.3.6.1.4.1.2021.13.1.1.1.11 counter32 read-only
The number of bytes that matched this rule since the last reset of the counters.
             ipFwAccPackets 1.3.6.1.4.1.2021.13.1.1.1.12 counter32 read-only
The number of packets that matched this rule since the last reset of the counters.
             ipFwAccNrSrcPorts 1.3.6.1.4.1.2021.13.1.1.1.13 integer32 read-only
The number of ports that refer to the source address.
             ipFwAccNrDstPorts 1.3.6.1.4.1.2021.13.1.1.1.14 integer32 read-only
The number of ports that refer to the destination address.
             ipFwAccSrcIsRange 1.3.6.1.4.1.2021.13.1.1.1.15 integer read-only
Interpret the first two ports of the source part as the upper and lower limit of an interval or not. Enumeration: 'srchasrange': 1, 'srchasnorange': 2.
             ipFwAccDstIsRange 1.3.6.1.4.1.2021.13.1.1.1.16 integer read-only
Interpret the first two ports of the destination part as the upper and lower limit of an interval or not. Enumeration: 'dsthasrange': 1, 'dsthasnorange': 2.
             ipFwAccPort1 1.3.6.1.4.1.2021.13.1.1.1.17 integer32 read-only
Port number 1.
             ipFwAccPort2 1.3.6.1.4.1.2021.13.1.1.1.18 integer32 read-only
Port number 2.
             ipFwAccPort3 1.3.6.1.4.1.2021.13.1.1.1.19 integer32 read-only
Port number 3.
             ipFwAccPort4 1.3.6.1.4.1.2021.13.1.1.1.20 integer32 read-only
Port number 4.
             ipFwAccPort5 1.3.6.1.4.1.2021.13.1.1.1.21 integer32 read-only
Port number 5.
             ipFwAccPort6 1.3.6.1.4.1.2021.13.1.1.1.22 integer32 read-only
Port number 6.
             ipFwAccPort7 1.3.6.1.4.1.2021.13.1.1.1.23 integer32 read-only
Port number 7.
             ipFwAccPort8 1.3.6.1.4.1.2021.13.1.1.1.24 integer32 read-only
Port number 8.
             ipFwAccPort9 1.3.6.1.4.1.2021.13.1.1.1.25 integer32 read-only
Port number 9.
             ipFwAccPort10 1.3.6.1.4.1.2021.13.1.1.1.26 integer32 read-only
Port number 10.