CIE1000-MIRROR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CIE1000-MIRROR-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
 cie1000MirrorMib 1.3.6.1.4.1.9.9.832.1.15
This is a private version of Mirror
       cie1000MirrorMibObjects 1.3.6.1.4.1.9.9.832.1.15.1
           cie1000MirrorCapabilities 1.3.6.1.4.1.9.9.832.1.15.1.1
               cie1000MirrorCapabilitiesSessionCountMax 1.3.6.1.4.1.9.9.832.1.15.1.1.1 integer32 read-only
The maximum number of sessions.
               cie1000MirrorCapabilitiesSessionSourceCountMax 1.3.6.1.4.1.9.9.832.1.15.1.1.2 integer32 read-only
The maximum number of Mirror and RMirror source sessions.
               cie1000MirrorCapabilitiesRMirrorSuport 1.3.6.1.4.1.9.9.832.1.15.1.1.3 truthvalue read-only
Indicate if RMirror feature is supported or not. true means supported. false means not supported.
               cie1000MirrorCapabilitiesInternalReflectorPortSupport 1.3.6.1.4.1.9.9.832.1.15.1.1.4 truthvalue read-only
Indicate if Internal reflector port is supported or not. true means supported. false means not supported.
               cie1000MirrorCapabilitiesCpuMirrorSupport 1.3.6.1.4.1.9.9.832.1.15.1.1.5 truthvalue read-only
Indicate if mirroring CPU traffic is supported or not. true means supported. false means not supported.
           cie1000MirrorConfig 1.3.6.1.4.1.9.9.832.1.15.1.2
               cie1000MirrorConfigSessionTable 1.3.6.1.4.1.9.9.832.1.15.1.2.1 no-access
This is a table of configuration per session
                   cie1000MirrorConfigSessionEntry 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1 no-access
Each session has a set of parameters
                       cie1000MirrorConfigSessionSessionId 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.1 integer32 no-access
Session ID. Valid range is (1..maximum). The maximum is platform-specific and can be retrieved from the Mirror capabilities.
                       cie1000MirrorConfigSessionMode 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.2 truthvalue read-write
Controls whether this session is enabled or disabled. true is to enable the function. false is to disable it. Multiple criteria must be fulfilled in order to be able to enable a session.The criteria depend on the 'SessionType'.
                       cie1000MirrorConfigSessionType 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.3 cie1000mirrorsessiontype read-write
Session type in Mirror. 'mirror' means to do the Mirror function on the device. 'rMirrorSource' means the device acts as source node for monitor flow. 'rMirrorDestination' means the device acts as end node for monitor flow.
                       cie1000MirrorConfigSessionRMirrorVlan 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.4 cie1000unsigned16 read-write
The VLAN ID points out where the monitor packet will copy to. The remote Mirror VLAN ID. Only used for RMirror types. RMirror source session: The mirrored traffic is copied onto this VLAN ID. Traffic will flood to all ports that are members of the remote Mirror VLAN ID. RMirror destination session: The #destination_port_list contains the port(s) that the Mirror VLAN will be copied to in addition to ports that are already configured (through the VLAN module) to be members of this VLAN.
                       cie1000MirrorConfigSessionReflectorPort 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.5 cie1000interfaceindex read-write
A reflector port is a port that the administrator may have to specify in case the device does not have internal (unused) ports available. Whether this is the case or not for this device can be derived from Mirror capabilities. When 'ReflectorPort' is used, it must be specified when an RMirror source session is enabled. In this case, the reflector port will be shut down for normal front port usage, because the switch needs a port where it can loop frames in order to get mirrored traffic copied onto a particular VLAN ID (the 'RMirrorVlan').
                       cie1000MirrorConfigSessionStripInnerTag 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.6 truthvalue read-write
This configuration is used to strip the original VLAN ID of the mirrored traffic or not. When it is set to TRUE, the the original VLAN ID of the mirrored traffic will be stripped, otherwise the original VLAN ID will be carried to destination interface. It may have to specify in case the device does not have internal (unused) ports available. Whether this is the case or not for this device can be derived from Mirror capabilities.
                       cie1000MirrorConfigSessionSourceVlans0KTo1K 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.7 cie1000vlanlistquarter read-write
