Home/Catalog/ZHONE-COM-IP-ZEDGE-NAT-MIB

ZHONE-COM-IP-ZEDGE-NAT-MIB

AI MIB Summary

The ZHONE-COM-IP-ZEDGE-NAT-MIB provides SNMP management interfaces for Zhone Technologies IP ZEDGE gateway devices to monitor and configure Network Address Translation (NAT) session states, translation table entries, and associated packet counters. This module enables administrators to track active NAT mappings, connection timeouts, and translation errors specific to the Zhone IP edge platform.

Network Address Translation MIB IP Software Minneapolis, MN
Main OID:
comIpZEdgeNat.1.3.6.1.4.1.5504.6.66
37
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

37 total
Object Name
zedgeNatNetwork Address Translation Configuration and Status.
OBJECT IDENTIFIER
.1.3.6.1.4.1.5504.4.1.16
natConfigGroupNetwork Address Translation global configuration items.
OBJECT IDENTIFIER
.1.3.6.1.4.1.5504.4.1.16.1
natTcpTimeoutThe number of seconds before an idle TCP connection will be removed. The default value is 300 seconds. The maximum is one week. Zero is a valid value that will cause the connection to timeout very quickly.rw
Unsigned32
.1.3.6.1.4.1.5504.4.1.16.1.1
natUdpTimeoutThe number of seconds before an idle UDP connection will be removed. The default value is 60 seconds. The maximum is one week. Zero is a valid value that will cause the connection to timeout very quickly.rw
Unsigned32
.1.3.6.1.4.1.5504.4.1.16.1.2
natClearBindingsSet this object to 'true' to clear the binding table. A GET on this object will always return 'false'.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5504.4.1.16.1.3
natStatsGroupNetwork Address Translation global statistics.
OBJECT IDENTIFIER
.1.3.6.1.4.1.5504.4.1.16.2
natNumCurrentBindingsNumber of bindings currently managed by NAT.ro
Gauge32
.1.3.6.1.4.1.5504.4.1.16.2.1
natNumExpiredBindingsNumber of bindings that have been expired. A binding is expired when it has been idle for a period longer than the configured timeout.ro
Gauge32
.1.3.6.1.4.1.5504.4.1.16.2.2
natTotalPktsTotal number of packets that have been forwarded by NAT since the last reset.ro
Counter32
.1.3.6.1.4.1.5504.4.1.16.2.3
natDroppedPktsThe total number of packets that have been dropped by NAT since the last reset.ro
Counter32
.1.3.6.1.4.1.5504.4.1.16.2.4
natBindingsTableThe current set of NAT bindings in the system and statistics kept per-binding.
SEQUENCE OF NatBindingsEntry
.1.3.6.1.4.1.5504.4.1.16.3
natBindingsEntryAn entry represents one NAT binding that currently exists in the system. An entry is indexed by Local IP Address, Local Port, Public IP Address, and Public Port.
NatBindingsEntry
.1.3.6.1.4.1.5504.4.1.16.3.1
natBindingsIfIndexThe interface to which this binding belongs.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.5504.4.1.16.3.1.1
natBindingLocalAddrThe local IP address for this binding.
IpAddress
.1.3.6.1.4.1.5504.4.1.16.3.1.2
natBindingLocalPortThe local port for this binding.
Unsigned32
.1.3.6.1.4.1.5504.4.1.16.3.1.3
natBindingPublicAddrThe public IP address for this binding.ro
IpAddress
.1.3.6.1.4.1.5504.4.1.16.3.1.4
natBindingPublicPortThe public port for this binding.ro
Unsigned32
.1.3.6.1.4.1.5504.4.1.16.3.1.5
zhonePATBindings
OBJECT IDENTIFIER
.1.3.6.1.4.1.5504.4.1.16.4
patBindNextIndexDescription. A hint for the next free zhonePATBindIndex , should the manager want to create a new PAT-Bind entry.ro
Integer32
.1.3.6.1.4.1.5504.4.1.16.4.1
patTableThe current set of Port Address translation bindings for this box.
SEQUENCE OF PatEntry
.1.3.6.1.4.1.5504.4.1.16.4.2
patEntryA Port Forwarding translation entry.
PatEntry
.1.3.6.1.4.1.5504.4.1.16.4.2.1
zhonePATBindIndexThis value is used to identify this particular entry in the table. It is only used for access in the table and therefore not externally visible.
Integer32
.1.3.6.1.4.1.5504.4.1.16.4.2.1.1
zhonePATBindRowStatusRowStatus is used to create/delete entries in the table.rw
ZhoneRowStatus (Zhone-TC)
.1.3.6.1.4.1.5504.4.1.16.4.2.1.2
publicAddrThe IP address that is acting as the port forwarding agent, this should be a public internet address.rw
IpAddress
.1.3.6.1.4.1.5504.4.1.16.4.2.1.3
publicPortThe port number on the forwarding agent that is to be used. This number has been limited to range 51921 to 56250 to avoid overlap with other applications. When used with a portType of cpemgr, this value represents the first public port in a set of public ports. See the portType description for details.rw
Integer32
.1.3.6.1.4.1.5504.4.1.16.4.2.1.4
localAddrThe IP Address of a host machine on the private subnet that we want to make active through the usage of reverse port forwarding feature.rw
IpAddress
.1.3.6.1.4.1.5504.4.1.16.4.2.1.5
localPortThe internal port number that we want to use on the private host that we want to forward to. The currently defined ports by the IANA are 1..49151. When used with the portType of cpemgr, this value represents the number of consecutive publicPorts reserved by this PAT_Bind instance.rw
Integer32
.1.3.6.1.4.1.5504.4.1.16.4.2.1.6
portTypeThe NAT code needs to know if this port uses a connection oriented exchange (TCP), or not (UDP). The cpemgr value represents a wildcard that defines a set of PAT Bindings. When using this wildcard, the publicPort value represents the first port of a consecutive block of publicPorts, and the localPort value represents the number of publicPorts in this block. The actual local ports are well known ports and the set of bindings is currently: Public | Local Well | Type | Name Port | Known Port | | ------------|------------|---------|-------- <publicPort>| 7 | TCP,UDP | ECHO +1 | 20 | TCP | FTP - data +2 | 21 | TCP | FTP - control +3 | 22 | TCP,UDP | SSH +4 | 23 | TCP,UDP | Telnet +5 | 80 | TCP | HTTP +6 | 81 | TCP | HTTP +7 | 161 | TCP,UDP | SNMP +8 | 443 | TCP | HTTPS With this set, the localPort value should be 9. Public | Local Well | Type | Name Port | Known Port | | ------------|------------|---------|-------- <publicPort>| 7 | TCP,UDP | ECHO +0 | 162 | UDP | SNMP traps +1 | 22 | TCP,UDP | SSH +2 | 443 | TCP | HTTPS +2 | 161 | UDP | SNMP With this set, the localPort value should be 3 and portType should be cpemgrsecure. Public | Local Well | Type | Name Port | Known Port | | ------------|------------|---------|-------- <publicPort>| 7 | TCP,UDP | ECHO +0 | 162 | UDP | SNMP traps +1 | 23 | TCP,UDP | Telnet +2 | 80 | TCP | HTTP +2 | 161 | UDP | SNMP With this set, the localPort value should be 3 and portType should be cpemgr. Public | Local Well | Type | Name Port | Known Port | | ------------|------------|---------|-------- <publicPort>| 7 | TCP,UDP | ECHO +1 | 22 | TCP,UDP | SSH +2 | 161 | TCP,UDP | SNMP +3 | 443 | TCP | HTTPS +3 | 162 | UDP | SNMP traps With this set, the localPort value should be 4 and portType should be cpemgrsecure. Public | Local Well | Type | Name Port | Known Port | | ------------|------------|---------|-------- <publicPort>| 7 | TCP,UDP | ECHO +1 | 23 | TCP,UDP | Telnet +2 | 161 | TCP,UDP | SNMP +3 | 80 | TCP | HTTP +3 | 162 | UDP | SNMP traps With this set, the localPort value should be 4 and portType should be cpemgr.rw
Enumeration
.1.3.6.1.4.1.5504.4.1.16.4.2.1.7
zhoneNATExclusion
OBJECT IDENTIFIER
.1.3.6.1.4.1.5504.4.1.16.5
natExcludeNextIndexA hint for the next free zhoneNATExcludeIndex should the manager want to create a new NAT-Exclude entry.ro
Integer32
.1.3.6.1.4.1.5504.4.1.16.5.1
natExcludeTableThe current set of NAT exclusion ranges for this box.
SEQUENCE OF NatExcludeEntry
.1.3.6.1.4.1.5504.4.1.16.5.2
natExcludeEntryA NAT exclusion range entry (ie. an IP address range to exclude from NAT translation).
NatExcludeEntry
.1.3.6.1.4.1.5504.4.1.16.5.2.1
zhoneNATExcludeIndexThis value is used to identify this particular entry in the table. It is only used for access in the table and therefore not externally visible.
Integer32
.1.3.6.1.4.1.5504.4.1.16.5.2.1.1
zhoneNATExcludeRowStatusRowStatus is used to create/delete entries in the table.rw
ZhoneRowStatus (Zhone-TC)
.1.3.6.1.4.1.5504.4.1.16.5.2.1.2
ipStartAddrThis is the start of the IP range (inclusive) to exclude from NAT translation. Value must be less than or equal to ipEndAddr.rw
IpAddress
.1.3.6.1.4.1.5504.4.1.16.5.2.1.3
ipEndAddrThis is the end of the IP range (inclusive) to exclude from NAT translation. Value must be greater than or equal to ipStartAddr.rw
IpAddress
.1.3.6.1.4.1.5504.4.1.16.5.2.1.4
comIpZEdgeNatNetwork Address Translation MIB IP Software Minneapolis, MN
MODULE-IDENTITY
.1.3.6.1.4.1.5504.6.66
ZHONE-COM-IP-ZEDGE-NAT-MIB - SNMP MIB Reference | MIBs Explorer