CISCO-SVC-INTERFACE-MIB

File: CISCO-SVC-INTERFACE-MIB.mib (43300 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 Counter32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
RowStatus TEXTUAL-CONVENTION SnmpAdminString
FcNameId VsanIndex InterfaceIndex
ciscoMgmt

Defined Types

NportType  
Type of the virtual N-port. The types are 1 = Initiator 2 = Target 3 = Mgmt
TEXTUAL-CONVENTION    
  Integer32 1..3  

CsiNportEntry  
SEQUENCE    
  csiNportIfIndex InterfaceIndex
  csiNportType NportType
  csiNportVsanId VsanIndex
  csiNportPwwn FcNameId
  csiNportFcid Integer32
  csiNportState INTEGER
  csiNportDownReason INTEGER
  csiNportRowStatus RowStatus

CsiSessionEntry  
SEQUENCE    
  csiSessionIfIndex InterfaceIndex
  csiSessionType NportType
  csiSessionVsanId VsanIndex
  csiSessionId Integer32
  csiSessionNportPwwn FcNameId
  csiSessionPeerPwwn FcNameId
  csiSessionPeerNwwn FcNameId
  csiSessionPeerFcid Integer32

CsiInterfaceStatsEntry  
SEQUENCE    
  csiInterfaceInFrames Counter32
  csiInterfaceInFrameRate Unsigned32
  csiInterfaceInBytes Counter32
  csiInterfaceInBytesRate Unsigned32
  csiInterfaceOutFrames Counter32
  csiInterfaceOutFrameRate Unsigned32
  csiInterfaceOutBytes Counter32
  csiInterfaceOutBytesRate Unsigned32

CsiNportStatsEntry  
SEQUENCE    
  csiNportSessions Counter32
  csiNportInFrames Counter32
  csiNportInFrameRate Unsigned32
  csiNportInBytes Counter32
  csiNportInBytesRate Unsigned32
  csiNportOutFrames Counter32
  csiNportOutFrameRate Unsigned32
  csiNportOutBytes Counter32
  csiNportOutBytesRate Unsigned32

CsiSessionStatsEntry  
SEQUENCE    
  csiSessionInELSFrames Counter32
  csiSessionInBLSFrames Counter32
  csiSessionInFCPCmds Counter32
  csiSessionInFCPXferRdys Counter32
  csiSessionInFCPDataFrames Counter32
  csiSessionInFCPStatus Counter32
  csiSessionInFCPDataBytes Counter32
  csiSessionInFCPOverRuns Counter32
  csiSessionInFCPUnderRuns Counter32
  csiSessionInAborts Counter32
  csiSessionOutELSFrames Counter32
  csiSessionOutBLSFrames Counter32
  csiSessionOutFCPCmds Counter32
  csiSessionOutFCPXferRdys Counter32
  csiSessionOutFCPDataFrames Counter32
  csiSessionOutFCPStatus Counter32
  csiSessionOutFCPDataBytes Counter32
  csiSessionOutFCPOverRuns Counter32
  csiSessionOutFCPUnderRuns Counter32
  csiSessionOutAborts Counter32
  csiSessionOpenXchanges Counter32
  csiSessionInBadFc2Drops Counter32
  csiSessionInBadFcPDrops Counter32
  csiSessionInFCPDataExcess Counter32

CsiInterfaceNwwnEntry  
SEQUENCE    
  csiInterfaceNwwn FcNameId
  csiInterfaceOperStateCause SnmpAdminString

Defined Values

ciscoSvcInterfaceMIB 1.3.6.1.4.1.9.9.378
MIB module for displaying and configuring SVC (SAN Volume Controller) related features in the Storage Area Network (SAN) switches. SVC is the SAN Volume Controller that implements the specialized virtualization and caching features for storage attached to a SAN.
MODULE-IDENTITY    

ciscoSvcInterfaceMIBObjects 1.3.6.1.4.1.9.9.378.1
OBJECT IDENTIFIER    

ciscoSvcInterfaceMIBTrapPrefix 1.3.6.1.4.1.9.9.378.2
OBJECT IDENTIFIER    

cSvcInterfaceConfiguration 1.3.6.1.4.1.9.9.378.1.1
OBJECT IDENTIFIER    

cSvcInterfaceTrapObjects 1.3.6.1.4.1.9.9.378.1.2
OBJECT IDENTIFIER    

csiNportTable 1.3.6.1.4.1.9.9.378.1.1.1
A table that lets the user configure and monitor the virtual N-ports. A virtual N-port is a logical entity within an SVC line card that simulates a real Fibre Channel N-port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiNportEntry

csiNportEntry 1.3.6.1.4.1.9.9.378.1.1.1.1
An entry in the csiNportTable, that describes a virtual N-port. Each virtual N-port is identified by the ifIndex of the SVC interface on the SVC line card, the type of N-port and the VSAN id of the VSAN it belongs to. Each virtual N-port also has a Fibre Channel Identifier, operational state and a WWN (Worldwide Name).
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiNportEntry  

csiNportIfIndex 1.3.6.1.4.1.9.9.378.1.1.1.1.1
The ifIndex of the SVC interface to which this Nport belongs to. A SVC interface is a FC interface that implements virtualization and caching. Note that the ifType of this interface is fiberChannel (56).
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

csiNportType 1.3.6.1.4.1.9.9.378.1.1.1.1.2
The type of this N-port. There are 3 types of Nport - initiator - Initiates communication with SCSI (Small Computer Systems Interface) targets. target - Responds to the communication from the FC-SCSI initiators. mgmt - Communicates with other SVC interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  NportType  

csiNportVsanId 1.3.6.1.4.1.9.9.378.1.1.1.1.3
The VSAN identifier of the virtual N-port.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsanIndex  

csiNportPwwn 1.3.6.1.4.1.9.9.378.1.1.1.1.4
The WWN (Worldwide Name) of the virtual N-port.
Status: current Access: read-create
OBJECT-TYPE    
  FcNameId  

csiNportFcid 1.3.6.1.4.1.9.9.378.1.1.1.1.5
Fibre Channel Identifier of the virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16777215  

csiNportState 1.3.6.1.4.1.9.9.378.1.1.1.1.6
The operational state of the virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

csiNportDownReason 1.3.6.1.4.1.9.9.378.1.1.1.1.7
If the state of the N-port is 'down' as depicted by the instance of csiNportState, this objects denotes the reason why this N-port is 'down'. When the N-port is 'up' the value returned by this object is 'none'. adminDown - The user has configured the SVC interface that contains this N-port as down. ifSoftwareDown - Virtualization software is down. lineCardSwDown - Line card software is down. vsanDown - The VSAN that this N-port belongs to (instance of csiNportVsanId), is down. inRemovalState - The SVC interface that this N-port belongs to, is in the process of going down. ifHardwareDown - The line card hardware is down. uninitialized - Port is being initialized.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), adminDown(2), ifSoftwareDown(3), lineCardSwDown(4), vsanDown(5), inRemovalState(6), ifHardwareDown(7), uninitialized(8)  

