CISCO-FC-SPAN-MIB

File: CISCO-FC-SPAN-MIB.mib (28807 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB CISCO-ZS-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus TEXTUAL-CONVENTION SnmpAdminString
InterfaceIndex FcList ciscoMgmt

Defined Types

SessionIndex  
An arbitrary value which identifies a session.
TEXTUAL-CONVENTION    
  Unsigned32 1..4095  

CspanSessionEntry  
SEQUENCE    
  cspanSessionIndex SessionIndex
  cspanSessionDestIfIndex InterfaceIndex
  cspanSessionAdminStatus INTEGER
  cspanSessionOperStatus INTEGER
  cspanSessionInactiveReason SnmpAdminString
  cspanSessionRowStatus RowStatus

CspanSourcesIfEntry  
SEQUENCE    
  cspanSourcesIfIndex InterfaceIndex
  cspanSourcesDirection INTEGER
  cspanSourcesRowStatus RowStatus

CspanSourcesVsanEntry  
SEQUENCE    
  cspanSourcesVsans2k FcList
  cspanSourcesVsans4k FcList

CspanSourcesVsanCfgEntry  
SEQUENCE    
  cspanSourcesVsanCfgSessIndex SessionIndex
  cspanSourcesVsanCfgCommand INTEGER
  cspanSourcesVsanCfgVsans2k FcList
  cspanSourcesVsanCfgVsans4k FcList

CspanVsanFilterEntry  
SEQUENCE    
  cspanVsanFilterSessIndex SessionIndex
  cspanVsanFilterVsans2k FcList
  cspanVsanFilterVsans4k FcList

CspanVsanFilterOpEntry  
SEQUENCE    
  cspanVsanFilterOpSessIndex SessionIndex
  cspanVsanFilterOpCommand INTEGER
  cspanVsanFilterOpVsans2k FcList
  cspanVsanFilterOpVsans4k FcList

Defined Values

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.
MODULE-IDENTITY    

ciscoSpanMIBObjects 1.3.6.1.4.1.9.9.363.1
OBJECT IDENTIFIER    

cspanConfiguration 1.3.6.1.4.1.9.9.363.1.1
OBJECT IDENTIFIER    

cspanMaxSessions 1.3.6.1.4.1.9.9.363.1.1.1
Maximum number of SPAN sessions that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4095  

cspanSessionTable 1.3.6.1.4.1.9.9.363.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanSessionEntry

cspanSessionEntry 1.3.6.1.4.1.9.9.363.1.1.2.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanSessionEntry  

cspanSessionIndex 1.3.6.1.4.1.9.9.363.1.1.2.1.1
An arbitrary value which identifies a session. The value of this index must be less than the value of cspanMaxSessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionIndex  

cspanSessionDestIfIndex 1.3.6.1.4.1.9.9.363.1.1.2.1.2
The ifIndex of the destination port to be configured for the session specified by the instance of cspanSessionIndex.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

cspanSessionAdminStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cspanSessionOperStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.4
The current state of the session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

cspanSessionInactiveReason 1.3.6.1.4.1.9.9.363.1.1.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cspanSessionRowStatus 1.3.6.1.4.1.9.9.363.1.1.2.1.6
Status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cspanSourcesIfTable 1.3.6.1.4.1.9.9.363.1.1.3
The cspanSourcesIfTable is used to configure source interfaces for SPAN sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanSourcesIfEntry

cspanSourcesIfEntry 1.3.6.1.4.1.9.9.363.1.1.3.1
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
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanSourcesIfEntry  

cspanSourcesIfIndex 1.3.6.1.4.1.9.9.363.1.1.3.1.1
cspanSourcesIfIndex denotes the interface index for this session.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cspanSourcesDirection 1.3.6.1.4.1.9.9.363.1.1.3.1.2
cspanSourcesDirection denotes traffic direction on the cspanSourcesIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER receive(1), transmit(2)  

cspanSourcesRowStatus 1.3.6.1.4.1.9.9.363.1.1.3.1.3
Status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cspanSourcesVsanTable 1.3.6.1.4.1.9.9.363.1.1.4
The cspanSourcesVsanTable is used to list source VSANs for SPAN sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanSourcesVsanEntry

cspanSourcesVsanEntry 1.3.6.1.4.1.9.9.363.1.1.4.1
An entry in the Source VSAN Table. For the session identified by the instance of cspanSessionIndex, it lists the VSANs that comprise the sources.
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanSourcesVsanEntry  

cspanSourcesVsans2k 1.3.6.1.4.1.9.9.363.1.1.4.1.1
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'.
Status: current Access: read-only
OBJECT-TYPE    
  FcList  

cspanSourcesVsans4k 1.3.6.1.4.1.9.9.363.1.1.4.1.2
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'.
Status: current Access: read-only
OBJECT-TYPE    
  FcList  

cspanSourcesVsanCfgTable 1.3.6.1.4.1.9.9.363.1.1.5
The cspanSourcesVsanCfgTable is used to configure sources VSANs for SPAN sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanSourcesVsanCfgEntry

cspanSourcesVsanCfgEntry 1.3.6.1.4.1.9.9.363.1.1.5.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanSourcesVsanCfgEntry  

cspanSourcesVsanCfgSessIndex 1.3.6.1.4.1.9.9.363.1.1.5.1.1
A session index associated with a session for which the VSANs are to be added/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionIndex  

cspanSourcesVsanCfgCommand 1.3.6.1.4.1.9.9.363.1.1.5.1.2
The command to be executed for this entry. Only acceptable commands are 'add' and 'remove'. 'none' is returned in case of read operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), remove(2), none(3)  

cspanSourcesVsanCfgVsans2k 1.3.6.1.4.1.9.9.363.1.1.5.1.3
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'.
Status: current Access: read-write
OBJECT-TYPE    
  FcList  

cspanSourcesVsanCfgVsans4k 1.3.6.1.4.1.9.9.363.1.1.5.1.4
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'.
Status: current Access: read-write
OBJECT-TYPE    
  FcList  

cspanVsanFilterTable 1.3.6.1.4.1.9.9.363.1.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanVsanFilterEntry

cspanVsanFilterEntry 1.3.6.1.4.1.9.9.363.1.1.6.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanVsanFilterEntry  

cspanVsanFilterSessIndex 1.3.6.1.4.1.9.9.363.1.1.6.1.1
A session index associated with a session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionIndex  

cspanVsanFilterVsans2k 1.3.6.1.4.1.9.9.363.1.1.6.1.2
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'.
Status: current Access: read-only
OBJECT-TYPE    
  FcList  

cspanVsanFilterVsans4k 1.3.6.1.4.1.9.9.363.1.1.6.1.3
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'.
Status: current Access: read-only
OBJECT-TYPE    
  FcList  

cspanVsanFilterOpTable 1.3.6.1.4.1.9.9.363.1.1.7
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CspanVsanFilterOpEntry

cspanVsanFilterOpEntry 1.3.6.1.4.1.9.9.363.1.1.7.1
An entry in the VsanFilterOp Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CspanVsanFilterOpEntry  

cspanVsanFilterOpSessIndex 1.3.6.1.4.1.9.9.363.1.1.7.1.1
A session index associated with a session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionIndex  

cspanVsanFilterOpCommand 1.3.6.1.4.1.9.9.363.1.1.7.1.2
The command to be executed for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), remove(2), none(3)  

cspanVsanFilterOpVsans2k 1.3.6.1.4.1.9.9.363.1.1.7.1.3
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'.
Status: current Access: read-write
OBJECT-TYPE    
  FcList  

cspanVsanFilterOpVsans4k 1.3.6.1.4.1.9.9.363.1.1.7.1.4
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'.
Status: current Access: read-write
OBJECT-TYPE    
  FcList  

ciscoFcSpanMIBConformance 1.3.6.1.4.1.9.9.363.2
OBJECT IDENTIFIER    

ciscoFcSpanMIBCompliances 1.3.6.1.4.1.9.9.363.2.1
OBJECT IDENTIFIER    

ciscoFcSpanMIBGroups 1.3.6.1.4.1.9.9.363.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
MODULE-COMPLIANCE    

cspanScalarsGroup 1.3.6.1.4.1.9.9.363.2.2.1
A collection of scalar objects in this MIB.
Status: current Access: read-write
OBJECT-GROUP    

cspanSessionsGroup 1.3.6.1.4.1.9.9.363.2.2.2
A collection of objects for sessions configuration.
Status: current Access: read-write
OBJECT-GROUP    

cspanSourceIfGroup 1.3.6.1.4.1.9.9.363.2.2.3
A collection of objects for source interface configuration.
Status: current Access: read-write
OBJECT-GROUP    

cspanSourceVsanGroup 1.3.6.1.4.1.9.9.363.2.2.4
A collection of objects for source VSANs display.
Status: current Access: read-write
OBJECT-GROUP    

cspanSourceVsanCfgGroup 1.3.6.1.4.1.9.9.363.2.2.5
A collection of objects for source VSANs configuration.
Status: current Access: read-write
OBJECT-GROUP    

cspanVsanFilterGroup 1.3.6.1.4.1.9.9.363.2.2.6
A collection of objects for filter display information.
Status: current Access: read-write
OBJECT-GROUP    

cspanVsanFilterOpGroup 1.3.6.1.4.1.9.9.363.2.2.7
A collection of objects for filter operations.
Status: current Access: read-write
OBJECT-GROUP