JUNIPER-NAT-MIB

File: JUNIPER-NAT-MIB.mib (14320 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-TC
INET-ADDRESS-MIB JUNIPER-SMI

Imported symbols

Gauge32 Integer32 Unsigned32
NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
InterfaceIndex DateAndTime DisplayString
InetAddressType InetAddress InetAddressIPv4
jnxSvcsMibRoot

Defined Types

JnxSrcNatStatsEntry  
SEQUENCE    
  jnxNatSrcPoolName DisplayString
  jnxNatSrcXlatedAddrType INTEGER
  jnxNatSrcPoolType INTEGER
  jnxNatSrcNumPortAvail Unsigned32
  jnxNatSrcNumPortInuse Unsigned32
  jnxNatSrcNumAddressAvail Unsigned32
  jnxNatSrcNumAddressInUse Unsigned32
  jnxNatSrcNumSessions Unsigned32

JnxNatRuleEntry  
SEQUENCE    
  jnxNatRuleName DisplayString
  jnxNatRuleType INTEGER
  jnxNatRuleTransHits Unsigned32

JnxNatPoolEntry  
SEQUENCE    
  jnxNatPoolName DisplayString
  jnxNatPoolType INTEGER
  jnxNatPoolTransHits Unsigned32

Defined Values

jnxNatMIB 1.3.6.1.4.1.2636.3.59.1
This module defines the object that are used to monitor network address translation attributes.
MODULE-IDENTITY    

jnxNatNotifications 1.3.6.1.4.1.2636.3.59.1.0
OBJECT IDENTIFIER    

jnxNatObjects 1.3.6.1.4.1.2636.3.59.1.1
OBJECT IDENTIFIER    

jnxNatTrapVars 1.3.6.1.4.1.2636.3.59.1.2
OBJECT IDENTIFIER    

jnxSrcNatStatsTable 1.3.6.1.4.1.2636.3.59.1.1.1
This table exposes the source NAT translation attributes of the translated addresses. When performing source IP address translation, the services pic translates the original source IP address and/or port number to different one. The resource, address source pools provide the service pic with a supply of addresses from which to draw when performing source network address translation. This table contains information on source IP address translation only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxSrcNatStatsEntry

jnxSrcNatStatsEntry 1.3.6.1.4.1.2636.3.59.1.1.1.1
Source NAT address entries. It is indexed by the address pool table and the address allocated.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxSrcNatStatsEntry  

jnxNatSrcPoolName 1.3.6.1.4.1.2636.3.59.1.1.1.1.1
The name of dynamic source IP address pool. This is the address pool where the translated address is allocated from.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..64)  

jnxNatSrcXlatedAddrType 1.3.6.1.4.1.2636.3.59.1.1.1.1.2
The type of dynamic source IP address allocated from the address pool used in the NAT translation. For NAT MIB, supporting ipv4(1) and ipv6(2) only.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2)  

jnxNatSrcPoolType 1.3.6.1.4.1.2636.3.59.1.1.1.1.3
Source NAT can do address translation with or without port translation. The source port pool type indicates whether the address translation is done with port or without the port, or if it is a static translation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic-napt(2), dynamic-nat(3), basic-nat44(11), dynamic-nat44(12), napt-44(13), dnat-44(14), stateful-nat64(15), stateless-nat64(16), basic-nat-pt(17), napt-pt(18), basic-nat66(19), stateless-nat66(20), napt-66(21), twice-napt-44(22), twice-basic-nat-44(23), twice-dynamic-nat-44(24), det-napt44(25), sd-napt44(26)  

jnxNatSrcNumPortAvail 1.3.6.1.4.1.2636.3.59.1.1.1.1.4
The number of ports available with this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatSrcNumPortInuse 1.3.6.1.4.1.2636.3.59.1.1.1.1.5
The number of ports in use for this NAT address entry. This attribute is only applicable to translation with port translation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatSrcNumAddressAvail 1.3.6.1.4.1.2636.3.59.1.1.1.1.6
The total number of addresses available in this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatSrcNumAddressInUse 1.3.6.1.4.1.2636.3.59.1.1.1.1.7
The number of addresses in use from this pool. This attribute is only applicable to pools used with source dynamic translations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatSrcNumSessions 1.3.6.1.4.1.2636.3.59.1.1.1.1.8
The number of sessions are in use based on this NAT address entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatRuleTable 1.3.6.1.4.1.2636.3.59.1.1.2
This table monitors NAT rule hits
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxNatRuleEntry

jnxNatRuleEntry 1.3.6.1.4.1.2636.3.59.1.1.2.1
NAT rule hit entries. It is indexed by the rule index
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxNatRuleEntry  

jnxNatRuleName 1.3.6.1.4.1.2636.3.59.1.1.2.1.1
NAT rule name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..128)  

jnxNatRuleType 1.3.6.1.4.1.2636.3.59.1.1.2.1.2
NAT types: Static Source, Static Destination, Dynamic Source and NAPT
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static-source(1), static-destination(2), dynamic-source(3), napt(4), basic-nat44(11), dynamic-nat44(12), napt-44(13), dnat-44(14), stateful-nat64(15), stateless-nat64(16), basic-nat-pt(17), napt-pt(18), basic-nat66(19), stateless-nat66(20), napt-66(21), twice-napt-44(22), twice-basic-nat-44(23), twice-dynamic-nat-44(24), det-napt44(25), sd-napt44(26)  

jnxNatRuleTransHits 1.3.6.1.4.1.2636.3.59.1.1.2.1.3
The number of hits on this NAT rule
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatPoolTable 1.3.6.1.4.1.2636.3.59.1.1.3
This table monitors NAT pool hits
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxNatPoolEntry

jnxNatPoolEntry 1.3.6.1.4.1.2636.3.59.1.1.3.1
NAT pool hit entries. It is indexed by the pool index
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxNatPoolEntry  

jnxNatPoolName 1.3.6.1.4.1.2636.3.59.1.1.3.1.1
NAT Pool name
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..64)  

jnxNatPoolType 1.3.6.1.4.1.2636.3.59.1.1.3.1.2
NAT types: Static Source, Static Destination, Dynamic Source and NAPT
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static-source(1), static-destination(2), dynamic-source(3), napt(4), basic-nat44(11), dynamic-nat44(12), napt-44(13), dnat-44(14), stateful-nat64(15), stateless-nat64(16), basic-nat-pt(17), napt-pt(18), basic-nat66(19), stateless-nat66(20), napt-66(21), twice-napt-44(22), twice-basic-nat-44(23), twice-dynamic-nat-44(24), det-napt44(25), sd-napt44(26)  

jnxNatPoolTransHits 1.3.6.1.4.1.2636.3.59.1.1.3.1.3
The number of hits on this NAT Pool
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxNatAddrPoolUtil 1.3.6.1.4.1.2636.3.59.1.2.1
The dynamic address pool utilization in terms of number of ports utilized.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..100  

jnxNatTrapSrcPoolName 1.3.6.1.4.1.2636.3.59.1.2.2
Source NAT Pool name who issues trap
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..64)  

jnxNatAddrPoolThresholdStatus 1.3.6.1.4.1.2636.3.59.1.0.1
The Source NAT address pool utilization threshold status trap signifies that the address pool utilization is either exceeds threshold value, or clear of that value. jnxNatTrapPoolName is the name of the resource pool jnxNatAddrPoolUtil is the number of ports utilized of the address pool.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE