Crossroads

File: Crossroads.mib (30146 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI RFC-1212

Imported symbols

enterprises Counter Integer32
MODULE-IDENTITY OBJECT-TYPE

Defined Types

Boolean  
INTEGER true(1), false(2)    

WorldwideName  
OCTET STRING Size(9)    

NodeWorldwideName  
WorldwideName    

AddressIdentifier  
OCTET STRING Size(3)    

SourceID  
AddressIdentifier    

FC0Speed  
INTEGER oneHundredMegaByte(1), twoHundredMegaByte(2), fourHundredMegaByte(4)    

FC0Media  
INTEGER single-mode(1), multimode-50um(2), multimode-625um(3), video-cable(4), miniature-cable(5), twisted-pair(6)    

FC0TransmitterType  
INTEGER long-wave-laser(1), short-wave-laser(2), long-wave-LED(3), electrical(4)    

FC0Distance  
INTEGER long-distance(1), intermediate-distance(2), short-distance(3)    

TransmitterState  
INTEGER fibre-opened(1), not-enabled(2), enabling(3), working(4), looped(5), failed(6)    

ReceiverState  
INTEGER synchronization-acquired(1), synchronization-lost(2), reset(3)    

TopologyModel  
INTEGER unknown(1), fabric(2), point-to-point(3), arbitrated-loop(4)    

MilliSeconds  
INTEGER    

ReceiverTransmitterTimeoutValue  
MilliSeconds    

SCSIConfigEntry  
SEQUENCE    
  scsiConfigIndex INTEGER
  scsiConfigInitID INTEGER
  scsiConfigTargetIDAdd INTEGER
  scsiConfigTargetIDRemove INTEGER

FCtoSCSIMapEntry  
SEQUENCE    
  fctoSCSIMapIndex INTEGER
  fctoSCSIbus INTEGER
  fctoSCSItarget INTEGER
  fctoSCSILUN INTEGER

SCSItoFCMappingEntry  
SEQUENCE    
  scsitoFCMapIndexBus INTEGER
  scsitoFCMapIndexSCSIID INTEGER
  scsitoFCMapIndexLUN INTEGER
  scsitoFCMapDestID INTEGER
  scsitoFCMapLUNlo Integer32
  scsitoFCMapLUNhi Integer32

FcNPortPhysEntry  
SEQUENCE    
  fcNPortPhysNPortIndex INTEGER
  fcNPortSpeed FC0Speed
  fcNPortMedia FC0Media
  fcNPortTransmitterType FC0TransmitterType
  fcNPortDistance FC0Distance
  fcNPortLinkState INTEGER
  fcNPortRTTOV ReceiverTransmitterTimeoutValue
  fcNPortTopologyModel TopologyModel

SCSIStatisticsEntry  
SEQUENCE    
  scsiStatsIndex INTEGER
  scsiStatsIOs Counter
  scsiStatsDisconnects Counter
  scsiStatsAbortCount Counter
  scsiStatsBusResets Counter

SCSIPDEntry  
SEQUENCE    
  scsiPDIndex INTEGER
  scsiPDBus INTEGER
  scsiPDTarget INTEGER
  scsiPDLun INTEGER
  scsiPDVendorID OCTET STRING Size(8)
  scsiPDProductID OCTET STRING Size(16)
  scsiPDRevLevel OCTET STRING Size(4)
  scsiPDDeviceCode INTEGER
  scsiPDQualifier INTEGER
  scsiPDRemoveableMedia Boolean
  scsiPDANSIVersion INTEGER
  scsiPDECMAVersion INTEGER
  scsiPDISOVersion INTEGER
  scsiPDRespFormat INTEGER
  scsiPDLength INTEGER
  scsiPDSoftReset Boolean
  scsiPDCommandQing Boolean
  scsiPDLinkedCommands Boolean
  scsiPDSyncTransfer Boolean
  scsiPD16Bit Boolean
  scsiPD32Bit Boolean
  scsiPDRelativeAddr Boolean

FcNPSEntry  
SEQUENCE    
  fcNPSIndex INTEGER
  fcNPSInDeviceDataSeqs Counter
  fcNPSOutDeviceDataSeqs Counter
  fcNPSInLinkDataSeqs Counter
  fcNPSOutLinkDataSeqs Counter
  fcNPSInPBSYFrames Counter
  fcNPSOutPBSYFrames Counter
  fcNPSInFBSYFrames Counter
  fcNPSInPRJTFrames Counter
  fcNPSOutPRJTFrames Counter
  fcNPSLinkDown Counter
  fcNPSInAborts Counter
  fcNPSOutAborts Counter
  fcNPSLaserFaults Counter
  fcNPSLOS Counter
  fcNPSSync Counter
  fcNPSBadRXChars Counter
  fcNPSLinkFail Counter
  fcNPSBadCRC Counter
  fcNPSProtoErrors Counter

Defined Values

crossroads 1.3.6.1.4.1.2512
Crossroads private mib for 4100 and 4200 Fibre Channel to SCSI Router.
MODULE-IDENTITY    

crossroads4000series 1.3.6.1.4.1.2512.1
OBJECT IDENTIFIER    

crossroads4100 1.3.6.1.4.1.2512.1.1
OBJECT IDENTIFIER    

fcConfigNodeName 1.3.6.1.4.1.2512.1.1.1
Worldwide name of a collection of N_Ports that comprise a Node.
Status: mandatory Access: read-write
OBJECT-TYPE    
  WorldwideName  

fcConfigNodeNumNPorts 1.3.6.1.4.1.2512.1.1.2
Number of N_Ports that comprise the named Node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fcConfig 1.3.6.1.4.1.2512.1.1.3
OBJECT IDENTIFIER    

fcConfigEnableReset 1.3.6.1.4.1.2512.1.1.3.1
Toggle for software reset. True indicates that ressetting the product via SNMP is allowed. NOTE: each time the product is initialized this object is set to FALSE (i.e. it is not sticky).
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

fcConfigUseHardAddress 1.3.6.1.4.1.2512.1.1.3.2
Toggle for address configuration. True indicates that configuration of the source ID is allowed. False indicates that the source ID may not be changed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

fcConfigSourceID 1.3.6.1.4.1.2512.1.1.3.3
3 byte Source address. For arbitrated loop, this will be the Hard Assigned AL_PA (preceeded by 2 0 bytes). ex. 0.0.EF
Status: mandatory Access: read-write
OBJECT-TYPE    
  SourceID  

fcConfigSCSIMode 1.3.6.1.4.1.2512.1.1.3.4
Fibre Channel to SCSI mapping mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER scc(1), indexed(2), auto-LUN(3), auto-TGT(4), auto-BUS(5), extender(6), other1(7), other2(8)  

fcConfigTraceMask 1.3.6.1.4.1.2512.1.1.3.5
Trace Level.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

fcConfigReset 1.3.6.1.4.1.2512.1.1.3.6
Reset the product. Setting this object to TRUE will re-start all the software (similar to powering the product off, then on). The reset will only take place if fcConfigResetEnable is also TRUE. NOTE: resetting the product will disconnect all current Fibre Channel connections.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

fcConfigCommit 1.3.6.1.4.1.2512.1.1.3.7
Commit the configuration values to the flash memory.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

fcConfigFirmwareRevLevel 1.3.6.1.4.1.2512.1.1.3.8
Firmware revision level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(20)  

mi 1.3.6.1.4.1.2512.1.1.4
OBJECT IDENTIFIER    

miSerialBaudRate 1.3.6.1.4.1.2512.1.1.4.1
The baud rate for the serial interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER baud-9600(1), baud-19200(2), baud-38400(3), baud-57600(4), baud-11520(5)  

miMACAddress 1.3.6.1.4.1.2512.1.1.4.2
Physical address (MAC address).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

miethernetIPAddr 1.3.6.1.4.1.2512.1.1.4.3
The IP address for this device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

miethernetIPNetmask 1.3.6.1.4.1.2512.1.1.4.4
Ethernet Net Mask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

miTrapIPAddr 1.3.6.1.4.1.2512.1.1.4.5
The IP address used for sending traps. Typically this is the IP address of the machine which has a network management program and/or MIB browser.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

miTrapEnable 1.3.6.1.4.1.2512.1.1.4.6
Enable/Disable Traps. If TRUE, traps are sent to the specified Trap IP Address. If disabled, no traps will be sent to the SNMP manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

miTrapPriority 1.3.6.1.4.1.2512.1.1.4.7
The Trap Priority. All SNMP Events (traps) of this priority (or higher) will be sent to the specified Trap IP Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3)  