csiNportRowStatus 1.3.6.1.4.1.9.9.378.1.1.1.1.8
Status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

csiSessionTable 1.3.6.1.4.1.9.9.378.1.1.2
A table of SVC sessions. A SVC session is a FC session between a virtual N-port and any other N-port within a FC fabric.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiSessionEntry

csiSessionEntry 1.3.6.1.4.1.9.9.378.1.1.2.1
An entry in the csiSessionTable. An entry in the session table is identified by a virtual N-port and a session Identifier. Each N-port is identified by the ifIndex, Nport type and the VSAN id as described above in the csiNportEntry. The combination of the N-port and the sessionId uniquely identifies a session. Each session has the local N-port's WWN, remote N-port's WWN and remote node's WWN as well as remote N-port's FcId.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiSessionEntry  

csiSessionIfIndex 1.3.6.1.4.1.9.9.378.1.1.2.1.1
The ifIndex of the SVC interface to which this N-port belongs to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

csiSessionType 1.3.6.1.4.1.9.9.378.1.1.2.1.2
The type of the N-port for this session.
Status: current Access: not-accessible
OBJECT-TYPE    
  NportType  

csiSessionVsanId 1.3.6.1.4.1.9.9.378.1.1.2.1.3
The VSAN identifier of the N-port for this session.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsanIndex  

