RAISECOM-NAT-MIB

File: RAISECOM-NAT-MIB.mib (49249 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RAISECOM-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress TEXTUAL-CONVENTION TimeStamp
DisplayString RowStatus optSysMgmt

Defined Types

Boolean  
INTEGER true(1), false(2)    

NatEntry  
SEQUENCE    
  natIndex INTEGER
  natTypeMask INTEGER
  natType INTEGER
  natTotalBinds INTEGER
  natMaxStaticBinds INTEGER
  natCurrStaticBinds INTEGER
  natCurrDynamicBinds INTEGER
  natMaxStaticIpBinds INTEGER
  natCurrStaticIpBinds INTEGER
  natCurrDynamicIpBinds INTEGER
  natMaxStaticTcpBinds INTEGER
  natCurrStaticTcpBinds INTEGER
  natCurrDynamicTcpBinds INTEGER
  natMaxStaticUdpBinds INTEGER
  natCurrStaticUdpBinds INTEGER
  natCurrDynamicUdpBinds INTEGER
  natSessionMaxIdleTime INTEGER
  natUdpSessionMaxIdleTime INTEGER
  natIcmpSessionMaxIdleTime INTEGER
  natTcpUpSessionMaxIdleTime INTEGER
  natTcpDiscSessionMaxIdleTime INTEGER
  natTcpClosingSessionMaxIdleTime INTEGER
  natTcpSyncSessionMaxIdleTime INTEGER
  natLogMask INTEGER
  natEnable Boolean
  natDefXEnable Boolean
  natGlobalAddrFilter Boolean
  natStaticBindEnable Boolean
  natAdminCmd INTEGER

RaisecomIpNatEntry  
SEQUENCE    
  raisecomIpNatAddress IpAddress
  raisecomIpNatAddressRowStatus RowStatus

NatBindEntry  
SEQUENCE    
  natBindStatic Boolean
  natBindType INTEGER
  natBindLocalAddress IpAddress
  natBindLocalPort INTEGER 0..65535
  natBindRemAddress IpAddress
  natBindRemPort INTEGER 0..65535
  natBindMaxLeaseTime INTEGER
  natBindLeaseLeft INTEGER
  natBindMaxIdle INTEGER
  natBindCurrIdle INTEGER
  natBindDirection INTEGER
  natBindLocalIfNumber INTEGER
  natBindExtIfNumber INTEGER
  natBindLocalIfName DisplayString
  natBindExtIfName DisplayString
  natBindProto INTEGER
  natBindAction RowStatus
  natBindContrAgent INTEGER

NatSessionEntry  
SEQUENCE    
  natSessionProto INTEGER
  natSessionLocalAddress IpAddress
  natSessionLocalPort INTEGER 0..65535
  natSessionRemAddress IpAddress
  natSessionRemPort INTEGER 0..65535
  natXSessionLocalAddress IpAddress
  natXSessionLocalPort INTEGER 0..65535
  natXSessionRemAddress IpAddress
  natXSessionRemPort INTEGER 0..65535
  natSessionEnd INTEGER
  natSessionIdleTimeLeft INTEGER
  natSessionContrAgent INTEGER
  natSessionDirection INTEGER
  natSessionPacketModifier INTEGER

NatInterfaceEntry  
SEQUENCE    
  natInterfaceName DisplayString
  natInterfaceRealm INTEGER
  natInterfaceRawStatus RowStatus

Defined Values

raisecomNatMIB 1.1.8886.15.1.1
The MIB module to describe NAT objects.
MODULE-IDENTITY    

natDesc 1.1.8886.15.1.1.1
OBJECT IDENTIFIER    

natBind 1.1.8886.15.1.1.2
OBJECT IDENTIFIER    

natSession 1.1.8886.15.1.1.3
OBJECT IDENTIFIER    

natInterface 1.1.8886.15.1.1.4
OBJECT IDENTIFIER    

natNumber 1.1.8886.15.1.1.1.1
The number of NAT instances (regardless of their current state) present on this system.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natSessionNumber 1.1.8886.15.1.1.1.2
The number of NAT sessions present on this system.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natSwVersion 1.1.8886.15.1.1.1.3
A textual string describing the NAT software version in use.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

natPrRealmType 1.1.8886.15.1.1.1.4
A textual string containing information about the private realm this nat is bridging. Common value will be IPv4.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

natExtRealmType 1.1.8886.15.1.1.1.5
A textual string containing information about the external realm this nat is bridging. Common value will be IPv4.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

natTable 1.1.8886.15.1.1.1.6
A list of NAT descriptor entries. The number of entries is given by the value of natNumber.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NatEntry

natEntry 1.1.8886.15.1.1.1.6.1
A NAT entry contains all the relevant objects describing a particular NAT instance.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  NatEntry  

natIndex 1.1.8886.15.1.1.1.6.1.1
A unique value for each NAT instance. Its value ranges between 1 and the value of natNumber. The value for each NAT instance must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natTypeMask 1.1.8886.15.1.1.1.6.1.2
A Bit Mask documenting the NAT types as defined in RFC 2663 this NAT instance supports. Its value may be any combination of the options below: Basic-NAT(Bit 0) NAPT(Bit 1) Bi-directional-NAT(Bit 2) Twice-NAT(Bit 3) RSA-IP-Server(Bit 4) RSAP-IP-Server(Bit 5) Bit 0, if set, indicates that Basic-NAT is supported. Bit 1, if set, indicates that NAPT is supported. Bit 2, if set, indicates that Bi-directional-NAT is supported. Bit 3, if set, indicates that Twice-NAT is supported. Bit 4, if set, indicates that RSA-IP-Server is supported. Bit 5, if set, indicates that RSAP-IP-Server is supported.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

natType 1.1.8886.15.1.1.1.6.1.3
A Bit Mask documenting the NAT device's actual configuration according to natTypeMask above. Its value may be one and only one of the options below: Basic-NAT(Bit 0) NAPT(Bit 1) Bi-directional-NAT(Bit 2) Twice-NAT(Bit 3) RSA-IP-Server(Bit 4) RSAP-IP-Server(Bit 5) Bit 0, if set, indicates that Basic-NAT is configured. Bit 1, if set, indicates that NAPT is configured. Bit 2, if set, indicates that Bi-directional-NAT is configured. Bit 3, if set, indicates that Twice-NAT is configured. Bit 4, if set, indicates that RSA-IP-Server is configured. Bit 5, if set, indicates that RSAP-IP-Server is configured.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

natTotalBinds 1.1.8886.15.1.1.1.6.1.4
The number of NAT bind entries present on this system.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natMaxStaticBinds 1.1.8886.15.1.1.1.6.1.5
The maximum number of static bind entries this NAT device supports.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrStaticBinds 1.1.8886.15.1.1.1.6.1.6
The current number of static bind entries on this NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrDynamicBinds 1.1.8886.15.1.1.1.6.1.7
The current number of dynamic bind entries on this NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natMaxStaticIpBinds 1.1.8886.15.1.1.1.6.1.8
The maximum number of static IP bind entries this NAT device supports.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrStaticIpBinds 1.1.8886.15.1.1.1.6.1.9
The current number of static IP bind entries this NAT device supports.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrDynamicIpBinds 1.1.8886.15.1.1.1.6.1.10
The current number of dynamic IP bind entries on this NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natMaxStaticTcpBinds 1.1.8886.15.1.1.1.6.1.11
The maximum number of static TCP bind entries this NAT device supports. This only applies if the NAT device is configured in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrStaticTcpBinds 1.1.8886.15.1.1.1.6.1.12
The current number of static TCP bind entries this NAT device supports. This only applies if the NAT device is configured in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrDynamicTcpBinds 1.1.8886.15.1.1.1.6.1.13
The current number of dynamic TCP bind entries on this NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natMaxStaticUdpBinds 1.1.8886.15.1.1.1.6.1.14
The maximum number of static UDP bind entries this NAT device supports. This only applies if the NAT device is configured in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrStaticUdpBinds 1.1.8886.15.1.1.1.6.1.15
The current number of static UDP bind entries this NAT device supports. This only applies if the NAT device is configured in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natCurrDynamicUdpBinds 1.1.8886.15.1.1.1.6.1.16
The current number of dynamic UDP bind entries on this NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.17
All sessions are associated with a session-idle timeout. When this timeout expires, if the session is idle, the corresponding entry in the session table is deleted. This parameter defines the value in seconds for the IP session-idle timeout loaded when the session itself is detected on the NAT device. Changing this parameter only affects IP sessions detected at a later time. This parameter is only significant when the device operates in Basic-NAT mode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER  

natUdpSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.18
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. This parameter defines the value in seconds for the UDP session-idle timeout loaded when the session itself is detected on the NAT device. Changing this parameter only affects UDP sessions detected at a later time. This parameter is only significant when the device operates in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natIcmpSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.19
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. This parameter defines the value in seconds for the ICMP session-idle timeout loaded when the session itself is detected on the NAT device. Changing this parameter only affects ICMP sessions detected at a later time. This parameter is only significant when the device operates in NAPT mode.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natTcpUpSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.20
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. TCP sessions define different timeouts for different states (with reference to the TCP state machine). This parameter defines the value in seconds for the session-idle timeout loaded when a TCP session in established state is detected on the NAT device. Changing this parameter only affects sessions detected at a later time.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natTcpDiscSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.21
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. TCP sessions define different timeouts for different states (with reference to the TCP state machine). This parameter defines the value in seconds for the session-idle timeout loaded when the NAT device detects a TCP session is being disconnected.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natTcpClosingSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.22
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. TCP sessions define different timeouts for different states (with reference to the TCP state machine). This parameter defines the value in seconds for the session-idle timeout loaded when the NAT device detects a TCP session is being closed.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natTcpSyncSessionMaxIdleTime 1.1.8886.15.1.1.1.6.1.23
All sessions are associated with a session-idle timeout. When this timeout expires if the session is idle, the corresponding entry in the session table is deleted. TCP sessions define different timeouts for different states (with reference to the TCP state machine). This parameter defines the value in seconds for the session-idle timeout loaded when the NAT device detects a TCP session in the synch state.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natLogMask 1.1.8886.15.1.1.1.6.1.24
A Bit Mask documenting the NAT instance's logging option behaviour. Bit 0, if set, indicates that console output is enabled. Bit 1, if set, indicates that the system will write initialization sequence output to the console. Bit 2, if set, indicates that the system will write data output to the console. Bit 3, if set, indicates that the system will write trace output to the console. Bit 4, if set, indicates that the system will write information about error events to the console.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

natEnable 1.1.8886.15.1.1.1.6.1.25
A boolean flag to enable or disable the NAT device. The device needs to be re-initialized before a change to this flag may take effect.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Boolean  

natDefXEnable 1.1.8886.15.1.1.1.6.1.26
Normally the NAT device translates incoming packets' IP addresses and transport ports according to its translation tables. However, the user may want to change this default behaviour, for instance to allow for RSIP hosts within the local network to operate properly. In such cases, this flag should be set to false.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Boolean  

natGlobalAddrFilter 1.1.8886.15.1.1.1.6.1.27
This boolean flag is only meaningful if natDefXEnable is set to false. If so, and if natGlobalAddrFilter is set to false, then the NAT device will route packets received on the global port to the local network, without translating them. This enables RSIP hosts within the local network. Conversely, if this flag is set to true, then packets received on the global port will be filtered according to their destination IP address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Boolean  

natStaticBindEnable 1.1.8886.15.1.1.1.6.1.28
A boolean flag to enable or disable static bind entries on the NAT device.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Boolean  

natAdminCmd 1.1.8886.15.1.1.1.6.1.29
NAT Command.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), clearrules(2)  

raisecomIpNatTable 1.1.8886.15.1.1.1.7
This table is used to configure nat global ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RaisecomIpNatEntry

raisecomIpNatEntry 1.1.8886.15.1.1.1.7.1
Define the global IP address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RaisecomIpNatEntry  

raisecomIpNatAddress 1.1.8886.15.1.1.1.7.1.1
The IP address to which this entry's addressing information pertains.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

raisecomIpNatAddressRowStatus 1.1.8886.15.1.1.1.7.1.2
The row status is used to manage creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

natBindTable 1.1.8886.15.1.1.2.8
A table containing NAT bind-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NatBindEntry

natBindEntry 1.1.8886.15.1.1.2.8.1
Information about a particular current NAT bind.
Status: current Access: not-accessible
OBJECT-TYPE    
  NatBindEntry  

natBindStatic 1.1.8886.15.1.1.2.8.1.1
This flag indicates whether this bind is static or dynamic. A value of true(1) indicates this bind is static. A value of false(2) indicates this bind is dynamic.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Boolean  

natBindType 1.1.8886.15.1.1.2.8.1.2
This field indicates whether this bind is between a pair of IP-addresses, or between a pair of (IP-address, Transport-Id) tuples. A value of 1 indicates this bind is based on a pair of IP-adresses. A value of 2 indicates this bind is based on the (IP-address, Transport-Id) tuple.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER address(1), transport(2)  

