JUNIPER-FIREWALL-MIB

File: JUNIPER-FIREWALL-MIB.mib (9582 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
DisplayString jnxMibs

Defined Types

JnxFirewallsEntry  
SEQUENCE    
  jnxFWFilter DisplayString
  jnxFWCounter DisplayString
  jnxFWType INTEGER
  jnxFWPackets Counter64
  jnxFWBytes Counter64

JnxFirewallCounterEntry  
SEQUENCE    
  jnxFWCounterFilterName DisplayString
  jnxFWCounterName DisplayString
  jnxFWCounterType INTEGER
  jnxFWCounterPacketCount Counter64
  jnxFWCounterByteCount Counter64
  jnxFWCounterDisplayFilterName DisplayString
  jnxFWCounterDisplayName DisplayString
  jnxFWCounterDisplayType INTEGER

JnxFWCntrXEntry  
SEQUENCE    
  jnxFWCntrPolicerOfferedPktCount Counter64
  jnxFWCntrPolicerOfferedByteCount Counter64
  jnxFWCntrPolicerOutSpecPktCount Counter64
  jnxFWCntrPolicerOutSpecByteCount Counter64
  jnxFWCntrPolicerTxPktCount Counter64
  jnxFWCntrPolicerTxByteCount Counter64

Defined Values

jnxFirewalls 1.3.6.1.4.1.2636.3.5
This is Juniper Networks' implementation of enterprise specific MIB for firewalls filters/policers.
MODULE-IDENTITY    

jnxFirewallsTable 1.3.6.1.4.1.2636.3.5.1
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)
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxFirewallsEntry

jnxFirewallsEntry 1.3.6.1.4.1.2636.3.5.1.1
An entry of firewalls table.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxFirewallsEntry  

jnxFWFilter 1.3.6.1.4.1.2636.3.5.1.1.1
The name of the firewall filter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..24)  

jnxFWCounter 1.3.6.1.4.1.2636.3.5.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..24)  

jnxFWType 1.3.6.1.4.1.2636.3.5.1.1.3
The type of the object jnxFWCounter. What it is associated with a counter, policer or Hier policer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)  

jnxFWPackets 1.3.6.1.4.1.2636.3.5.1.1.4
The number of packets being counted pertaining to the specified counter or policer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWBytes 1.3.6.1.4.1.2636.3.5.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFirewallCounterTable 1.3.6.1.4.1.2636.3.5.2
A list of firewall filter counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxFirewallCounterEntry

jnxFirewallCounterEntry 1.3.6.1.4.1.2636.3.5.2.1
An entry of firewalls table.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxFirewallCounterEntry  

jnxFWCounterFilterName 1.3.6.1.4.1.2636.3.5.2.1.1
The name of the firewall filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..127)  

jnxFWCounterName 1.3.6.1.4.1.2636.3.5.2.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..127)  

jnxFWCounterType 1.3.6.1.4.1.2636.3.5.2.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)  

jnxFWCounterPacketCount 1.3.6.1.4.1.2636.3.5.2.1.4
The number of packets being counted pertaining to the specified counter or policer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCounterByteCount 1.3.6.1.4.1.2636.3.5.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCounterDisplayFilterName 1.3.6.1.4.1.2636.3.5.2.1.6
The name of the firewall filter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

jnxFWCounterDisplayName 1.3.6.1.4.1.2636.3.5.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

jnxFWCounterDisplayType 1.3.6.1.4.1.2636.3.5.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), counter(2), policer(3), hpolagg(4), hpolpre(5)  

jnxFWCntrXTable 1.3.6.1.4.1.2636.3.5.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxFWCntrXEntry

jnxFWCntrXEntry 1.3.6.1.4.1.2636.3.5.3.1
An entry of extended firewall table.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxFWCntrXEntry  

jnxFWCntrPolicerOfferedPktCount 1.3.6.1.4.1.2636.3.5.3.1.1
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCntrPolicerOfferedByteCount 1.3.6.1.4.1.2636.3.5.3.1.2
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCntrPolicerOutSpecPktCount 1.3.6.1.4.1.2636.3.5.3.1.3
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCntrPolicerOutSpecByteCount 1.3.6.1.4.1.2636.3.5.3.1.4
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCntrPolicerTxPktCount 1.3.6.1.4.1.2636.3.5.3.1.5
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxFWCntrPolicerTxByteCount 1.3.6.1.4.1.2636.3.5.3.1.6
Status: current Access: read-only
OBJECT-TYPE    
  Counter64