scsiConfigTable 1.3.6.1.4.1.2512.1.1.5
A Table containing SCSI Configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SCSIConfigEntry

scsiConfigEntry 1.3.6.1.4.1.2512.1.1.5.1
An entry in the SCSI Configuration Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SCSIConfigEntry  

scsiConfigIndex 1.3.6.1.4.1.2512.1.1.5.1.1
Index into the SCSI Configuration Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiConfigInitID 1.3.6.1.4.1.2512.1.1.5.1.2
Initiator SCSI ID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scsiConfigTargetIDAdd 1.3.6.1.4.1.2512.1.1.5.1.3
Get will return a mask of SCSI target ID's. A mask has a bit set for each target ID which is in use. Example: Get returns 133 = 0x0085 = 0000 0000 1000 0101 indicating target ID's are 7, 2 and 0. Set allows you to set SCSI target ID's, by setting the appropriate bit in the mask. NOTE: this object only allows you to Add targets, a 0 in the mask will not remove a target.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scsiConfigTargetIDRemove 1.3.6.1.4.1.2512.1.1.5.1.4
Get will return a mask of SCSI target ID's. A mask has a bit set for each target ID which is in use. Example: Get returns 133 = 0x0085 = 0000 0000 1000 0101 indicating target ID's are 7, 2 and 0. Set allows you to remove SCSI target ID's, by setting the appropriate bit in the mask. The SCSI ID you set in the mask will no longer be a target.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