natBindLocalAddress 1.1.8886.15.1.1.2.8.1.3
The local IP address for this NAT bind, as seen in the first packet that triggered this bind instance.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

natBindLocalPort 1.1.8886.15.1.1.2.8.1.4
The local port number for this NAT bind. For TCP binds, this is the local TCP port number, or 0 if no TCP port is associated with it yet. For UDP binds, this is the local UDP port number, or 0 if no UDP port is associated with it yet. For ICMP binds, this is the ICMP-identifier. For IP binds, the value of 65535 indicates that port is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natBindRemAddress 1.1.8886.15.1.1.2.8.1.5
The remote IP address for the transport bind, as seen in the first packet that triggered this bind instance. The value of 0.0.0.0 means there is no remote address associated with this bind yet. The value of 255.255.255.255 means the bind is for a broadcast message. For address binds, the remote address shown is actually the global address of the local host. NAT doesn't keep track of the remote address in address binds.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

natBindRemPort 1.1.8886.15.1.1.2.8.1.6
The remote port number for this NAT bind. For TCP binds, this is the remote TCP port number, or zero, if no TCP port is associated with it yet. For UDP binds, this is the remote UDP port number, or zero, if no UDP port is associated with it yet. For ICMP binds, this is the ICMP-identifier. For IP (or address) binds, the port is shown as 65535 to indicate that port is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natBindMaxLeaseTime 1.1.8886.15.1.1.2.8.1.7
The validity of a bind may be limited by the duration of lease time it is allowed. Unless the lease time is renewed, a bind will not be valid past the lease time. As a special case, a value of 0 may be assumed to indicate no lease time limit. A value of -1 means that it is not supported by this NAT instance. Typically, this attribute is of relevance only in conjunction with Realm-Specific-IP(RSIP) operation.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindLeaseLeft 1.1.8886.15.1.1.2.8.1.8
This parameter is of relevance only when Maximum lease time is a non-zero value. At any given instance of time, this parameter indicates the real-time left for a bind to remain valid. A value of -1 means that it is not supported by this NAT instance. Typically, this attribute is of relevance only in conjunction with Realm-Specific-IP(RSIP) operation.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindMaxIdle 1.1.8886.15.1.1.2.8.1.9
This parameter indicates the maximum amount of time this bind is allowed to remain valid, even if there is no activity. This parameter is ony valid for dynamic binds. External agents could also control this parameter. Static binds and lease time limited binds are not effected by this parameter.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindCurrIdle 1.1.8886.15.1.1.2.8.1.10
This parameter is of relevance only when natBindMaxIdle time is set to a non-zero value. At any given instance of time, this parameter indicates the time left for the entry to be removed from the list.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindDirection 1.1.8886.15.1.1.2.8.1.11
Direction of the bind may be uni-directional, or bi-directional.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER unidirectional(1), bidirectional(2)  

