CISCO-IETF-NAT-MIB
AI MIB Summary
The CISCO-IETF-NAT-MIB enables monitoring of Cisco network devices' Network Address Translation (NAT) operations by exposing generic managed objects for tracking active translation sessions, address pool utilization, and protocol-specific mapping states.
This MIB module defines the generic managed objects for NAT.
Main OID:
ciscoIetfNatMIB.1.3.6.1.4.1.9.10.77
125
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
125 total| Object Name |
|---|
ciscoIetfNatMIBThis MIB module defines the generic managed objects
for NAT. MODULE-IDENTITY .1.3.6.1.4.1.9.10.77 |
ciscoNatMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.1 |
cnatConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.1.1 |
cnatConfTableThis table specifies the configuration attributes for a
device supporting NAT function. SEQUENCE OF CnatConfEntry .1.3.6.1.4.1.9.10.77.1.1.1 |
cnatConfEntryEach 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. CnatConfEntry .1.3.6.1.4.1.9.10.77.1.1.1.1 |
cnatConfNameThe locally arbitrary, but unique identifier
associated with this cnatConfEntry. SnmpAdminString .1.3.6.1.4.1.9.10.77.1.1.1.1.1 |
cnatConfServiceTypeAn indication of the direction in which new sessions
are permitted and the extent of translation done within
the IP and transport headers.rw Enumeration .1.3.6.1.4.1.9.10.77.1.1.1.1.2 |
cnatConfTimeoutIcmpIdleThe interval of time for which an ICMP protocol session,
associated with this configuration, is allowed to remain
valid without any activity.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.3 |
cnatConfTimeoutUdpIdleThe interval of time for which a UDP protocol session,
associated with this configuration, is allowed to remain
valid without any activity.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.4 |
cnatConfTimeoutTcpIdleThe 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.5 |
cnatConfTimeoutTcpNegThe 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.6 |
cnatConfTimeoutOtherThe 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.7 |
cnatConfMaxBindLeaseTimeThe 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.8 |
cnatConfMaxBindIdleTimeThe 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.1.1.9 |
cnatConfStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.1.1.10 |
cnatConfStatusThe status of this conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.1.1.11 |
cnatConfStaticAddrMapTableThis 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. SEQUENCE OF CnatConfStaticAddrMapEntry .1.3.6.1.4.1.9.10.77.1.1.2 |
cnatConfStaticAddrMapEntryA description of a static NAT entry. This entry
contributes to the static NAT table of the device. CnatConfStaticAddrMapEntry .1.3.6.1.4.1.9.10.77.1.1.2.1 |
cnatConfStaticAddrMapNameAn 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. SnmpAdminString .1.3.6.1.4.1.9.10.77.1.1.2.1.1 |
cnatConfStaticAddrMapTypeAddress (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.rw Enumeration .1.3.6.1.4.1.9.10.77.1.1.2.1.2 |
cnatConfStaticLocalAddrFromThis object specifies the first IP address of the range
of IP addresses mapped by this translation entry.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.2.1.3 |
cnatConfStaticLocalAddrToThis 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.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.2.1.4 |
cnatConfStaticLocalPortFromIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.2.1.5 |
cnatConfStaticLocalPortToIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.2.1.6 |
cnatConfStaticGlobalAddrFromThis object specifies the first IP address of the range of
IP addresses being mapped to.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.2.1.7 |
cnatConfStaticGlobalAddrToThis 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.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.2.1.8 |
cnatConfStaticGlobalPortFromIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.2.1.9 |
cnatConfStaticGlobalPortToIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.2.1.10 |
cnatConfStaticProtocolThis 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.rw Bits .1.3.6.1.4.1.9.10.77.1.1.2.1.11 |
cnatConfStaticAddrMapStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.2.1.12 |
cnatConfStaticAddrMapStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.2.1.13 |
cnatConfDynAddrMapTableThis 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. SEQUENCE OF CnatConfDynAddrMapEntry .1.3.6.1.4.1.9.10.77.1.1.3 |
cnatConfDynAddrMapEntryA description of a dynamic NAT entry. This entry
contributes to the dynamic NAT table of the device. CnatConfDynAddrMapEntry .1.3.6.1.4.1.9.10.77.1.1.3.1 |
cnatConfDynAddrMapNameAn 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. SnmpAdminString .1.3.6.1.4.1.9.10.77.1.1.3.1.1 |
cnatConfDynAddressMapTypeAddress (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.rw Enumeration .1.3.6.1.4.1.9.10.77.1.1.3.1.2 |
cnatConfDynLocalAddrFromThis object specifies the first IP address of the range
of IP addresses mapped by this translation entry.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.3.1.3 |
cnatConfDynLocalAddrToThis object specifies the last IP address of the range of
IP addresses mapped by this translation entry.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.3.1.4 |
cnatConfDynLocalPortFromIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.3.1.5 |
cnatConfDynLocalPortToIf 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.1.3.1.6 |
cnatConfDynGlobalAddrFromThis object specifies the first IP address of the range
of IP addresses being mapped to.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.3.1.7 |
cnatConfDynGlobalAddrToThis object specifies the last IP address of the range of
IP addresses being mapped to.rw IpAddress .1.3.6.1.4.1.9.10.77.1.1.3.1.8 |
cnatConfDynGlobalPortFromIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.3.1.9 |
cnatConfDynGlobalPortToIf 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.rw Integer32 .1.3.6.1.4.1.9.10.77.1.1.3.1.10 |
cnatConfDynProtocolThis 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.rw Bits .1.3.6.1.4.1.9.10.77.1.1.3.1.11 |
cnatConfDynAddrMapStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.3.1.12 |
cnatConfDynAddrMapStatusThe 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.3.1.13 |
cnatInterfaceTableThis table holds information regarding the interface
on which NAT is enabled. SEQUENCE OF CnatInterfaceEntry .1.3.6.1.4.1.9.10.77.1.1.4 |
cnatInterfaceEntryEach entry in the NAT Interface Table holds
information regarding an interface on which NAT is
enabled. CnatInterfaceEntry .1.3.6.1.4.1.9.10.77.1.1.4.1 |
cnatInterfaceIndexThe ifIndex of the interface on which NAT is enabled. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.9.10.77.1.1.4.1.1 |
cnatInterfaceRealmThis object identifies whether this interface is
connected to the private or the public realm.rw Enumeration .1.3.6.1.4.1.9.10.77.1.1.4.1.2 |
cnatInterfaceStorageTypeThe storage type for this conceptual row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.4.1.3 |
cnatInterfaceStatusStatus of NAT on this interface. An active status
indicates that NAT is enabled on this interface.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.77.1.1.4.1.4 |
cnatBind OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.1.2 |
cnatAddrBindNumberOfEntriesThis object maintains a count of the number of entries
that currently exist in the cnatAddrBindTable.ro Gauge32 .1.3.6.1.4.1.9.10.77.1.2.1 |
cnatAddrBindTableThis table holds information about the currently
active NAT BINDs. SEQUENCE OF CnatAddrBindEntry .1.3.6.1.4.1.9.10.77.1.2.2 |
cnatAddrBindEntryEach entry in the NAT BIND table holds information
about a NAT BIND that is currently active. CnatAddrBindEntry .1.3.6.1.4.1.9.10.77.1.2.2.1 |
cnatAddrBindLocalAddrThis object represents the private-realm specific network
layer address, which maps to the public-realm address
represented by cnatAddrBindGlobalAddr. IpAddress .1.3.6.1.4.1.9.10.77.1.2.2.1.1 |
cnatAddrBindGlobalAddrThis object represents the public-realm network layer
address that maps to the private-realm network layer
address represented by cnatAddrBindLocalAddr.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.2.1.2 |
cnatAddrBindIdThis 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.ro Unsigned32 .1.3.6.1.4.1.9.10.77.1.2.2.1.3 |
cnatAddrBindDirectionThis 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.ro Enumeration .1.3.6.1.4.1.9.10.77.1.2.2.1.4 |
cnatAddrBindTypeThis object indicates whether the BIND is static or
dynamic.ro Enumeration .1.3.6.1.4.1.9.10.77.1.2.2.1.5 |
cnatAddrBindConfNameThis object is a pointer to the cnatConfTable entry (and
the parameters of that entry) which was used in creating
this BIND.ro SnmpAdminString .1.3.6.1.4.1.9.10.77.1.2.2.1.6 |
cnatAddrBindSessionCountNumber of sessions currently using this BIND.ro Gauge32 .1.3.6.1.4.1.9.10.77.1.2.2.1.7 |
cnatAddrBindCurrentIdleTimeAt 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.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.77.1.2.2.1.8 |
cnatAddrBindInTranslateThe number of inbound packets that were translated as per
this BIND entry.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.2.1.9 |
cnatAddrBindOutTranslateThe number of outbound packets that were translated as
per this BIND entry.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.2.1.10 |
cnatAddrPortBindNumberOfEntriesThis object maintains a count of the number of entries
that currently exist in the cnatAddrPortBindTable.ro Gauge32 .1.3.6.1.4.1.9.10.77.1.2.3 |
cnatAddrPortBindTableThis table holds information about the currently
active NAPT BINDs. SEQUENCE OF CnatAddrPortBindEntry .1.3.6.1.4.1.9.10.77.1.2.4 |
cnatAddrPortBindEntryEach entry in the this table holds information
a NAPT BIND that is currently active. CnatAddrPortBindEntry .1.3.6.1.4.1.9.10.77.1.2.4.1 |
cnatAddrPortBindLocalAddrThis 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. IpAddress .1.3.6.1.4.1.9.10.77.1.2.4.1.1 |
cnatAddrPortBindLocalPortThis 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. Integer32 .1.3.6.1.4.1.9.10.77.1.2.4.1.2 |
cnatAddrPortBindProtocolThis 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 .1.3.6.1.4.1.9.10.77.1.2.4.1.3 |
cnatAddrPortBindGlobalAddrThis 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.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.4.1.4 |
cnatAddrPortBindGlobalPortThis 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.2.4.1.5 |
cnatAddrPortBindIdThis 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.ro Unsigned32 .1.3.6.1.4.1.9.10.77.1.2.4.1.6 |
cnatAddrPortBindDirectionThis 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.ro Enumeration .1.3.6.1.4.1.9.10.77.1.2.4.1.7 |
cnatAddrPortBindTypeThis object indicates whether the BIND is static or
dynamic.ro Enumeration .1.3.6.1.4.1.9.10.77.1.2.4.1.8 |
cnatAddrPortBindConfNameThis object is a pointer to the cnatConfTable entry (and
the parameters of that entry) which was used in creating
this BIND.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.77.1.2.4.1.9 |
cnatAddrPortBindSessionCountNumber of sessions currently using this BIND.ro Gauge32 .1.3.6.1.4.1.9.10.77.1.2.4.1.10 |
cnatAddrPortBindCurrentIdleTimeAt 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.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.77.1.2.4.1.11 |
cnatAddrPortBindInTranslateThe number of inbound packets that were translated as per
this BIND entry.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.4.1.12 |
cnatAddrPortBindOutTranslateThe number of outbound packets that were translated as per
this BIND entry.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.4.1.13 |
cnatSessionTableThe (conceptual) table containing one entry for each
NAT session currently active on this NAT device. SEQUENCE OF CnatSessionEntry .1.3.6.1.4.1.9.10.77.1.2.5 |
cnatSessionEntryAn entry (conceptual row) containing information
about an active NAT session on this NAT device. CnatSessionEntry .1.3.6.1.4.1.9.10.77.1.2.5.1 |
cnatSessionBindIdThis 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. Unsigned32 .1.3.6.1.4.1.9.10.77.1.2.5.1.1 |
cnatSessionIdThe session ID for this NAT session. Unsigned32 .1.3.6.1.4.1.9.10.77.1.2.5.1.2 |
cnatSessionDirectionThe 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.ro Enumeration .1.3.6.1.4.1.9.10.77.1.2.5.1.3 |
cnatSessionUpTimeThe up time of this session in one-hundredths of a
second.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.77.1.2.5.1.4 |
cnatSessionProtocolTypeThe 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).ro NATProtocolType .1.3.6.1.4.1.9.10.77.1.2.5.1.5 |
cnatSessionOrigPrivateAddrThe original IP address of the session endpoint that
lies in the private network.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.5.1.6 |
cnatSessionTransPrivateAddrThe 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.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.5.1.7 |
cnatSessionOrigPrivatePortThe 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.2.5.1.8 |
cnatSessionTransPrivatePortThe 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.2.5.1.9 |
cnatSessionOrigPublicAddrThe original IP address of the session endpoint that lies
in the public network.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.5.1.10 |
cnatSessionTransPublicAddrThe 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.ro IpAddress .1.3.6.1.4.1.9.10.77.1.2.5.1.11 |
cnatSessionOrigPublicPortThe 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.2.5.1.12 |
cnatSessionTransPublicPortThe 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.ro Integer32 .1.3.6.1.4.1.9.10.77.1.2.5.1.13 |
cnatSessionCurrentIdletimeThe time in one-hundredths of a second since a packet
belonging to this session was last detected.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.10.77.1.2.5.1.14 |
cnatSessionSecondBindIdThe 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.ro Unsigned32 .1.3.6.1.4.1.9.10.77.1.2.5.1.15 |
cnatSessionInTranslateThe number of inbound packets that were translated by
this session.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.5.1.16 |
cnatSessionOutTranslateThe number of outbound packets that were translated by
this session.ro Counter32 .1.3.6.1.4.1.9.10.77.1.2.5.1.17 |
cnatStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.1.3 |
cnatProtocolStatsTableThe (conceptual) table containing per protocol NAT
statistics. SEQUENCE OF CnatProtocolStatsEntry .1.3.6.1.4.1.9.10.77.1.3.1 |
cnatProtocolStatsEntryAn entry (conceptual row) containing NAT statistics
pertaining to a particular protocol. CnatProtocolStatsEntry .1.3.6.1.4.1.9.10.77.1.3.1.1 |
cnatProtocolStatsNameThis object represents the protocol pertaining to which
statistics are reported. NATProtocolType .1.3.6.1.4.1.9.10.77.1.3.1.1.1 |
cnatProtocolStatsInTranslateThe number of inbound packets, pertaining to the protocol
identified by cnatProtocolStatsName, that underwent NAT.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.1.1.2 |
cnatProtocolStatsOutTranslateThe number of outbound packets, pertaining to the protocol
identified by cnatProtocolStatsName, that underwent NAT.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.1.1.3 |
cnatProtocolStatsRejectCountThe 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.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.1.1.4 |
cnatAddrMapStatsTableThe (conceptual) table containing per address map NAT
statistics. SEQUENCE OF CnatAddrMapStatsEntry .1.3.6.1.4.1.9.10.77.1.3.2 |
cnatAddrMapStatsEntryAn entry (conceptual row) containing NAT statistics per
address map. CnatAddrMapStatsEntry .1.3.6.1.4.1.9.10.77.1.3.2.1 |
cnatAddrMapStatsConfNameThe 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. SnmpAdminString .1.3.6.1.4.1.9.10.77.1.3.2.1.1 |
cnatAddrMapStatsMapNameThe 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. SnmpAdminString .1.3.6.1.4.1.9.10.77.1.3.2.1.2 |
cnatAddrMapStatsInTranslateThe number of inbound packets, pertaining to this address
map entry, that were translated.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.2.1.3 |
cnatAddrMapStatsOutTranslateThe number of outbound packets, pertaining to this
address map entry, that were translated.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.2.1.4 |
cnatAddrMapStatsNoResourceThe 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.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.2.1.5 |
cnatAddrMapStatsAddrUsedThe 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.ro Gauge32 .1.3.6.1.4.1.9.10.77.1.3.2.1.6 |
cnatInterfaceStatsTableThis table augments the cnatInterfaceTable and provides
statistics information pertaining to the specified
interface. SEQUENCE OF CnatInterfaceStatsEntry .1.3.6.1.4.1.9.10.77.1.3.3 |
cnatInterfaceStatsEntryEach entry of the cnatInterfaceStatsTable represents stats
pertaining to one interface, which is identified by its
ifIndex. CnatInterfaceStatsEntry .1.3.6.1.4.1.9.10.77.1.3.3.1 |
cnatInterfacePktsInNumber of packets received on this interface that
were translated.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.3.1.1 |
cnatInterfacePktsOutNumber of translated packets that were sent out this
interface.ro Counter32 .1.3.6.1.4.1.9.10.77.1.3.3.1.2 |
ciscoNatMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.2 |
ciscoNatMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.2.0 |
ciscoNatMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.3 |
ciscoNatMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.3.1 |
ciscoNatMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.77.3.2 |