CISCO-RSCN-MIB

File: CISCO-RSCN-MIB.mib (23651 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-ST-TC CISCO-VSAN-MIB CISCO-NS-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue FcAddressId vsanIndex
FcGs3RejectReasonCode ciscoMgmt

Defined Types

RscnScrEntry  
SEQUENCE    
  rscnScrFcId FcAddressId
  rscnScrRegType INTEGER

RscnStatsEntry  
SEQUENCE    
  rscnRxScrs Counter32
  rscnRxRscns Counter32
  rscnTxRscns Counter32
  rscnRxSwRscns Counter32
  rscnTxSwRscns Counter32
  rscnScrRej Counter32
  rscnRscnReqRej Counter32
  rscnSwRscnReqRej Counter32

RscnMultiPidEntry  
SEQUENCE    
  rscnMultiPidEnable TruthValue

RscnEventTovEntry  
SEQUENCE    
  rscnEventTov Unsigned32

Defined Values

ciscoRscnMIB 1.3.6.1.4.1.9.9.292
The MIB module for the management of the Fibre Channel's Registered State Change Notification (RSCN) functionality, which is specified by FC-FLA and FC-FS. GLOSSARY : RSCN - Registered State Change Notification. RSCN Notifications are sent to Nx_ports and other switches to notify that an event has occured. SW_RSCN - Switch Registered State Change Notification. SW_RSCN Notifications are sent to neighbouring switches in a fabric to notify that an event has occured. ELS - Extended Link Service. RSCN Software module uses ELS frame formats to send RSCN messages. ILS - Inter Link Service. RSCN Software module uses ILS frame formats to send SW-RSCN messages.
MODULE-IDENTITY    

ciscoRscnMIBObjects 1.3.6.1.4.1.9.9.292.1
OBJECT IDENTIFIER    

rscnMIBConformance 1.3.6.1.4.1.9.9.292.2
OBJECT IDENTIFIER    

rscnConfiguration 1.3.6.1.4.1.9.9.292.1.1
OBJECT IDENTIFIER    

rscnStats 1.3.6.1.4.1.9.9.292.1.2
OBJECT IDENTIFIER    

rscnInformation 1.3.6.1.4.1.9.9.292.1.3
OBJECT IDENTIFIER    

rscnNotification 1.3.6.1.4.1.9.9.292.1.4
OBJECT IDENTIFIER    

rscnNotifications 1.3.6.1.4.1.9.9.292.1.4.0
OBJECT IDENTIFIER    

rscnScrNumber 1.3.6.1.4.1.9.9.292.1.1.1
The number of Nx_Ports currently registered to receive RSCNs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rscnScrTable 1.3.6.1.4.1.9.9.292.1.1.2
A table of Nx_Ports that have registered to receive RSCNs on all VSANs configured on the local switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RscnScrEntry

rscnScrEntry 1.3.6.1.4.1.9.9.292.1.1.2.1
An entry (conceptual row) containing information about one Nx_Port which has registered to receive RSCNs on the VSAN indicated by vsanIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  RscnScrEntry  

rscnScrFcId 1.3.6.1.4.1.9.9.292.1.1.2.1.1
The Fibre Channel Identifier (FC-ID) of the subscribing Nx_Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressId  

rscnScrRegType 1.3.6.1.4.1.9.9.292.1.1.2.1.2
This object indicates the type of registration desired by the subscriber. 'fromFabricCtrlr' indicates RSCNs generated by the Fabric Controller. 'fromNxPort' indicates RSCNs generated by Nx_Ports. 'fromBoth' indicates RSCNs generated by Fabric Controller and Nx_Ports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fromFabricCtrlr(1), fromNxPort(2), fromBoth(3)  

rscnScrTotalRejects 1.3.6.1.4.1.9.9.292.1.2.1
The total number of SCRs rejected across all VSANs by the local switch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnRscnReqTotalRejects 1.3.6.1.4.1.9.9.292.1.2.2
The total number of RSCN requests rejected across all VSANs by the local switch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnSwRscnReqTotalRejects 1.3.6.1.4.1.9.9.292.1.2.3
The total number of SW_RSCN requests rejected across all VSANs by the local switch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnStatsTable 1.3.6.1.4.1.9.9.292.1.2.4
The statistics related to the RSCN module. The statistics are maintained per VSAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RscnStatsEntry

rscnStatsEntry 1.3.6.1.4.1.9.9.292.1.2.4.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RscnStatsEntry  

rscnRxScrs 1.3.6.1.4.1.9.9.292.1.2.4.1.1
The number of SCRs received from Nx_Ports on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnRxRscns 1.3.6.1.4.1.9.9.292.1.2.4.1.2
The number of RSCNs from Nx_Ports received on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnTxRscns 1.3.6.1.4.1.9.9.292.1.2.4.1.3
The total number of RSCNs transmitted on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnRxSwRscns 1.3.6.1.4.1.9.9.292.1.2.4.1.4
The number of Inter-Switch Registered State Change Notifications (SW_RSCN) received on this VSAN from other switches.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnTxSwRscns 1.3.6.1.4.1.9.9.292.1.2.4.1.5
The number of Inter-Switch Registered State Change Notifications (SW_RSCN) transmitted on this VSAN to other switches.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnScrRej 1.3.6.1.4.1.9.9.292.1.2.4.1.6
The number of SCR rejected on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnRscnReqRej 1.3.6.1.4.1.9.9.292.1.2.4.1.7
The number of RSCN requests rejected on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnSwRscnReqRej 1.3.6.1.4.1.9.9.292.1.2.4.1.8
The number of SW_RSCN requests rejected on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rscnIlsRejReasonCode 1.3.6.1.4.1.9.9.292.1.3.1
The reason code corresponding to an ILS request rejection. This object contains the reason code corresponding to the most recent SCR or RSCN request rejection by the RSCN module.
Status: current Access: read-only
OBJECT-TYPE    
  FcGs3RejectReasonCode  

rscnElsRejReasonCode 1.3.6.1.4.1.9.9.292.1.3.2
The reason code corresponding to an ELS request rejection. This object contains the reason code corresponding the most recent SW_RSCN request rejection by the RSCN module.
Status: current Access: read-only
OBJECT-TYPE    
  FcGs3RejectReasonCode  

rscnIlsRejectReqNotifyEnable 1.3.6.1.4.1.9.9.292.1.1.3
This object specifies if the RSCN module should generate 'rscnIlsRejectReqNotify' notifications. If value of this object is 'true', then the notification is generated when a SW_RSCN request is rejected. If it is 'false', the notification is not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rscnElsRejectReqNotifyEnable 1.3.6.1.4.1.9.9.292.1.1.4
This object specifies if the RSCN module should generate 'rscnElsRejectReqNotify' notifications. If value of this object is 'true', then the notification is generated when a SCR or RSCN request is rejected. If it is 'false', the notification is not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rscnNotifyFcId 1.3.6.1.4.1.9.9.292.1.1.5
The FC-ID of an Nx_Port. This object is to be used in the notifications: rscnElsRejectReqNotify, rscnIlsRejectReqNotify, rscnElsRxRejectReqNotify and rscnIlsRxRejectReqNotify. This object is defined since the rscnScrFcId object in the rscnScrTable is not-accessible.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  FcAddressId  

rscnMultiPidTable 1.3.6.1.4.1.9.9.292.1.1.6
This table contains the configuration information for multi-pid option for all VSANs on the local device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RscnMultiPidEntry

rscnMultiPidEntry 1.3.6.1.4.1.9.9.292.1.1.6.1
An entry (conceptual row) in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RscnMultiPidEntry  

rscnMultiPidEnable 1.3.6.1.4.1.9.9.292.1.1.6.1.1
This object specifies whether the multi-pid option is enabled on this VSAN. If this object is set to 'true', then the multi-pid option is enabled. If this object is set to 'false, then the multi-pid option is disabled. If the multi-pid option is enabled, then RSCNs generated to the registered Nx ports may contain more than one affected port ID. By enabling this option, the number of RSCNs generated can be reduced.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rscnEventTovTable 1.3.6.1.4.1.9.9.292.1.1.7
This table contains the configuration information for Event Time Out Value option for all VSANs on the local device. The Event TOV value is used to send the coalesced RSCNs to the registered user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RscnEventTovEntry

rscnEventTovEntry 1.3.6.1.4.1.9.9.292.1.1.7.1
An entry (conceptual row) in this table represents the Event Time out value on a VSAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  RscnEventTovEntry  

rscnEventTov 1.3.6.1.4.1.9.9.292.1.1.7.1.1
This object specifies the event time-out value configured for the VSAN. This timeout value corresponds to the coalescing timeout. This object is used to merge a number of RSCNs into a single frame and send them out when timer expires. The value of zero indicates that frames will not be coalesced.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2000  

rscnIlsRxRejectReqNotifyEnable 1.3.6.1.4.1.9.9.292.1.1.8
This object specifies if the RSCN module should generate 'rscnIlsRxRejectReqNotify' notifications. If value of this object is 'true', then the notification is generated when a SW_RSCN that is rejected by another device is received on the local device. If it is 'false', the notification is not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rscnElsRxRejectReqNotifyEnable 1.3.6.1.4.1.9.9.292.1.1.9
This object specifies if the RSCN module should generate 'rscnElsRxRejectReqNotify' notifications. If value of this object is 'true', then the notification is generated when a RSCN request that is rejected by another device is received on the local device. If it is 'false', the notification is not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rscnElsRejectReqNotify 1.3.6.1.4.1.9.9.292.1.4.0.1
This notification is generated by the RSCN module on this switch whenever it rejects a SCR or RSCN request. The rscnScrFcId object indicates the FC-ID of the sender of the request that was rejected.
Status: current Access: read-write
NOTIFICATION-TYPE    

rscnIlsRejectReqNotify 1.3.6.1.4.1.9.9.292.1.4.0.2
This notification is generated by the RSCN module on this switch whenever it rejects a SW_RSCN request. The rscnScrFcId object contains the FC-ID of the sender of the request that was rejected.
Status: current Access: read-write
NOTIFICATION-TYPE    

rscnElsRxRejectReqNotify 1.3.6.1.4.1.9.9.292.1.4.0.3
This notification is generated by the RSCN module on this switch whenever it receives a rejected RSCN request. The rscnScrFcId object indicates the FC-ID of the sender where the request was rejected.
Status: current Access: read-write
NOTIFICATION-TYPE    

rscnIlsRxRejectReqNotify 1.3.6.1.4.1.9.9.292.1.4.0.4
This notification is generated by the RSCN module on this switch whenever it receives a rejected SW_RSCN request. The rscnScrFcId object contains the FC-ID of the sender where the request was rejected.
Status: current Access: read-write
NOTIFICATION-TYPE    

rscnMIBCompliances 1.3.6.1.4.1.9.9.292.2.1
OBJECT IDENTIFIER    

rscnMIBGroups 1.3.6.1.4.1.9.9.292.2.2
OBJECT IDENTIFIER    

rscnMIBCompliance 1.3.6.1.4.1.9.9.292.2.1.1
The compliance statement for entities which implement RSCN feature.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

rscnMIBComplianceRev1 1.3.6.1.4.1.9.9.292.2.1.2
The compliance statement for entities which implement RSCN feature.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

rscnMIBComplianceRev2 1.3.6.1.4.1.9.9.292.2.1.3
The compliance statement for entities which implement RSCN feature.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

rscnMIBComplianceRev3 1.3.6.1.4.1.9.9.292.2.1.4
The compliance statement for entities which implement RSCN feature.
Status: current Access: read-write
MODULE-COMPLIANCE    

rscnConfigGroup 1.3.6.1.4.1.9.9.292.2.2.1
A collection of objects for configuring and displaying SCR entries.
Status: deprecated Access: read-write
OBJECT-GROUP    

rscnStatsGroup 1.3.6.1.4.1.9.9.292.2.2.2
A collection of objects for displaying RSCN statistics.
Status: current Access: read-write
OBJECT-GROUP    

rscnNotifyControlGroup 1.3.6.1.4.1.9.9.292.2.2.3
A collection of notification control and notification information objects.
Status: current Access: read-write
OBJECT-GROUP    

rscnNotifyGroup 1.3.6.1.4.1.9.9.292.2.2.4
A collection of notifications for monitoring ILS and ELS request rejection by the RSCN module.
Status: current Access: read-write
NOTIFICATION-GROUP    

rscnConfigGroupRev1 1.3.6.1.4.1.9.9.292.2.2.5
A collection of objects for configuring and displaying SCR entries and multi-pid option.
Status: current Access: read-write
OBJECT-GROUP    

rscnConfigGroupRev1Sup1 1.3.6.1.4.1.9.9.292.2.2.6
A collection of object(s) for configuring the Event time out option.
Status: current Access: read-write
OBJECT-GROUP    

rscnRejectNotifyGroup 1.3.6.1.4.1.9.9.292.2.2.7
A collection of notifications for monitoring ILS and ELS request rejection by other switches/ devices.
Status: current Access: read-write
NOTIFICATION-GROUP    

rscnNotifyControlGroupSup1 1.3.6.1.4.1.9.9.292.2.2.8
A collection of notification control objects.
Status: current Access: read-write
OBJECT-GROUP