natBindLocalIfNumber 1.1.8886.15.1.1.2.8.1.12
This parameter indicates the local network's physical interface number (ifIndex) for this bind.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindExtIfNumber 1.1.8886.15.1.1.2.8.1.13
This parameter indicates the external network's physical interface number (ifIndex) for this bind.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natBindLocalIfName 1.1.8886.15.1.1.2.8.1.14
This parameter indicates the local network's physical interface name for this bind, for instance 'fei'.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

natBindExtIfName 1.1.8886.15.1.1.2.8.1.15
This parameter indicates the external network's physical interface name for this bind, for instance 'fei'.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

natBindProto 1.1.8886.15.1.1.2.8.1.16
The IP protocol for this NAT bind entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tcp(1), udp(2), icmp(3), ip(4)  

natBindAction 1.1.8886.15.1.1.2.8.1.17
A new static bind may be created or an existing one may be deleted by setting the multiple variable bindings of natBindProto and natBindAction. For example, to create a new static TCP bind of local host 192.168.10.10, local port 23, and global port 23, create a new oid natBindProto.192.168.10.23.0.0.0.0.23 and set it to 'tcp', and natBindAction.192.168.10.23.0.0.0.0.23 and set it to 'create and go'. Similarly, to delete the static bind, set natBindProto.23.0.0.0.0.23 to 'tcp' and natBindAction.192.168.10.23.0.0.0.0.23 to 'destroy'. To do this, your mib browser must be able to support multiple variable bindings access. Note that you can create and delete only TCP and UDP static entries which apply only in NAPT mode.
Status: deprecated Access: read-write
OBJECT-TYPE    
  RowStatus  

