XEDIA-NETWORK-ADDRESS-TRANSLATOR-MIB

File: XEDIA-NETWORK-ADDRESS-TRANSLATOR-MIB.mib (46619 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress Counter32 TEXTUAL-CONVENTION
DisplayString RowStatus MODULE-COMPLIANCE
OBJECT-GROUP xediaMibs

Defined Types

XnatIpAddress  
An IPv4 address.
TEXTUAL-CONVENTION    
  IpAddress  

XnatPort  
A UDP or TCP port value or an ICMP ID. The values of this field are defined in the Assigned Numbers RFC.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

XnatCounter  
A 32 bit counter.
TEXTUAL-CONVENTION    
  Counter32  

XnatTimeout  
The duration of time a translation entry remains in the translation table before being aged out
TEXTUAL-CONVENTION    
  Integer32 0..86400  

XnatProtocol  
The protocol type of a translation session +------------+-------+ | PROTOCOL | VALUE | +------------+-------+ ANY 0 ICMP 1 TCP 6 UDP 17
TEXTUAL-CONVENTION    
  Integer32  

XnatSessionType  
The session type indicate whether a translation session was initiated from inside the private network or outside the private network +------------+-------+ | LOCATION | VALUE | +------------+-------+ INBOUND 0 OUTBOUND 1
TEXTUAL-CONVENTION    
  INTEGER inbound(0), outbound(1)  

XnatBindingType  
The binding type indicates whether a binding was created dynamically, statically, or by a load sharing pool. +----------------+-------+ | BINDING TYPE | VALUE | +----------------+-------+ DYNAMIC 0 STATIC 1 LOAD-SHARE 2
TEXTUAL-CONVENTION    
  INTEGER dynamic(0), static(1), loadshare(2)  

XnatSessionEntry  
SEQUENCE    
  xnatSessionPriAddr XnatIpAddress
  xnatSessionPriPort XnatPort
  xnatSessionRegAddr XnatIpAddress
  xnatSessionRegPort XnatPort
  xnatSessionOutAddr XnatIpAddress
  xnatSessionOutPort XnatPort
  xnatSessionProtocol XnatProtocol
  xnatSessionType XnatSessionType
  xnatSessionRowStatus RowStatus

XnatBindingEntry  
SEQUENCE    
  xnatBindingPriAddr XnatIpAddress
  xnatBindingPriPort XnatPort
  xnatBindingRegAddr XnatIpAddress
  xnatBindingRegPort XnatPort
  xnatBindingProtocol XnatProtocol
  xnatBindingType XnatBindingType
  xnatBindingInSessions Integer32
  xnatBindingOutSessions Integer32
  xnatBindingRowStatus RowStatus

XnatDynamicNatPoolEntry  
SEQUENCE    
  xnatDynNatPoolName DisplayString
  xnatDynNatPoolRangeCount Integer32
  xnatDynNatPoolNetAssgns Integer32
  xnatDynNatPoolRowStatus RowStatus

XnatDynamicNatPoolRangeEntry  
SEQUENCE    
  xnatDynNatPoolRangeName DisplayString
  xnatDynNatPoolRangeBeg XnatIpAddress
  xnatDynNatPoolRangeEnd XnatIpAddress
  xnatDynNatPoolRangeMask XnatIpAddress
  xnatDynNatPoolRangeRowStatus RowStatus

XnatDynamicNaptPoolEntry  
SEQUENCE    
  xnatDynNaptPoolName DisplayString
  xnatDynNaptPoolAddr XnatIpAddress
  xnatDynNaptPoolMask XnatIpAddress
  xnatDynNaptPoolRangeBeg XnatPort
  xnatDynNaptPoolRangeEnd XnatPort
  xnatDynNaptPoolNetAssgns Integer32
  xnatDynNaptPoolRowStatus RowStatus

XnatLoadSharePoolEntry  
SEQUENCE    
  xnatLoadSharePoolName DisplayString
  xnatLoadSharePoolAddr XnatIpAddress
  xnatLoadSharePoolMask XnatIpAddress
  xnatLoadSharePoolPort XnatPort
  xnatLoadSharePoolProtocol XnatProtocol
  xnatLoadSharePoolRangeCount Integer32
  xnatLoadSharePoolRowStatus RowStatus

XnatLoadSharePoolRangeEntry  
SEQUENCE    
  xnatLoadSharePoolRangeName DisplayString
  xnatLoadSharePoolRangeBeg XnatIpAddress
  xnatLoadSharePoolRangeEnd XnatIpAddress
  xnatLoadSharePoolRangeMask XnatIpAddress
  xnatLoadSharePoolRangePort XnatPort
  xnatLoadSharePoolRangeProtocol XnatProtocol
  xnatLoadSharePoolRangeRowStatus RowStatus

XnatPrivateNetEntry  
SEQUENCE    
  xnatPrivateNetAddr XnatIpAddress
  xnatPrivateNetMask XnatIpAddress
  xnatPrivateNetPoolCount Integer32
  xnatPrivateNetRowStatus RowStatus

XnatPriNetAssoPoolEntry  
SEQUENCE    
  xnatPriNetAssoPoolNetAddr XnatIpAddress
  xnatPriNetAssoPoolName DisplayString
  xnatPriNetAssoPoolOrder Integer32
  xnatPriNetAssoPoolRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

xnatObjects 1.3.6.1.4.1.838.3.23.1
OBJECT IDENTIFIER    

xnatConformance 1.3.6.1.4.1.838.3.23.2
OBJECT IDENTIFIER    

xnatGeneral 1.3.6.1.4.1.838.3.23.1.1
OBJECT IDENTIFIER    

xnatAdminStatus 1.3.6.1.4.1.838.3.23.1.1.1
Determines whether address translation will be performed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xnatMaxIboundSessions 1.3.6.1.4.1.838.3.23.1.1.2
Indicates the maximum number of inbound sessions that can be associated with a single binding.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5000  

xnatMaxOboundSessions 1.3.6.1.4.1.838.3.23.1.1.3
Indicates the maximum number of outbound sessions that can be associated with a single binding.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..5000  

xnatCounters 1.3.6.1.4.1.838.3.23.1.2
OBJECT IDENTIFIER    

xnatOboundPackets 1.3.6.1.4.1.838.3.23.1.2.1
Indicates the number of outbound packets seen by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatOboundIcmp 1.3.6.1.4.1.838.3.23.1.2.2
Indicates the number of outbound ICMP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatOboundTcp 1.3.6.1.4.1.838.3.23.1.2.3
Indicates the number of outbound TCP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatOboundUdp 1.3.6.1.4.1.838.3.23.1.2.4
Indicates the number of outbound UDP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatOboundUntranslated 1.3.6.1.4.1.838.3.23.1.2.5
Indicates the number of outbound packets not translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatOboundDiscards 1.3.6.1.4.1.838.3.23.1.2.6
Indicates the number of outbound packets discarded by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundPackets 1.3.6.1.4.1.838.3.23.1.2.7
Indicates the number of inbound packets seen by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundIcmp 1.3.6.1.4.1.838.3.23.1.2.8
Indicates the number of inbound ICMP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundTcp 1.3.6.1.4.1.838.3.23.1.2.9
Indicates the number of inbound TCP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundUdp 1.3.6.1.4.1.838.3.23.1.2.10
Indicates the number of inbound UDP packets translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundUntranslated 1.3.6.1.4.1.838.3.23.1.2.11
Indicates the number of inbound packets not translated by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatIboundDiscards 1.3.6.1.4.1.838.3.23.1.2.12
Indicates the number of inbound packets discarded by the network address translator.
Status: current Access: read-only
OBJECT-TYPE    
  XnatCounter  

xnatTimers 1.3.6.1.4.1.838.3.23.1.3
OBJECT IDENTIFIER    

xnatUdpTimeout 1.3.6.1.4.1.838.3.23.1.3.1
A 32-bit integer that determines the duration of time an unused UDP session remains in the translation table before being aged out.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatDnsTimeout 1.3.6.1.4.1.838.3.23.1.3.2
A 32-bit integer that determines the duration of time an unused UDP session remains in the translation table before being aged out.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatTcpTimeout 1.3.6.1.4.1.838.3.23.1.3.3
A 32-bit integer that determines the duration of time an unused TCP session remains in the translation table before being aged out.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatFinRstTimeout 1.3.6.1.4.1.838.3.23.1.3.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatSynTimeout 1.3.6.1.4.1.838.3.23.1.3.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatIcmpTimeout 1.3.6.1.4.1.838.3.23.1.3.6
A 32-bit integer that determines the duration of time an ICMP session remains in the translation table before being aged out.
Status: current Access: read-write
OBJECT-TYPE    
  XnatTimeout  

xnatSessionTable 1.3.6.1.4.1.838.3.23.1.4
The set of current address translation sessions
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatSessionEntry

xnatSessionEntry 1.3.6.1.4.1.838.3.23.1.4.1
The information maintained of each translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatSessionEntry  

xnatSessionPriAddr 1.3.6.1.4.1.838.3.23.1.4.1.1
The private IP address of the host associated with a translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatSessionPriPort 1.3.6.1.4.1.838.3.23.1.4.1.2
The private port number associated with a translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPort  

xnatSessionRegAddr 1.3.6.1.4.1.838.3.23.1.4.1.3
The registered IP address of the host associated with a translation session
Status: current Access: read-only
OBJECT-TYPE    
  XnatIpAddress  

xnatSessionRegPort 1.3.6.1.4.1.838.3.23.1.4.1.4
The registered port number associated with a translation session
Status: current Access: read-only
OBJECT-TYPE    
  XnatPort  

xnatSessionOutAddr 1.3.6.1.4.1.838.3.23.1.4.1.5
The oustside host IP address associated with a translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatSessionOutPort 1.3.6.1.4.1.838.3.23.1.4.1.6
The outside port number associated with a translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPort  

xnatSessionProtocol 1.3.6.1.4.1.838.3.23.1.4.1.7
The protocol associated with a translation session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatProtocol  

xnatSessionType 1.3.6.1.4.1.838.3.23.1.4.1.8
This variable shows whether the session was initiated from inside or outside the private network
Status: current Access: read-only
OBJECT-TYPE    
  XnatSessionType  

xnatSessionRowStatus 1.3.6.1.4.1.838.3.23.1.4.1.9
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
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

xnatBindingTable 1.3.6.1.4.1.838.3.23.1.5
The set of current mappings between private and registered addresses/port pairs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatBindingEntry

xnatBindingEntry 1.3.6.1.4.1.838.3.23.1.5.1
The information maintained for each binding
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatBindingEntry  

xnatBindingPriAddr 1.3.6.1.4.1.838.3.23.1.5.1.1
The private IP address of the host associated with a binding
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatBindingPriPort 1.3.6.1.4.1.838.3.23.1.5.1.2
The private port number associated with a binding session. A port number of zero indicates any port
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPort  

xnatBindingRegAddr 1.3.6.1.4.1.838.3.23.1.5.1.3
The registered IP address of the host associated with a binding session
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatBindingRegPort 1.3.6.1.4.1.838.3.23.1.5.1.4
The registered port number associated with a binding binding. A port number of zero inidicates any port
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPort  

xnatBindingProtocol 1.3.6.1.4.1.838.3.23.1.5.1.5
The protocol assocaited with the binding. A protocol number of zero indicates any protocol
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatProtocol  

xnatBindingType 1.3.6.1.4.1.838.3.23.1.5.1.6
The type of binding associated with an entry
Status: current Access: read-only
OBJECT-TYPE    
  XnatBindingType  

xnatBindingInSessions 1.3.6.1.4.1.838.3.23.1.5.1.7
The number of inbound session instantiated using the binding
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatBindingOutSessions 1.3.6.1.4.1.838.3.23.1.5.1.8
The number of outbound session instantiated using the binding
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatBindingRowStatus 1.3.6.1.4.1.838.3.23.1.5.1.9
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatPools 1.3.6.1.4.1.838.3.23.1.6
OBJECT IDENTIFIER    

xnatDynamicNatPoolTable 1.3.6.1.4.1.838.3.23.1.6.1
The set of dynamic NAT pools configured for the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatDynamicNatPoolEntry

xnatDynamicNatPoolEntry 1.3.6.1.4.1.838.3.23.1.6.1.1
The information maintained for each dynamic NAT Pool. Each pool may have a maximum of 5 ranges. Unused ranges are displayed as zeros
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatDynamicNatPoolEntry  

xnatDynNatPoolName 1.3.6.1.4.1.838.3.23.1.6.1.1.1
The name of the pool. It must be unique and is the index for the dynamic NAT pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatDynNatPoolRangeCount 1.3.6.1.4.1.838.3.23.1.6.1.1.2
The number of ranges associated with the pool.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatDynNatPoolNetAssgns 1.3.6.1.4.1.838.3.23.1.6.1.1.3
The number of private networks to which the pool is assigned.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatDynNatPoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.1.1.4
The status control the creation of dynamic NAT Pool entries. The only values supported for this object are 'active', 'createAndGo', and 'destroy'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatDynamicNatPoolRangeTable 1.3.6.1.4.1.838.3.23.1.6.2
The set of ranges associated with a pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatDynamicNatPoolRangeEntry

xnatDynamicNatPoolRangeEntry 1.3.6.1.4.1.838.3.23.1.6.2.1
The information maintained for each dynamic NAT range.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatDynamicNatPoolRangeEntry  

xnatDynNatPoolRangeName 1.3.6.1.4.1.838.3.23.1.6.2.1.1
The name of the pool with which the range belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatDynNatPoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.2.1.2
The beginning registered IP address for the range.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatDynNatPoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.2.1.3
The ending registered IP address for the range.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatDynNatPoolRangeMask 1.3.6.1.4.1.838.3.23.1.6.2.1.4
The network mask for the range.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatDynNatPoolRangeRowStatus 1.3.6.1.4.1.838.3.23.1.6.2.1.5
The status object is used to add and delete conceptual rows to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatDynamicNaptPoolTable 1.3.6.1.4.1.838.3.23.1.6.3
The set of dynamic NAPT pools configured for the router
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatDynamicNaptPoolEntry

xnatDynamicNaptPoolEntry 1.3.6.1.4.1.838.3.23.1.6.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatDynamicNaptPoolEntry  

xnatDynNaptPoolName 1.3.6.1.4.1.838.3.23.1.6.3.1.1
The name of the pool. It must be unique and is the index for the dynamic NAPT pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatDynNaptPoolAddr 1.3.6.1.4.1.838.3.23.1.6.3.1.2
The single registered IP address used for NAPT. The address is usually the interface address of the interface to the public Internet
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatDynNaptPoolMask 1.3.6.1.4.1.838.3.23.1.6.3.1.3
The network mask for the pool address.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatDynNaptPoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.3.1.4
The beginning number for UDP and TCP port ranges and ICMP sequence number range
Status: current Access: read-create
OBJECT-TYPE    
  XnatPort  

xnatDynNaptPoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.3.1.5
The ending number for UDP and TCP port ranges and ICMP sequence number range
Status: current Access: read-create
OBJECT-TYPE    
  XnatPort  

xnatDynNaptPoolNetAssgns 1.3.6.1.4.1.838.3.23.1.6.3.1.6
The number of private networks to which the pool is assigned.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatDynNaptPoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.3.1.7
The status control the creation of dynamic NAPT Pool entries
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatLoadSharePoolTable 1.3.6.1.4.1.838.3.23.1.6.4
The set of load sharing pools configured for the router
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatLoadSharePoolEntry

xnatLoadSharePoolEntry 1.3.6.1.4.1.838.3.23.1.6.4.1
The information maintained for each load sharing pool. Each pool may have a maximum of 5 ranges. Unused ranges are displayed as zeros
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatLoadSharePoolEntry  

xnatLoadSharePoolName 1.3.6.1.4.1.838.3.23.1.6.4.1.1
The name of the pool. It must be unique and is the index for the load sharing pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatLoadSharePoolAddr 1.3.6.1.4.1.838.3.23.1.6.4.1.2
The registered IP address used to represent the pool.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatLoadSharePoolMask 1.3.6.1.4.1.838.3.23.1.6.4.1.3
The network mask for the pool address.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatLoadSharePoolPort 1.3.6.1.4.1.838.3.23.1.6.4.1.4
The port number associated with the address used to represent the pool. A port number of zero will match any port number
Status: current Access: read-create
OBJECT-TYPE    
  XnatPort  

xnatLoadSharePoolProtocol 1.3.6.1.4.1.838.3.23.1.6.4.1.5
The protocol associated with the address used to represent the pool. A protocol of zero will match any protocol
Status: current Access: read-create
OBJECT-TYPE    
  XnatProtocol  

xnatLoadSharePoolRangeCount 1.3.6.1.4.1.838.3.23.1.6.4.1.6
The number of ranges associated with the pool.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatLoadSharePoolRowStatus 1.3.6.1.4.1.838.3.23.1.6.4.1.7
The status control the creation of load sharing pool entries
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatLoadSharePoolRangeTable 1.3.6.1.4.1.838.3.23.1.6.5
The set of ranges associated with a pool
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatLoadSharePoolRangeEntry

xnatLoadSharePoolRangeEntry 1.3.6.1.4.1.838.3.23.1.6.5.1
The information maintained for each load sharing range.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatLoadSharePoolRangeEntry  

xnatLoadSharePoolRangeName 1.3.6.1.4.1.838.3.23.1.6.5.1.1
The name of the pool with which the range belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatLoadSharePoolRangeBeg 1.3.6.1.4.1.838.3.23.1.6.5.1.2
The beginning private IP address for the range.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatLoadSharePoolRangeEnd 1.3.6.1.4.1.838.3.23.1.6.5.1.3
The ending private IP address for the range.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatLoadSharePoolRangeMask 1.3.6.1.4.1.838.3.23.1.6.5.1.4
The ending private IP address for the range.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatLoadSharePoolRangePort 1.3.6.1.4.1.838.3.23.1.6.5.1.5
The port number associated with the range. If a load sharing pool has an associated port number, a range must also have a port.
Status: current Access: read-create
OBJECT-TYPE    
  XnatPort  

xnatLoadSharePoolRangeProtocol 1.3.6.1.4.1.838.3.23.1.6.5.1.6
The port number associated with the range. If a load sharing pool has an associated port number, a range must also have a port.
Status: current Access: read-create
OBJECT-TYPE    
  XnatProtocol  

xnatLoadSharePoolRangeRowStatus 1.3.6.1.4.1.838.3.23.1.6.5.1.7
The status object is used to add and delete conceptual rows to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatPrivateNetTable 1.3.6.1.4.1.838.3.23.1.7
The table shows every private network on which address translation will be performed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatPrivateNetEntry

xnatPrivateNetEntry 1.3.6.1.4.1.838.3.23.1.7.1
The information maintained for each private network.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPrivateNetEntry  

xnatPrivateNetAddr 1.3.6.1.4.1.838.3.23.1.7.1.1
The network address of the private network.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatPrivateNetMask 1.3.6.1.4.1.838.3.23.1.7.1.2
The network mask for the network address.
Status: current Access: read-create
OBJECT-TYPE    
  XnatIpAddress  

xnatPrivateNetPoolCount 1.3.6.1.4.1.838.3.23.1.7.1.3
The number of dynamic pool associated with the network.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatPrivateNetRowStatus 1.3.6.1.4.1.838.3.23.1.7.1.4
The status controls the creation and deletion of private network table conceptual rows
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatPriNetAssoPoolTable 1.3.6.1.4.1.838.3.23.1.8
The table shows the dynamic translation pools that are associated with private networks.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XnatPriNetAssoPoolEntry

xnatPriNetAssoPoolEntry 1.3.6.1.4.1.838.3.23.1.8.1
The information maintained for each associated pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatPriNetAssoPoolEntry  

xnatPriNetAssoPoolNetAddr 1.3.6.1.4.1.838.3.23.1.8.1.1
The network address of the private network.
Status: current Access: not-accessible
OBJECT-TYPE    
  XnatIpAddress  

xnatPriNetAssoPoolName 1.3.6.1.4.1.838.3.23.1.8.1.2
The name of the dynamic pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

xnatPriNetAssoPoolOrder 1.3.6.1.4.1.838.3.23.1.8.1.3
The order in which the pool is used for allocation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xnatPriNetAssoPoolRowStatus 1.3.6.1.4.1.838.3.23.1.8.1.4
The status controls the creation and deletion of associated pool table conceptual rows
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xnatCompliances 1.3.6.1.4.1.838.3.23.2.1
OBJECT IDENTIFIER    

xnatGroups 1.3.6.1.4.1.838.3.23.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-create
MODULE-COMPLIANCE    

xnatGeneralGroup 1.3.6.1.4.1.838.3.23.2.2.1
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatCountersGroup 1.3.6.1.4.1.838.3.23.2.2.2
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatTimersGroup 1.3.6.1.4.1.838.3.23.2.2.3
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatSessionGroup 1.3.6.1.4.1.838.3.23.2.2.4
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatBindingGroup 1.3.6.1.4.1.838.3.23.2.2.5
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatDynamicNatPoolGroup 1.3.6.1.4.1.838.3.23.2.2.6
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatDynamicNatRangeGroup 1.3.6.1.4.1.838.3.23.2.2.7
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatDynamicNaptPoolGroup 1.3.6.1.4.1.838.3.23.2.2.8
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatLoadSharePoolGroup 1.3.6.1.4.1.838.3.23.2.2.9
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatLoadShareRangeGroup 1.3.6.1.4.1.838.3.23.2.2.10
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatPrivateNetGroup 1.3.6.1.4.1.838.3.23.2.2.11
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP    

xnatPriNetAssoPoolGroup 1.3.6.1.4.1.838.3.23.2.2.12
These objects are required for Address Translation.
Status: current Access: read-create
OBJECT-GROUP