ENTERASYS-MIRROR-CONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-MIRROR-CONFIG-MIB
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
 etsysMirrorConfigMIB 1.3.6.1.4.1.5624.1.2.72
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to Network Mirroring configuration on a device. Terminology used Flow A flow is defined as an unidirectional sequence of packets between a given source and destination endpoints.
       etsysMirrorSystem 1.3.6.1.4.1.5624.1.2.72.1
           etsysMirrorSystemMaxLocalMirrors 1.3.6.1.4.1.5624.1.2.72.1.1 unsigned32 read-only
This value represents the maximum number of local mirrors that the device supports.
           etsysMirrorSystemMaxRemoteMirrors 1.3.6.1.4.1.5624.1.2.72.1.2 unsigned32 read-only
This value represents the maximum number of remote mirrors that the device supports.
           etsysMirrorSystemMaxLocalMirrorDestinationPorts 1.3.6.1.4.1.5624.1.2.72.1.3 unsigned32 read-only
This value represents the maximum number of destination ports supported for a local mirror.
           etsysMirrorSystemMaxMirrorDestinationControlGroups 1.3.6.1.4.1.5624.1.2.72.1.4 unsigned32 read-only
This value represents the maximum number of rows in the etsysMirrorDestinationControlTable.
           etsysMirrorSystemMaxMirrorFirstN 1.3.6.1.4.1.5624.1.2.72.1.5 unsigned32 read-only
This value represents the maximum configurable number of initial packets of a flow that can be mirrored. If this value is 0 this feature is not supported.
       etsysMirrorConfig 1.3.6.1.4.1.5624.1.2.72.2
           etsysMirrorDestinationNextAvailableIndex 1.3.6.1.4.1.5624.1.2.72.2.1 unsigned32 read-only
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysMirrorDestinationControlIndex in the creation of a new entry in the etsysMirrorDestinationControlTable. An index is considered available if the index value falls within the range of 1 to (newLeaf with max dest groups) and is not being used to index an existing entry in the etsysMirrorDestinationControlTable contained within this entity. A value of zero indicates that all of the entries in the etsysMirrorDestinationControlTable are currently in use. This value SHOULD only be considered a guideline for management creation of etsysMirrorDestinationControlTable entries, there is no requirement on management to create entries based upon this index value.
           etsysMirrorDestinationControlTable 1.3.6.1.4.1.5624.1.2.72.2.2 no-access
Controls the setup of mirror destination ports on the managed device.
               etsysMirrorDestinationControlEntry 1.3.6.1.4.1.5624.1.2.72.2.2.1 no-access
A conceptual row in the etsysMirrorDestinationControlTable.
                   etsysMirrorDestinationControlIndex 1.3.6.1.4.1.5624.1.2.72.2.2.1.1 unsigned32 no-access
A unique arbitrary index for this etsysMirrorDestinationControlEntry. This object MUST have a value between 1 and etsysMirrorSystemMaxMirrorDestinationControlGroups.
                   etsysMirrorDestinationControlOwner 1.3.6.1.4.1.5624.1.2.72.2.2.1.2 snmpadminstring read-only
Administratively assigned name of the owner of this entry. It usually defines the entity that created this entry and is therefore using the resources assigned to it, though there is no enforcement mechanism, nor assurance that rows created are ever used.
                   etsysMirrorDestinationControlStorageType 1.3.6.1.4.1.5624.1.2.72.2.2.1.3 storagetype read-only
The memory realization of the conceptual row. volatile(2) -- is lost upon reboot. nonVolatile(3) -- is persistent across reboots. permanent(4) -- there are no writable objects. readOnly(5) -- agent created rows.
                   etsysMirrorDestinationControlRowStatus 1.3.6.1.4.1.5624.1.2.72.2.2.1.4 rowstatus read-only
This object manages the creation and deletion of this entry. active(1) -- Indicates that this entry is available for use by the managed device. notInService(2) -- Indicates that this entry exists in the agent but is not available for use by the managed device. notReady(3) -- Entry is missing information in order to be available for use by the managed device. createAndGo(4) -- A new entry will be created in this table and the new entry will transition to the active state. createAndWait(5) -- A new entry will be created in this table and the new entry will transition to the notInService state. destroy(6) -- Deletes the row and any associated EtsysMirrorDestinationEntry rows.
                   etsysMirrorDestinationControlMirrorFirstN 1.3.6.1.4.1.5624.1.2.72.2.2.1.5 unsigned32 read-only
When this object is set to a nonzero value, only the first N packets for a particular flow assigned to this index will be mirrored. Otherwise all packets from the flow are to be mirrored. The maximum value for this object is specified by the etsysMirrorSystemMaxMirrorFirstN object.
           etsysMirrorDestinationPortTable 1.3.6.1.4.1.5624.1.2.72.2.3 no-access
Controls the configuration of mirror destination ports.
               etsysMirrorDestinationPortEntry 1.3.6.1.4.1.5624.1.2.72.2.3.1 no-access
A conceptual row in the etsysMirrorDestinationPortTable .
                   etsysMirrorDestinationPortStorageType 1.3.6.1.4.1.5624.1.2.72.2.3.1.1 storagetype read-only
The memory realization of the conceptual row. volatile(2) -- is lost upon reboot. nonVolatile(3) -- is persistent across reboots. permanent(4) -- there are no writable objects. readOnly(5) -- agent created rows.
                   etsysMirrorDestinationPortRowStatus 1.3.6.1.4.1.5624.1.2.72.2.3.1.2 rowstatus read-only
This object manages the creation and deletion of this entry. active(1) -- Indicates that this entry is available for use by the managed device. notInService(2) -- Indicates that this entry exists in the agent but is not available for use by the managed device. notReady(3) -- Entry is missing information in order to be available for use by the managed device. A transition to this state will happen when the etsysMirrorDestinationIfIndex object for this entry is 0 (zero). createAndGo(4) -- A new entry will be created in this table and the new entry will transition to the active state. createAndWait(5) -- A new entry will be created in this table and the new entry will transition to the notInService state. destroy(6) -- Deletes this row.
       etsysMirrorConformance 1.3.6.1.4.1.5624.1.2.72.3
           etsysMirrorGroups 1.3.6.1.4.1.5624.1.2.72.3.1
               etsysMirrorSystemGroup 1.3.6.1.4.1.5624.1.2.72.3.1.1
A collection of objects providing basic mirroring system information.
               etsysMirrorConfigGroup 1.3.6.1.4.1.5624.1.2.72.3.1.2
A collection of objects relating to mirror configuration.
               etsysMirrorSystemGroup2 1.3.6.1.4.1.5624.1.2.72.3.1.3
A collection of objects providing basic mirroring system information.
               etsysMirrorConfigGroup2 1.3.6.1.4.1.5624.1.2.72.3.1.4
A collection of objects relating to mirror configuration.
           etsysMirrorCompliances 1.3.6.1.4.1.5624.1.2.72.3.2
               etsysMirrorCompliance 1.3.6.1.4.1.5624.1.2.72.3.2.1
The compliance statement for devices that support the Enterasys Mirror MIB.
               etsysMirrorCompliance2 1.3.6.1.4.1.5624.1.2.72.3.2.2
The compliance statement for devices that support the Enterasys Mirror MIB.