STN-NAT-MIB

File: STN-NAT-MIB.mib (36502 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
IF-MIB STN-ROUTER-MIB SPRING-TIDE-NETWORKS-SMI

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY OBJECT-TYPE
IpAddress Integer32 MODULE-COMPLIANCE
InterfaceIndex stnRouterNAT stnNotification

Defined Types

NatTransMode  
NAT translation mode.
TEXTUAL-CONVENTION    
  INTEGER pooled(1), static(2), pat(3)  

StnNatL2Entry  
SEQUENCE    
  stnNatL2IfIndex InterfaceIndex
  stnNatL2InsidePktMisses Integer32
  stnNatL2InsidePktHits Integer32
  stnNatL2OutsidePktMisses Integer32
  stnNatL2OutsidePktHits Integer32
  stnNatL2UntransInsidePkts Integer32
  stnNatL2UntransOutsidePkts Integer32
  stnNatL2InsideAlgPkts Integer32
  stnNatL2OutsideAlgPkts Integer32
  stnNatL2FlowId Integer32

StnNatGroupEntry  
SEQUENCE    
  stnNatGroupSubnetIfInstance Integer32
  stnNatGroupOutsideBaseAddress IpAddress
  stnNatGroupOutsideEndAddress IpAddress
  stnNatGroupInsideBaseAddress IpAddress
  stnNatGroupInsideEndAddress IpAddress
  stnNatGroupTransMode NatTransMode
  stnNatGroupAddrIdleTime Integer32
  stnNatGroupAddrTransAvailable Integer32
  stnNatGroupMaxFtpSessions Integer32
  stnNatGroupMaxFtpSessionsPerInsideAddr Integer32
  stnNatGroupFtpControlSessionIdleTime Integer32
  stnNatGroupCurrentFtpSessions Integer32
  stnNatGroupTotalFtpSessions Integer32
  stnNatGroupMissedFtpSessionLookups Integer32
  stnNatGroupNoIdleFtpSessions Integer32
  stnNatGroupNoIdleOutsideAddrs Integer32
  stnNatGroupFoundIdleOutsideAddrs Integer32
  stnNatGroupInsidePktMisses Integer32
  stnNatGroupInsidePktHits Integer32
  stnNatGroupOutsidePktMisses Integer32
  stnNatGroupOutsidePktHits Integer32
  stnNatGroupInvalidOutsidePktMisses Integer32
  stnNatGroupInsideFlowOrigin INTEGER
  stnNatGroupPortBaseNumber Integer32
  stnNatGroupPortEndNumber Integer32
  stnNatGroupMaxInsideAddrs Integer32
  stnNatGroupMaxPortsPerInsideAddr Integer32
  stnNatGroupPortLimitReached Integer32
  stnNatGroupInsideAddrLimitReached Integer32

StnNatOutTransEntry  
SEQUENCE    
  stnNatOutTransSubnetIfInstance Integer32
  stnNatOutTransOutsideBaseAddress IpAddress
  stnNatOutTransOutsideAddress IpAddress
  stnNatOutTransInsideAddress IpAddress
  stnNatOutTransMode NatTransMode
  stnNatOutTransState INTEGER
  stnNatOutTransUpTimeSec Integer32
  stnNatOutTransSecsSinceLastHit Integer32
  stnNatOutTransCurrentFtpSessions Integer32
  stnNatOutTransTotalFtpSessions Integer32
  stnNatOutTransInsidePktHits Integer32
  stnNatOutTransOutsidePktHits Integer32
  stnNatOutTransOutsidePortNumber Integer32
  stnNatOutTransInsidePortNumber Integer32
  stnNatOutTransOutsidePortsInuse Integer32
  stnNatOutTransInsidePortsInuse Integer32
  stnNatOutTransInsidePortLimitReached Integer32

StnNatInTransEntry  
SEQUENCE    
  stnNatInTransSubnetIfInstance Integer32
  stnNatInTransOutsideBaseAddress IpAddress
  stnNatInTransOutsideAddress IpAddress
  stnNatInTransInsideAddress IpAddress
  stnNatInTransMode NatTransMode
  stnNatInTransState INTEGER
  stnNatInTransUpTimeSec Integer32
  stnNatInTransSecsSinceLastHit Integer32
  stnNatInTransCurrentFtpSessions Integer32
  stnNatInTransTotalFtpSessions Integer32
  stnNatInTransInsidePktHits Integer32
  stnNatInTransOutsidePktHits Integer32
  stnNatInTransOutsidePortNumber Integer32
  stnNatInTransInsidePortNumber Integer32
  stnNatInTransOutsidePortsInuse Integer32
  stnNatInTransInsidePortsInuse Integer32
  stnNatInTransInsidePortLimitReached Integer32

Defined Values

stnNat 1.3.6.1.4.1.3551.2.7.1.5.1
This MIB module describes managed objects of Spring Tide Networks Network Address Translation.
MODULE-IDENTITY    

stnNatObjects 1.3.6.1.4.1.3551.2.7.1.5.1.1
OBJECT IDENTIFIER    

stnNatMibConformance 1.3.6.1.4.1.3551.2.7.1.5.1.2
OBJECT IDENTIFIER    

stnNatMibTraps 1.3.6.1.4.1.3551.2.7.1.5.1.3
OBJECT IDENTIFIER    

stnNatL2Table 1.3.6.1.4.1.3551.2.7.1.5.1.1.1
A list of NAT L2 entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnNatL2Entry

stnNatL2Entry 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1
Entry contains information about a particular NAT L2.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnNatL2Entry  

stnNatL2IfIndex 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.1
This ifIndex is that of the VcLink/L2 that was NAT Enabled.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

stnNatL2InsidePktMisses 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.2
The number of packets received from the 'inside' whose translation was unknown and needed to be learned
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2InsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.3
The number of packets received from the 'inside' whose translation was known.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2OutsidePktMisses 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.4
The number of packets received from the 'outside' whose translation was unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2OutsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.5
The number of packets received from the 'outside' whose translation was known.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2UntransInsidePkts 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.6
The number of packets received from the 'inside' that could not be translated because their source addresses were not among the valid inside addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2UntransOutsidePkts 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.7
The number of packets received from the 'outside' that could not be translated because the was no existing translation availible.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2InsideAlgPkts 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.8
The number of packets received from the 'inside' that required Application Level Gateway (ALG) processing specific to protocol or application.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2OutsideAlgPkts 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.9
The number of packets received from the 'outside' that required Application Level Gateway (ALG) processing specific to protocol or application.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatL2FlowId 1.3.6.1.4.1.3551.2.7.1.5.1.1.1.1.10
This is the internal flow identifier associated with this VcLink/L2 Interface.(STN use only)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupTable 1.3.6.1.4.1.3551.2.7.1.5.1.1.2
A list of group based NAT entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnNatGroupEntry

stnNatGroupEntry 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1
Entry contains information about a particular group based NAT.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnNatGroupEntry  

stnNatGroupSubnetIfInstance 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.1
A sequence number that identifies a sub-network interface entry in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupOutsideBaseAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.2
This is the first outside IP address in the range of outside addresses that packets from the inside have their source address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatGroupOutsideEndAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.3
This is the last outside IP address in the range of outside addresses that packets from the inside have their source address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatGroupInsideBaseAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.4
This is the first inside IP address in the range of inside addresses that packets from the outside have their destination address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatGroupInsideEndAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.5
This is the last inside IP address in the range of inside addresses that packets from the outside have their destination address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatGroupTransMode 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.6
Indicates if translations for this NAT group are handled with a static address to address mapping, a pooled address mapping, or a port based mapping (PAT). The translation is relinquished due to inactivity for the pooled and port based cases.
Status: current Access: read-only
OBJECT-TYPE    
  NatTransMode  

stnNatGroupAddrIdleTime 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.7
The number of seconds that a translation can be idle This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupAddrTransAvailable 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.8
The number of outside Addresses available in the pool for translation. This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupMaxFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.9
The number of FTP Client sessions that can be translated from the 'inside' at one time. This value is only for client sessions initiated from the inside.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupMaxFtpSessionsPerInsideAddr 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.10
The number of FTP Client sessions that can be translated from one 'inside' address at one time. This value is only for client sessions initiated from the inside. (0 means field is ignored.)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupFtpControlSessionIdleTime 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.11
The number of FTP Client sessions that can be translated from the 'inside' at one time. This value is only for client sessions initiated from the inside.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupCurrentFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.12
The number of FTP Client sessions that are currently being translated from the 'inside'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupTotalFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.13
The number of FTP Client sessions that have been translated from the 'inside'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupMissedFtpSessionLookups 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.14
The number of times an expired or unknown FTP client session was referenced.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupNoIdleFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.15
The number of times an FTP Client session was denied translation because there were no availible idle FTP sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupNoIdleOutsideAddrs 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.16
The number of times a packet has arrived from a valid inside address, but a translation was not established because no outside address was availible. This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupFoundIdleOutsideAddrs 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.17
The number of times a packet has arrived from a valid inside address and a translation was established due to the presence of an idle outside address. This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupInsidePktMisses 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.18
The number of times a packet arrived from an inside address that did not have a translation programed. This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupInsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.19
The number of times a packet arrived for an inside address that was among any the known inside addresses configured for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupOutsidePktMisses 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.20
The number of times a packet arrived for an outside address that did not have a translation programed. This value is ignored for static NAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupOutsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.21
The number of times a packet arrived for an outside address that was among any the known outside addresses configured for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupInvalidOutsidePktMisses 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.22
The number of times a packet arrived for an outside address that was not among any of the known outside addresses configured for the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupInsideFlowOrigin 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.23
Indicates whether traffic entering (ingress) or leaving (egress) the router is considered to be originating from the 'inside' for this interface
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

stnNatGroupPortBaseNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.24
This is the first port number in the range of port numbers that packets from the inside have their source port translated to. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupPortEndNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.25
This is the first port number in the range of port numbers that packets from the inside have their source port translated to. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupMaxInsideAddrs 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.26
The number of inside addresses that can be translated from the 'inside' at one time. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupMaxPortsPerInsideAddr 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.27
The number of port translations allowed any single 'inside' address at one time. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupPortLimitReached 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.28
The number of times a packet has arrived from a valid inside address, but a translation was not established because the limit on the number of ports was reached. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatGroupInsideAddrLimitReached 1.3.6.1.4.1.3551.2.7.1.5.1.1.2.1.29
The number of times a packet has arrived from a valid inside address, but a translation was not established because the limit on the number of inside addresses was reached. This value is valid only for NAT type PAT.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransTable 1.3.6.1.4.1.3551.2.7.1.5.1.1.3
A list of NAT translation entries indexed by outside address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnNatOutTransEntry

stnNatOutTransEntry 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1
Entry contains information about a particular NAT translation.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnNatOutTransEntry  

stnNatOutTransSubnetIfInstance 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.1
A sequence number that identifies a sub-network interface entry in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransOutsideBaseAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.2
This is the first outside IP address in the range of outside addresses that packets from the inside have their source address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatOutTransOutsideAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.3
This is the outside IP address for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatOutTransInsideAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.4
This is the inside IP address for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatOutTransMode 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.5
Indicates whether this translation is pooled, static or PAT
Status: current Access: read-only
OBJECT-TYPE    
  NatTransMode  

stnNatOutTransState 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.6
Indicates the translation state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER leased(1), expired(2)  

stnNatOutTransUpTimeSec 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.7
The number of seconds since this translation was started.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransSecsSinceLastHit 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.8
The number of seconds since this translation was last used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransCurrentFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.9
The number of FTP Client sessions that are currently being translated from the 'inside' for this translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransTotalFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.10
The number of FTP Client sessions that have been translated from the 'inside' for this translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransInsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.11
The number of times a packet arrived for this inside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransOutsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.12
The number of times a packet arrived for this outside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransOutsidePortNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.13
This is the outside port number for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransInsidePortNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.14
This is the inside port number for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransOutsidePortsInuse 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.15
This is the number of ports currently being used by the outside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransInsidePortsInuse 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.16
This is the number of ports currently being used by the inside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatOutTransInsidePortLimitReached 1.3.6.1.4.1.3551.2.7.1.5.1.1.3.1.17
This is the number of times the inside address reached its port limit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransTable 1.3.6.1.4.1.3551.2.7.1.5.1.1.4
A list of NAT translation entries indexed by inside address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnNatInTransEntry

stnNatInTransEntry 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1
Entry contains information about a particular NAT translation.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnNatInTransEntry  

stnNatInTransSubnetIfInstance 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.1
A sequence number that identifies a sub-network interface entry in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransOutsideBaseAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.2
This is the first outside IP address in the range of outside addresses that packets from the inside have their source address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatInTransOutsideAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.3
This is the last outside IP address in the range of outside addresses that packets from the inside have their source address translated to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatInTransInsideAddress 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.4
This is inside IP address for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnNatInTransMode 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.5
Indicates whether this translation is pooled, static or port based.
Status: current Access: read-only
OBJECT-TYPE    
  NatTransMode  

stnNatInTransState 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.6
Indicates the translation state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER leased(1), expired(2)  

stnNatInTransUpTimeSec 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.7
The number of seconds since this translation was started.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransSecsSinceLastHit 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.8
The number of seconds since this translation was last used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransCurrentFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.9
The number of FTP Client sessions that are currently being translated from the 'inside' for this translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransTotalFtpSessions 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.10
The number of FTP Client sessions that have been translated from the 'inside' for this translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransInsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.11
The number of times a packet arrived for this inside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransOutsidePktHits 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.12
The number of times a packet arrived for this outside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransOutsidePortNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.13
This is the outside port number for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransInsidePortNumber 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.14
This is the inside port number for the translation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransOutsidePortsInuse 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.15
This is the number of ports currently being used by the outside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransInsidePortsInuse 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.16
This is the number of ports currently being used by the inside address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnNatInTransInsidePortLimitReached 1.3.6.1.4.1.3551.2.7.1.5.1.1.4.1.17
This is the number of times the inside address reached its port limit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32