JUNIPER-FIREWALL-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.5
- Last updated
- 2016-01-23 15:53
- Organization
- Juniper Networks, Inc.
- Revisions
- 2016-01-23 15:53
- Namespace
- juniper
- Source file
JUNIPER-FIREWALL-MIB- Digest
sha256:1149bb954a5aac92df63fb7cd5fda995ef8f257d00ab6e9fd72cbb80d7e1952e
Description
This is Juniper Networks' implementation of enterprise specific MIB for firewalls filters/policers.
Contact
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net
Imports
| From | Symbols |
|---|---|
| JUNIPER-SMI | jnxMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
JUNIPER-FIREWALL-MIB JUNIPER-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxFirewallsTable OBJECT-TYPE A list of firewalls entries. NOTE: This table is deprecated and exists for backward compatibility. The user is encouraged to use jnxFirewallCounterTable. This table does not handle: 1) counter and filter names greater than 24 characters 2) counters with same names but different types (the first duplicate is returned only) | 1.3.6.1.4.1.2636.3.5.1 | not-accessible | deprecated | |
| jnxFirewallsEntry OBJECT-TYPE An entry of firewalls table. | 1.3.6.1.4.1.2636.3.5.1.1 | not-accessible | current | |
| jnxFWFilter OBJECT-TYPE The name of the firewall filter. | 1.3.6.1.4.1.2636.3.5.1.1.1 | DisplayString (SIZE(0..24)) | read-only | current |
| jnxFWCounter OBJECT-TYPE The name of the counter, policer or Hier policer. This name is specific within the firewall filter. Whether this object is associated with a counter, policer or a Hier policer is indicated by jnxFWType. See DESCRIPTION of jnxFirewallsTable for details on this assumption. | 1.3.6.1.4.1.2636.3.5.1.1.2 | DisplayString (SIZE(0..24)) | read-only | current |
| jnxFWType OBJECT-TYPE The type of the object jnxFWCounter. What it is associated with a counter, policer or Hier policer. | 1.3.6.1.4.1.2636.3.5.1.1.3 | INTEGER {other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)} | read-only | current |
| jnxFWPackets OBJECT-TYPE The number of packets being counted pertaining to the specified counter or policer. | 1.3.6.1.4.1.2636.3.5.1.1.4 | Counter64 | read-only | current |
| jnxFWBytes OBJECT-TYPE The number of bytes being counted pertaining to the specified counter. For policers, this field is always zero because policers do not count number of bytes. | 1.3.6.1.4.1.2636.3.5.1.1.5 | Counter64 | read-only | current |
| jnxFirewallCounterTable OBJECT-TYPE A list of firewall filter counters. | 1.3.6.1.4.1.2636.3.5.2 | not-accessible | current | |
| jnxFirewallCounterEntry OBJECT-TYPE An entry of firewalls table. | 1.3.6.1.4.1.2636.3.5.2.1 | not-accessible | current | |
| jnxFWCounterFilterName OBJECT-TYPE The name of the firewall filter. | 1.3.6.1.4.1.2636.3.5.2.1.1 | DisplayString (SIZE(0..127)) | not-accessible | current |
| jnxFWCounterName OBJECT-TYPE The name of the counter, policer or Hier policer. This name is specific within the firewall filter. Whether this object is associated with a counter, policer or a Hier policer is indicated by jnxFWCounterType. | 1.3.6.1.4.1.2636.3.5.2.1.2 | DisplayString (SIZE(0..127)) | not-accessible | current |
| jnxFWCounterType OBJECT-TYPE The type of the object jnxFWCounterName identifies. What it is associated with - a counter, policer or Hier policer. It is possible to have two counters of the same name and different type. | 1.3.6.1.4.1.2636.3.5.2.1.3 | INTEGER {other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)} | not-accessible | current |
| jnxFWCounterPacketCount OBJECT-TYPE The number of packets being counted pertaining to the specified counter or policer. | 1.3.6.1.4.1.2636.3.5.2.1.4 | Counter64 | read-only | current |
| jnxFWCounterByteCount OBJECT-TYPE The number of bytes being counted pertaining to the specified counter. For policers, this field is always zero because policers do not count number of bytes. | 1.3.6.1.4.1.2636.3.5.2.1.5 | Counter64 | read-only | current |
| jnxFWCounterDisplayFilterName OBJECT-TYPE The name of the firewall filter. | 1.3.6.1.4.1.2636.3.5.2.1.6 | DisplayString (SIZE(0..127)) | read-only | current |
| jnxFWCounterDisplayName OBJECT-TYPE The name of the counter, policer or Hier policer. Whether this object is associated with a counter, policer or Hier policer is indicated by jnxFWCounterType. | 1.3.6.1.4.1.2636.3.5.2.1.7 | DisplayString (SIZE(0..127)) | read-only | current |
| jnxFWCounterDisplayType OBJECT-TYPE The type of the object jnxFWCounterName identifies. What it is associated with - a counter, policer or Hier policer. It is possible to have two counters of the same name and different type. | 1.3.6.1.4.1.2636.3.5.2.1.8 | INTEGER {other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)} | read-only | current |
| jnxFWCntrXTable OBJECT-TYPE An extended list of firewall filter counters. This table maintains the additional statistics for the additional policer counters and is only supported on MX platform for now. | 1.3.6.1.4.1.2636.3.5.3 | not-accessible | current | |
| jnxFWCntrXEntry OBJECT-TYPE An entry of extended firewall table. | 1.3.6.1.4.1.2636.3.5.3.1 | not-accessible | current | |
| jnxFWCntrPolicerOfferedPktCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.1 | Counter64 | read-only | current |
| jnxFWCntrPolicerOfferedByteCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.2 | Counter64 | read-only | current |
| jnxFWCntrPolicerOutSpecPktCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.3 | Counter64 | read-only | current |
| jnxFWCntrPolicerOutSpecByteCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.4 | Counter64 | read-only | current |
| jnxFWCntrPolicerTxPktCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.5 | Counter64 | read-only | current |
| jnxFWCntrPolicerTxByteCount OBJECT-TYPE | 1.3.6.1.4.1.2636.3.5.3.1.6 | Counter64 | read-only | current |