XEDIA-NETWORK-ADDRESS-TRANSLATOR-MIB: View SNMP OID List / Download MIB

VENDOR: XEDIA CORPORATION


 Home MIB: XEDIA-NETWORK-ADDRESS-TRANSLATOR-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
 xediaNetworkAddressTranslatorMIB 1.3.6.1.4.1.838.3.23
This module defines objects for the management of Xedia's proprietary Network Address Translator. This translator is based on RFC1631 and its successors. The purpose of the Xedia Network Address Translator (xnat) is to allow hosts in private networks using the RFC1918 address space to communicate with the public Internet by translating private IP addresses to globally unique IP addresses registered with the IANA.
       xnatObjects 1.3.6.1.4.1.838.3.23.1
           xnatGeneral 1.3.6.1.4.1.838.3.23.1.1
               xnatAdminStatus 1.3.6.1.4.1.838.3.23.1.1.1 integer read-write
Determines whether address translation will be performed. Enumeration: 'disabled': 2, 'enabled': 1.
               xnatMaxIboundSessions 1.3.6.1.4.1.838.3.23.1.1.2 integer32 read-write
Indicates the maximum number of inbound sessions that can be associated with a single binding.
               xnatMaxOboundSessions 1.3.6.1.4.1.838.3.23.1.1.3 integer32 read-write
Indicates the maximum number of outbound sessions that can be associated with a single binding.
           xnatCounters 1.3.6.1.4.1.838.3.23.1.2
               xnatOboundPackets 1.3.6.1.4.1.838.3.23.1.2.1 xnatcounter read-only
Indicates the number of outbound packets seen by the network address translator.
               xnatOboundIcmp 1.3.6.1.4.1.838.3.23.1.2.2 xnatcounter read-only
Indicates the number of outbound ICMP packets translated by the network address translator.
               xnatOboundTcp 1.3.6.1.4.1.838.3.23.1.2.3 xnatcounter read-only
Indicates the number of outbound TCP packets translated by the network address translator.
               xnatOboundUdp 1.3.6.1.4.1.838.3.23.1.2.4 xnatcounter read-only
Indicates the number of outbound UDP packets translated by the network address translator.
               xnatOboundUntranslated 1.3.6.1.4.1.838.3.23.1.2.5 xnatcounter read-only
Indicates the number of outbound packets not translated by the network address translator.
               xnatOboundDiscards 1.3.6.1.4.1.838.3.23.1.2.6 xnatcounter read-only
Indicates the number of outbound packets discarded by the network address translator.
               xnatIboundPackets 1.3.6.1.4.1.838.3.23.1.2.7 xnatcounter read-only
Indicates the number of inbound packets seen by the network address translator.
               xnatIboundIcmp 1.3.6.1.4.1.838.3.23.1.2.8 xnatcounter read-only
Indicates the number of inbound ICMP packets translated by the network address translator.
               xnatIboundTcp 1.3.6.1.4.1.838.3.23.1.2.9 xnatcounter read-only
Indicates the number of inbound TCP packets translated by the network address translator.
               xnatIboundUdp 1.3.6.1.4.1.838.3.23.1.2.10 xnatcounter read-only
Indicates the number of inbound UDP packets translated by the network address translator.
               xnatIboundUntranslated 1.3.6.1.4.1.838.3.23.1.2.11 xnatcounter read-only
Indicates the number of inbound packets not translated by the network address translator.
               xnatIboundDiscards 1.3.6.1.4.1.838.3.23.1.2.12 xnatcounter read-only
Indicates the number of inbound packets discarded by the network address translator.
           xnatTimers 1.3.6.1.4.1.838.3.23.1.3
               xnatUdpTimeout 1.3.6.1.4.1.838.3.23.1.3.1 xnattimeout read-write
A 32-bit integer that determines the duration of time an unused UDP session remains in the translation table before being aged out.
               xnatDnsTimeout 1.3.6.1.4.1.838.3.23.1.3.2 xnattimeout read-write