csiSessionId 1.3.6.1.4.1.9.9.378.1.1.2.1.4
The session identifier of this session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

csiSessionNportPwwn 1.3.6.1.4.1.9.9.378.1.1.2.1.5
The WWN of the N-port that belongs to this session.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

csiSessionPeerPwwn 1.3.6.1.4.1.9.9.378.1.1.2.1.6
The WWN of the remote N-port for this session.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

csiSessionPeerNwwn 1.3.6.1.4.1.9.9.378.1.1.2.1.7
The WWN of the remote node for this session.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

csiSessionPeerFcid 1.3.6.1.4.1.9.9.378.1.1.2.1.8
Fibre Channel Identifier of the remote port for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..16777215  

csiInterfaceStatsTable 1.3.6.1.4.1.9.9.378.1.1.3
A table that lists various statistics for each SVC interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiInterfaceStatsEntry

csiInterfaceStatsEntry 1.3.6.1.4.1.9.9.378.1.1.3.1
An entry in the csiInterfaceStatsTable, indexed by the N-port ifIndex and containing interface statistics such as the input and output frames, bytes and rates.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiInterfaceStatsEntry  

csiInterfaceInFrames 1.3.6.1.4.1.9.9.378.1.1.3.1.1
Number of incoming frames on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiInterfaceInFrameRate 1.3.6.1.4.1.9.9.378.1.1.3.1.2
Number of incoming frames per second on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiInterfaceInBytes 1.3.6.1.4.1.9.9.378.1.1.3.1.3
Number of incoming bytes on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiInterfaceInBytesRate 1.3.6.1.4.1.9.9.378.1.1.3.1.4
Number of incoming bytes per second on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiInterfaceOutFrames 1.3.6.1.4.1.9.9.378.1.1.3.1.5
Number of outgoing frames on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiInterfaceOutFrameRate 1.3.6.1.4.1.9.9.378.1.1.3.1.6
Number of outgoing frames per second on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiInterfaceOutBytes 1.3.6.1.4.1.9.9.378.1.1.3.1.7
Number of outgoing bytes on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiInterfaceOutBytesRate 1.3.6.1.4.1.9.9.378.1.1.3.1.8
Number of outgoing bytes per second on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiNportStatsTable 1.3.6.1.4.1.9.9.378.1.1.4
A table of N-port statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiNportStatsEntry

csiNportStatsEntry 1.3.6.1.4.1.9.9.378.1.1.4.1
An entry in the csiNportStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiNportStatsEntry  

csiNportSessions 1.3.6.1.4.1.9.9.378.1.1.4.1.1
Number of pen sessions on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiNportInFrames 1.3.6.1.4.1.9.9.378.1.1.4.1.2
Number of incoming frames on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiNportInFrameRate 1.3.6.1.4.1.9.9.378.1.1.4.1.3
Number of incoming frames per second on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiNportInBytes 1.3.6.1.4.1.9.9.378.1.1.4.1.4
Number of incoming bytes on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiNportInBytesRate 1.3.6.1.4.1.9.9.378.1.1.4.1.5
Number of incoming bytes per second on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiNportOutFrames 1.3.6.1.4.1.9.9.378.1.1.4.1.6
Number of outgoing frames on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiNportOutFrameRate 1.3.6.1.4.1.9.9.378.1.1.4.1.7
Number of outgoing frames per second on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiNportOutBytes 1.3.6.1.4.1.9.9.378.1.1.4.1.8
Number of outgoing bytes on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiNportOutBytesRate 1.3.6.1.4.1.9.9.378.1.1.4.1.9
Number of outgoing bytes per second on this virtual N-port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csiSessionStatsTable 1.3.6.1.4.1.9.9.378.1.1.5
A table of session statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiSessionStatsEntry

csiSessionStatsEntry 1.3.6.1.4.1.9.9.378.1.1.5.1
An entry in the csiSessionStatsEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiSessionStatsEntry  

csiSessionInELSFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.1
Number of incoming Extended Link Service frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInBLSFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.2
Number of incoming Basic Link Service frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPCmds 1.3.6.1.4.1.9.9.378.1.1.5.1.3
Number of incoming FCP Command frames in this session. Note that FCP stands for Fibre Channel Protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPXferRdys 1.3.6.1.4.1.9.9.378.1.1.5.1.4
Number of incoming FCP Transfer Ready frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPDataFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.5
Number of incoming FCP Data frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPStatus 1.3.6.1.4.1.9.9.378.1.1.5.1.6
Number of incoming FCP Status frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPDataBytes 1.3.6.1.4.1.9.9.378.1.1.5.1.7
Number of incoming FCP Data bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPOverRuns 1.3.6.1.4.1.9.9.378.1.1.5.1.8
Number of incoming FCP Overrun frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPUnderRuns 1.3.6.1.4.1.9.9.378.1.1.5.1.9
Number of incoming FCP Underrun frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInAborts 1.3.6.1.4.1.9.9.378.1.1.5.1.10
Number of incoming aborted frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutELSFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.11
Number of outgoing Extended Link Service frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutBLSFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.12
Number of outgoing Basic Link Service frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPCmds 1.3.6.1.4.1.9.9.378.1.1.5.1.13
Number of outgoing FCP Command frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPXferRdys 1.3.6.1.4.1.9.9.378.1.1.5.1.14
Number of outgoing FCP Transfer Ready frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPDataFrames 1.3.6.1.4.1.9.9.378.1.1.5.1.15
Number of outgoing FCP Data frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPStatus 1.3.6.1.4.1.9.9.378.1.1.5.1.16
Number of outgoing FCP Status frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPDataBytes 1.3.6.1.4.1.9.9.378.1.1.5.1.17
Number of outgoing FCP Data bytes in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPOverRuns 1.3.6.1.4.1.9.9.378.1.1.5.1.18
Number of outgoing FCP Overrun frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutFCPUnderRuns 1.3.6.1.4.1.9.9.378.1.1.5.1.19
Number of outgoing FCP Underrun frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOutAborts 1.3.6.1.4.1.9.9.378.1.1.5.1.20
Number of outgoing aborted frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionOpenXchanges 1.3.6.1.4.1.9.9.378.1.1.5.1.21
Number of Open Exchanges in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInBadFc2Drops 1.3.6.1.4.1.9.9.378.1.1.5.1.22
Number of FC2 dropped frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInBadFcPDrops 1.3.6.1.4.1.9.9.378.1.1.5.1.23
Number of FCP dropped frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiSessionInFCPDataExcess 1.3.6.1.4.1.9.9.378.1.1.5.1.24
Number of FCP Data Excess frames in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csiInterfaceNwwnTable 1.3.6.1.4.1.9.9.378.1.1.6
A table that lists Nwwn for SVC interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsiInterfaceNwwnEntry

csiInterfaceNwwnEntry 1.3.6.1.4.1.9.9.378.1.1.6.1
An entry in the csiInterfaceNwwnTable, indexed by the N-port ifIndex and containing interface Nwwn and a description of the cause if that interface is down.
Status: current Access: not-accessible
OBJECT-TYPE    
  CsiInterfaceNwwnEntry  

csiInterfaceNwwn 1.3.6.1.4.1.9.9.378.1.1.6.1.1
Nwwn of this interface.
Status: current Access: read-write
OBJECT-TYPE    
  FcNameId  

csiInterfaceOperStateCause 1.3.6.1.4.1.9.9.378.1.1.6.1.2
A description of the cause that the interface is down.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