fctoSCSIMapTable 1.3.6.1.4.1.2512.1.1.6
A Table containing the Fibre Channel to SCSI Map.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FCtoSCSIMapEntry

fctoSCSIMapEntry 1.3.6.1.4.1.2512.1.1.6.1
An entry in the Fibre Channel to SCSI Map Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FCtoSCSIMapEntry  

fctoSCSIMapIndex 1.3.6.1.4.1.2512.1.1.6.1.1
Index into the Fibre Channel to SCSI Map (FC LUN).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fctoSCSIbus 1.3.6.1.4.1.2512.1.1.6.1.2
SCSI bus number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

fctoSCSItarget 1.3.6.1.4.1.2512.1.1.6.1.3
SCSI ID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

fctoSCSILUN 1.3.6.1.4.1.2512.1.1.6.1.4
SCSI LUN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scsitoFCMappingTable 1.3.6.1.4.1.2512.1.1.7
A Table containing information describing how SCSI channels are mapped to the Fibre Channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SCSItoFCMappingEntry

scsitoFCMapEntry 1.3.6.1.4.1.2512.1.1.7.1
An entry in the SCSI to FC Mapping Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SCSItoFCMappingEntry  

scsitoFCMapIndexBus 1.3.6.1.4.1.2512.1.1.7.1.1
Index into the SCSItoFC Map. SCSI bus number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsitoFCMapIndexSCSIID 1.3.6.1.4.1.2512.1.1.7.1.2
Index into the SCSItoFC Map. SCSI ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsitoFCMapIndexLUN 1.3.6.1.4.1.2512.1.1.7.1.3
Index into the SCSItoFC Map. SCSI LUN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsitoFCMapDestID 1.3.6.1.4.1.2512.1.1.7.1.4
The Fibre Channel Node number for the destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scsitoFCMapLUNlo 1.3.6.1.4.1.2512.1.1.7.1.5
SCSI LUN low bytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Integer32  

scsitoFCMapLUNhi 1.3.6.1.4.1.2512.1.1.7.1.6
SCSI LUN high bytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Integer32  

fcNPortPhysTable 1.3.6.1.4.1.2512.1.1.8
A Table containing N_Port physical characteristics and status.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcNPortPhysEntry

fcNPortPhysEntry 1.3.6.1.4.1.2512.1.1.8.1
An entry in the N_Port Physical Characteristics Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FcNPortPhysEntry  

fcNPortPhysNPortIndex 1.3.6.1.4.1.2512.1.1.8.1.1
A unique number that identifies an N_Port/NL_Port. This number ranges from 1 to the value of fcNodeNumNPorts and its value remains constant for the identified N_Port/NL_Port until the management agent of the Node is re-initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fcNPortSpeed 1.3.6.1.4.1.2512.1.1.8.1.2
The transmission rate, an FC-0 physical characteristic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FC0Speed  

