JUNIPER-JS-NAT-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.39.1.7.1
- Last updated
- 2013-01-05 10:22
- Organization
- Juniper Networks, Inc.
- Revisions
- 2007-04-13 20:22, 2012-03-01 11:22, 2013-01-05 10:22, 2018-07-10 10:22
- Namespace
- juniper
- Source file
JUNIPER-JS-NAT-MIB- Digest
sha256:e0deb8c6bb578a6f5ef726153f4ba187a228bc5f88d6b0f29b5c270b0dd47ef6
Description
This module defines the object that are used to monitor network address translation attributes.
Contact
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net HTTP://www.juniper.net
Imports
| From | Symbols |
|---|---|
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressIPv4, InetAddressType |
| JUNIPER-JS-SMI | jnxJsNAT |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DateAndTime, 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.
IANAifType-MIB IF-MIB INET-ADDRESS-MIB JUNIPER-JS-NAT-MIB JUNIPER-JS-SMI JUNIPER-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxJsNatNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.7.1.0 | |||
| jnxJsNatObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.7.1.1 | |||
| jnxJsSrcNatNumOfEntries OBJECT-TYPE Total number of dynamic addresses being translated. jnxJsSrcNatNumOfEntries provides the total number of entries in the jnxJsSrcNatTable. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.1 | Gauge32 | read-only | current |
| jnxJsSrcNatTable OBJECT-TYPE This table exposes the source NAT translation attributes of the translated addresses. When performing source IP address translation, the device translates the original source IP address and/or port number to different one. The resource, address source pools provide the security device with a supply of addresses from which to draw when performing source network address translation. The security device has the following types of source pools: - source pool with PAT (Port Address Translation) - source pool without PAT - Static Source Pool This table contains information on source IP address translation only. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2 | not-accessible | deprecated | |
| jnxJsSrcNatEntry OBJECT-TYPE Source NAT address entries. It is indexed by the address pool table and the address allocated. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1 | not-accessible | deprecated | |
| jnxJsNatSrcIpPoolName OBJECT-TYPE The name of dynamic source IP address pool. This is the address pool where the translated address is allocated from. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.1 | DisplayString (SIZE(1..32)) | accessible-for-notify | deprecated |
| jnxJsNatSrcGlobalAddr OBJECT-TYPE The name of dynamic source IP address allocated from the address pool used in the NAT translation. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.2 | InetAddressIPv4 | not-accessible | deprecated |
| jnxJsNatSrcPortPoolType OBJECT-TYPE Source NAT can do address translation with or without port address translation (PAT). 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. withPAT(Source Pool with PAT): the security device translates both source IP address and port number of the packets withoutPAT (Source Pool without PAT): the device performs source network address translation for the IP address without performing port address translation (PAT) for the source port number. Static translation means that one range of IP addresses is statically mapped one to one to a shifted range of IP addresses. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.3 | INTEGER {withPAT(1), withoutPAT(2), static(3)} | read-only | deprecated |
| jnxJsNatSrcNumOfPortInuse OBJECT-TYPE The number of ports in use for this NAT address entry. This attribute is only applicable to NAT translation with PAT. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.4 | INTEGER | read-only | deprecated |
| jnxJsNatSrcNumOfSessions OBJECT-TYPE The number of sessions are in use based on this NAT address entry. This attribute is only applicable to NAT translation without PAT. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.5 | INTEGER | read-only | deprecated |
| jnxJsNatSrcAssocatedIf OBJECT-TYPE The index of interface associated with this NAT address entry. This is an unique value, greater than zero, for each interface. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.2.1.6 | InterfaceIndex | read-only | deprecated |
| jnxJsNatIfSrcPoolPortTable OBJECT-TYPE This table monitors the port usage of the NAT interface source IP address pool. Interface source pool is pre-defined. This source pool is referenced in a policy it is configured. The security device translates the source IP address to the address of the egress interface for the traffic matching a policy which references interface source pool. The security device always applies port address translation (PAT) for interface source pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3 | not-accessible | current | |
| jnxJsNatIfSrcPoolPortEntry OBJECT-TYPE Source NAT address entries. It is indexed by the address pool table and the address. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1 | not-accessible | current | |
| jnxJsNatIfSrcPoolIndex OBJECT-TYPE The index of the port pool of this address pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.1 | INTEGER (0..2147483647) | not-accessible | current |
| jnxJsNatIfSrcPoolTotalSinglePorts OBJECT-TYPE The total number of single ports in a port pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.2 | INTEGER | read-only | current |
| jnxJsNatIfSrcPoolAllocSinglePorts OBJECT-TYPE The number of single ports in a port pool allocated or inuse. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.3 | INTEGER | read-only | current |
| jnxJsNatIfSrcPoolTotalTwinPorts OBJECT-TYPE The total number of twin ports in a port pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.4 | INTEGER | read-only | current |
| jnxJsNatIfSrcPoolAllocTwinPorts OBJECT-TYPE The number of twin ports in a port pool allocated or inuse. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.3.1.5 | INTEGER | read-only | current |
| jnxJsSrcNatStatsTable OBJECT-TYPE This table exposes the source NAT translation attributes of the translated addresses. When performing source IP address translation, the device translates the original source IP address and/or port number to different one. The resource, address source pools provide the security device with a supply of addresses from which to draw when performing source network address translation. The security device has the following types of source pools: - source pool with PAT (Port Address Translation) - source pool without PAT - Static Source Pool This table contains information on source IP address translation only. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4 | not-accessible | current | |
| jnxJsSrcNatStatsEntry OBJECT-TYPE Source NAT address entries. It is indexed by the address pool table and the address allocated. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1 | not-accessible | current | |
| jnxJsNatSrcPoolName OBJECT-TYPE The name of dynamic source IP address pool. This is the address pool where the translated address is allocated from. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.1 | DisplayString (SIZE(1..32)) | accessible-for-notify | current |
| jnxJsNatSrcXlatedAddrType OBJECT-TYPE 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. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.2 | INTEGER {ipv4(1), ipv6(2)} | read-only | current |
| jnxJsNatSrcXlatedAddr OBJECT-TYPE The name of dynamic source IP address allocated from the address pool used in the NAT translation. For NAT MIB, supporting IPv4 and IPv6 address only. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.3 | InetAddress | not-accessible | current |
| jnxJsNatSrcPoolType OBJECT-TYPE Source NAT can do address translation with or without port address translation (PAT). 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. withPAT(Source Pool with PAT): the security device translates both source IP address and port number of the packets withoutPAT (Source Pool without PAT): the device performs source network address translation for the IP address without performing port address translation (PAT) for the source port number. Static translation means that one range of IP addresses is statically mapped one to one to a shifted range of IP addresses. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.4 | INTEGER {withPAT(1), withoutPAT(2), static(3)} | read-only | current |
| jnxJsNatSrcNumPortInuse OBJECT-TYPE The number of ports in use for this NAT address entry. This attribute is only applicable to NAT translation with PAT. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.5 | INTEGER | read-only | current |
| jnxJsNatSrcNumSessions OBJECT-TYPE The number of sessions are in use based on this NAT address entry. This attribute is only applicable to NAT translation without PAT. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.6 | INTEGER | read-only | current |
| jnxJsNatSrcNumPortAvail OBJECT-TYPE The number of ports available with this pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.7 | Counter32 | read-only | current |
| jnxJsNatSrcNumAddressAvail OBJECT-TYPE The total number of addresses available in this pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.8 | Counter32 | read-only | current |
| jnxJsNatSrcNumAddressInuse OBJECT-TYPE The number of addresses in use from this pool. This attribute is only applicable to pools used with source dynamic translations. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.4.1.9 | Counter32 | read-only | current |
| jnxJsNatRuleTable OBJECT-TYPE This table monitors NAT rule hits | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5 | not-accessible | current | |
| jnxJsNatRuleEntry OBJECT-TYPE NAT rule hit entries. It is indexed by the rule index | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1 | not-accessible | current | |
| jnxJsNatRuleName OBJECT-TYPE NAT rule name | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.1 | DisplayString (SIZE(1..32)) | read-only | current |
| jnxJsNatRuleType OBJECT-TYPE NAT types: Source, Destination and Static | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.2 | INTEGER {source(1), destination(2), static(3)} | read-only | current |
| jnxJsNatRuleTransHits OBJECT-TYPE The number of hits on this NAT rule, Deprecated to avoid negative value. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.3 | INTEGER | read-only | deprecated |
| jnxJsNatRuleHits OBJECT-TYPE The number of hits on this NAT rule to deprecate jnxJsNatRuleTransHits | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.4 | Counter32 | read-only | current |
| jnxJsNatRuleNumOfSessions OBJECT-TYPE The number of sessions on this NAT rule | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.5 | Counter32 | read-only | current |
| jnxJsNatTransType OBJECT-TYPE The Translation type of this NAT rule | 1.3.6.1.4.1.2636.3.39.1.7.1.1.5.1.6 | INTEGER {trans-type-none(10), basic-nat-pt(11), basic-nat44(12), basic-nat66(13), det-napt44(14), dynamic-nat44(15), napt-44(16), napt-66(17), napt-pt(18), det-napt64(19), stateful-nat464(20), stateful-nat64(21), dnat-44(22)} | read-only | current |
| jnxJsNatPoolTable OBJECT-TYPE This table monitors NAT pool hits | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6 | not-accessible | current | |
| jnxJsNatPoolEntry OBJECT-TYPE NAT pool hit entries. It is indexed by the pool index | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1 | not-accessible | current | |
| jnxJsNatPoolName OBJECT-TYPE NAT Pool name | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.1 | DisplayString (SIZE(1..32)) | read-only | current |
| jnxJsNatPoolType OBJECT-TYPE NAT types: Source, Destination and Static | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.2 | INTEGER {source(1), destination(2), static(3)} | read-only | current |
| jnxJsNatPoolTransHits OBJECT-TYPE The number of hits on this NAT Pool, Deprecated to avoid negative value. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.3 | INTEGER | read-only | deprecated |
| jnxJsNatPoolHits OBJECT-TYPE The number of hits on this NAT Pool to deprecate jnxJsNatPoolTransHits. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.4 | Counter32 | read-only | current |
| jnxJsNatPoolUtil OBJECT-TYPE The dynamic pool utilization in percentage. | 1.3.6.1.4.1.2636.3.39.1.7.1.1.6.1.5 | INTEGER (0..100) | read-only | current |
| jnxJsNatTrapVars OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.7.1.2 | |||
| jnxJsNatAddrPoolUtil OBJECT-TYPE The dynamic address pool utilization in percentage. | 1.3.6.1.4.1.2636.3.39.1.7.1.2.1 | Integer32 (0..100) | accessible-for-notify | current |
| jnxJsNatTrapPoolName OBJECT-TYPE Source NAT Pool name who issues trap | 1.3.6.1.4.1.2636.3.39.1.7.1.2.2 | DisplayString (SIZE(1..32)) | accessible-for-notify | current |
| jnxJsNatPatPoolUtil OBJECT-TYPE The dynamic pat pool utilization in percentage. | 1.3.6.1.4.1.2636.3.39.1.7.1.2.3 | Integer32 (0..100) | accessible-for-notify | current |
| jnxJsNatTrapRuleName OBJECT-TYPE NAT rule name | 1.3.6.1.4.1.2636.3.39.1.7.1.2.4 | DisplayString (SIZE(1..32)) | accessible-for-notify | current |
| jnxJsNatTrapRuleType OBJECT-TYPE NAT types: Source, Destination and Static | 1.3.6.1.4.1.2636.3.39.1.7.1.2.5 | INTEGER {source(1), destination(2), static(3)} | accessible-for-notify | current |
| jnxJsNatTrapRuleNumOfSessions OBJECT-TYPE The number of sessions | 1.3.6.1.4.1.2636.3.39.1.7.1.2.6 | Integer32 | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| jnxJsNatAddrPoolThresholdStatus NOTIFICATION-TYPE The NAT address pool untilization threshold status trap signifies that the address pool utilization is either exceeds certain percentage, or clear of that percentage. jnxJsNatSrcIpPoolName is the name of the resource pool jnxJsNatAddrPoolUtil is the percentage of utilization of the address pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.0.1 | deprecated |
| jnxJsSrcNatPoolThresholdStatus NOTIFICATION-TYPE The Source NAT pool untilization threshold status trap signifies that the address pool or PAT utilization is either exceeds certain percentage, or clear of that percentage. jnxJsNatTrapPoolName is the name of source pool jnxJsNatAddrPoolUtil is the percentage of utilization of the address pool. jnxJsNatPatPoolUtil is the percentage of utilization of the pat pool. | 1.3.6.1.4.1.2636.3.39.1.7.1.0.2 | current |
| jnxJsNatRuleThresholdStatus NOTIFICATION-TYPE The NAT rule session count threshold status trap signifies that the number of sessions is either exceeds certain threshold, or clear of that threshold. jnxJsNatTrapRuleName is the name of rule jnxJsNatTrapRuleType is the type of rule. jnxJsNatTrapRuleConcurrentHits is the session count of that rule. | 1.3.6.1.4.1.2636.3.39.1.7.1.0.3 | current |