csiErrorId 1.3.6.1.4.1.9.9.378.1.2.1
Error Id
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

csiErrorSeqNumber 1.3.6.1.4.1.9.9.378.1.2.2
Error Sequence Number
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

csiSlotNumber 1.3.6.1.4.1.9.9.378.1.2.3
Slot Number of the slot from where the notification is being generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

csiPortNumber 1.3.6.1.4.1.9.9.378.1.2.4
Port Number of the port from where the notification is being generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

csiObjName 1.3.6.1.4.1.9.9.378.1.2.5
User configured name of an object. e.g. vDisk1, where the user has named the virtual disk 1 as vDisk1.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiErrorText 1.3.6.1.4.1.9.9.378.1.2.6
Full text string describing the Error.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiMachineType 1.3.6.1.4.1.9.9.378.1.2.7
Machine Type in which the SVC software is running. This could be the vendor product identifier. e.g MDS9000
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiCardSerialNo 1.3.6.1.4.1.9.9.378.1.2.8
The serial number of the card from where the notification is being generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiSwVersion 1.3.6.1.4.1.9.9.378.1.2.9
The SVC software version.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiSwitchName 1.3.6.1.4.1.9.9.378.1.2.10
The user configured name of the switch that is running the SVC software.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiClusterName 1.3.6.1.4.1.9.9.378.1.2.11
The user configured name of the cluster.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiNodeName 1.3.6.1.4.1.9.9.378.1.2.12
The user configured name of the SVC node.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

csiMIBTraps 1.3.6.1.4.1.9.9.378.2.0
OBJECT IDENTIFIER    

csiErrorTrap 1.3.6.1.4.1.9.9.378.2.0.1
SVC error trap. The objects within this trap convey the information about things such as the port number, slot number machine type etc for which the error occurred. This notification will be generated when there is an error condition in any of the SVC operations.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

csiWarningTrap 1.3.6.1.4.1.9.9.378.2.0.2
SVC warning trap The objects within this trap convey the information about things such as the port number, slot number machine type etc for which the error occurred. This notification will be generated when there is an warning condition in any of the SVC operations.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

csiInformationTrap 1.3.6.1.4.1.9.9.378.2.0.3
SVC information trap The objects within this trap convey the information about things such as the port number, slot number machine type etc for which the information needs to be conveyed. This notification will be generated when there is an information needs to be conveyed in any of the SVC operations.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoSvcMIBConformance 1.3.6.1.4.1.9.9.378.3
OBJECT IDENTIFIER    

ciscoSvcMIBCompliances 1.3.6.1.4.1.9.9.378.3.1
OBJECT IDENTIFIER    

ciscoSvcMIBGroups 1.3.6.1.4.1.9.9.378.3.2
OBJECT IDENTIFIER    

ciscoSvcMIBCompliance 1.3.6.1.4.1.9.9.378.3.1.1
The compliance statement for entities which implement the CISCO-SVC-INERFACE-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

csiNportGroup 1.3.6.1.4.1.9.9.378.3.2.1
A collection of objects for Nport configuration.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiSessionGroup 1.3.6.1.4.1.9.9.378.3.2.2
A collection of objects for session configuration.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiInterfaceStatsGroup 1.3.6.1.4.1.9.9.378.3.2.3
A collection of objects for interface statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiNportStatsGroup 1.3.6.1.4.1.9.9.378.3.2.4
A collection of objects for N-port statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiSessionStatsGroup 1.3.6.1.4.1.9.9.378.3.2.5
A collection of objects for Session statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiInterfaceNwwnGroup 1.3.6.1.4.1.9.9.378.3.2.6
A collection of objects for Interface nwwn.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

csiNotifObjectsGroup 1.3.6.1.4.1.9.9.378.3.2.7
A collection of objects for sending notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cefcMgmtNotificationsGroup 1.3.6.1.4.1.9.9.378.3.2.8
The notifications which a SVC Management entity is required to implement.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP