CAJUN-PORT-COPY-EXTENSIONS

File: CAJUN-PORT-COPY-EXTENSIONS.mib (5070 bytes)

Imported modules

SNMPv2-SMI SMON-MIB AVAYAGEN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE portCopyEntry
lsg

Defined Types

MacAddress  
OCTET STRING Size(6)    

CjnPortCopyEntry  
SEQUENCE    
  cjnPortCopyChannel INTEGER
  cjnPortCopySamplingMode INTEGER
  cjnPortCopyMaxPacketsPerSecond INTEGER
  cjnPortCopySAFilter MacAddress
  cjnPortCopyDAFilter MacAddress
  cjnPortCopyFilter INTEGER

Defined Values

cjnPortCopyExtensions 1.3.6.1.4.1.6889.2.1.5
Cajun Private Port Copy Extensions MIB. Extension to RFC2613 Port Copy definitions.
MODULE-IDENTITY    

cjnPortCopyTable 1.3.6.1.4.1.6889.2.1.5.1
The Cajun Port Copy Table provides and extension to the portCopyTable defined in RFC2613 to allow the user to configure additional port copy parameters. The cjnPortCopyTable is always the same size as the portCopyTable. Rows are created with default values in this table when rows are created in the port copy table. Conversely rows are deleted when the row is removed from the portCopyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnPortCopyEntry

cjnPortCopyEntry 1.3.6.1.4.1.6889.2.1.5.1.1
Describes a particular port copy entry. Corresponds to the entry in the portCopyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnPortCopyEntry  

cjnPortCopyChannel 1.3.6.1.4.1.6889.2.1.5.1.1.1
The monitor channel that is being used to monitor the traffic. There are maximum of four channels available to monitor the traffic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnPortCopySamplingMode 1.3.6.1.4.1.6889.2.1.5.1.1.2
This object selects how often the copy port will receive traffic samples. If this object has the value 'disabled(0)', then traffic samples to the mirror port are shut off. If this object has the value 'always(1)', then all samples are sent. If this object has the value 'periodic(2)', then samples are sent at intervals.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), always(1), periodic(2)  

cjnPortCopyMaxPacketsPerSecond 1.3.6.1.4.1.6889.2.1.5.1.1.3
Sets the maximum number of packets per second that are served by the mirror port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnPortCopySAFilter 1.3.6.1.4.1.6889.2.1.5.1.1.4
Traffic on the source port with this source MAC address will be monitored if SA filtering is configured. All other traffic will not be monitored.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cjnPortCopyDAFilter 1.3.6.1.4.1.6889.2.1.5.1.1.5
Traffic on the source port with this destination MAC address will be monitored if DA filtering is configured. All other traffic will not be monitored.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

cjnPortCopyFilter 1.3.6.1.4.1.6889.2.1.5.1.1.6
Specifies that a traffic filter is to be used. If this object has the value 'disabled(0)', then no filter will be used. If this object has the value 'sa(1)', then the SA specified in cjnPortCopySAFilter will be monitored in both directions. If this object has the value 'da(2)', then the DA specified in cjnPortCopyDAFilter will be monitored in both directions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), sa(1), da(2)