PKTC-ES-IPTAP-MIB
28 objects
This module manages intercept feature for IP. This MIB is used along with TAP-MIB to intercept IP traffic. TAP-MIB along with specific filter MIBs like this MIB replace TAP-MIB. To create an IP intercept, an entry pktcESTapStreamEntry is created which contains the filter details. An entry pktcEScpktcESTapStreamEntry of TAP-MIB is created, which is the common stream information for all kinds of intercepts and type of the specific stream is set to ip in this entry.
Imported Objects
| CLAB-DEF-MIB | pktcESSupportMibs |
| INET-ADDRESS-MIB | InetAddress InetAddressPrefixLength InetAddressType InetPortNumber |
| PKTC-ES-TAP-MIB | pktcEScTapMediationContentId pktcEScTapStreamIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | RowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4491.2.2.9.1.2 | IdentitypktcESIpTapMIB | This module manages intercept feature for IP. This MIB is used along with TAP-MIB to intercept IP traffic. TAP-MIB along with specific filter MIBs like this MI… | ||
| 1.3.6.1.4.1.4491.2.2.9.1.2.0 | NodepktcESIpTapMIBNotifs | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.1 | NodepktcESIpTapMIBObjects | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1 | NodepktcESTapStreamEncodePacket | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.1 | ScalarpktcESTapStreamCapabilities | read-only | current | This object displays what types of intercept streams can be configured on this type of device. This may be dependent on hardware capabilities, software capabil… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2 | TablepktcESTapStreamTable | not-accessible | current | The Intercept Stream IP Table lists the IPv4 and IPv6 streams to be intercepted. The same data stream may be required by multiple taps, and one might assume th… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1 | RowpktcESTapStreamEntry | not-accessible | current | A stream entry indicates a single data stream to be intercepted to a Mediation Device. Many selected data streams may go to the same application interface, and… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.1 | ColumnpktcESTapStreamInterface | read-create | current | The ifIndex value of the interface over which traffic to be intercepted is received or transmitted. The interface may be physical or virtual. If this is the on… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.2 | ColumnpktcESTapStreamAddrType | read-create | current | The type of address, used in packet selection. |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.3 | ColumnpktcESTapStreamDestinationAddress | read-create | current | The Destination address or prefix used in packet selection. This address will be of the type specified in pktcESTapStreamAddrType. |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.4 | ColumnpktcESTapStreamDestinationLength | read-create | current | The length of the Destination Prefix. A value of zero causes all addresses to match. This prefix length will be consistent with the type specified in pktcESTap… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.5 | ColumnpktcESTapStreamSourceAddress | read-create | current | The Source Address used in packet selection. This address will be of the type specified in pktcESTapStreamAddrType. |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.6 | ColumnpktcESTapStreamSourceLength | read-create | current | The length of the Source Prefix. A value of zero causes all addresses to match. This prefix length will be consistent with the type specified in pktcESTapStrea… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.7 | ColumnpktcESTapStreamTosByte | read-create | current | The value of the TOS byte, when masked with pktcESTapStreamTosByteMask, of traffic to be intercepted. If pktcESTapStreamTosByte&(~pktcESTapStreamTosByteMask)!=… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.8 | ColumnpktcESTapStreamTosByteMask | read-create | current | The value of the TOS byte in an IPv4 or IPv6 header is ANDed with pktcESTapStreamTosByteMask and compared with pktcESTapStreamTosByte. If the values are equal,… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.9 | ColumnpktcESTapStreamFlowId | read-create | current | The flow identifier in an IPv6 header. -1 indicates that the Flow Id is unused. |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.10 | ColumnpktcESTapStreamProtocol | read-create | current | The IP protocol to match against the IPv4 protocol number or the IPv6 Next- Header number in the packet. -1 means 'any IP protocol'. |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.11 | ColumnpktcESTapStreamDestL4PortMin | read-create | current | The minimum value that the layer-4 destination port number in the packet must have in order to match. This value must be equal to or less than the value specif… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.12 | ColumnpktcESTapStreamDestL4PortMax | read-create | current | The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or grea… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.13 | ColumnpktcESTapStreamSourceL4PortMin | read-create | current | The minimum value that the layer-4 destination port number in the packet must have in order to match. This value must be equal to or less than the value specif… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.14 | ColumnpktcESTapStreamSourceL4PortMax | read-create | current | The maximum value that the layer-4 destination port number in the packet must have in order to match this classifier entry. This value must be equal to or grea… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.15 | ColumnpktcESTapStreamVRF | read-create | current | An ASCII string, which is the name of a Virtual Routing and Forwarding (VRF) table comprising the routing context of a Virtual Private Network. The interface o… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.1.1.2.1.16 | ColumnpktcESTapStreamStatus | read-create | current | The status of this conceptual row. This object manages creation, modification, and deletion of rows in this table. When any rows must be changed, pktcESTapStre… |
| 1.3.6.1.4.1.4491.2.2.9.1.2.2 | NodepktcESIpTapMIBConform | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.2.1 | NodepktcESIpTapMIBCompliances | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.2.1.1 | CompliancepktcESIpTapMIBCompliance | current | The compliance statement for entities which implement the Intercept MIB for IP. | |
| 1.3.6.1.4.1.4491.2.2.9.1.2.2.2 | NodepktcESIpTapMIBGroups | |||
| 1.3.6.1.4.1.4491.2.2.9.1.2.2.2.1 | GrouppktcESIpTapStreamComplianceGroup | current | These objects are necessary for a description of IPv4 and IPv6 packets to select for interception. |