CISCO-FC-SPAN-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-FC-SPAN-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
 ciscoFcSpanMIB 1.3.6.1.4.1.9.9.363
MIB module for displaying and configuring Switched Port Analyzer(SPAN) related features in a Fibre Channel device. SPAN is a feature that enables the user to analyze network traffic, passing through the ports (called SPAN source ports) in a switched network using SwitchProbe device attached to a switch port called SPAN destination (SD) port. SPAN feature is non- intrusive and does not affect switching of network traffic for any of the source ports.
         ciscoSpanMIBObjects 1.3.6.1.4.1.9.9.363.1
             cspanConfiguration 1.3.6.1.4.1.9.9.363.1.1
                 cspanMaxSessions 1.3.6.1.4.1.9.9.363.1.1.1 integer32 read-only
Maximum number of SPAN sessions that this device supports.
                 cspanSessionTable 1.3.6.1.4.1.9.9.363.1.1.2 no-access
cspanSessionTable is a table that lets the user configure and monitor the SPAN sessions. A SPAN session represents an association of one destination port with traffic redirected from different interfaces and VSANs (Virtual Storage Area Networks). In most situations, there would be only one active session. The flexibility to configure multiple sessions is helpful in sharing the analyzer that is attached to the SPAN destination port. In other words, the user can configure multiple sessions, but only one is active. However, it is possible to have multiple session active at a given time. The traffic on the SPAN destination port is the result of the combination of the active sessions.
                     cspanSessionEntry 1.3.6.1.4.1.9.9.363.1.1.2.1 no-access
A SPAN session entry. Each session consists of session number, session Administrative Status session OperationStatus, session InactiveReason (if the session OperationStatus is Inactive) and a rowStatus object to add/delete sessions. cspanSessionIndex is the Index of this table that identifies a session. To Add a session: 1. Specify the session to be added (cspanSessionIndex) 2. Set the cspanSessionRowStatus to createAndGo (4). To Delete a session: 1. Specify the session to be deleted (cspanSessionIndex). 2. Set the cspanSessionRowStatus to destroy (6).
                         cspanSessionIndex 1.3.6.1.4.1.9.9.363.1.1.2.1.1 sessionindex no-access
An arbitrary value which identifies a session. The value of this index must be less than the value of cspanMaxSessions.
                         cspanSessionDestIfIndex 1.3.6.1.4.1.9.9.363.1.1.2.1.2 interfaceindex read-only
The ifIndex of the destination port to be configured for the session specified by the instance of cspanSessionIndex.
                         cspanSessionAdminStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.3 integer read-only
This object is used to suspend an active session or activate an inactive session. Note that setting the value to the existing value has no effect on the operation. i.e. setting the value to 'active' when session is 'active' has no effect. Enumeration: 'active': 1, 'inactive': 2.
                         cspanSessionOperStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.4 integer read-only
The current state of the session. Enumeration: 'active': 1, 'inactive': 2.
                         cspanSessionInactiveReason 1.3.6.1.4.1.9.9.363.1.1.2.1.5 snmpadminstring read-only
The description of the reason that this session is not active. This string will be a zero length string in case the session is active.
                         cspanSessionRowStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.6 rowstatus read-only
Status of this row.
                 cspanSourcesIfTable 1.3.6.1.4.1.9.9.363.1.1.3 no-access
The cspanSourcesIfTable is used to configure source interfaces for SPAN sessions.
                     cspanSourcesIfEntry 1.3.6.1.4.1.9.9.363.1.1.3.1 no-access
A SPAN source interface entry. Each entry consists of session index, interface index of the source interface, the ingress or egress direction of the traffic on that interface and a rowStatus object
                         cspanSourcesIfIndex 1.3.6.1.4.1.9.9.363.1.1.3.1.1 interfaceindex no-access
cspanSourcesIfIndex denotes the interface index for this session.
                         cspanSourcesDirection 1.3.6.1.4.1.9.9.363.1.1.3.1.2 integer no-access
cspanSourcesDirection denotes traffic direction on the cspanSourcesIfIndex. Enumeration: 'receive': 1, 'transmit': 2.
                         cspanSourcesRowStatus 1.3.6.1.4.1.9.9.363.1.1.3.1.3 rowstatus read-only
Status of this row.
                 cspanSourcesVsanTable 1.3.6.1.4.1.9.9.363.1.1.4 no-access
The cspanSourcesVsanTable is used to list source VSANs for SPAN sessions.
                     cspanSourcesVsanEntry 1.3.6.1.4.1.9.9.363.1.1.4.1 no-access
An entry in the Source VSAN Table. For the session identified by the instance of cspanSessionIndex, it lists the VSANs that comprise the sources.
                         cspanSourcesVsans2k 1.3.6.1.4.1.9.9.363.1.1.4.1.1 fclist read-only
The VSANs that are traffic sources to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 1 through 8, the second octet specifying VSAN 9 through 16, etc. Since there are 256 octets, the range of VSANs is from 0-2047. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                         cspanSourcesVsans4k 1.3.6.1.4.1.9.9.363.1.1.4.1.2 fclist read-only
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 2048 through 2055, the second octet specifying VSAN 2056 through 2063, etc. Since there are 256 octets, he range of VSANs is from 2048 through 4095. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                 cspanSourcesVsanCfgTable 1.3.6.1.4.1.9.9.363.1.1.5 no-access
The cspanSourcesVsanCfgTable is used to configure sources VSANs for SPAN sessions.
                     cspanSourcesVsanCfgEntry 1.3.6.1.4.1.9.9.363.1.1.5.1 no-access
