UCD-IPFWACC-MIB
- Registered at
- 1.3.6.1.4.1.2021.13.1
- Last updated
- 1999-12-16 00:00
- Organization
- University of California, Davis
- Revisions
- 1999-12-16 00:00
- Namespace
- netsnmp
- Source file
UCD-IPFWACC-MIB- Digest
sha256:9d53b4077f2aba8fd3f40c7367526abcb1d25069fcfe1433d004b2afb9a20b09
Description
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
Contact
This mib is no longer being maintained by the University of California and is now in life-support-mode and being maintained by the net-snmp project. The best place to write for public questions about the net-snmp-coders mailing list at net-snmp-coders@lists.sourceforge.net. postal: Wes Hardaker P.O. Box 382 Davis CA 95617 email: net-snmp-coders@lists.sourceforge.net
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| UCD-SNMP-MIB | ucdExperimental |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HCNUM-TC SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UCD-IPFWACC-MIB UCD-SNMP-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ipFwAccTable OBJECT-TYPE A table with the accounting rules of the IP firewall | 1.3.6.1.4.1.2021.13.1.1 | not-accessible | current | |
| ipFwAccEntry OBJECT-TYPE An accounting rule of the IP firewall | 1.3.6.1.4.1.2021.13.1.1.1 | not-accessible | current | |
| ipFwAccIndex OBJECT-TYPE Reference index for each firewall rule. | 1.3.6.1.4.1.2021.13.1.1.1.1 | Integer32 (0..2147483647) | read-only | current |
| ipFwAccSrcAddr OBJECT-TYPE The source address in the firewall rule. | 1.3.6.1.4.1.2021.13.1.1.1.2 | IpAddress | read-only | current |
| ipFwAccSrcNetMask OBJECT-TYPE The netmask of the source address in the firewall rule. | 1.3.6.1.4.1.2021.13.1.1.1.3 | IpAddress | read-only | current |
| ipFwAccDstAddr OBJECT-TYPE The destination address in the firewall rule. | 1.3.6.1.4.1.2021.13.1.1.1.4 | IpAddress | read-only | current |
| ipFwAccDstNetMask OBJECT-TYPE The netmask of the destination address in the firewall rule. | 1.3.6.1.4.1.2021.13.1.1.1.5 | IpAddress | read-only | current |
| ipFwAccViaName OBJECT-TYPE The name of the interface to which the rule applies. If no interface is associated with the present rule, this should contain a dash (-). | 1.3.6.1.4.1.2021.13.1.1.1.6 | DisplayString (SIZE(1..64)) | read-only | current |
| ipFwAccViaAddr OBJECT-TYPE 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. | 1.3.6.1.4.1.2021.13.1.1.1.7 | IpAddress | read-only | current |
| ipFwAccProto OBJECT-TYPE The protocol(s) to which the rule applies. | 1.3.6.1.4.1.2021.13.1.1.1.8 | INTEGER {other(1), all(2), tcp(3), udp(4), icmp(5)} | read-only | current |
| ipFwAccBidir OBJECT-TYPE Whether the rule works in both directions (i.e. with the source and destination parts swapped) or not. | 1.3.6.1.4.1.2021.13.1.1.1.9 | INTEGER {unidirectional(1), bidirectional(2)} | read-only | current |
| ipFwAccDir OBJECT-TYPE Whether the rule applies to packets entering or exiting the kernel. | 1.3.6.1.4.1.2021.13.1.1.1.10 | INTEGER {both(1), in(2), out(3)} | read-only | current |
| ipFwAccBytes OBJECT-TYPE The number of bytes that matched this rule since the last reset of the counters. | 1.3.6.1.4.1.2021.13.1.1.1.11 | Counter32 | read-only | current |
| ipFwAccPackets OBJECT-TYPE The number of packets that matched this rule since the last reset of the counters. | 1.3.6.1.4.1.2021.13.1.1.1.12 | Counter32 | read-only | current |
| ipFwAccNrSrcPorts OBJECT-TYPE The number of ports that refer to the source address. | 1.3.6.1.4.1.2021.13.1.1.1.13 | Integer32 | read-only | current |
| ipFwAccNrDstPorts OBJECT-TYPE The number of ports that refer to the destination address. | 1.3.6.1.4.1.2021.13.1.1.1.14 | Integer32 | read-only | current |
| ipFwAccSrcIsRange OBJECT-TYPE Interpret the first two ports of the source part as the upper and lower limit of an interval or not. | 1.3.6.1.4.1.2021.13.1.1.1.15 | INTEGER {srchasrange(1), srchasnorange(2)} | read-only | current |
| ipFwAccDstIsRange OBJECT-TYPE Interpret the first two ports of the destination part as the upper and lower limit of an interval or not. | 1.3.6.1.4.1.2021.13.1.1.1.16 | INTEGER {dsthasrange(1), dsthasnorange(2)} | read-only | current |
| ipFwAccPort1 OBJECT-TYPE Port number 1. | 1.3.6.1.4.1.2021.13.1.1.1.17 | Integer32 | read-only | current |
| ipFwAccPort2 OBJECT-TYPE Port number 2. | 1.3.6.1.4.1.2021.13.1.1.1.18 | Integer32 | read-only | current |
| ipFwAccPort3 OBJECT-TYPE Port number 3. | 1.3.6.1.4.1.2021.13.1.1.1.19 | Integer32 | read-only | current |
| ipFwAccPort4 OBJECT-TYPE Port number 4. | 1.3.6.1.4.1.2021.13.1.1.1.20 | Integer32 | read-only | current |
| ipFwAccPort5 OBJECT-TYPE Port number 5. | 1.3.6.1.4.1.2021.13.1.1.1.21 | Integer32 | read-only | current |
| ipFwAccPort6 OBJECT-TYPE Port number 6. | 1.3.6.1.4.1.2021.13.1.1.1.22 | Integer32 | read-only | current |
| ipFwAccPort7 OBJECT-TYPE Port number 7. | 1.3.6.1.4.1.2021.13.1.1.1.23 | Integer32 | read-only | current |
| ipFwAccPort8 OBJECT-TYPE Port number 8. | 1.3.6.1.4.1.2021.13.1.1.1.24 | Integer32 | read-only | current |
| ipFwAccPort9 OBJECT-TYPE Port number 9. | 1.3.6.1.4.1.2021.13.1.1.1.25 | Integer32 | read-only | current |
| ipFwAccPort10 OBJECT-TYPE Port number 10. | 1.3.6.1.4.1.2021.13.1.1.1.26 | Integer32 | read-only | current |