CISCO-IETF-NAT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-NAT-MIB
Download as:   

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


Object Name OID Type Access Info
 ciscoIetfNatMIB 1.3.6.1.4.1.9.10.77
This MIB module defines the generic managed objects for NAT.
       ciscoNatMIBObjects 1.3.6.1.4.1.9.10.77.1
           cnatConfig 1.3.6.1.4.1.9.10.77.1.1
               cnatConfTable 1.3.6.1.4.1.9.10.77.1.1.1 no-access
This table specifies the configuration attributes for a device supporting NAT function.
                   cnatConfEntry 1.3.6.1.4.1.9.10.77.1.1.1.1 no-access
Each entry in the cnatConfTable holds a set of configuration parameters associated with an instance of NAT. Entries in the cnatConfTable are created and deleted using the cnatConfStatus object.
                       cnatConfName 1.3.6.1.4.1.9.10.77.1.1.1.1.1 snmpadminstring no-access
The locally arbitrary, but unique identifier associated with this cnatConfEntry.
                       cnatConfServiceType 1.3.6.1.4.1.9.10.77.1.1.1.1.2 integer read-only
An indication of the direction in which new sessions are permitted and the extent of translation done within the IP and transport headers. Enumeration: 'twiceNat': 4, 'bidirectionalNat': 3, 'napt': 2, 'multihomedNat': 5, 'basicNat': 1.
                       cnatConfTimeoutIcmpIdle 1.3.6.1.4.1.9.10.77.1.1.1.1.3 integer32 read-only
The interval of time for which an ICMP protocol session, associated with this configuration, is allowed to remain valid without any activity.
                       cnatConfTimeoutUdpIdle 1.3.6.1.4.1.9.10.77.1.1.1.1.4 integer32 read-only
The interval of time for which a UDP protocol session, associated with this configuration, is allowed to remain valid without any activity.
                       cnatConfTimeoutTcpIdle 1.3.6.1.4.1.9.10.77.1.1.1.1.5 integer32 read-only
The interval of time for which a TCP protocol session, associated with this configuration, is allowed to remain valid without any activity. This timeout value applies to a TCP session during its data transfer phase.
                       cnatConfTimeoutTcpNeg 1.3.6.1.4.1.9.10.77.1.1.1.1.6 integer32 read-only
The interval of time for which a TCP protocol session, associated with this configuration, is allowed to remain valid without any activity. This timeout value applies to a TCP session during its establishment and termination phases.
                       cnatConfTimeoutOther 1.3.6.1.4.1.9.10.77.1.1.1.1.7 integer32 read-only
The interval of time for which a protocol session other than ICMP, UDP and TCP, associated with this configuration, is allowed to remain valid, without any activity.
                       cnatConfMaxBindLeaseTime 1.3.6.1.4.1.9.10.77.1.1.1.1.8 integer32 read-only
The maximum lease time for the BIND, associated with this configuration. 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. Typically, this attribute is of relevance only in conjunction with Realm-Specific-IP (RSIP) operation.
                       cnatConfMaxBindIdleTime 1.3.6.1.4.1.9.10.77.1.1.1.1.9 integer32 read-only
The maximum time, associated with this configuration, to allow a dynamic BIND to remain valid with no NAT session hanging off this BIND. By default for NATIVE NAT maximum Idle time is 0. External agents could control this parameter differently. Static Binds and lease time limited BINDs are not affected by this parameter.
                       cnatConfStorageType 1.3.6.1.4.1.9.10.77.1.1.1.1.10 storagetype read-only
The storage type for this conceptual row.
                       cnatConfStatus 1.3.6.1.4.1.9.10.77.1.1.1.1.11 rowstatus read-only
The status of this conceptual row.
               cnatConfStaticAddrMapTable 1.3.6.1.4.1.9.10.77.1.1.2 no-access
This table lists configuration for static NAT entries. This table has an expansion dependent relationship on the cnatConfTable. When an SNMP entity deletes a conceptual row from the cnatConfTable, then the corresponding entries are deleted from cnatConfStaticAddrMapTable.
                   cnatConfStaticAddrMapEntry 1.3.6.1.4.1.9.10.77.1.1.2.1 no-access
A description of a static NAT entry. This entry contributes to the static NAT table of the device.
                       cnatConfStaticAddrMapName 1.3.6.1.4.1.9.10.77.1.1.2.1.1 snmpadminstring no-access
