All MIBs › ENTERASYS-NAT-MIB
Organization: Enterasys Networks, Inc
Last Updated: 2010-06-02
Category: Technology: VPN, Vendor: Enterasys/Cabletron
Description: Enterasys Networks proprietary MIB for configuring and monitoring NAT (Network Address Translation) on Enterasys devices.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is ENTERASYS-NAT-MIB?
ENTERASYS-NAT-MIB is an Enterasys Networks proprietary MIB module for configuring and monitoring Network Address Translation (NAT) functionality on Enterasys routing/switching devices. It exposes NAT resource-consumption data covering address pools, translation rules (static and list-based), port maps, and the live NAT binding table. Its primary monitoring value is tracking software resource exhaustion: current, high-water, deleted, and total binding counts, plus explicit counters for bindings that were exhausted, hit a configured maximum, or failed due to no available IP address. There is no explicit dependency on another standard MIB stated in the module, though it complements standard IP-forwarding and interface MIBs used alongside NAT. It is typically deployed on Enterasys edge routers or Layer 3 switches performing address translation between private and public address space, and network teams generally perform an ENTERASYS-NAT-MIB download from vendor documentation before adding these NAT counters to their monitoring system.
IPNetwork Monitor allows you to monitor SNMP objects defined in ENTERASYS-NAT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Enterasys/Extreme Networks routers and Layer 3 switches
Monitoring Examples
An admin would poll etsysNatStatsBindingsCurrent against etsysNatStatsBindingsHigh to see how close the device's NAT table is to historical peak usage, and watch etsysNatStatsBindingsExhausted and etsysNatStatsBindingsMaxReached for signs the translation table is full. A rising etsysNatStatsBindingsNoIpAddr count would reveal that clients are failing to get a translated address because the configured pool is depleted. Tracking etsysNatStatsPoolsUsed and etsysNatStatsPortMapsUsed alongside etsysNatStatsStaticRulesUsed helps confirm which resource is the bottleneck.
What Can Be Monitored
- NAT pool utilization
- static/list rule usage
- current and peak NAT bindings
- exhausted/max-reached binding events
- port map usage
- failed translations due to no IP address
This MIB depends on
Related MIBs
Imported Objects
From ENTERASYS-MIB-NAMES
| etsysModules | OBJECT-IDENTITY |
From IF-MIB
| InterfaceIndexOrZero |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressPrefixLength | |
| InetAddressType | |
| InetPortNumber | |
| InetVersion |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DateAndTime | |
| RowStatus | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using etsysNatStatsBindingsDeleted OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| IPt etsysNatBindingAddressType | 1.3.6.1.4.1.5624.1.2.75.2.5.1.3 | InetAddressType | read-only | The Internet Protocol version. The value of this property affects the size and format of: etsysNatBindingForwardSrcIp, etsysNatBindingForwardDstIp, etsysNatBindingReverseSrcIp and etsysNatBindingReverseDstIp objects. |
| INT etsysNatBindingAlgType | 1.3.6.1.4.1.5624.1.2.75.2.5.1.15 | INTEGER | read-only | This object contains the NAT ALG Binding type. - `none', indicates that this NAT binding is not an ALG binding. - `ftpctrl', indicates that this NAT binding is a FTP control binding. - `ftpdata, indicates that this NAT binding is a FTP data binding. - `tftpctrl', indicates that this NAT binding is a TFTP control binding. - `icmpecho', indicates that this NAT binding is an ICMP echo binding. |
| T/F etsysNatBindingClear | 1.3.6.1.4.1.5624.1.2.75.2.5.1.24 | TruthValue | read-write | Setting this object to a value of true(1) will cause this etsysNatBindingEntry to be deleted from the etsysNatBindingTable if the corresponding etsysNatBindingRuleType is 'dynamic(2)' or 'dynamicReserved(4)' otherwise the binding entry will not be deleted. Setting this object to a value of false(2) has no effect. This object will always return a value of false(2). |
| DAT etsysNatBindingCreationDate | 1.3.6.1.4.1.5624.1.2.75.2.5.1.20 | DateAndTime | read-only | The creation date / time for this NAT binding entry. |
| etsysNatBindingEntry | 1.3.6.1.4.1.5624.1.2.75.2.5.1 | not-accessible | An entry in the etsysNatBindingTable defining an active NAT binding. The etsysNatBindingEntry defines the runtime characteristics of a NAT binding. | |
| DAT etsysNatBindingExpirationDate | 1.3.6.1.4.1.5624.1.2.75.2.5.1.21 | DateAndTime | read-only | The expiration date / time for this NAT binding entry. If the NAT binding expire time (etsysNatBindingExpireTime) is '0' there is no expiration date and this object will return the current date / time. |
| U32 etsysNatBindingExpireTime | 1.3.6.1.4.1.5624.1.2.75.2.5.1.23 | Unsigned32 | read-only | The number of idle seconds left before this NAT binding entry will age out. A value of '0' indicates that this NAT binding will not age out. |
| IP etsysNatBindingForwardDstIp | 1.3.6.1.4.1.5624.1.2.75.2.5.1.6 | InetAddress | read-only | The forward destination IP address for this NAT binding entry. |
| INE etsysNatBindingForwardDstPort | 1.3.6.1.4.1.5624.1.2.75.2.5.1.7 | InetPortNumber | read-only | The forward destination port for this NAT binding entry. This value is only meaningful if the etsysNatBindingProtocol is set to tcp(6) or udp(17) otherwise this object will return a value of '0'. |
| IP etsysNatBindingForwardSrcIp | 1.3.6.1.4.1.5624.1.2.75.2.5.1.4 | InetAddress | read-only | The forward source IP address for this NAT binding entry. |
| INE etsysNatBindingForwardSrcPort | 1.3.6.1.4.1.5624.1.2.75.2.5.1.5 | InetPortNumber | read-only | The forward source port for this NAT binding entry. This value is only meaningful if the etsysNatBindingProtocol is set to tcp(6) or udp(17) otherwise this object will return a value of '0'. |
| U32 etsysNatBindingFtpDataChannelCount | 1.3.6.1.4.1.5624.1.2.75.2.5.1.16 | Unsigned32 | read-only | This object contains the NAT Binding FTP Data channel. This value is only significant if the etsysNatBindingAlgType is ftpctrl(2), otherwise this object will return a value of '0'. |
| G32 etsysNatBindingHWConns | 1.3.6.1.4.1.5624.1.2.75.2.5.1.19 | Gauge32 | read-only | This object contains the total number of hardware connections currently active using this NAT binding. |
| U32 etsysNatBindingIcmpFwdIdent | 1.3.6.1.4.1.5624.1.2.75.2.5.1.17 | Unsigned32 | read-only | This object contains the NAT Binding ICMP Forward ID. This value is only significant if the etsysNatBindingAlgType is icmpecho(5), otherwise this object will return a value of '0'. |
| U32 etsysNatBindingIcmpRevIdent | 1.3.6.1.4.1.5624.1.2.75.2.5.1.18 | Unsigned32 | read-only | This object contains the NAT Binding ICMP Reverse ID. This value is only significant if the etsysNatBindingAlgType is icmpecho(5), otherwise this object will return a value of '0'. |
| U32 etsysNatBindingId | 1.3.6.1.4.1.5624.1.2.75.2.5.1.1 | Unsigned32 | not-accessible | This value is a unique NAT binding identifier assigned by NAT during binding creation. |
| U32 etsysNatBindingIdleTime | 1.3.6.1.4.1.5624.1.2.75.2.5.1.22 | Unsigned32 | read-only | The consecutive number of seconds this NAT binding entry has been idle. |
| STR etsysNatBindingPoolName | 1.3.6.1.4.1.5624.1.2.75.2.5.1.13 | SnmpAdminString | read-only | This object contains the name of the NAT Pool (etsysNatPoolName) associated with this NAT binding. |
| I32 etsysNatBindingProtocol | 1.3.6.1.4.1.5624.1.2.75.2.5.1.14 | Integer32 | read-only | This object contains the NAT Binding protocol type. A value of '0' indicates that the protocol type is 'any'. Common IP Protocol values are TCP(6) and UDP(17). |
| IP etsysNatBindingReverseDstIp | 1.3.6.1.4.1.5624.1.2.75.2.5.1.10 | InetAddress | read-only | The reverse NAT destination IP address for this NAT binding entry. |
| INE etsysNatBindingReverseDstPort | 1.3.6.1.4.1.5624.1.2.75.2.5.1.11 | InetPortNumber | read-only | The reverse NAT destination port for this NAT binding entry. This value is only meaningful if the etsysNatBindingProtocol is set to tcp(6) or udp(17) otherwise this object will return a value of '0'. |
| IP etsysNatBindingReverseSrcIp | 1.3.6.1.4.1.5624.1.2.75.2.5.1.8 | InetAddress | read-only | The reverse NAT source IP address for this NAT binding entry. |
| INE etsysNatBindingReverseSrcPort | 1.3.6.1.4.1.5624.1.2.75.2.5.1.9 | InetPortNumber | read-only | The reverse NAT source port for this NAT binding entry. This value is only meaningful if the etsysNatBindingProtocol is set to tcp(6) or udp(17) otherwise this object will return a value of '0'. |
| INT etsysNatBindingRuleType | 1.3.6.1.4.1.5624.1.2.75.2.5.1.12 | INTEGER | read-only | This object contains the NAT Binding Rule type. - `static', indicates that the NAT binding is static. - `dynamic', indicates that the NAT binding is dynamic. - `staticReserved', indicates that the NAT binding is static (reserved). - `dynamicReserved', indicates that the NAT binding is dynamic (reserved). |
| INT etsysNatBindingState | 1.3.6.1.4.1.5624.1.2.75.2.5.1.2 | INTEGER | read-only | This object contains the state of the binding. - `init', indicates this binding is initializing. - `syncing', indicates this binding is syncing. - `waitroute', indicates this binding is in a wait route state. - `established', indicates this binding is established. |
| etsysNatBindingTable | 1.3.6.1.4.1.5624.1.2.75.2.5 | not-accessible | A table of entries defining active NAT bindings. | |
| etsysNatConformance | 1.3.6.1.4.1.5624.1.2.75.3 | |||
| etsysNatGlobal | 1.3.6.1.4.1.5624.1.2.75.1 | |||
| etsysNatGlobalIpv4Config | 1.3.6.1.4.1.5624.1.2.75.1.2 | |||
| etsysNatGlobalStats | 1.3.6.1.4.1.5624.1.2.75.1.1 | |||
| U32 etsysNatIpv4ConfigDnsTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.9 | Unsigned32 | read-write | This object contains the NAT IPv4 DNS idle translation timeout value. |
| U32 etsysNatIpv4ConfigFinRstTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.11 | Unsigned32 | read-write | The timeout value after TCP FIN/RST observed on IPv4 NAT bindings. Setting a value of '0' results in this feature being disabled. |
| INT etsysNatIpv4ConfigFinRstTimeoutHalfClosedStatus | 1.3.6.1.4.1.5624.1.2.75.1.2.12 | INTEGER | read-write | This object indicates if the IPv4 TCP FIN/RST timeout will apply to bindings only when the hardware connections have aged out. - `disabled', indicates the IPv4 TCP FIN/RST timeout does not apply to half closed bindings. - `enabled', indicates the IPv4 TCP FIN/RST timeout applies to half closed bindings. |
| INE etsysNatIpv4ConfigFtpCtrlPort | 1.3.6.1.4.1.5624.1.2.75.1.2.3 | InetPortNumber | read-write | This object contains the NAT IPv4 FTP control port. |
| U32 etsysNatIpv4ConfigFtpTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.8 | Unsigned32 | read-write | This object contains the NAT IPv4 FTP idle translation timeout value. |
| U32 etsysNatIpv4ConfigIcmpTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.10 | Unsigned32 | read-write | This object contains the NAT IPv4 ICMP idle translation timeout value. |
| INT etsysNatIpv4ConfigInspectDNS | 1.3.6.1.4.1.5624.1.2.75.1.2.2 | INTEGER | read-write | This object contains the state of NAT IPv4 Inspect/Fix up DNS. NAT DNS packet inspection and fix up consists of parsing DNS request or response packets, identifying IP addresses contained within that may need to be NAT'ed, and fixing up the DNS packet with the appropriate NAT translations. - `disabled', NAT does not inspect DNS packets that are being forwarded by the NAT process. - `enabled', NAT inspects DNS packets that are being forwarded by the NAT process. |
| INT etsysNatIpv4ConfigLogTranslations | 1.3.6.1.4.1.5624.1.2.75.1.2.1 | INTEGER | read-write | This object contains the state of NAT IPv4 Translations logging. - `disabled', a log message will not be generated when a NAT binding is either created or deleted. - `enabled', a log message will be generated when a NAT binding is either created or deleted. |
| U32 etsysNatIpv4ConfigMaxEntries | 1.3.6.1.4.1.5624.1.2.75.1.2.4 | Unsigned32 | read-write | This object contains the maximum number of NAT IPv4 Translation entries. A value of '0' indicates that there is no limit. |
| U32 etsysNatIpv4ConfigTcpTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.7 | Unsigned32 | read-write | This object contains the NAT IPv4 TCP idle translation timeout value. |
| U32 etsysNatIpv4ConfigTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.5 | Unsigned32 | read-write | This object contains the general NAT IPv4 idle translation timeout value. |
| U32 etsysNatIpv4ConfigUdpTimeout | 1.3.6.1.4.1.5624.1.2.75.1.2.6 | Unsigned32 | read-write | This object contains the NAT IPv4 UDP idle translation timeout value. |
| G32 etsysNatListRuleConns | 1.3.6.1.4.1.5624.1.2.75.2.3.1.9 | Gauge32 | read-only | The current number of active NAT connections established on this NAT List rule entry. |
| INT etsysNatListRuleDirection | 1.3.6.1.4.1.5624.1.2.75.2.3.1.2 | INTEGER | not-accessible | This value identifies if this NAT List rule is associated with an 'inside' or 'outside' network. |
| etsysNatListRuleEntry | 1.3.6.1.4.1.5624.1.2.75.2.3.1 | not-accessible | An entry in the etsysNatListRuleTable containing the operational characteristics of a NAT List rule. A NAT List rule defines the operational characteristics for the forming of dynamic address bindings from a pre-configured address pool (etsysNatPoolName) of public outside addresses and a pre-configured access-list (etsysNatListRuleName) of local inside addresses. | |
| C32 etsysNatListRuleHits | 1.3.6.1.4.1.5624.1.2.75.2.3.1.10 | Counter32 | read-only | The total number of hits this NAT List rule entry has received. |
| NUM etsysNatListRuleIfIndex | 1.3.6.1.4.1.5624.1.2.75.2.3.1.7 | InterfaceIndexOrZero | read-create | The outside NAT List rule interface index used for this NAT List rule entry. A value of '0' indicates that this List Rule would apply to 'any' interface. This value must be set with the row status set that creates the entry. The value may not be changed after the row is created. |
| INE etsysNatListRuleInetVersion | 1.3.6.1.4.1.5624.1.2.75.2.3.1.1 | InetVersion | not-accessible | The Internet address version of the NAT List rule. The value of etsysNatListRuleInetVersion must be consistent with the value of etsysNatPoolAddressType defined by the etsysNatPoolName associated with this etsysNatListRuleEntry. |
| STR etsysNatListRuleInsideVrfName | 1.3.6.1.4.1.5624.1.2.75.2.3.1.5 | SnmpAdminString | not-accessible | This object contains the unique name of the Inside VRF for cross VRF NAT for this NAT List rule. |
| INT etsysNatListRuleMatchType | 1.3.6.1.4.1.5624.1.2.75.2.3.1.3 | INTEGER | not-accessible | This value identifies if this NAT List rule is associated with a 'source' or 'destination' packet. |
| STR etsysNatListRuleName | 1.3.6.1.4.1.5624.1.2.75.2.3.1.4 | SnmpAdminString | not-accessible | This object contains the unique name of the access-list of IP addresses to translate for the inside source address defined by this NAT List rule. |
| T/F etsysNatListRuleOverloaded | 1.3.6.1.4.1.5624.1.2.75.2.3.1.8 | TruthValue | read-create | This entry indicates if this NAT List rule entry will be overloaded enabling Network Address Port Translation (NAPT). This value must be set with the row status set that creates the entry. The value may not be changed after the row is created. |
| STR etsysNatListRulePoolName | 1.3.6.1.4.1.5624.1.2.75.2.3.1.6 | SnmpAdminString | read-create | This object contains the unique name of the NAT Pool. This value must be set with the row status set that creates the entry. The value may not be changed after the row is created. |
| ROW etsysNatListRuleRowStatus | 1.3.6.1.4.1.5624.1.2.75.2.3.1.11 | RowStatus | read-create | This object permits management of the table by facilitating actions such as row creation and deletion. The value of this object has no effect on whether other objects in the conceptual row can be modified. The only allowable row status of this conceptual row in the table are: active(1) - The NAT List rule entry is available for use in NAT operations. createAndGo(4) - This is the preferred mechanism for creating conceptual rows in this table. A valid createAndGo requires an active(1) etsysNatPoolName be provided for the etsysNatListRulePoolName. If the list rule leaves: etsysNatListRuleIfIndex or etsysNatListRuleOverloaded are to be set, then can only be set at create time. Sets to these leaves: etsysNatListRulePoolName, etsysNatListRuleIfIndex, etsysNatListRuleOverloaded Will not be accepted after the entry is created. Errors resulting from an invalid configuration will result in the row not being created. There are no other writable leaves so a successful createAndGo will always transition a new entry to the active(1) state. destroy(6) - This will remove the etsysNatListRuleEntry from the etsysNatListRuleTable and make it unavailable for NAT operations. |
| etsysNatListRuleTable | 1.3.6.1.4.1.5624.1.2.75.2.3 | not-accessible | A table of entries defining the operational characteristics of NAT Lists rules. | |
| etsysNatMIB | 1.3.6.1.4.1.5624.1.2.75 | The Enterasys Networks Proprietary MIB module for entities implementing NAT. | ||
| etsysNatMIBCompliance | 1.3.6.1.4.1.5624.1.2.75.3.2.1 | The compliance statement for implementation of the Router Application Services NAT functionality. | ||
| etsysNatMIBCompliances | 1.3.6.1.4.1.5624.1.2.75.3.2 | |||
| etsysNatMIBGlobalIpv4ConfigGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.2 | The information group for NAT IPv4 global resources and operations. | ||
| etsysNatMIBGlobalStatsGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.1 | The information group for NAT global resources and operations. | ||
| etsysNatMIBGroups | 1.3.6.1.4.1.5624.1.2.75.3.1 | |||
| etsysNatMIBNatBindingTableGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.7 | The information group for NAT bindings. | ||
| etsysNatMIBNatListRuleTableGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.5 | The information group for NAT List rule configurations. | ||
| etsysNatMIBNatPoolTableGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.4 | The information group for NAT Pool configurations. | ||
| etsysNatMIBNatStaticRuleTableGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.6 | The information group for NAT static rule configurations. | ||
| etsysNatMIBTranslationProtocolRulesTableGroup | 1.3.6.1.4.1.5624.1.2.75.3.1.3 | The information group for NAT global IPv4 Translation Protocol Rules configuration. | ||
| G32 etsysNatPoolAddrAlloc | 1.3.6.1.4.1.5624.1.2.75.2.2.1.9 | Gauge32 | read-only | The total number of IP addresses allocated for this NAT Pool entry. |
| G32 etsysNatPoolAddrCount | 1.3.6.1.4.1.5624.1.2.75.2.2.1.7 | Gauge32 | read-only | The total number of IP addresses assigned to this NAT Pool entry. |
| IPt etsysNatPoolAddressType | 1.3.6.1.4.1.5624.1.2.75.2.2.1.1 | InetAddressType | not-accessible | The Internet Protocol version. The value of this property affects the size and format of: etsysNatPoolFirstIpAddr, etsysNatPoolLastIpAddr, and etsysNatPoolNextIpAddr. All objects must be of the same INET Address Type. |
| G32 etsysNatPoolAddrUsed | 1.3.6.1.4.1.5624.1.2.75.2.2.1.8 | Gauge32 | read-only | The total number of IP addresses in use for this NAT Pool entry. |
| G32 etsysNatPoolConns | 1.3.6.1.4.1.5624.1.2.75.2.2.1.13 | Gauge32 | read-only | The current number of active NAT connections established using this NAT Pool entry. |
| etsysNatPoolEntry | 1.3.6.1.4.1.5624.1.2.75.2.2.1 | not-accessible | An entry in the etsysNatPoolTable containing the operational characteristics of a NAT Pool. A NAT Pool defines a range of public (outside) IP addresses defining this NAT pool and is identified by etsysNatPoolName. | |
| IP etsysNatPoolFirstIpAddr | 1.3.6.1.4.1.5624.1.2.75.2.2.1.3 | InetAddress | read-create | The assigned IP address represents the first IP address in the range for this NAT Pool entry. |
| C32 etsysNatPoolHits | 1.3.6.1.4.1.5624.1.2.75.2.2.1.14 | Counter32 | read-only | The total number of hits this NAT Pool has received. |
| IP etsysNatPoolLastIpAddr | 1.3.6.1.4.1.5624.1.2.75.2.2.1.4 | InetAddress | read-create | The assigned IP address represents the last IP address in the range for this NAT Pool entry. |
| G32 etsysNatPoolListRulesCount | 1.3.6.1.4.1.5624.1.2.75.2.2.1.15 | Gauge32 | read-only | The total number of List Rules (etsysNatListPoolName) configured using this Nat Pool entry. |
| G32 etsysNatPoolLsnatVservers | 1.3.6.1.4.1.5624.1.2.75.2.2.1.16 | Gauge32 | read-only | The number of Virtual Servers (etsysLsnatVserverSourceNatPool) using this Nat Pool. |
| STR etsysNatPoolName | 1.3.6.1.4.1.5624.1.2.75.2.2.1.2 | SnmpAdminString | not-accessible | This object contains the unique name of the NAT Pool. |
| IP etsysNatPoolNextIpAddr | 1.3.6.1.4.1.5624.1.2.75.2.2.1.6 | InetAddress | read-only | The Next NAT IP address that the pool is due to assign to a dynamic translation binding |
| C32 etsysNatPoolOutOfAddrs | 1.3.6.1.4.1.5624.1.2.75.2.2.1.10 | Counter32 | read-only | The number of times an allocation of a Pool entry failed because there were no available NAT IP addresses for this NAT Pool entry. |
| C32 etsysNatPoolOutOfPorts | 1.3.6.1.4.1.5624.1.2.75.2.2.1.12 | Counter32 | read-only | The number of times an allocation of a Pool entry failed because there were no available NAT Port Maps for this NAT Pool entry. |
| G32 etsysNatPoolPortAlloc | 1.3.6.1.4.1.5624.1.2.75.2.2.1.11 | Gauge32 | read-only | The total number of Port Maps allocated for this Nat Pool entry. |
| ADR etsysNatPoolPrefixLen | 1.3.6.1.4.1.5624.1.2.75.2.2.1.5 | InetAddressPrefixLength | read-create | The length of the IP network mask used to refine the range of IP addresses defined by etsysNatPoolFirstIpAddr and etsysNatPoolLastIpAddr in defining the range of IP addresses for this NAT Pool entry. The values for the index objects etsysNatPoolFirstIpAddr, etsysNatPoolLastIpAddr and etsysNatPoolPrefixLen must be consistent. If a prefix length of '0' is specified than all addresses in the range are used. |
| ROW etsysNatPoolRowStatus | 1.3.6.1.4.1.5624.1.2.75.2.2.1.17 | RowStatus | read-create | This object permits management of the table by facilitating actions such as row creation and deletion. The value of this object has no effect on whether other objects in the conceptual row can be modified. The only allowable row status of this conceptual row in the table are: active(1) - The NAT Pool entry is available for use by NAT operations. Other writable leaves in this table MAY be modified while the row is in the active state. createAndGo(4) - This is the preferred mechanism for creating conceptual rows in this table. A valid createAndGo requires a unique etsysNatPoolName, errors resulting from existing etsysNatPoolNames will result in the row not being created. A valid createAndGo also requires sets to these leaves as part of a multi-varbind set when creating the instance: etsysNatPoolFirstIpAddr, etsysNatPoolLastIpAddr, etsysNatPoolPrefixLen A valid createAndGo also requires a valid IP address range and etsysNatPoolPrefixLen, errors resulting from an invalid IP range or prefix length will result in the row not being created. There are no other writable leaves so a successful createAndGo will always transition a new entry to the active(1) state. destroy(6) - This will remove the etsysNatPoolEntry from the etsysNatPoolTable and make it unavailable for NAT operations. This will result in any NAT List table entries (etsysNatListPoolName) using this entry to be deleted. In addition this will also result in all associated LSNAT Virtual Server Table entries (etsysLsnatVserverSourceNatPool) to also be deleted. |
| etsysNatPoolTable | 1.3.6.1.4.1.5624.1.2.75.2.2 | not-accessible | A table of entries defining the operational characteristics of NAT Pools. | |
| IPt etsysNatStaticRuleAddressType | 1.3.6.1.4.1.5624.1.2.75.2.4.1.1 | InetAddressType | not-accessible | The Internet Protocol version. The value of this property affects the size and format of: etsysNatStaticRuleLocalIpAddr, and etsysNatStaticRuleGlobalIpAddr both objects must be of the same INET Address Type. |
| G32 etsysNatStaticRuleConns | 1.3.6.1.4.1.5624.1.2.75.2.4.1.11 | Gauge32 | read-only | The current number of active NAT connections established on this NAT Static rule entry. |
| INT etsysNatStaticRuleDirection | 1.3.6.1.4.1.5624.1.2.75.2.4.1.2 | INTEGER | not-accessible | This value identifies if this NAT Static rule is associated with an 'inside' or 'outside' network. |
| etsysNatStaticRuleEntry | 1.3.6.1.4.1.5624.1.2.75.2.4.1 | not-accessible | An entry in the etsysNatStaticRuleTable containing the operational characteristics of a NAT Static rule. A NAT Static rule defines a range of private (inside) IP addresses and operational characteristics for which specified NAT Static rules will be applied. Static inside address translations are one-to-one bindings between the inside and outside IP addresses. | |
| IP etsysNatStaticRuleGlobalIpAddr | 1.3.6.1.4.1.5624.1.2.75.2.4.1.7 | InetAddress | not-accessible | The NAT Static Global rule IP addresses representing the global IP address for this NAT Static rule entry. |
| INE etsysNatStaticRuleGlobalPort | 1.3.6.1.4.1.5624.1.2.75.2.4.1.8 | InetPortNumber | not-accessible | The NAT Static Global rule port representing the global port for this NAT Static rule entry. This value is only meaningful if the etsysNatStaticRuleProtocol is set to tcp(6) or udp(17) otherwise this value must be set to '0'. |
| C32 etsysNatStaticRuleHits | 1.3.6.1.4.1.5624.1.2.75.2.4.1.12 | Counter32 | read-only | The total number of hits this NAT Static rule entry has received. |
| STR etsysNatStaticRuleInsideVrfName | 1.3.6.1.4.1.5624.1.2.75.2.4.1.9 | SnmpAdminString | not-accessible | This object contains the unique name of the Inside VRF for cross VRF NAT. |
| IP etsysNatStaticRuleLocalIpAddr | 1.3.6.1.4.1.5624.1.2.75.2.4.1.5 | InetAddress | not-accessible | The NAT Static Local rule IP addresses representing the local IP address for this NAT Static rule entry. |
| INE etsysNatStaticRuleLocalPort | 1.3.6.1.4.1.5624.1.2.75.2.4.1.6 | InetPortNumber | not-accessible | The NAT Static Local rule port representing the local port for this NAT Static rule entry. This value is only meaningful if the etsysNatStaticRuleProtocol is set to tcp(6) or udp(17) otherwise this value must be set to '0'. |
| INT etsysNatStaticRuleMatchType | 1.3.6.1.4.1.5624.1.2.75.2.4.1.3 | INTEGER | not-accessible | This value identifies if this NAT List rule is associated with a 'source' or 'destination' packet. |
| T/F etsysNatStaticRuleOverloaded | 1.3.6.1.4.1.5624.1.2.75.2.4.1.10 | TruthValue | read-only | This entry indicates if this NAT Static rule entry is overloaded enabling Network Address Port Translation (NAPT). If the etsysNatStaticRuleProtocol is set to tcp(6) or udp(17) this value will display true(1) otherwise it will display false(2). |
| INT etsysNatStaticRuleProtocol | 1.3.6.1.4.1.5624.1.2.75.2.4.1.4 | INTEGER | not-accessible | This object contains the NAT Binding protocol type. A value of '0' indicates that the protocol type is 'any' and requires that etsysNatStaticRuleLocalPort and etsysNatStaticRuleGlobalPort be set to a value of '0'. A value of tcp(6) or udp(17) indicates that this entry defines NAPT translation of inside source addresses. |
| U32 etsysNatStaticRuleReservedBindingId | 1.3.6.1.4.1.5624.1.2.75.2.4.1.13 | Unsigned32 | read-only | This value is a unique NAT Static rule binding identifier reserved by NAT at the creation of this Static rule entry. A value of '0' indicates that there is no binding identifier currently set for this static entry. |
| ROW etsysNatStaticRuleRowStatus | 1.3.6.1.4.1.5624.1.2.75.2.4.1.14 | RowStatus | read-create | This object permits management of the table by facilitating actions such as row creation and deletion. The value of this object has no effect on whether other objects in the conceptual row can be modified. The only allowable row status of this conceptual row in the table are: active(1) - The NAT Static rule entry is available for use in NAT operations. createAndGo(4) - This is the preferred mechanism for creating conceptual rows in this table. A valid createAndGo requires a valid etsysNatStaticRuleProtocol, a valid IP addresses for etsysNatStaticRuleLocalIpAddr and etsysNatStaticRuleGlobalIpAddr, and a valid port for etsysNatStaticRuleLocalPort and etsysNatStaticRuleGlobalPort, errors resulting from an invalid configuration will result in the row not being created. There are no other writable leaves so a successful createAndGo will always transition a new entry to the active(1) state. destroy(6) - This will remove the etsysNatStaticRuleEntry from the etsysNatStaticRuleTable, remove it's static NAT binding entry and make it unavailable for NAT operations. |
| etsysNatStaticRuleTable | 1.3.6.1.4.1.5624.1.2.75.2.4 | not-accessible | A table of entries defining the operational characteristics of NAT Static rules. | |
| G32 etsysNatStatsAddressUsed | 1.3.6.1.4.1.5624.1.2.75.1.1.4 | Gauge32 | read-only | This object contains the number of NAT IP Addresses currently configured. |
| G32 etsysNatStatsBindingsCurrent | 1.3.6.1.4.1.5624.1.2.75.1.1.6 | Gauge32 | read-only | This object contains the current number of active NAT bindings. |
| C32 etsysNatStatsBindingsDeletedEx | 1.3.6.1.4.1.5624.1.2.75.1.1.8 | Counter32 | read-only | This object contains the total number of NAT bindings that have been deleted. |
| C32 etsysNatStatsBindingsExhausted | 1.3.6.1.4.1.5624.1.2.75.1.1.10 | Counter32 | read-only | This object contains the number of times a request to create a NAT binding failed because there were no available free entries. |
| G32 etsysNatStatsBindingsHigh | 1.3.6.1.4.1.5624.1.2.75.1.1.7 | Gauge32 | read-only | This object contains the highest number of NAT bindings active at one time. |
| C32 etsysNatStatsBindingsMaxReached | 1.3.6.1.4.1.5624.1.2.75.1.1.11 | Counter32 | read-only | This object contains the number of times a request to create a NAT binding failed because the maximum number of bindings specified in etsysNatConfigMaxEntries allowed has been reached. |
| C32 etsysNatStatsBindingsNoFtpALG | 1.3.6.1.4.1.5624.1.2.75.1.1.14 | Counter32 | read-only | This object contains the number of times a request to create a NAT binding failed because there were no available FTP ALG's to establish a binding. |
| C32 etsysNatStatsBindingsNoIpAddr | 1.3.6.1.4.1.5624.1.2.75.1.1.12 | Counter32 | read-only | This object contains the number of times a request to create a NAT binding failed because there were no available configured IP addresses to establish a binding. |
| C32 etsysNatStatsBindingsNoPortmapPort | 1.3.6.1.4.1.5624.1.2.75.1.1.13 | Counter32 | read-only | This object contains the number of times a request to create a NAT binding failed because there were no available Port Map Port entries to establish a binding. |
| G32 etsysNatStatsBindingsPerSecond | 1.3.6.1.4.1.5624.1.2.75.1.1.15 | Gauge32 | read-only | This object contains the average number of NAT bindings created per second. Normalized for 5 seconds. |
| C32 etsysNatStatsBindingsTotal | 1.3.6.1.4.1.5624.1.2.75.1.1.9 | Counter32 | read-only | This object contains the total number of NAT bindings created. |
| T/F etsysNatStatsClear | 1.3.6.1.4.1.5624.1.2.75.1.1.16 | TruthValue | read-write | Setting this object to a value of true(1) will clear NAT statistics and cause the following objects to be reset to zero and new values generated: etsysNatStatsBindingsDeleted, etsysNatStatsBindingsTotal, etsysNatStatsBindingsExhausted, etsysNatStatsBindingsMaxReached, etsysNatStatsBindingsNoIpAddr, etsysNatStatsBindingsNoPortmapPort, etsysNatStatsBindingsNoFtpALG, etsysNatStatsBindingsPerSecond. The following etsysNatStatsBindingsHigh object will be reset to its current active count. Setting this object to a value of false(2) has no effect. This object will always return a value of false(2). |
| DAT etsysNatStatsClearDateAndTime | 1.3.6.1.4.1.5624.1.2.75.1.1.17 | DateAndTime | read-only | The date / time the NAT statistics were cleared. |
| G32 etsysNatStatsListRulesUsed | 1.3.6.1.4.1.5624.1.2.75.1.1.2 | Gauge32 | read-only | This object contains the number of NAT List Rules currently configured. |
| U32 etsysNatStatsMaxTimeoutValue | 1.3.6.1.4.1.5624.1.2.75.1.1.20 | Unsigned32 | read-only | The maximum timeout value allowable for NAT timeouts. |
| U32 etsysNatStatsMinTimeoutValue | 1.3.6.1.4.1.5624.1.2.75.1.1.19 | Unsigned32 | read-only | The minimum timeout value allowable for NAT timeouts. |
| G32 etsysNatStatsPoolsUsed | 1.3.6.1.4.1.5624.1.2.75.1.1.1 | Gauge32 | read-only | This object contains the number of NAT Pools currently configured. |
| G32 etsysNatStatsPortMapsUsed | 1.3.6.1.4.1.5624.1.2.75.1.1.5 | Gauge32 | read-only | This object contains the number of NAT Port Maps currently configured. |
| G32 etsysNatStatsStaticRulesUsed | 1.3.6.1.4.1.5624.1.2.75.1.1.3 | Gauge32 | read-only | This object contains the number of NAT Static Rules currently configured. |
| G32 etsysNatStatsTranslationProtocolRulesCount | 1.3.6.1.4.1.5624.1.2.75.1.1.18 | Gauge32 | read-only | The number of etsysNatTranslationProtocolRulesEntry in the etsysNatTranslationProtocolRulesTable |
| etsysNatTables | 1.3.6.1.4.1.5624.1.2.75.2 | |||
| INE etsysNatTranslationInetVersion | 1.3.6.1.4.1.5624.1.2.75.2.1.1.1 | InetVersion | not-accessible | The Internet address version of the NAT Translation Protocol Rule. |
| INT etsysNatTranslationOneShot | 1.3.6.1.4.1.5624.1.2.75.2.1.1.5 | INTEGER | read-create | This object enables the One Shot feature for this NAT Translation Protocol entry. One Shot is a feature specific to protocol bindings such as ICMP and UDP traffic such as DNS which are generally bi-directional and usually only send one packet in each direction. One Shot provides the benefit of quickly cleaning up such bindings given their temporary nature. |
| INE etsysNatTranslationPort | 1.3.6.1.4.1.5624.1.2.75.2.1.1.3 | InetPortNumber | not-accessible | The port assigned to this NAT Translation Protocol entry. A value of '0' indicates any port is allowed for this NAT Translation Protocol entry. An entry in etsysNatTranslationProtocol of either TCP(6) or UDP(17) may contain a non-zero value in this entry indicating the specific port assigned for this protocol. Any other value in etsysNatTranslationProtocol requires that this entry be set to '0'. |
| I32 etsysNatTranslationProtocol | 1.3.6.1.4.1.5624.1.2.75.2.1.1.2 | Integer32 | not-accessible | The NAT Translation Internet Protocol number. A value of any(0) indicates that any protocol is allowed. Common IP Protocol values are ICMP(1), TCP(6) or UDP(17). All IP Protocol values except for TCP and UDP require a etsysNatTranslationPort value of '0'. TCP or UDP may have a non zero value in etsysNatTranslationPort. |
| etsysNatTranslationProtocolRulesEntry | 1.3.6.1.4.1.5624.1.2.75.2.1.1 | not-accessible | An entry in the etsysNatTranslationProtocolRulesTable defining the configuration values for a unique NAT Translation Protocol entry. The Translation Protocol Rules Table entry defines the protocol and timeout value for a NAT Translation Protocol. | |
| etsysNatTranslationProtocolRulesTable | 1.3.6.1.4.1.5624.1.2.75.2.1 | not-accessible | A table of entries defining NAT rules for non standard protocols. | |
| ROW etsysNatTranslationRowStatus | 1.3.6.1.4.1.5624.1.2.75.2.1.1.6 | RowStatus | read-create | This object permits management of the table by facilitating actions such as row creation and deletion. The value of this object has no effect on whether other objects in the conceptual row can be modified. The only allowable row status of this conceptual row in the table are: active(1) - The NAT Translation Protocol entry is available for use in NAT operations. createAndGo(4) - This is the preferred mechanism for creating conceptual rows in this table. A valid etsysNatTranslationProtocol must be present. A value in etsysNatTranslationProtocol not equal to either TCP(6), UDP(17) requires a '0' value in etsysNatTranslationPort. There are no other writable leaves so a successful createAndGo will always transition a new entry to the active(1) state. destroy(6) - This will remove the etsysNatTranslationProtocolRulesEntry from the etsysNatTranslationProtocolRulesTable and make it unavailable for NAT operations. |
| U32 etsysNatTranslationTimeout | 1.3.6.1.4.1.5624.1.2.75.2.1.1.4 | Unsigned32 | read-create | The timeout value for idle NAT translations using this NAT Translation Protocol entry. |
RFC description
Enterasys vendor-private MIB for Network Address Translation (NAT) configuration and statistics on Enterasys devices.
Start monitoring Enterasys Networks router/Layer 3 switch (legacy, later Extreme Networks) (Network Address Translation) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.