A 32-bit integer that determines the duration of time an unused UDP session remains in the translation table before being aged out.
               xnatTcpTimeout 1.3.6.1.4.1.838.3.23.1.3.3 xnattimeout read-write
A 32-bit integer that determines the duration of time an unused TCP session remains in the translation table before being aged out.
               xnatFinRstTimeout 1.3.6.1.4.1.838.3.23.1.3.4 xnattimeout read-write
A 32-bit integer that determines the duration of time a TCP session in which a FIN or RST was seen remains in the translation table before being aged out.
               xnatSynTimeout 1.3.6.1.4.1.838.3.23.1.3.5 xnattimeout read-write
A 32-bit integer that determines the duration of time a TCP session in which a SYN without an ACK was seen remains in the translation table before being aged out.
               xnatIcmpTimeout 1.3.6.1.4.1.838.3.23.1.3.6 xnattimeout read-write
A 32-bit integer that determines the duration of time an ICMP session remains in the translation table before being aged out.
           xnatSessionTable 1.3.6.1.4.1.838.3.23.1.4 no-access
The set of current address translation sessions
               xnatSessionEntry 1.3.6.1.4.1.838.3.23.1.4.1 no-access
The information maintained of each translation session
                   xnatSessionPriAddr 1.3.6.1.4.1.838.3.23.1.4.1.1 xnatipaddress no-access
The private IP address of the host associated with a translation session
                   xnatSessionPriPort 1.3.6.1.4.1.838.3.23.1.4.1.2 xnatport no-access
The private port number associated with a translation session
                   xnatSessionRegAddr 1.3.6.1.4.1.838.3.23.1.4.1.3 xnatipaddress read-only
The registered IP address of the host associated with a translation session
                   xnatSessionRegPort 1.3.6.1.4.1.838.3.23.1.4.1.4 xnatport read-only
The registered port number associated with a translation session
                   xnatSessionOutAddr 1.3.6.1.4.1.838.3.23.1.4.1.5 xnatipaddress no-access
The oustside host IP address associated with a translation session
                   xnatSessionOutPort 1.3.6.1.4.1.838.3.23.1.4.1.6 xnatport no-access
The outside port number associated with a translation session
                   xnatSessionProtocol 1.3.6.1.4.1.838.3.23.1.4.1.7 xnatprotocol no-access
The protocol associated with a translation session
                   xnatSessionType 1.3.6.1.4.1.838.3.23.1.4.1.8 xnatsessiontype read-only
This variable shows whether the session was initiated from inside or outside the private network
                   xnatSessionRowStatus 1.3.6.1.4.1.838.3.23.1.4.1.9 rowstatus read-write
An xnatSessionEntry can only be created as a result of a translation request. An xnatSessionEntry cannot be created through a management request. Therefore, this object only supports the values of 'active' and 'destroy'. Changing the value of this object to 'destroy' has the effect of removing the entry
           xnatBindingTable 1.3.6.1.4.1.838.3.23.1.5 no-access
The set of current mappings between private and registered addresses/port pairs
               xnatBindingEntry 1.3.6.1.4.1.838.3.23.1.5.1 no-access
The information maintained for each binding
                   xnatBindingPriAddr 1.3.6.1.4.1.838.3.23.1.5.1.1 xnatipaddress no-access
The private IP address of the host associated with a binding
                   xnatBindingPriPort 1.3.6.1.4.1.838.3.23.1.5.1.2 xnatport no-access
The private port number associated with a binding session. A port number of zero indicates any port
                   xnatBindingRegAddr 1.3.6.1.4.1.838.3.23.1.5.1.3 xnatipaddress no-access
The registered IP address of the host associated with a binding session
                   xnatBindingRegPort 1.3.6.1.4.1.838.3.23.1.5.1.4 xnatport no-access
The registered port number associated with a binding binding. A port number of zero inidicates any port
                   xnatBindingProtocol 1.3.6.1.4.1.838.3.23.1.5.1.5 xnatprotocol no-access