fcNPortMedia 1.3.6.1.4.1.2512.1.1.8.1.3
Type of media, an FC-0 physical characteristics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FC0Media  

fcNPortTransmitterType 1.3.6.1.4.1.2512.1.1.8.1.4
Type of transmitter, an FC-0 physical characteristics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FC0TransmitterType  

fcNPortDistance 1.3.6.1.4.1.2512.1.1.8.1.5
The maximum distance, an FC-0 physical characteristics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FC0Distance  

fcNPortLinkState 1.3.6.1.4.1.2512.1.1.8.1.6
The state of the FC link. Pending indicates that the initialization is still pending. Failed indicates that link initialization has failed. Successful indicates that the FC Link has initialized successfully.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER pending(1), failed(2), successful(3)  

fcNPortRTTOV 1.3.6.1.4.1.2512.1.1.8.1.7
Receiver_Transmitter timeout value, used by the receiver logic to detect Loss of Synchronization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ReceiverTransmitterTimeoutValue  

fcNPortTopologyModel 1.3.6.1.4.1.2512.1.1.8.1.8
The topology model on the Link. The N_Port/NL_Port may be attached to a Fabric, or attached to another N_Port or to FC-AL (Arbitrated Loop). This value is only meaningful if the FC Link has initialized successfully. (i.e. fcNportLinkState = Successful)
Status: mandatory Access: read-only
OBJECT-TYPE    
  TopologyModel  

scsiStatisticsTable 1.3.6.1.4.1.2512.1.1.9
A Table containing SCSI Statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SCSIStatisticsEntry

scsiStatsEntry 1.3.6.1.4.1.2512.1.1.9.1
An entry in the SCSI Statistics Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SCSIStatisticsEntry  

scsiStatsIndex 1.3.6.1.4.1.2512.1.1.9.1.1
Index into the SCSI Statistics Table. The SCSI bus number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiStatsIOs 1.3.6.1.4.1.2512.1.1.9.1.2
The number of IOs on the SCSI bus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

scsiStatsDisconnects 1.3.6.1.4.1.2512.1.1.9.1.3
The number of Disconnects on the SCSI bus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

scsiStatsAbortCount 1.3.6.1.4.1.2512.1.1.9.1.4
The of SCSI bus termination messages (i.e. ABORT, ABORT TAG, CLEAR QUEUE, BUS DEVICE RESET) which have terminated I/O processes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

scsiStatsBusResets 1.3.6.1.4.1.2512.1.1.9.1.5
The count of SCSI bus resets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

scsiCfg 1.3.6.1.4.1.2512.1.1.10
OBJECT IDENTIFIER    

scsiCfgResetFlag 1.3.6.1.4.1.2512.1.1.10.1
Toggle SCSI Reset Operation. TRUE indicates that the SCSI bus will be reset on boot.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

scsiCfgDiscDelay 1.3.6.1.4.1.2512.1.1.10.2
Initial Discovery Delay. The amount of time (in msec) the system will wait before beginning the SCSI Discovery process.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scsiProductDataTable 1.3.6.1.4.1.2512.1.1.11
A Table containing SCSI Product Data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SCSIPDEntry

scsiPDEntry 1.3.6.1.4.1.2512.1.1.11.1
An entry in the SCSI Product Data Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SCSIPDEntry  

scsiPDIndex 1.3.6.1.4.1.2512.1.1.11.1.1
Index into the SCSI Product Data Table. The SCSI LUN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDBus 1.3.6.1.4.1.2512.1.1.11.1.2
SCSI Bus number. Always 0 if your unit only has one SCSI Bus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDTarget 1.3.6.1.4.1.2512.1.1.11.1.3
SCSI Target ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDLun 1.3.6.1.4.1.2512.1.1.11.1.4
SCSI Target Lun.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDVendorID 1.3.6.1.4.1.2512.1.1.11.1.5
Vendor ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

scsiPDProductID 1.3.6.1.4.1.2512.1.1.11.1.6
Product ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(16)  

scsiPDRevLevel 1.3.6.1.4.1.2512.1.1.11.1.7
Revision Level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