natBindContrAgent 1.1.8886.15.1.1.2.8.1.18
This indicates the last external Agent who has tried to control parameters for this bind. A value of 0 indicates that native NAT is the responsible agent.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natSessionTable 1.1.8886.15.1.1.3.1
A table containing NAT session-specific information.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NatSessionEntry

natSessionEntry 1.1.8886.15.1.1.3.1.1
Information about a particular current NAT session.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  NatSessionEntry  

natSessionProto 1.1.8886.15.1.1.3.1.1.1
The IP protocol for this NAT session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tcp(1), udp(2), icmp(3), ip(4)  

natSessionLocalAddress 1.1.8886.15.1.1.3.1.1.2
The local IP address for this NAT session, as seen in the first packet that triggered this session instance.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

natSessionLocalPort 1.1.8886.15.1.1.3.1.1.3
The local port number for this NAT sessions. The sessions may be of one of the type described in natSessionProto. For TCP sessions, this is the local TCP port number, or 0 if no TCP port is associated with it yet. For UDP sessions, this is the local UDP port number, or 0 if no UDP port is associated with it yet. For ICMP sessions, this is the ICMP-identifier. For IP sessions, the value of 65535 indicates that port is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natSessionRemAddress 1.1.8886.15.1.1.3.1.1.4
The remote IP address for this NAT session, as seen in the first packet that triggered this session instance. For address binds, the remote address shown is actually the global address of the local host. NAT doesn't keep track of the remote address in IP binds.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

natSessionRemPort 1.1.8886.15.1.1.3.1.1.5
The remote port number for this NAT sessions. The sessions may be of one of the types described in natSessionType. For TCP sessions, this is the remote TCP port number, or 0 if no TCP port is associated with it yet. For UDP sessions, this is the remote UDP port number, or 0 if no UDP port is associated with it yet. For ICMP sessions, this is the ICMP-identifier. For IP sessions, the value 65535 indicates that port is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natXSessionLocalAddress 1.1.8886.15.1.1.3.1.1.6
The local IP address for this NAT session, after the NAT translation has occurred.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