The protocol assocaited with the binding. A protocol number of zero indicates any protocol
                   xnatBindingType 1.3.6.1.4.1.838.3.23.1.5.1.6 xnatbindingtype read-only
The type of binding associated with an entry
                   xnatBindingInSessions 1.3.6.1.4.1.838.3.23.1.5.1.7 integer32 read-only
The number of inbound session instantiated using the binding
                   xnatBindingOutSessions 1.3.6.1.4.1.838.3.23.1.5.1.8 integer32 read-only
The number of outbound session instantiated using the binding
                   xnatBindingRowStatus 1.3.6.1.4.1.838.3.23.1.5.1.9 rowstatus read-only
This object controls creation and deletion of conceptual Binding Table rows. The object only supports the values of 'active', 'createAndGo', and 'destroy'. Only static bindings can be created through SNMP requests. Both static and dynamic entries can be destroyed. An attempt to add or remove the wrong type of entry will result in the return of a 'wrongValue' error.
           xnatPools 1.3.6.1.4.1.838.3.23.1.6
               xnatDynamicNatPoolTable 1.3.6.1.4.1.838.3.23.1.6.1 no-access
The set of dynamic NAT pools configured for the router.
                   xnatDynamicNatPoolEntry 1.3.6.1.4.1.838.3.23.1.6.1.1 no-access
The information maintained for each dynamic NAT Pool. Each pool may have a maximum of 5 ranges. Unused ranges are displayed as zeros
                       xnatDynNatPoolName 1.3.6.1.4.1.838.3.23.1.6.1.1.1 displaystring no-access
The name of the pool. It must be unique and is the index for the dynamic NAT pool table.
                       xnatDynNatPoolRangeCount 1.3.6.1.4.1.838.3.23.1.6.1.1.2 integer32 read-only
The number of ranges associated with the pool.
                       xnatDynNatPoolNetAssgns 1.3.6.1.4.1.838.3.23.1.6.1.1.3 integer32 read-only
The number of private networks to which the pool is assigned.
                       xnatDynNatPoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.1.1.4 rowstatus read-only
The status control the creation of dynamic NAT Pool entries. The only values supported for this object are 'active', 'createAndGo', and 'destroy'.
               xnatDynamicNatPoolRangeTable 1.3.6.1.4.1.838.3.23.1.6.2 no-access
The set of ranges associated with a pool.
                   xnatDynamicNatPoolRangeEntry 1.3.6.1.4.1.838.3.23.1.6.2.1 no-access
The information maintained for each dynamic NAT range.
                       xnatDynNatPoolRangeName 1.3.6.1.4.1.838.3.23.1.6.2.1.1 displaystring no-access
The name of the pool with which the range belongs.
                       xnatDynNatPoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.2.1.2 xnatipaddress no-access
The beginning registered IP address for the range.
                       xnatDynNatPoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.2.1.3 xnatipaddress read-only
The ending registered IP address for the range.
                       xnatDynNatPoolRangeMask 1.3.6.1.4.1.838.3.23.1.6.2.1.4 xnatipaddress read-only
The network mask for the range.
                       xnatDynNatPoolRangeRowStatus 1.3.6.1.4.1.838.3.23.1.6.2.1.5 rowstatus read-only
The status object is used to add and delete conceptual rows to the table.
               xnatDynamicNaptPoolTable 1.3.6.1.4.1.838.3.23.1.6.3 no-access
The set of dynamic NAPT pools configured for the router
                   xnatDynamicNaptPoolEntry 1.3.6.1.4.1.838.3.23.1.6.3.1 no-access
The information maintained for each dynamic NAPT Pool. The pool may have only 1 associated port range. The range is used for TCP, UDP, and ICMP sequence numbers.
                       xnatDynNaptPoolName 1.3.6.1.4.1.838.3.23.1.6.3.1.1 displaystring no-access
