CAJUN-PORT-COPY-EXTENSIONS: View SNMP OID List / Download MIB

VENDOR: AVAYA COMMUNICATION


 Home MIB: CAJUN-PORT-COPY-EXTENSIONS
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cjnPortCopyExtensions 1.3.6.1.4.1.6889.2.1.5
Cajun Private Port Copy Extensions MIB. Extension to RFC2613 Port Copy definitions.
     cjnPortCopyTable 1.3.6.1.4.1.6889.2.1.5.1 no-access
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.
         cjnPortCopyEntry 1.3.6.1.4.1.6889.2.1.5.1.1 no-access
Describes a particular port copy entry. Corresponds to the entry in the portCopyTable.
             cjnPortCopyChannel 1.3.6.1.4.1.6889.2.1.5.1.1.1 integer read-only
The monitor channel that is being used to monitor the traffic. There are maximum of four channels available to monitor the traffic.
             cjnPortCopySamplingMode 1.3.6.1.4.1.6889.2.1.5.1.1.2 integer read-write
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. Enumeration: 'disabled': 0, 'always': 1, 'periodic': 2.
             cjnPortCopyMaxPacketsPerSecond 1.3.6.1.4.1.6889.2.1.5.1.1.3 integer read-write
Sets the maximum number of packets per second that are served by the mirror port.
             cjnPortCopySAFilter 1.3.6.1.4.1.6889.2.1.5.1.1.4 macaddress read-write
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.
             cjnPortCopyDAFilter 1.3.6.1.4.1.6889.2.1.5.1.1.5 macaddress read-write
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.
             cjnPortCopyFilter 1.3.6.1.4.1.6889.2.1.5.1.1.6 integer read-write
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. Enumeration: 'disabled': 0, 'sa': 1, 'da': 2.