An entry in the source Vsan Configuration Table. Each entry represents either an add or a delete VSANs operation for the session identified by the instance of cspanSourcesVsanCfgSessIndex. The VSANs to be added (or deleted) are specified by the values of cspanSourcesVsanCfgVsans2k and cspanSourcesVsanCfgVsans4k.
                         cspanSourcesVsanCfgSessIndex 1.3.6.1.4.1.9.9.363.1.1.5.1.1 sessionindex no-access
A session index associated with a session for which the VSANs are to be added/deleted.
                         cspanSourcesVsanCfgCommand 1.3.6.1.4.1.9.9.363.1.1.5.1.2 integer read-write
The command to be executed for this entry. Only acceptable commands are 'add' and 'remove'. 'none' is returned in case of read operation. Enumeration: 'add': 1, 'none': 3, 'remove': 2.
                         cspanSourcesVsanCfgVsans2k 1.3.6.1.4.1.9.9.363.1.1.5.1.3 fclist read-write
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 1 through 8, the second octet specifying VSAN 9 through 16, etc. Since there are 256 octets, the range of VSANs is from 0-2047. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                         cspanSourcesVsanCfgVsans4k 1.3.6.1.4.1.9.9.363.1.1.5.1.4 fclist read-write
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 2048 through 2055, the second octet specifying VSAN 2056 through 2063, etc. The range of VSANs is 2048-4095. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                 cspanVsanFilterTable 1.3.6.1.4.1.9.9.363.1.1.6 no-access
The cspanVsanFilterTable is used to monitor and configure VSAN filters for SPAN sessions. cspanVsanFilterSessIndex denotes the session index of this sesion. cspanVsanFilterVsans2k and cspanVsanFilterVsans4k denote the VSANs in a bit mask fashion for each session.
                     cspanVsanFilterEntry 1.3.6.1.4.1.9.9.363.1.1.6.1 no-access
An entry in the VsanFilter Table. cspanVsanFilterVsans2k and cspanVsanFilterVsans4k denote the VSANs that are part of the filter applied to the session identified by the instance of cspanVsanFilterSessIndex.
                         cspanVsanFilterSessIndex 1.3.6.1.4.1.9.9.363.1.1.6.1.1 sessionindex no-access
A session index associated with a session.
                         cspanVsanFilterVsans2k 1.3.6.1.4.1.9.9.363.1.1.6.1.2 fclist read-only
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 1 through 8, the second octet specifying VSAN 9 through 16, etc. Since there are 256 octets, the range of VSANs is from 0-2047. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                         cspanVsanFilterVsans4k 1.3.6.1.4.1.9.9.363.1.1.6.1.3 fclist read-only
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 2048 through 2055, the second octet specifying VSAN 2056 through 2063, etc. the range of VSANs is 2048-4095. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                 cspanVsanFilterOpTable 1.3.6.1.4.1.9.9.363.1.1.7 no-access
cspanVsanFilterOpTable is used to configure VSAN filters for SPAN sessions. cspanVsanFilterSessIndex denotes the session index of this sesion. cspanVsanFilterVsans denotes the VSANs in a bit mask fashion for each session.
                     cspanVsanFilterOpEntry 1.3.6.1.4.1.9.9.363.1.1.7.1 no-access
An entry in the VsanFilterOp Table.
                         cspanVsanFilterOpSessIndex 1.3.6.1.4.1.9.9.363.1.1.7.1.1 sessionindex no-access
A session index associated with a session.
                         cspanVsanFilterOpCommand 1.3.6.1.4.1.9.9.363.1.1.7.1.2 integer read-write
The command to be executed for this entry. Enumeration: 'add': 1, 'none': 3, 'remove': 2.
                         cspanVsanFilterOpVsans2k 1.3.6.1.4.1.9.9.363.1.1.7.1.3 fclist read-write
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 1 through 8, the second octet specifying VSAN 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
                         cspanVsanFilterOpVsans4k 1.3.6.1.4.1.9.9.363.1.1.7.1.4 fclist read-write
The VSANs that are assigned to this session. Each octet within the value of this object specifies a set of eight VSANS with the first octet specifying VSAN 2048 through 2055, the second octet specifying VSAN 2056 through 2063, etc. In each octet, the most significant bit represents the lowest numbered VSAN id and the least significant bit represents the highest numbered VSAN id. Thus each VSAN is represented by a single bit within the value of this object. If that bit has value '1' then that VSAN is included in the set of VSANs; the VSAN is not included if its bit has a value of '0'.
         ciscoFcSpanMIBConformance 1.3.6.1.4.1.9.9.363.2
             ciscoFcSpanMIBCompliances 1.3.6.1.4.1.9.9.363.2.1
                 ciscoFcSpanMIBCompliance 1.3.6.1.4.1.9.9.363.2.1.1
The compliance statement for entities which implement the CISCO-FC-SPAN-MIB.
             ciscoFcSpanMIBGroups 1.3.6.1.4.1.9.9.363.2.2
                 cspanScalarsGroup 1.3.6.1.4.1.9.9.363.2.2.1
A collection of scalar objects in this MIB.
                 cspanSessionsGroup 1.3.6.1.4.1.9.9.363.2.2.2
A collection of objects for sessions configuration.
                 cspanSourceIfGroup 1.3.6.1.4.1.9.9.363.2.2.3
A collection of objects for source interface configuration.
                 cspanSourceVsanGroup 1.3.6.1.4.1.9.9.363.2.2.4
A collection of objects for source VSANs display.
                 cspanSourceVsanCfgGroup 1.3.6.1.4.1.9.9.363.2.2.5
A collection of objects for source VSANs configuration.
                 cspanVsanFilterGroup 1.3.6.1.4.1.9.9.363.2.2.6
A collection of objects for filter display information.
                 cspanVsanFilterOpGroup 1.3.6.1.4.1.9.9.363.2.2.7
A collection of objects for filter operations.