The name of the pool. It must be unique and is the index for the dynamic NAPT pool table.
                       xnatDynNaptPoolAddr 1.3.6.1.4.1.838.3.23.1.6.3.1.2 xnatipaddress read-only
The single registered IP address used for NAPT. The address is usually the interface address of the interface to the public Internet
                       xnatDynNaptPoolMask 1.3.6.1.4.1.838.3.23.1.6.3.1.3 xnatipaddress read-only
The network mask for the pool address.
                       xnatDynNaptPoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.3.1.4 xnatport read-only
The beginning number for UDP and TCP port ranges and ICMP sequence number range
                       xnatDynNaptPoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.3.1.5 xnatport read-only
The ending number for UDP and TCP port ranges and ICMP sequence number range
                       xnatDynNaptPoolNetAssgns 1.3.6.1.4.1.838.3.23.1.6.3.1.6 integer32 read-only
The number of private networks to which the pool is assigned.
                       xnatDynNaptPoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.3.1.7 rowstatus read-only
The status control the creation of dynamic NAPT Pool entries
               xnatLoadSharePoolTable 1.3.6.1.4.1.838.3.23.1.6.4 no-access
The set of load sharing pools configured for the router
                   xnatLoadSharePoolEntry 1.3.6.1.4.1.838.3.23.1.6.4.1 no-access
The information maintained for each load sharing pool. Each pool may have a maximum of 5 ranges. Unused ranges are displayed as zeros
                       xnatLoadSharePoolName 1.3.6.1.4.1.838.3.23.1.6.4.1.1 displaystring no-access
The name of the pool. It must be unique and is the index for the load sharing pool table.
                       xnatLoadSharePoolAddr 1.3.6.1.4.1.838.3.23.1.6.4.1.2 xnatipaddress read-only
The registered IP address used to represent the pool.
                       xnatLoadSharePoolMask 1.3.6.1.4.1.838.3.23.1.6.4.1.3 xnatipaddress read-only
The network mask for the pool address.
                       xnatLoadSharePoolPort 1.3.6.1.4.1.838.3.23.1.6.4.1.4 xnatport read-only
The port number associated with the address used to represent the pool. A port number of zero will match any port number
                       xnatLoadSharePoolProtocol 1.3.6.1.4.1.838.3.23.1.6.4.1.5 xnatprotocol read-only
The protocol associated with the address used to represent the pool. A protocol of zero will match any protocol
                       xnatLoadSharePoolRangeCount 1.3.6.1.4.1.838.3.23.1.6.4.1.6 integer32 read-only
The number of ranges associated with the pool.
                       xnatLoadSharePoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.4.1.7 rowstatus read-only
The status control the creation of load sharing pool entries
               xnatLoadSharePoolRangeTable 1.3.6.1.4.1.838.3.23.1.6.5 no-access
The set of ranges associated with a pool
                   xnatLoadSharePoolRangeEntry 1.3.6.1.4.1.838.3.23.1.6.5.1 no-access
The information maintained for each load sharing range.
                       xnatLoadSharePoolRangeName 1.3.6.1.4.1.838.3.23.1.6.5.1.1 displaystring no-access
The name of the pool with which the range belongs.
                       xnatLoadSharePoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.5.1.2 xnatipaddress no-access
The beginning private IP address for the range.
                       xnatLoadSharePoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.5.1.3 xnatipaddress read-only
The ending private IP address for the range.
                       xnatLoadSharePoolRangeMask 1.3.6.1.4.1.838.3.23.1.6.5.1.4 xnatipaddress read-only
The ending private IP address for the range.
                       xnatLoadSharePoolRangePort 1.3.6.1.4.1.838.3.23.1.6.5.1.5 xnatport read-only
The port number associated with the range. If a load sharing pool has an associated port number, a range must also have a port.
                       xnatLoadSharePoolRangeProtocol 1.3.6.1.4.1.838.3.23.1.6.5.1.6 xnatprotocol read-only
The port number associated with the range. If a load sharing pool has an associated port number, a range must also have a port.
                       xnatLoadSharePoolRangeRowStatus 1.3.6.1.4.1.838.3.23.1.6.5.1.7 rowstatus read-only
