CISCO-802-TAP-MIB

File: CISCO-802-TAP-MIB.mib (12406 bytes)

Imported modules

SNMPv2-TC-v1 CISCO-TAP2-MIB CISCO-SMI
RFC1155-SMI RFC-1212

Imported symbols

MacAddress RowStatus cTap2MediationContentId
cTap2StreamIndex ciscoMgmt Gauge
OBJECT-TYPE

Defined Types

C802tapStreamEntry  
SEQUENCE    
  c802tapStreamFields OCTET STRING
  c802tapStreamInterface INTEGER
  c802tapStreamDestinationAddress MacAddress
  c802tapStreamSourceAddress MacAddress
  c802tapStreamEthernetPid Gauge
  c802tapStreamSourceLlcSap Gauge
  c802tapStreamDestinationLlcSap Gauge
  c802tapStreamStatus RowStatus

Defined Values

cisco802TapMIB 1.3.6.1.4.1.9.9.395
OBJECT IDENTIFIER    

cisco802TapMIBNotifs 1.3.6.1.4.1.9.9.395.0
OBJECT IDENTIFIER    

cisco802TapMIBObjects 1.3.6.1.4.1.9.9.395.1
OBJECT IDENTIFIER    

cisco802TapMIBConform 1.3.6.1.4.1.9.9.395.2
OBJECT IDENTIFIER    

c802tapStreamEncodePacket 1.3.6.1.4.1.9.9.395.1.1
OBJECT IDENTIFIER    

cisco802TapMIBCompliances 1.3.6.1.4.1.9.9.395.2.1
OBJECT IDENTIFIER    

cisco802TapMIBGroups 1.3.6.1.4.1.9.9.395.2.2
OBJECT IDENTIFIER    

c802tapStreamCapabilities 1.3.6.1.4.1.9.9.395.1.1.1
This object displays what types of intercept streams can be configured on this type of device. This may be dependent on hardware capabilities, software capabilities. The following fields may be supported: tapEnable: set if table entries with cTap2StreamInterceptEnable set to 'false' are used to pre-screen packets for intercept; otherwise these entries are ignored. interface: SNMP ifIndex Value may be used to select interception of all data crossing an interface or set of interfaces. dstMacAddr: Destination MAC Address may be used to select traffic to be intercepted. srcMacAddr: Source MAC Address may be used to select traffic to be intercepted. ethernetPid: Ethernet Protocol Identifier may be used to select traffic to be intercepted. dstLlcSap: IEEE 802.2 Destination SAP may be used to select traffic to be intercepted. srcLlcSap: IEEE 802.2 Source SAP may be used to select traffic to be intercepted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..2)  

c802tapStreamTable 1.3.6.1.4.1.9.9.395.1.1.2
The Intercept Stream 802 Table lists the IEEE 802 data streams to be intercepted. The same data stream may be required by multiple taps, and one might assume that often the intercepted stream is a small subset of the traffic that could be intercepted. This essentially provides options for packet selection, only some of which might be used. For example, if all traffic to or from a given interface is to be intercepted, one would configure an entry which lists the interface, and wild-card everything else. If all traffic to or from a given MAC Address is to be intercepted, one would configure two such entries listing the MAC Address as source and destination respectively, and wild-card everything else. The first index indicates which Mediation Device the intercepted traffic will be diverted to. The second index permits multiple classifiers to be used together, such as having a MAC address as source or destination. Entries are added to this table via c802tapStreamStatus in accordance with the RowStatus convention.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    C802tapStreamEntry

c802tapStreamEntry 1.3.6.1.4.1.9.9.395.1.1.2.1
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 many application interfaces are supported.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  C802tapStreamEntry  

c802tapStreamFields 1.3.6.1.4.1.9.9.395.1.1.2.1.1
This object displays what attributes must be tested to identify traffic which requires interception. The packet matches if all flagged fields match. interface: indicates that traffic on the stated interface is to be intercepted dstMacAddress: indicates that traffic destined to a given address should be intercepted srcMacAddress: indicates that traffic sourced from a given address should be intercepted ethernetPid: indicates that traffic with a stated Ethernet Protocol Identifier should be intercepted dstLlcSap: indicates that traffic with an certain 802.2 LLC Destination SAP should be intercepted srcLlcSap: indicates that traffic with an certain 802.2 LLC Source SAP should be intercepted At least one of the bits has to be set in order to activate an entry. If the bit is not on, the corresponding MIB object value has no effect, and need not be specified when creating the entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..2)  

c802tapStreamInterface 1.3.6.1.4.1.9.9.395.1.1.2.1.2
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 only parameter specified, and it is other than -1 or 0, all traffic on the selected interface will be chosen. If the value is zero, matching traffic may be received or transmitted on any interface. Additional selection parameters must be selected to limit the scope of traffic intercepted. This is most useful on non-routing platforms or on intercepts placed elsewhere than a subscriber interface. If the value is -1, one or both of c802tapStreamDestinationAddress and c802tapStreamSourceAddress must be specified. Matching traffic on the interface pointed to by the dot1dTpFdbPort values associated with those values is intercepted, whichever is specified. If dot1dTpFdbPort changes, either by operator action or by protocol events, the interface will change with it. This is primarily intended for use on subscriber interfaces and other places where routing is guaranteed to be symmetrical. In both of these cases, it is possible to have the same packet selected for intersection on both its ingress and egress interface. Nonetheless, only one instance of the packet is sent to the Mediation Device. This value must be set when creating a stream entry, either to select an interface, to select all interfaces, or to select the interface that bridging learns. Some platforms may not implement the entire range of options.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER -1 | 0 | 1..2147483647  

c802tapStreamDestinationAddress 1.3.6.1.4.1.9.9.395.1.1.2.1.3
The Destination address used in packet selection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

c802tapStreamSourceAddress 1.3.6.1.4.1.9.9.395.1.1.2.1.4
The Source Address used in packet selection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

c802tapStreamEthernetPid 1.3.6.1.4.1.9.9.395.1.1.2.1.5
The value of the Ethernet Protocol Identifier, which may be found on Ethernet traffic or IEEE 802.2 SNAP traffic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

c802tapStreamDestinationLlcSap 1.3.6.1.4.1.9.9.395.1.1.2.1.6
The value of the IEEE 802.2 Destination SAP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

c802tapStreamSourceLlcSap 1.3.6.1.4.1.9.9.395.1.1.2.1.7
The value of the IEEE 802.2 Source SAP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

c802tapStreamStatus 1.3.6.1.4.1.9.9.395.1.1.2.1.8
The status of this conceptual row. This object manages creation, modification, and deletion of rows in this table. When any rows must be changed, c802tapStreamStatus must be first set to 'notInService'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

cisco802TapStreamGroup 1.3.6.1.4.1.9.9.395.2.2.1
OBJECT IDENTIFIER    

cisco802TapMIBCompliance 1.3.6.1.4.1.9.9.395.2.1.1
OBJECT IDENTIFIER