scsiPDDeviceCode 1.3.6.1.4.1.2512.1.1.11.1.8
Device type code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDQualifier 1.3.6.1.4.1.2512.1.1.11.1.9
Device type qualifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDRemoveableMedia 1.3.6.1.4.1.2512.1.1.11.1.10
Removeable Media.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPDANSIVersion 1.3.6.1.4.1.2512.1.1.11.1.11
Device type version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDECMAVersion 1.3.6.1.4.1.2512.1.1.11.1.12
Device type version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDISOVersion 1.3.6.1.4.1.2512.1.1.11.1.13
Device type version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDRespFormat 1.3.6.1.4.1.2512.1.1.11.1.14
Response Format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDLength 1.3.6.1.4.1.2512.1.1.11.1.15
Additional data length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

scsiPDSoftReset 1.3.6.1.4.1.2512.1.1.11.1.16
Support for Soft reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPDCommandQing 1.3.6.1.4.1.2512.1.1.11.1.17
Support for Command Queuing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPDLinkedCommands 1.3.6.1.4.1.2512.1.1.11.1.18
Support for Linked Commands.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPDSyncTransfer 1.3.6.1.4.1.2512.1.1.11.1.19
Support for Sync transfer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPD16Bit 1.3.6.1.4.1.2512.1.1.11.1.20
16 bit wide SCSI support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPD32Bit 1.3.6.1.4.1.2512.1.1.11.1.21
32 bit wide SCSI support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

scsiPDRelativeAddr 1.3.6.1.4.1.2512.1.1.11.1.22
Support for Relative address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

fcNPortStatisticsTable 1.3.6.1.4.1.2512.1.1.12
A table of NPort statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcNPSEntry

fcNPSEntry 1.3.6.1.4.1.2512.1.1.12.1
An entry in the NPort statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FcNPSEntry  

fcNPSIndex 1.3.6.1.4.1.2512.1.1.12.1.1
A unique number that identifies an N_Port. This number ranges from 1 to the value of fcNodeNumNPorts and its value remains constant for the identified N_Port until the management agent of the Node is re-initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fcNPSInDeviceDataSeqs 1.3.6.1.4.1.2512.1.1.12.1.2
The number of Device Data sequences received by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSOutDeviceDataSeqs 1.3.6.1.4.1.2512.1.1.12.1.3
The number of Device Data sequences transmitted by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSInLinkDataSeqs 1.3.6.1.4.1.2512.1.1.12.1.4
The number of Link Data sequences received by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSOutLinkDataSeqs 1.3.6.1.4.1.2512.1.1.12.1.5
The number of Link Data sequences transmitted by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSInPBSYFrames 1.3.6.1.4.1.2512.1.1.12.1.6
The number of P_BSY frames received by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSOutPBSYFrames 1.3.6.1.4.1.2512.1.1.12.1.7
The number of P_BSY frames transmitted by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSInFBSYFrames 1.3.6.1.4.1.2512.1.1.12.1.8
The number of F_BSY frames received by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSInPRJTFrames 1.3.6.1.4.1.2512.1.1.12.1.9
The number of P_RJT frames received by this N_Port/NL_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSOutPRJTFrames 1.3.6.1.4.1.2512.1.1.12.1.10
The number of P_RJT frames transmitted by this N_Port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSLinkDown 1.3.6.1.4.1.2512.1.1.12.1.11
Number of Link down conditions detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSInAborts 1.3.6.1.4.1.2512.1.1.12.1.12
Number of ABTS frames received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSOutAborts 1.3.6.1.4.1.2512.1.1.12.1.13
Number of ABTS frames sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSLaserFaults 1.3.6.1.4.1.2512.1.1.12.1.14
Number of laser faults.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSLOS 1.3.6.1.4.1.2512.1.1.12.1.15
Number of times Loss of Signal was detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSSync 1.3.6.1.4.1.2512.1.1.12.1.16
Number of times Loss of Sync. was detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSBadRXChars 1.3.6.1.4.1.2512.1.1.12.1.17
Number of bad characters received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSLinkFail 1.3.6.1.4.1.2512.1.1.12.1.18
Number of Link Failure conditions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSBadCRC 1.3.6.1.4.1.2512.1.1.12.1.19
Number of frames received with a bad CRC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fcNPSProtoErrors 1.3.6.1.4.1.2512.1.1.12.1.20
Number of protocol errors detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter