ZHONE-COM-IP-ZEDGE-NAT-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-COM-IP-ZEDGE-NAT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     zedgeNat 1.3.6.1.4.1.5504.4.1.16
Network Address Translation Configuration and Status.
           natConfigGroup 1.3.6.1.4.1.5504.4.1.16.1
Network Address Translation global configuration items.
               natTcpTimeout 1.3.6.1.4.1.5504.4.1.16.1.1 unsigned32 read-write
The 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.
               natUdpTimeout 1.3.6.1.4.1.5504.4.1.16.1.2 unsigned32 read-write
The 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.
               natClearBindings 1.3.6.1.4.1.5504.4.1.16.1.3 truthvalue read-write
Set this object to 'true' to clear the binding table. A GET on this object will always return 'false'.
           natStatsGroup 1.3.6.1.4.1.5504.4.1.16.2
Network Address Translation global statistics.
               natNumCurrentBindings 1.3.6.1.4.1.5504.4.1.16.2.1 gauge32 read-only
Number of bindings currently managed by NAT.
               natNumExpiredBindings 1.3.6.1.4.1.5504.4.1.16.2.2 gauge32 read-only
Number of bindings that have been expired. A binding is expired when it has been idle for a period longer than the configured timeout.
               natTotalPkts 1.3.6.1.4.1.5504.4.1.16.2.3 counter32 read-only
Total number of packets that have been forwarded by NAT since the last reset.
               natDroppedPkts 1.3.6.1.4.1.5504.4.1.16.2.4 counter32 read-only
The total number of packets that have been dropped by NAT since the last reset.
           natBindingsTable 1.3.6.1.4.1.5504.4.1.16.3 no-access
The current set of NAT bindings in the system and statistics kept per-binding.
               natBindingsEntry 1.3.6.1.4.1.5504.4.1.16.3.1 no-access
An 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.
                   natBindingsIfIndex 1.3.6.1.4.1.5504.4.1.16.3.1.1 interfaceindex no-access
The interface to which this binding belongs.
                   natBindingLocalAddr 1.3.6.1.4.1.5504.4.1.16.3.1.2 ipaddress no-access
The local IP address for this binding.
                   natBindingLocalPort 1.3.6.1.4.1.5504.4.1.16.3.1.3 unsigned32 no-access
The local port for this binding.
                   natBindingPublicAddr 1.3.6.1.4.1.5504.4.1.16.3.1.4 ipaddress read-only
The public IP address for this binding.
                   natBindingPublicPort 1.3.6.1.4.1.5504.4.1.16.3.1.5 unsigned32 read-only
The public port for this binding.
           zhonePATBindings 1.3.6.1.4.1.5504.4.1.16.4
               patBindNextIndex 1.3.6.1.4.1.5504.4.1.16.4.1 integer32 read-only
Description. A hint for the next free zhonePATBindIndex , should the manager want to create a new PAT-Bind entry.
               patTable 1.3.6.1.4.1.5504.4.1.16.4.2 no-access
The current set of Port Address translation bindings for this box.
                   patEntry 1.3.6.1.4.1.5504.4.1.16.4.2.1 no-access
A Port Forwarding translation entry.
                       zhonePATBindIndex 1.3.6.1.4.1.5504.4.1.16.4.2.1.1 integer32 no-access
This 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.
                       zhonePATBindRowStatus 1.3.6.1.4.1.5504.4.1.16.4.2.1.2 zhonerowstatus read-only
RowStatus is used to create/delete entries in the table.
                       publicAddr 1.3.6.1.4.1.5504.4.1.16.4.2.1.3 ipaddress read-only
The IP address that is acting as the port forwarding agent, this should be a public internet address.
                       publicPort 1.3.6.1.4.1.5504.4.1.16.4.2.1.4 integer32 read-only
The 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.
                       localAddr 1.3.6.1.4.1.5504.4.1.16.4.2.1.5 ipaddress read-only
The IP Address of a host machine on the private subnet that we want to make active through the usage of reverse port forwarding feature.
                       localPort 1.3.6.1.4.1.5504.4.1.16.4.2.1.6 integer32 read-only
The 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.
                       portType 1.3.6.1.4.1.5504.4.1.16.4.2.1.7 integer read-only
The 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 | | ------------|------------|---------|-------- | 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 | | ------------|------------|---------|-------- | 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 | | ------------|------------|---------|-------- | 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 | | ------------|------------|---------|-------- | 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 | | ------------|------------|---------|-------- | 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. Enumeration: 'udp': 2, 'cpemgrsecure': 4, 'cpemgr': 3, 'tcp': 1.
           zhoneNATExclusion 1.3.6.1.4.1.5504.4.1.16.5
               natExcludeNextIndex 1.3.6.1.4.1.5504.4.1.16.5.1 integer32 read-only
A hint for the next free zhoneNATExcludeIndex should the manager want to create a new NAT-Exclude entry.
               natExcludeTable 1.3.6.1.4.1.5504.4.1.16.5.2 no-access
The current set of NAT exclusion ranges for this box.
                   natExcludeEntry 1.3.6.1.4.1.5504.4.1.16.5.2.1 no-access
A NAT exclusion range entry (ie. an IP address range to exclude from NAT translation).
                       zhoneNATExcludeIndex 1.3.6.1.4.1.5504.4.1.16.5.2.1.1 integer32 no-access
This 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.
                       zhoneNATExcludeRowStatus 1.3.6.1.4.1.5504.4.1.16.5.2.1.2 zhonerowstatus read-only
RowStatus is used to create/delete entries in the table.
                       ipStartAddr 1.3.6.1.4.1.5504.4.1.16.5.2.1.3 ipaddress read-only
This is the start of the IP range (inclusive) to exclude from NAT translation. Value must be less than or equal to ipEndAddr.
                       ipEndAddr 1.3.6.1.4.1.5504.4.1.16.5.2.1.4 ipaddress read-only
This is the end of the IP range (inclusive) to exclude from NAT translation. Value must be greater than or equal to ipStartAddr.
 comIpZEdgeNat 1.3.6.1.4.1.5504.6.66
Network Address Translation MIB IP Software Minneapolis, MN