First quarter of bit-array indicating source VLAN list. All traffic in the VLANs specified in this list will get mirrored onto either the destination port (Mirror session) or the destination VLAN (RMirror source session). It's a bit-mask that indicates the VLANs. A '1' indicates the VLAN ID is selected, a '0' indicates that the VLAN ID isn't selected.
                       cie1000MirrorConfigSessionSourceVlans1KTo2K 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.8 cie1000vlanlistquarter read-write
Second quarter of bit-array indicating source VLAN list. All traffic in the VLANs specified in this list will get mirrored onto either the destination port (Mirror session) or the destination VLAN (RMirror source session). It's a bit-mask that indicates the VLANs. A '1' indicates the VLAN ID is selected, a '0' indicates that the VLAN ID isn't selected.
                       cie1000MirrorConfigSessionSourceVlans2KTo3K 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.9 cie1000vlanlistquarter read-write
Third quarter of bit-array indicating source VLAN list. All traffic in the VLANs specified in this list will get mirrored onto either the destination port (Mirror session) or the destination VLAN (RMirror source session). It's a bit-mask that indicates the VLANs. A '1' indicates the VLAN ID is selected, a '0' indicates that the VLAN ID isn't selected.
                       cie1000MirrorConfigSessionSourceVlans3KTo4K 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.10 cie1000vlanlistquarter read-write
Fourth quarter of bit-array indicating source VLAN list. All traffic in the VLANs specified in this list will get mirrored onto either the destination port (Mirror session) or the destination VLAN (RMirror source session). It's a bit-mask that indicates the VLANs. A '1' indicates the VLAN ID is selected, a '0' indicates that the VLAN ID isn't selected.
                       cie1000MirrorConfigSessionSourcePortListRx 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.11 cie1000portlist read-write
A bit-mask that controls whether a given port is enabled for mirroring of incoming traffic. A '1' indicates that the port is included, whereas a '0' indicates it isn't. Only source sessions (Mirror and RMirror Source) use this value.
                       cie1000MirrorConfigSessionSourcePortListTx 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.12 cie1000portlist read-write
A bit-mask that controls whether a given port is enabled for mirroring of outgoing traffic. A '1' indicates that the port is included, whereas a '0' indicates it isn't. Only source sessions (Mirror and RMirror Source) use this value.
                       cie1000MirrorConfigSessionCpuRx 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.13 truthvalue read-write
Controls whether mirroring of traffic received by the internal CPU is enabled or disabled. It is supported or not can be derived from Mirror capabilities.Only source sessions (Mirror and RMirror Source) use this value.
                       cie1000MirrorConfigSessionCpuTx 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.14 truthvalue read-write
Controls whether mirroring of traffic transmitted by the internal CPU is enabled or disabled. It is supported or not can be derived from Mirror capabilities.Only source sessions (Mirror and RMirror Source) use this value.
                       cie1000MirrorConfigSessionDestinationPortList 1.3.6.1.4.1.9.9.832.1.15.1.2.1.1.15 cie1000portlist read-write
Destination port list implemented as a bit-mask, where a '1' indicates that the port is included and a '0' indicates that it isn't. Only used in plain Mirror sessions and RMirror destination sessions. Mirror session: At most one bit may be set in this mask. RMirror destination session: Zero or more bits may be set in this mask.
       cie1000MirrorMibConformance 1.3.6.1.4.1.9.9.832.1.15.2
           cie1000MirrorMibCompliances 1.3.6.1.4.1.9.9.832.1.15.2.1
               cie1000MirrorMibCompliance 1.3.6.1.4.1.9.9.832.1.15.2.1.1
The compliance statement for the implementation.
           cie1000MirrorMibGroups 1.3.6.1.4.1.9.9.832.1.15.2.2
               cie1000MirrorCapabilitiesInfoGroup 1.3.6.1.4.1.9.9.832.1.15.2.2.1
A collection of objects.
               cie1000MirrorConfigSessionTableInfoGroup 1.3.6.1.4.1.9.9.832.1.15.2.2.2
A collection of objects.