TN-MIRRORING-MIB

File: TN-MIRRORING-MIB.mib (4395 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ENTITY-MIB TRANSITION-SMI IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 NOTIFICATION-GROUP TEXTUAL-CONVENTION
TimeStamp RowStatus TruthValue
entPhysicalIndex tnProducts ifIndex
InterfaceIndex

Defined Types

TnMirroringGroupEntry  
SEQUENCE    
  tnMirroringGroupID INTEGER
  tnMirroringGroupDestIfIndex InterfaceIndex

TnMirroringIfEntry  
SEQUENCE    
  tnMirroringIfGroupID INTEGER
  tnMirroringIfMode INTEGER

Defined Values

tnMirroringMIB 1.3.6.1.4.1.868.2.5.25
The mib module for mirroring between the source mirroring ports and the destination port.
MODULE-IDENTITY    

tnMirroringMIBObjects 1.3.6.1.4.1.868.2.5.25.1
OBJECT IDENTIFIER    

tnMirroringMIBNotifications 1.3.6.1.4.1.868.2.5.25.2
OBJECT IDENTIFIER    

tnMirroringMgmt 1.3.6.1.4.1.868.2.5.25.1.1
OBJECT IDENTIFIER    

tnMirroringGroupTable 1.3.6.1.4.1.868.2.5.25.1.1.1
This table is for user to configure a mirroring group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnMirroringGroupEntry

tnMirroringGroupEntry 1.3.6.1.4.1.868.2.5.25.1.1.1.1
Each entry represents a mirroring group, devices which don't support groups will have a only one default entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnMirroringGroupEntry  

tnMirroringGroupID 1.3.6.1.4.1.868.2.5.25.1.1.1.1.1
The value identifies the mirroring group. The default ID is 1
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tnMirroringGroupDestIfIndex 1.3.6.1.4.1.868.2.5.25.1.1.1.1.2
The ifIndex of the mirror port which receives the mirrored traffic from other ports
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

tnMirroringIfTable 1.3.6.1.4.1.868.2.5.25.1.1.2
This table lets user to configure the source mirroring ports which are monitored by the destination port defined in the mirroring group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnMirroringIfEntry

tnMirroringIfEntry 1.3.6.1.4.1.868.2.5.25.1.1.2.1
The entry lists all source mirroring ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnMirroringIfEntry  

tnMirroringIfGroupID 1.3.6.1.4.1.868.2.5.25.1.1.2.1.1
The mirroring group which current mirroring port belongs to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tnMirroringIfMode 1.3.6.1.4.1.868.2.5.25.1.1.2.1.2
The mirroring mode. Valid values are: none(0) : Mirror nothing. onlyTx(10) : Mirror the transmitted frames only. onlyRx(20) : Mirror the received frames only. bothTxRx(30) : Mirror both of transmitted and received frames.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), onlyTx(10), onlyRx(20), bothTxRx(30)