All MIBs › CISCO-L2NAT-MIB
Organization: Cisco Systems, Inc.
Last Updated: 2013-04-16
Category: Cisco Devices, VLAN and Bridging, VPN and Security
Description: Manages Layer 2 Network Address Translation for address rewriting at the Ethernet frame level.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CISCO-L2NAT-MIB?
CISCO-L2NAT-MIB is a Cisco vendor-specific MIB that manages Layer 2 Network Address Translation, address rewriting performed on switched Ethernet frames rather than routed IP packets, primarily targeting Cisco Industrial Ethernet switches. It exposes global counters (cl2natTotalInstances, cl2natTotalMatched, cl2natTotalUnmatched, cl2natTotalFixups, cl2natTotalPacketTranslated) alongside cl2natInstConfigInstanceTable, which defines named L2NAT instances with cl2natInstConfigPermitIn/PermitOut BITS objects (controlling unmatched/IGMP/multicast traffic handling) and cl2natInstConfigFixup BITS covering protocol-aware payload rewriting for arp, icmp, profinet, cip, and snmp. Per its own description the module also includes companion interface-config and interface-statistics table pairs for applying an instance to a specific interface/VLAN combination and tracking its per-interface hit counts. This data is useful for confirming NAT translation rules are actually matching expected traffic, a growing cl2natTotalUnmatched relative to cl2natTotalMatched suggests misconfigured or incomplete translation entries, which matters in industrial-automation networks where duplicate IP address ranges are common across cells. It depends on INET-ADDRESS-MIB and CISCO-TC for address-typed and masked objects used in translation entries, and it is deployed on Cisco Industrial Ethernet switches performing L2 NAT between automation cells, as documented in this CISCO-L2NAT-MIB MIB Browser reference to its instance and statistics tables.
IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-L2NAT-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco Industrial Ethernet switches (IE-series) performing Layer 2 NAT
Monitoring Examples
An operator polls cl2natTotalMatched against cl2natTotalUnmatched and reviews cl2natInstConfigPermitIn/PermitOut for a given instance in cl2natInstConfigInstanceTable; a sudden spike in cl2natTotalUnmatched after a device swap would indicate the new device's IP address isn't covered by any configured translation entry in that instance.
What Can Be Monitored
- global instance count and total matched/unmatched packet counters
- fixup (payload rewrite) packet counters
- per-instance permit-in/permit-out and fixup protocol bits
- translation entry configuration count
- per-interface/VLAN translation statistics
This MIB depends on
Related MIBs
Imported Objects
From CISCO-SMI
| ciscoMgmt | OBJECT-IDENTITY |
From CISCO-TC
| CiscoInetAddressMask |
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Integer32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| RowStatus | |
| StorageType |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ciscoL2natMIB | 1.3.6.1.4.1.9.9.806 | Network Address Translation (NAT) involves translating the source and or destination IP addresses of packets as they traverse from one IP domain to another. NAT is usually performed on packets that are routed, and there is a MIB already defined for that, but the application addressed here is for performing NAT for Layer 2 switched packets. This MIB module defines objects and tables for Network Address Translation (NAT) performed at layer 2. This application is planned currently for Industrial Ethernet switches, but this could be used for other applications. This platform implements NAT using an FPGA which connects to uplinks, so NAT is only applicable for packets coming in from uplinks, and going out of uplinks. There are 3 main logical modules that are referred in this MIB. Global parameters : These provide statistics for the entire platform. L2NAT Instance Table : This table contains multiple Layer 2 NAT instances. A Layer 2 NAT instance referred throughout this MIB is an entity that is defined with respect to the Layer 2 NAT feature, and is different from the concept of instance as used in SNMP. Each Layer 2 NAT instance has a unique number. Each Layer 2 NAT instance consists of packets that are to be permitted or denied, as well as packets that are supposed to be fixed up. Fixup is a NAT concept which applies to certain applications which embed IP addresses in the payload. For these applications to work across NAT, the embedded IP addresses need to be translated along with the header IP addresses. Each Layer 2 NAT instance also contains a list of source and/or destination IP address translations An instance only becomes effective on traffic after being applied to an interface vlan combination. This table actually consists of these 2 MIB tables in order for indexing to work, cl2natInstanceTable and cl2natInstanceIpTable L2NAT Interface Config Table : This table contains multiple entries, where each entry contains configuration for the instance applied to an interface vlan combination. This table actually consists of these 2 MIB tables in order for indexing to work cl2natInterfaceConfigTable and cl2natInterfaceIpConfigTable. L2NAT Interface Statistics Table : This table contains multiple entries, where each entry contains stats for the instance applied to an interface vlan combination. This table actually consists of these 2 MIB tables in order for indexing to work , cl2natInterfaceStatisticsTable and cl2natInterfaceIpStatisticsTable. | ||
| ciscoL2natMIBCompliance | 1.3.6.1.4.1.9.9.806.3.1.1 | cisco L2NAT mib compliance object | ||
| ciscoL2natMIBCompliances | 1.3.6.1.4.1.9.9.806.3.1 | |||
| ciscoL2natMIBConformance | 1.3.6.1.4.1.9.9.806.3 | |||
| ciscoL2natMIBGroups | 1.3.6.1.4.1.9.9.806.3.2 | |||
| ciscoL2natMIBObjects | 1.3.6.1.4.1.9.9.806.1 | |||
| C64 cl2natDroppedIgmpIn | 1.3.6.1.4.1.9.9.806.1.10.1.16 | Counter64 | read-only | This object indicates the Number of dropped IGMP packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natDroppedIgmpOut | 1.3.6.1.4.1.9.9.806.1.10.1.31 | Counter64 | read-only | This object indicates the Number of dropped IGMP packets for this Layer 2 NAT coming out of the uplinks. |
| C64 cl2natDroppedMulticastIn | 1.3.6.1.4.1.9.9.806.1.10.1.12 | Counter64 | read-only | This object indicates the Number of dropped multicast packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natDroppedMulticastOut | 1.3.6.1.4.1.9.9.806.1.10.1.29 | Counter64 | read-only | This object indicates the Number of dropped multicast packets for this Layer 2 NAT instance going out of the uplinks. |
| C64 cl2natDroppedUnicastIn | 1.3.6.1.4.1.9.9.806.1.10.1.11 | Counter64 | read-only | This object indicates the Number of Dropped unicast packets for this Layer 2 NAT instance coming into the uplinks. |
| C64 cl2natDroppedUnicastOut | 1.3.6.1.4.1.9.9.806.1.10.1.26 | Counter64 | read-only | This object indicates the Number of Dropped unicast packets for this Layer 2 NAT instance going out of the uplinks. |
| C64 cl2natFixupArpIn | 1.3.6.1.4.1.9.9.806.1.10.1.1 | Counter64 | read-only | This object indicates the Number of fixed up ARP packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupArpOut | 1.3.6.1.4.1.9.9.806.1.10.1.17 | Counter64 | read-only | This object indicates the Number of fixed up ARP packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupCipIn | 1.3.6.1.4.1.9.9.806.1.10.1.3 | Counter64 | read-only | This object indicates the Number of fixed up CIP packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupCipOut | 1.3.6.1.4.1.9.9.806.1.10.1.19 | Counter64 | read-only | This object indicates the Number of fixed up CIP packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupFtpIn | 1.3.6.1.4.1.9.9.806.1.10.1.5 | Counter64 | read-only | This object indicates the Number of fixed up FTP packets for this Layer 2 NAT Instance coming into the uplinksk. |
| C64 cl2natFixupFtpOut | 1.3.6.1.4.1.9.9.806.1.10.1.21 | Counter64 | read-only | This object indicates the Number of fixed up FTP packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupIcmpIn | 1.3.6.1.4.1.9.9.806.1.10.1.2 | Counter64 | read-only | This object indicates the Number of fixed up ICMP packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupIcmpOut | 1.3.6.1.4.1.9.9.806.1.10.1.18 | Counter64 | read-only | This object indicates the Number of fixed up ICMP packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupProfinetIn | 1.3.6.1.4.1.9.9.806.1.10.1.4 | Counter64 | read-only | This object indicates the Number of fixed up Profinet packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupProfinetOut | 1.3.6.1.4.1.9.9.806.1.10.1.20 | Counter64 | read-only | This object indicates the Number of fixed up Profinet packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupSccpIn | 1.3.6.1.4.1.9.9.806.1.10.1.8 | Counter64 | read-only | This object indicates the Number of fixed up Sccp packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupSccpOut | 1.3.6.1.4.1.9.9.806.1.10.1.24 | Counter64 | read-only | This object indicates the Number of fixed up Sccp packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupSipIn | 1.3.6.1.4.1.9.9.806.1.10.1.7 | Counter64 | read-only | This object indicates the Number of fixed up Sip packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupSipOut | 1.3.6.1.4.1.9.9.806.1.10.1.23 | Counter64 | read-only | This object indicates the Number of fixed up Sip packets for this Layer 2 NAT Instance going out of the uplinks. |
| C64 cl2natFixupSnmpIn | 1.3.6.1.4.1.9.9.806.1.10.1.6 | Counter64 | read-only | This object indicates the Number of fixed up SNMP packets for this Layer 2 NAT Instance coming into the uplinks. |
| C64 cl2natFixupSnmpOut | 1.3.6.1.4.1.9.9.806.1.10.1.22 | Counter64 | read-only | This object indicates the Number of fixed up SNMP packets for this Layer 2 NAT Instance going out of the uplinks. |
| cl2natGlobalStatisticsGroup | 1.3.6.1.4.1.9.9.806.3.2.1 | A collection of objects providing Global Statistics for NAT at layer 2 | ||
| cl2natInstanceConfigGroup | 1.3.6.1.4.1.9.9.806.3.2.2 | A collection of objects providing Instance and interface Config for NAT at layer 2 | ||
| cl2natInstanceStatisticsGroup | 1.3.6.1.4.1.9.9.806.3.2.3 | A collection of objects providing per Instance Statistics for NAT at layer 2 | ||
| cl2natInstanceTranslationStatisticsGroup | 1.3.6.1.4.1.9.9.806.3.2.4 | A collection of objects providing per Instance per translation statistics at layer 2 | ||
| BIT cl2natInstConfigFixup | 1.3.6.1.4.1.9.9.806.1.7.1.4 | Bits | read-create | This object specifies user configured options for fixing up ARP, ICMP, Profinet, CIP and SNMP protocols. A fixup is required for protocols which embed IP addresses to work across NAT boundaries, and involves translating any IP address embedded in the protocol payload to the corresponding configured translated address. A bit value of 1 denotes fixup is enabled for that protocol, and a value of 0 indicates fixup is disabled. By default, fixup is enabled for ARP, ICMP, Profinet and CIP (if required). |
| cl2natInstConfigInstanceEntry | 1.3.6.1.4.1.9.9.806.1.7.1 | not-accessible | This entry is created as a row in the cl2natInstConfigInstanceTable table when a user configures a new instance. Each entry consists of the configuration parameters described below, and is indexed by the Layer 2 NAT instance name. | |
| STR cl2natInstConfigInstanceName | 1.3.6.1.4.1.9.9.806.1.7.1.1 | SnmpAdminString | not-accessible | This object specifies the Name assigned by user to a created Layer 2 NAT instance. |
| ROW cl2natInstConfigInstanceRowStatus | 1.3.6.1.4.1.9.9.806.1.7.1.6 | RowStatus | read-create | This object will follow RowStatus Textual convention to create/destroy entries. The following columnar objects are mandatory to make the entry 'active': cl2natInstIpInstanceName Once the entry status has been set to active(1), the entry cannot be modified. The only operation possible after this is to delete the entry. |
| cl2natInstConfigInstanceTable | 1.3.6.1.4.1.9.9.806.1.7 | not-accessible | This table contains multiple Layer 2 NAT instances. Each Layer 2 NAT instance has a unique name and consists of configurations other than the list of IP NAT translations for which there is a separate table. An instance only becomes effective on traffic after being applied to an interface/vlan combination, which is done through the cl2natInterfaceConfigTable. | |
| BIT cl2natInstConfigPermitIn | 1.3.6.1.4.1.9.9.806.1.7.1.2 | Bits | read-create | This object specifies user configured options for permitting or denying packets coming in from uplinks that do not match any NAT entry (unmatched), IGMP packets, multicast packets. A bit value of 0 denotes drop and a value of 1 indicates permit for that type. Default is 'drop' for all 3 types. |
| BIT cl2natInstConfigPermitOut | 1.3.6.1.4.1.9.9.806.1.7.1.3 | Bits | read-create | This object specifies user configured options for permitting or denying packets going out of uplinks that do not match any NAT entry (unmatched), IGMP packets, multicast packets. A bit value of 0 denotes drop and a value of 1 indicates permit for that type. Default is drop for all 3 types. |
| STO cl2natInstConfigStorageType | 1.3.6.1.4.1.9.9.806.1.7.1.5 | StorageType | read-only | This object specifies the storage type for this conceptual row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): (replace with list of columns) |
| ADR cl2natInstIpAddressMask | 1.3.6.1.4.1.9.9.806.1.8.1.7 | CiscoInetAddressMask | read-create | This object specifies the subnet address mask when the value of cl2natInstIpAddressType is 'network'. This is not used for any other option. |
| INT cl2natInstIpAddressType | 1.3.6.1.4.1.9.9.806.1.8.1.2 | INTEGER | not-accessible | This object specifies the type of address that is used to configure this translation. 'host' implies that this is a single IP address translation for one host. 'range' implies that the cl2natFromAddress and cl2natToAddress are the starting addresses of the range, and the cl2natIpRange is the number of addresses that are translated with this single config. 'network' implies that an entire class C network of original IP addresses is translated to the corresponding 254 address starting from the cl2natToAddress. |
| INT cl2natInstIpDirection | 1.3.6.1.4.1.9.9.806.1.8.1.1 | INTEGER | not-accessible | This object specifies the direction in which an address is to be translated. A value of 1 denotes that this entry is for translating source IP address of packets going out of uplinks, or destination IP address of packets coming in. A value of 2 denotes that this entry is for translating destination IP address of packets going out of uplinks, or source IP address of packets coming in. |
| IP cl2natInstIpFromIpAddress | 1.3.6.1.4.1.9.9.806.1.8.1.4 | InetAddress | not-accessible | This object indicates the source IP address of packets going out of the uplink before translation if the cl2natInstIpDirection value for this entry is inside(1). This objects indicate the destination IP address of packets coming in from the uplinks after translation if the cl2natInstIpDirection value for this entry is outside(2) |
| IPt cl2natInstIpFromIpAddressType | 1.3.6.1.4.1.9.9.806.1.8.1.3 | InetAddressType | not-accessible | The address type of cl2natFromIpAddress. This object specifies whether this translation is for for IPv4 or IPv6. |
| cl2natInstIpInstanceIpEntry | 1.3.6.1.4.1.9.9.806.1.8.1 | not-accessible | This Entry is created when a new IP translation entry is added for a particular instance. | |
| cl2natInstIpInstanceIpTable | 1.3.6.1.4.1.9.9.806.1.8 | not-accessible | This table consists of multiple IP entries for each Layer2 NAT instances. This table is a logical extension of the cl2natInstInstanceTable because it is linked to the same Layer 2 NAT instance. This table is required because there can be multiple address translation entries for the same Layer 2 NAT instance. | |
| I32 cl2natInstIpRange | 1.3.6.1.4.1.9.9.806.1.8.1.8 | Integer32 | read-create | This object specifies the number of addresses to be translated in case the value of cl2natIpAddressType is 'range'. This is not used for any other option. |
| ROW cl2natInstIpRowStatus | 1.3.6.1.4.1.9.9.806.1.8.1.10 | RowStatus | read-create | This object will follow RowStatus Textual convention to create/destroy entries. The following columnar objects are mandatory to make the entry 'active': cl2natInstIpDirection cl2natInstIpFromIpAddress cl2natInstIpToIpAddress Once the entry status has been set to active(1), the entry cannot be modified. The only operation possible after this is to delete the entry. |
| IP cl2natInstIpToIpAddress | 1.3.6.1.4.1.9.9.806.1.8.1.6 | InetAddress | read-create | This object indicates the Source IP address of packets going out of the uplink after translation, and destination IP address of packets coming in from the uplinks before translation if the cl2natInstIpDirection value for this entry is inside(1), or the Destination IP address of packets going out of the uplink after translation, and source IP address of packets coming in from the uplinks before translation if the cl2natInstIpDirection value for this entry is outside(2). |
| IPt cl2natInstIpToIpAddressType | 1.3.6.1.4.1.9.9.806.1.8.1.5 | InetAddressType | read-create | The address type of cl2natInstIpToIpAddress. This object specifies whether this translation is for for IPv4 or IPv6. |
| STO cl2natInstStorageIpStorageType | 1.3.6.1.4.1.9.9.806.1.8.1.9 | StorageType | read-only | This object specifies the storage type for this conceptual row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): (replace with list of columns) |
| cl2natInterfaceConfigEntry | 1.3.6.1.4.1.9.9.806.1.9.1 | not-accessible | Each Entry is created as a row in the cl2natInterfaceConfigTable table when a user applies an instance to an interface/vlan combination, and removed when that instance is removed. A value of 0 in cl2natInterfaceVlanIndex indicates that this attachment is for untagged traffic. The result of this lookup is actually an index that is used to lookup the cl2natInstanceTable which gives the actual config of the instance attached. | |
| U32 cl2natInterfaceConfigIfIndex | 1.3.6.1.4.1.9.9.806.1.9.1.1 | Unsigned32 | not-accessible | The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| STR cl2natInterfaceConfigInstanceName | 1.3.6.1.4.1.9.9.806.1.9.1.3 | SnmpAdminString | read-only | This object indicates the Layer 2 NAT Instance Name to be looked up to retrieve its configuration details. This name corresponds to what's in cl2natInstConfigInstanceName |
| ROW cl2natInterfaceConfigRowStatus | 1.3.6.1.4.1.9.9.806.1.9.1.5 | RowStatus | read-create | This object will follow RowStatus Textual convention to create/destroy entries. The following columnar objects are mandatory to make the entry 'active': ifIndex Once the entry status has been set to active(1), the entry cannot be modified. The only operation possible after this is to delete the entry. |
| STO cl2natInterfaceConfigStorageType | 1.3.6.1.4.1.9.9.806.1.9.1.4 | StorageType | read-only | This object specifies the storage type for this conceptual row. The following columnar objects are allowed to be writable when the storageType of this conceptual row is permanent(4): (replace with list of columns) |
| cl2natInterfaceConfigTable | 1.3.6.1.4.1.9.9.806.1.9 | not-accessible | This table contains multiple entries, where each entry contains configuration of the instance applied to an interface/vlan combination. | |
| U32 cl2natInterfaceConfigVlanIndex | 1.3.6.1.4.1.9.9.806.1.9.1.2 | Unsigned32 | not-accessible | This object indicates the vlan ID the L2NAT instance is attached to. A value of 0 indicates the instance is attached to untagged traffic of the interface. |
| cl2natInterfaceIpStatisticsEntry | 1.3.6.1.4.1.9.9.806.1.11.1 | not-accessible | This Entry is created in the cl2natInterfaceIpStatisticsTable for each IP translation of a Layer 2 NAT instance when it is attached to an interface/vlan. | |
| cl2natInterfaceIpStatisticsTable | 1.3.6.1.4.1.9.9.806.1.11 | not-accessible | This table contains statistics for IP translations of an L2 NAT instance that is applied to interface/vlan combination. This table is a logical extension of the cl2natInterfaceStatisticsTable, because these translations belong to the same instance referred to in that table. | |
| cl2natInterfaceStatisticsEntry | 1.3.6.1.4.1.9.9.806.1.10.1 | not-accessible | This Entry is created as a row in the cl2natInterfaceStatisticsTable table when a user applies an instance to an interface/vlan combination, and removed when that instance is removed. | |
| cl2natInterfaceStatisticsTable | 1.3.6.1.4.1.9.9.806.1.10 | not-accessible | This table contains the Layer 2 NAT instance level statistics. The IP address translation statistics are contained in the cl2natInterfaceIpStatisticsTable. | |
| C64 cl2natPassThruIgmpIn | 1.3.6.1.4.1.9.9.806.1.10.1.15 | Counter64 | read-only | This object indicates the Number of passed through IGMP packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natPassThruIgmpOut | 1.3.6.1.4.1.9.9.806.1.10.1.32 | Counter64 | read-only | This object indicates the Number of passed through IGMP packets for this Layer 2 NAT coming out of the uplinks. |
| C64 cl2natPassThruMulticastIn | 1.3.6.1.4.1.9.9.806.1.10.1.14 | Counter64 | read-only | This object indicates the Number of passed through multicast packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natPassThruMulticastOut | 1.3.6.1.4.1.9.9.806.1.10.1.30 | Counter64 | read-only | This object indicates the Number of passed through multicast packets for this Layer 2 NAT coming out the uplinks. |
| C64 cl2natPassThruUnicastIn | 1.3.6.1.4.1.9.9.806.1.10.1.13 | Counter64 | read-only | This object indicates the Number of passed through unicast packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natPassThruUnicastOut | 1.3.6.1.4.1.9.9.806.1.10.1.28 | Counter64 | read-only | This object indicates the Number of passed through unicast packets for this Layer 2 NAT instance going out of the uplinks. |
| C64 cl2natTotalFixups | 1.3.6.1.4.1.9.9.806.1.4 | Counter64 | read-only | This object indicates the total number of packets that required fixups. |
| C32 cl2natTotalInstances | 1.3.6.1.4.1.9.9.806.1.1 | Counter32 | read-only | This object indicates the total number of Instances defined by the user on this device. Each instance is an independent module of configuration including IP address translations that only becomes active after being applied to an interface/vlan combination. |
| C64 cl2natTotalMatched | 1.3.6.1.4.1.9.9.806.1.2 | Counter64 | read-only | This object indicates the number of times a packet matches with user configured IP translation entries. It should be noted that the same packet can be counted twice if it matches both the outside and inside entries, one for the source address translation, and the other for the destination address translation. |
| C64 cl2natTotalPacketTranslated | 1.3.6.1.4.1.9.9.806.1.6 | Counter64 | read-only | This object indicates the total number of packets that got translated per rules defined in the cl2natinstanceIpTable |
| U32 cl2natTotalTranslationEntryConfigured | 1.3.6.1.4.1.9.9.806.1.5 | Unsigned32 | read-only | This object specifies the total number IP translation entries currently configured in the system. |
| C64 cl2natTotalUnmatched | 1.3.6.1.4.1.9.9.806.1.3 | Counter64 | read-only | This object indicates the total number of packets that did not match any of the configured NAT entries. |
| C64 cl2natTranslatedUnicastIn | 1.3.6.1.4.1.9.9.806.1.10.1.10 | Counter64 | read-only | This object indicates the Number of translated unicast packets for this Layer 2 NAT coming into the uplinks. |
| C64 cl2natTranslatedUnicastOut | 1.3.6.1.4.1.9.9.806.1.10.1.27 | Counter64 | read-only | This object indicates the Number of translated unicast packets for this Layer 2 NAT going out of the uplinks. |
| C64 cl2natTranslatesIn | 1.3.6.1.4.1.9.9.806.1.11.1.1 | Counter64 | read-only | This entry specifies the number of times this entry was matched for packets going from inside to outside of uplinks. |
| C64 cl2natTranslatesOut | 1.3.6.1.4.1.9.9.806.1.11.1.2 | Counter64 | read-only | This entry specifies the number of times this entry was matched for packets coming in from outside of uplinks to inside. |
| C64 cl2natUnmatchedIn | 1.3.6.1.4.1.9.9.806.1.10.1.9 | Counter64 | read-only | This object indicates the Number of unmatched packets for this Layer 2 NAT Instance coming into the uplinks. 'Unmatched' packets are those that do not match any IP address translation configured for this layer 2 NAT instance. |
| C64 cl2natUnmatchedOut | 1.3.6.1.4.1.9.9.806.1.10.1.25 | Counter64 | read-only | This object indicates the Number of unmatched packets for this Layer 2 NAT Instance going out of the uplinks. 'Unmatched' packets are those that do not match any IP address translation configured for this layer 2 NAT instance. |
RFC description
Manages Layer 2 Network Address Translation for Cisco Industrial Ethernet switches.
Start monitoring Cisco Industrial Ethernet switches (Layer 2 NAT) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.