The status object is used to add and delete conceptual rows to the table.
           xnatPrivateNetTable 1.3.6.1.4.1.838.3.23.1.7 no-access
The table shows every private network on which address translation will be performed.
               xnatPrivateNetEntry 1.3.6.1.4.1.838.3.23.1.7.1 no-access
The information maintained for each private network.
                   xnatPrivateNetAddr 1.3.6.1.4.1.838.3.23.1.7.1.1 xnatipaddress no-access
The network address of the private network.
                   xnatPrivateNetMask 1.3.6.1.4.1.838.3.23.1.7.1.2 xnatipaddress read-only
The network mask for the network address.
                   xnatPrivateNetPoolCount 1.3.6.1.4.1.838.3.23.1.7.1.3 integer32 read-only
The number of dynamic pool associated with the network.
                   xnatPrivateNetRowStatus 1.3.6.1.4.1.838.3.23.1.7.1.4 rowstatus read-only
The status controls the creation and deletion of private network table conceptual rows
           xnatPriNetAssoPoolTable 1.3.6.1.4.1.838.3.23.1.8 no-access
The table shows the dynamic translation pools that are associated with private networks.
               xnatPriNetAssoPoolEntry 1.3.6.1.4.1.838.3.23.1.8.1 no-access
The information maintained for each associated pool.
                   xnatPriNetAssoPoolNetAddr 1.3.6.1.4.1.838.3.23.1.8.1.1 xnatipaddress no-access
The network address of the private network.
                   xnatPriNetAssoPoolName 1.3.6.1.4.1.838.3.23.1.8.1.2 displaystring no-access
The name of the dynamic pool.
                   xnatPriNetAssoPoolOrder 1.3.6.1.4.1.838.3.23.1.8.1.3 integer32 read-only
The order in which the pool is used for allocation.
                   xnatPriNetAssoPoolRowStatus 1.3.6.1.4.1.838.3.23.1.8.1.4 rowstatus read-only
The status controls the creation and deletion of associated pool table conceptual rows
       xnatConformance 1.3.6.1.4.1.838.3.23.2
           xnatCompliances 1.3.6.1.4.1.838.3.23.2.1
               xnatCompliance 1.3.6.1.4.1.838.3.23.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
           xnatGroups 1.3.6.1.4.1.838.3.23.2.2
               xnatGeneralGroup 1.3.6.1.4.1.838.3.23.2.2.1
These objects are required for Address Translation.
               xnatCountersGroup 1.3.6.1.4.1.838.3.23.2.2.2
These objects are required for Address Translation.
               xnatTimersGroup 1.3.6.1.4.1.838.3.23.2.2.3
These objects are required for Address Translation.
               xnatSessionGroup 1.3.6.1.4.1.838.3.23.2.2.4
These objects are required for Address Translation.
               xnatBindingGroup 1.3.6.1.4.1.838.3.23.2.2.5
These objects are required for Address Translation.
               xnatDynamicNatPoolGroup 1.3.6.1.4.1.838.3.23.2.2.6
These objects are required for Address Translation.
               xnatDynamicNatRangeGroup 1.3.6.1.4.1.838.3.23.2.2.7
These objects are required for Address Translation.
               xnatDynamicNaptPoolGroup 1.3.6.1.4.1.838.3.23.2.2.8
These objects are required for Address Translation.
               xnatLoadSharePoolGroup 1.3.6.1.4.1.838.3.23.2.2.9
These objects are required for Address Translation.
               xnatLoadShareRangeGroup 1.3.6.1.4.1.838.3.23.2.2.10
These objects are required for Address Translation.
               xnatPrivateNetGroup 1.3.6.1.4.1.838.3.23.2.2.11
These objects are required for Address Translation.
               xnatPriNetAssoPoolGroup 1.3.6.1.4.1.838.3.23.2.2.12
These objects are required for Address Translation.