An arbitrary, but unique identifier associated with this cnatConfStaticAddrMapEntry. The value of this object is unique across both the static address map and the dynamic address map tables.
                       cnatConfStaticAddrMapType 1.3.6.1.4.1.9.10.77.1.1.2.1.2 integer read-only
Address (and Transport-ID) maps may be defined for both inbound and outbound direction. Outbound address map refers to mapping a selected set of addresses from private realm to a selected set of addresses in external realm; whereas inbound address map refers to mapping a set of addresses from the external realm to private realm. Enumeration: 'inbound': 1, 'both': 3, 'outbound': 2.
                       cnatConfStaticLocalAddrFrom 1.3.6.1.4.1.9.10.77.1.1.2.1.3 ipaddress read-only
This object specifies the first IP address of the range of IP addresses mapped by this translation entry.
                       cnatConfStaticLocalAddrTo 1.3.6.1.4.1.9.10.77.1.1.2.1.4 ipaddress read-only
This object specifies the last IP address of the range of IP addresses mapped by this translation entry. If only a single address being mapped, the value of this object is equal to the value of cnatConfStaticLocalAddrFrom. The number addresses in the range defined by cnatConfStaticLocalAddrFrom and cnatConfStaticLocalAddrTo should be equal to the number of addresses in the range defined by cnatConfStaticGlobalAddrFrom and cnatConfStaticGlobalAddrTo.
                       cnatConfStaticLocalPortFrom 1.3.6.1.4.1.9.10.77.1.1.2.1.5 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the first port number in the range of ports being mapped. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfStaticLocalPortTo.
                       cnatConfStaticLocalPortTo 1.3.6.1.4.1.9.10.77.1.1.2.1.6 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the last port number in the range of ports being mapped. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfStaticLocalPortFrom.
                       cnatConfStaticGlobalAddrFrom 1.3.6.1.4.1.9.10.77.1.1.2.1.7 ipaddress read-only
This object specifies the first IP address of the range of IP addresses being mapped to.
                       cnatConfStaticGlobalAddrTo 1.3.6.1.4.1.9.10.77.1.1.2.1.8 ipaddress read-only
This object specifies the last IP address of the range of IP addresses being mapped to. If only a single address is being mapped to, the value of this object is equal to the value of cnatConfStaticGlobalAddrFrom.The number addresses in the range defined by cnatConfStaticGlobalAddrFrom and cnatConfStaticGlobalAddrTo should be equal to the number of addresses in the range defined by cnatConfStaticLocalAddrFrom and cnatConfStaticLocalAddrTo.
                       cnatConfStaticGlobalPortFrom 1.3.6.1.4.1.9.10.77.1.1.2.1.9 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the first port number in the range of ports being mapped to. If the translation specifies a single port, then the value of this object is equal to the value cnatConfStaticGlobalPortTo.
                       cnatConfStaticGlobalPortTo 1.3.6.1.4.1.9.10.77.1.1.2.1.10 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual describes NAPT, then the value of this object specifies the last port number in the range of ports being to. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfStaticGlobalPortFrom.
                       cnatConfStaticProtocol 1.3.6.1.4.1.9.10.77.1.1.2.1.11 bits read-only
This object specifies a protocol identifier. If the value of this object is '0', then this basic NAT entry applies to all IP traffic. If the value of this object is non-zero, then this NAT entry only applies to IP traffic with the specified protocol. Bits: 'all': 0, 'other': 1, 'icmp': 2, 'udp': 3, 'tcp': 4.
                       cnatConfStaticAddrMapStorageType 1.3.6.1.4.1.9.10.77.1.1.2.1.12 storagetype read-only
The storage type for this conceptual row.
                       cnatConfStaticAddrMapStatus 1.3.6.1.4.1.9.10.77.1.1.2.1.13 rowstatus read-only
The status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).
               cnatConfDynAddrMapTable 1.3.6.1.4.1.9.10.77.1.1.3 no-access
This table lists dynamic NAT entries. This table has an expansion dependent relationship on the cnatConfTable. When an SNMP entity deletes a conceptual row from the cnatConfTable, then the corresponding entries are deleted from cnatConfDynAddrMapTable.
                   cnatConfDynAddrMapEntry 1.3.6.1.4.1.9.10.77.1.1.3.1 no-access
A description of a dynamic NAT entry. This entry contributes to the dynamic NAT table of the device.
                       cnatConfDynAddrMapName 1.3.6.1.4.1.9.10.77.1.1.3.1.1 snmpadminstring no-access
An arbitrary, but unique identifier associated with this cnatConfDynAddrMapEntry. The value of this object is unique across both the static address map and the dynamic address map tables.
                       cnatConfDynAddressMapType 1.3.6.1.4.1.9.10.77.1.1.3.1.2 integer read-only
Address (and Transport-ID) maps may be defined for both inbound and outbound direction. Outbound address map refers to mapping a selected set of addresses from private realm to a selected set of addresses in external realm; whereas inbound address map refers to mapping a set of addresses from the external realm to private realm. Enumeration: 'inbound': 1, 'both': 3, 'outbound': 2.
                       cnatConfDynLocalAddrFrom 1.3.6.1.4.1.9.10.77.1.1.3.1.3 ipaddress read-only
This object specifies the first IP address of the range of IP addresses mapped by this translation entry.
                       cnatConfDynLocalAddrTo 1.3.6.1.4.1.9.10.77.1.1.3.1.4 ipaddress read-only
This object specifies the last IP address of the range of IP addresses mapped by this translation entry.
                       cnatConfDynLocalPortFrom 1.3.6.1.4.1.9.10.77.1.1.3.1.5 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the first port number in the range of ports being mapped. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfDynLocalPortTo.
                       cnatConfDynLocalPortTo 1.3.6.1.4.1.9.10.77.1.1.3.1.6 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the last port number in the range of ports being mapped. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfDynLocalPortFrom.
                       cnatConfDynGlobalAddrFrom 1.3.6.1.4.1.9.10.77.1.1.3.1.7 ipaddress read-only
This object specifies the first IP address of the range of IP addresses being mapped to.
                       cnatConfDynGlobalAddrTo 1.3.6.1.4.1.9.10.77.1.1.3.1.8 ipaddress read-only
This object specifies the last IP address of the range of IP addresses being mapped to.
                       cnatConfDynGlobalPortFrom 1.3.6.1.4.1.9.10.77.1.1.3.1.9 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the first port number in the range of ports being mapped to. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfDynGlobalPortTo.
                       cnatConfDynGlobalPortTo 1.3.6.1.4.1.9.10.77.1.1.3.1.10 integer32 read-only
If this conceptual row describes a basic NAT, then the value of this object is '0'. If this conceptual row describes NAPT, then the value of this object specifies the last port number in the range of ports being mapped to. If the translation specifies a single port, then the value of this object is equal to the value of cnatConfDynGlobalPortFrom.
                       cnatConfDynProtocol 1.3.6.1.4.1.9.10.77.1.1.3.1.11 bits read-only
This object specifies a protocol identifier. If the value of this object is '0', then this basic NAT entry applies to all IP traffic. If the value of this object is non-zero, then this NAT entry only applies to IP traffic with the specified protocol. Bits: 'all': 0, 'other': 1, 'icmp': 2, 'udp': 3, 'tcp': 4.
                       cnatConfDynAddrMapStorageType 1.3.6.1.4.1.9.10.77.1.1.3.1.12 storagetype read-only
The storage type for this conceptual row.
                       cnatConfDynAddrMapStatus 1.3.6.1.4.1.9.10.77.1.1.3.1.13 rowstatus read-only
The status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5).
               cnatInterfaceTable 1.3.6.1.4.1.9.10.77.1.1.4 no-access
This table holds information regarding the interface on which NAT is enabled.
                   cnatInterfaceEntry 1.3.6.1.4.1.9.10.77.1.1.4.1 no-access
Each entry in the NAT Interface Table holds information regarding an interface on which NAT is enabled.
                       cnatInterfaceIndex 1.3.6.1.4.1.9.10.77.1.1.4.1.1 interfaceindex no-access
The ifIndex of the interface on which NAT is enabled.
                       cnatInterfaceRealm 1.3.6.1.4.1.9.10.77.1.1.4.1.2 integer read-only
This object identifies whether this interface is connected to the private or the public realm. Enumeration: 'public': 2, 'private': 1.
                       cnatInterfaceStorageType 1.3.6.1.4.1.9.10.77.1.1.4.1.3 storagetype read-only
The storage type for this conceptual row.
                       cnatInterfaceStatus 1.3.6.1.4.1.9.10.77.1.1.4.1.4 rowstatus read-only
Status of NAT on this interface. An active status indicates that NAT is enabled on this interface.
           cnatBind 1.3.6.1.4.1.9.10.77.1.2
               cnatAddrBindNumberOfEntries 1.3.6.1.4.1.9.10.77.1.2.1 gauge32 read-only
This object maintains a count of the number of entries that currently exist in the cnatAddrBindTable.
               cnatAddrBindTable 1.3.6.1.4.1.9.10.77.1.2.2 no-access
This table holds information about the currently active NAT BINDs.
                   cnatAddrBindEntry 1.3.6.1.4.1.9.10.77.1.2.2.1 no-access
Each entry in the NAT BIND table holds information about a NAT BIND that is currently active.
                       cnatAddrBindLocalAddr 1.3.6.1.4.1.9.10.77.1.2.2.1.1 ipaddress no-access
This object represents the private-realm specific network layer address, which maps to the public-realm address represented by cnatAddrBindGlobalAddr.
                       cnatAddrBindGlobalAddr 1.3.6.1.4.1.9.10.77.1.2.2.1.2 ipaddress read-only
This object represents the public-realm network layer address that maps to the private-realm network layer address represented by cnatAddrBindLocalAddr.
                       cnatAddrBindId 1.3.6.1.4.1.9.10.77.1.2.2.1.3 unsigned32 read-only
This object represents a BIND id that is dynamically assigned to each BIND by a NAT enabled device. Each BIND is represented by a unique BIND id across both, the Address bind and Address-Port bind tables.
                       cnatAddrBindDirection 1.3.6.1.4.1.9.10.77.1.2.2.1.4 integer read-only
This object represents the direction of the BIND. A BIND may be either uni-directional or bi-directional, same as the orientation of the address map, based on which this bind is formed. The direction of this bind is with reference to the private realm. Enumeration: 'biDirectional': 2, 'uniDirectional': 1.
                       cnatAddrBindType 1.3.6.1.4.1.9.10.77.1.2.2.1.5 integer read-only
This object indicates whether the BIND is static or dynamic. Enumeration: 'dynamic': 2, 'static': 1.
                       cnatAddrBindConfName 1.3.6.1.4.1.9.10.77.1.2.2.1.6 snmpadminstring read-only
This object is a pointer to the cnatConfTable entry (and the parameters of that entry) which was used in creating this BIND.
                       cnatAddrBindSessionCount 1.3.6.1.4.1.9.10.77.1.2.2.1.7 gauge32 read-only
Number of sessions currently using this BIND.
                       cnatAddrBindCurrentIdleTime 1.3.6.1.4.1.9.10.77.1.2.2.1.8 timeticks read-only
At any given instance of time, this object indicates the time that this BIND has been idle with no sessions attached to it. The value represented by this object is of relevance only when the value of Maximum Idle time (cnatConfMaxBindIdleTime) is non-zero.
                       cnatAddrBindInTranslate 1.3.6.1.4.1.9.10.77.1.2.2.1.9 counter32 read-only
The number of inbound packets that were translated as per this BIND entry.
                       cnatAddrBindOutTranslate 1.3.6.1.4.1.9.10.77.1.2.2.1.10 counter32 read-only
The number of outbound packets that were translated as per this BIND entry.
               cnatAddrPortBindNumberOfEntries 1.3.6.1.4.1.9.10.77.1.2.3 gauge32 read-only
This object maintains a count of the number of entries that currently exist in the cnatAddrPortBindTable.
               cnatAddrPortBindTable 1.3.6.1.4.1.9.10.77.1.2.4 no-access
This table holds information about the currently active NAPT BINDs.
                   cnatAddrPortBindEntry 1.3.6.1.4.1.9.10.77.1.2.4.1 no-access
Each entry in the this table holds information a NAPT BIND that is currently active.
                       cnatAddrPortBindLocalAddr 1.3.6.1.4.1.9.10.77.1.2.4.1.1 ipaddress no-access
This object represents the private-realm specific network layer address which, in conjunction with cnatAddrPortBindLocalPort, maps to the public-realm network layer address and transport id represented by cnatAddrPortBindGlobalAddr and cnatAddrPortBindGlobalPort respectively.
                       cnatAddrPortBindLocalPort 1.3.6.1.4.1.9.10.77.1.2.4.1.2 integer32 no-access
This object represents the private-realm specific port number (or query ID in case of ICMP messages) which, in conjunction with cnatAddrPortBindLocalAddr, maps to the public-realm network layer address and transport id represented by cnatAddrPortBindGlobalAddr and cnatAddrPortBindGlobalPort respectively.
                       cnatAddrPortBindProtocol 1.3.6.1.4.1.9.10.77.1.2.4.1.3 bits no-access
This object specifies a protocol identifier. If the value of this object is '0', then this BIND entry applies to all IP traffic. If the value of this object is non-zero, then this NAT entry only applies to IP traffic with the specified protocol. Bits: 'all': 0, 'other': 1, 'icmp': 2, 'udp': 3, 'tcp': 4.
                       cnatAddrPortBindGlobalAddr 1.3.6.1.4.1.9.10.77.1.2.4.1.4 ipaddress read-only
This object represents the public-realm specific network layer address that, in conjunction with cnatAddrPortBindGlobalPort, maps to the private-realm network layer address and transport id represented by cnatAddrPortBindLocalAddr and cnatAddrPortBindLocalPort respectively.
                       cnatAddrPortBindGlobalPort 1.3.6.1.4.1.9.10.77.1.2.4.1.5 integer32 read-only
This object represents the port number (or query id in case of ICMP) that, in conjunction with cnatAddrPortBindGlobalAddr, maps to the private-realm network layer address and transport id represented by cnatAddrPortBindLocalAddr and cnatAddrPortBindLocalPort respectively.
                       cnatAddrPortBindId 1.3.6.1.4.1.9.10.77.1.2.4.1.6 unsigned32 read-only
This object represents a BIND id that is dynamically assigned to each BIND by a NAT enabled device. Each BIND is represented by a unique BIND id across both, the Address Bind and Address-Port Bind tables.
                       cnatAddrPortBindDirection 1.3.6.1.4.1.9.10.77.1.2.4.1.7 integer read-only
This object represents the direction of the BIND. A BIND may be either uni-directional or bi-directional, same as the orientation of the address map, based on which this bind is formed. The direction of this bind is with reference to the private realm. Enumeration: 'biDirectional': 2, 'uniDirectional': 1.
                       cnatAddrPortBindType 1.3.6.1.4.1.9.10.77.1.2.4.1.8 integer read-only
This object indicates whether the BIND is static or dynamic. Enumeration: 'dynamic': 2, 'static': 1.
                       cnatAddrPortBindConfName 1.3.6.1.4.1.9.10.77.1.2.4.1.9 snmpadminstring read-only
This object is a pointer to the cnatConfTable entry (and the parameters of that entry) which was used in creating this BIND.
                       cnatAddrPortBindSessionCount 1.3.6.1.4.1.9.10.77.1.2.4.1.10 gauge32 read-only
Number of sessions currently using this BIND.
                       cnatAddrPortBindCurrentIdleTime 1.3.6.1.4.1.9.10.77.1.2.4.1.11 timeticks read-only
At any given instance of time, this object indicates the time that this BIND has been idle with no sessions attached to it. The value represented by this object is of relevance only when the value of Maximum Idle time (cnatConfMaxBindIdleTime) is non-zero.
                       cnatAddrPortBindInTranslate 1.3.6.1.4.1.9.10.77.1.2.4.1.12 counter32 read-only
The number of inbound packets that were translated as per this BIND entry.
                       cnatAddrPortBindOutTranslate 1.3.6.1.4.1.9.10.77.1.2.4.1.13 counter32 read-only
The number of outbound packets that were translated as per this BIND entry.
               cnatSessionTable 1.3.6.1.4.1.9.10.77.1.2.5 no-access
The (conceptual) table containing one entry for each NAT session currently active on this NAT device.
                   cnatSessionEntry 1.3.6.1.4.1.9.10.77.1.2.5.1 no-access
An entry (conceptual row) containing information about an active NAT session on this NAT device.
                       cnatSessionBindId 1.3.6.1.4.1.9.10.77.1.2.5.1.1 unsigned32 no-access
This object represents a BIND id that is dynamically assigned to each BIND by a NAT enabled device. This bind id is that same as represented by the BindId objects in the Address bind and Address-Port bind tables.
                       cnatSessionId 1.3.6.1.4.1.9.10.77.1.2.5.1.2 unsigned32 no-access
The session ID for this NAT session.
                       cnatSessionDirection 1.3.6.1.4.1.9.10.77.1.2.5.1.3 integer read-only
The direction of this session with respect to the local network. 'inbound' indicates that this session was initiated from the public network into the private network. 'outbound' indicates that this session was initiated from the private network into the public network. Enumeration: 'inbound': 1, 'outbound': 2.
                       cnatSessionUpTime 1.3.6.1.4.1.9.10.77.1.2.5.1.4 timeticks read-only
The up time of this session in one-hundredths of a second.
                       cnatSessionProtocolType 1.3.6.1.4.1.9.10.77.1.2.5.1.5 natprotocoltype read-only
The protocol type of this session. TCP and UDP sessions are uniquely identified by the tuple of (source IP address, source UDP/TCP port, destination IP address, destination TCP/UCP port). ICMP query sessions are identified by the tuple of (source IP address, ICMP query ID, destination IP address).
                       cnatSessionOrigPrivateAddr 1.3.6.1.4.1.9.10.77.1.2.5.1.6 ipaddress read-only
The original IP address of the session endpoint that lies in the private network.
                       cnatSessionTransPrivateAddr 1.3.6.1.4.1.9.10.77.1.2.5.1.7 ipaddress read-only
The translated IP address of the session endpoint that lies in the private network. The value of this object is equal to that of the original public IP Address (cnatSessionOrigPrivateAddr) when there is no translation.
                       cnatSessionOrigPrivatePort 1.3.6.1.4.1.9.10.77.1.2.5.1.8 integer32 read-only
The original transport port of the session endpoint that belongs to the private network. If this is an ICMP session then the value is the ICMP request ID.
                       cnatSessionTransPrivatePort 1.3.6.1.4.1.9.10.77.1.2.5.1.9 integer32 read-only
The translated transport port of the session that lies in the private network. The value of this object is equal to that of the original transport port (cnatSessionOrigPrivatePort) when there is no translation.
                       cnatSessionOrigPublicAddr 1.3.6.1.4.1.9.10.77.1.2.5.1.10 ipaddress read-only
The original IP address of the session endpoint that lies in the public network.
                       cnatSessionTransPublicAddr 1.3.6.1.4.1.9.10.77.1.2.5.1.11 ipaddress read-only
The translated IP address of the session endpoint that belongs to the public network. The value of this object is equal to that of the original public IP Address (cnatSessionOrigPublicAddr) when there is no translation.
                       cnatSessionOrigPublicPort 1.3.6.1.4.1.9.10.77.1.2.5.1.12 integer32 read-only
The original transport port of the session endpoint that belongs to the public network. If this is an ICMP session then the value contains the ICMP request ID.
                       cnatSessionTransPublicPort 1.3.6.1.4.1.9.10.77.1.2.5.1.13 integer32 read-only
The translated transport port of the session endpoint that belongs to the public network. The value of this object is equal to that of the original transport port (cnatSessionOrigPublicPort) when there is no translation.
                       cnatSessionCurrentIdletime 1.3.6.1.4.1.9.10.77.1.2.5.1.14 timeticks read-only
The time in one-hundredths of a second since a packet belonging to this session was last detected.
                       cnatSessionSecondBindId 1.3.6.1.4.1.9.10.77.1.2.5.1.15 unsigned32 read-only
The natBindId of the 'other' NAT binding incase of Twice NAT. An instance of this object contains a valid value only if the binding type for this session is TwiceNAT.
                       cnatSessionInTranslate 1.3.6.1.4.1.9.10.77.1.2.5.1.16 counter32 read-only
The number of inbound packets that were translated by this session.
                       cnatSessionOutTranslate 1.3.6.1.4.1.9.10.77.1.2.5.1.17 counter32 read-only
The number of outbound packets that were translated by this session.
           cnatStatistics 1.3.6.1.4.1.9.10.77.1.3
               cnatProtocolStatsTable 1.3.6.1.4.1.9.10.77.1.3.1 no-access
The (conceptual) table containing per protocol NAT statistics.
                   cnatProtocolStatsEntry 1.3.6.1.4.1.9.10.77.1.3.1.1 no-access
An entry (conceptual row) containing NAT statistics pertaining to a particular protocol.
                       cnatProtocolStatsName 1.3.6.1.4.1.9.10.77.1.3.1.1.1 natprotocoltype no-access
This object represents the protocol pertaining to which statistics are reported.
                       cnatProtocolStatsInTranslate 1.3.6.1.4.1.9.10.77.1.3.1.1.2 counter32 read-only
The number of inbound packets, pertaining to the protocol identified by cnatProtocolStatsName, that underwent NAT.
                       cnatProtocolStatsOutTranslate 1.3.6.1.4.1.9.10.77.1.3.1.1.3 counter32 read-only
The number of outbound packets, pertaining to the protocol identified by cnatProtocolStatsName, that underwent NAT.
                       cnatProtocolStatsRejectCount 1.3.6.1.4.1.9.10.77.1.3.1.1.4 counter32 read-only
The number of packets, pertaining to the protocol identified by cnatProtocolStatsName, that had to be rejected/dropped due to lack of resources. These rejections could be due to session timeout, resource unavailability etc.
               cnatAddrMapStatsTable 1.3.6.1.4.1.9.10.77.1.3.2 no-access
The (conceptual) table containing per address map NAT statistics.
                   cnatAddrMapStatsEntry 1.3.6.1.4.1.9.10.77.1.3.2.1 no-access
An entry (conceptual row) containing NAT statistics per address map.
                       cnatAddrMapStatsConfName 1.3.6.1.4.1.9.10.77.1.3.2.1.1 snmpadminstring no-access
The name of the configuration (from the cnatConfTable), regarding which statistics are being reported. The configuration name along with Map name uniquely identifies an entry across both (static and dynamic) Address Map tables.
                       cnatAddrMapStatsMapName 1.3.6.1.4.1.9.10.77.1.3.2.1.2 snmpadminstring no-access
The name of the Address Map (from the cnatConfStaticAddrMapTable/cnatConfDynAddrMapTable), regarding which statistics are being reported. The configuration name along with Map name uniquely identifies an entry across both (static and dynamic) Address Map tables.
                       cnatAddrMapStatsInTranslate 1.3.6.1.4.1.9.10.77.1.3.2.1.3 counter32 read-only
The number of inbound packets, pertaining to this address map entry, that were translated.
                       cnatAddrMapStatsOutTranslate 1.3.6.1.4.1.9.10.77.1.3.2.1.4 counter32 read-only
The number of outbound packets, pertaining to this address map entry, that were translated.
                       cnatAddrMapStatsNoResource 1.3.6.1.4.1.9.10.77.1.3.2.1.5 counter32 read-only
The number of packets, pertaining to this address map entry, that were dropped due to lack of addresses in the address pool identified by this address map. The value of this object should always be zero in case of static address map.
                       cnatAddrMapStatsAddrUsed 1.3.6.1.4.1.9.10.77.1.3.2.1.6 gauge32 read-only
The number of addresses, pertaining to this address map, that are currently being used from the nat pool. The value of this object is irrelevant if the address map in question is a static address map.
               cnatInterfaceStatsTable 1.3.6.1.4.1.9.10.77.1.3.3 no-access
This table augments the cnatInterfaceTable and provides statistics information pertaining to the specified interface.
                   cnatInterfaceStatsEntry 1.3.6.1.4.1.9.10.77.1.3.3.1 no-access
Each entry of the cnatInterfaceStatsTable represents stats pertaining to one interface, which is identified by its ifIndex.
                       cnatInterfacePktsIn 1.3.6.1.4.1.9.10.77.1.3.3.1.1 counter32 read-only
Number of packets received on this interface that were translated.
                       cnatInterfacePktsOut 1.3.6.1.4.1.9.10.77.1.3.3.1.2 counter32 read-only
Number of translated packets that were sent out this interface.
       ciscoNatMIBNotificationPrefix 1.3.6.1.4.1.9.10.77.2
           ciscoNatMIBNotifications 1.3.6.1.4.1.9.10.77.2.0
       ciscoNatMIBConformance 1.3.6.1.4.1.9.10.77.3
           ciscoNatMIBCompliances 1.3.6.1.4.1.9.10.77.3.1
               ciscoNatMIBCompliance 1.3.6.1.4.1.9.10.77.3.1.1
The compliance statement for devices running NAT.
           ciscoNatMIBGroups 1.3.6.1.4.1.9.10.77.3.2
               cnatConfigGroup 1.3.6.1.4.1.9.10.77.3.2.1
A collection of configuration-related information required to support management of devices supporting NAT.
               cnatBindGroup 1.3.6.1.4.1.9.10.77.3.2.2
A collection of BIND-related objects required to support management of devices supporting NAT.
               cnatStatsGroup 1.3.6.1.4.1.9.10.77.3.2.3
A collection of NAT statistics related objects required to support troubleshooting/monitoring NAT operation.