natXSessionLocalPort 1.1.8886.15.1.1.3.1.1.7
The local port number for this NAT session after the NAPT translation has occurred. The session may be of one of the types described in natSessionProto. For TCP sessions, this is the local TCP port number after the NAPT translation has occurred, or 0, if no TCP port is associated with this session yet. For UDP sessions, this is the local UDP port number, after the NAPT translation has occurred, or 0, if no UDP port is associated with this session yet. For ICMP sessions, this is the ICMP-identifier, after the NAPT translation has occurred. For IP sessions, the value of 65535 indicates that port is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natXSessionRemAddress 1.1.8886.15.1.1.3.1.1.8
The remote IP address for this NAT session, after the NAT translation has occurred. This is only relevant for NAT devices supporting twice-NAT.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

natXSessionRemPort 1.1.8886.15.1.1.3.1.1.9
The remote port number for this NAT sessions after the NAPT translation has occurred. This is only relevant for NAT devices supporting twice-NAT. For TCP sessions, this is the remote TCP Port number after the NAPT translation has occurred. For UDP sessions, this is the remote UDP Port number, after the NAPT translation has occurred, or zero, if no UDP port is associated with this session. For ICMP sessions, this is the ICMP-identifier, after the NAPT translation has occurred.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

natSessionEnd 1.1.8886.15.1.1.3.1.1.10
The heuristic means used to terminate this NAT session. A value of noheuristic in this field means the NAT device is not using any heuristic to terminate this session. A value of idletime in this field means the NAT device is using idle time information to terminate this session. A value of extagent in this field means an external agent is responsible for terminating this session. A value of other in this field simply means none of the above.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER other(1), noheuristic(2), idletime(3), extagent(4)  

natSessionIdleTimeLeft 1.1.8886.15.1.1.3.1.1.11
This parameter represents a real-time measure of the time in seconds this session is allowed to remain valid, even when there is no activity. This parameter is of relevance only when session termination heuristic is set to session-idle-time.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natSessionPacketModifier 1.1.8886.15.1.1.3.1.1.13
Typically, NAT modifies IP header and sometimes the transport header. External agents may choose to assume responsibility for payload modification alone, or the entire packet modification. In the case an external agent assumes responsibility for the entire packet modification, NAT will simply redirect the original packet as is to external translation agent. Otherwise, NAT will perform its share of translation (i.e., IP and transport header translation) and direct the translated packet to external agent.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER noModifier(1), ipModifier(2)  

natSessionDirection 1.1.8886.15.1.1.3.1.1.14
Direction of first packet of the session, with reference to the private realm. This information is not available for address binds.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER outbound(1), inbound(2)  

natSessionContrAgent 1.1.8886.15.1.1.3.1.1.15
This indicates the last external Agent who has tried to control parameters for this session. A value of 0 indicates that native NAT is the responsible agent.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

natInterfaceTable 1.1.8886.15.1.1.4.1
A table containing NAT interface information.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NatInterfaceEntry

natInterfaceEntry 1.1.8886.15.1.1.4.1.1
Information about a particular current NAT interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  NatInterfaceEntry  

natInterfaceName 1.1.8886.15.1.1.4.1.1.1
The name of a interface for NAT .The first ocet is the length of the string.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..64)  

natInterfaceRealm 1.1.8886.15.1.1.4.1.1.2
This object identifies whether this interface is connected to the private or the public realm.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER private(1), public(2)  

natInterfaceRawStatus 1.1.8886.15.1.1.4.1.1.3
The status of this conceptual row. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the natInterfaceRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding instance of natInterfaceServiceType has been set. None of the objects in this row may be modified while the value of this object is active(1).
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus