FIBRE-CHANNEL-MGMT-MIB
AI MIB Summary
The FIBRE-CHANNEL-MGMT-MIB provides standardized SNMP management interfaces for Fibre Channel switches and host bus adapters to monitor port operational states, link statistics, error counters, and zoning configurations. It enables the collection of performance metrics such as frame counts, CRC errors, and buffer credits to facilitate the troubleshooting and capacity planning of storage area network (SAN) fabrics.
The fibre channel management MIB module.
Main OID:
fcMgmtMIB.1.3.6.1.2.1.8888
190
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
190 total| Object Name |
|---|
fcMgmtMIBThe fibre channel management MIB module. MODULE-IDENTITY .1.3.6.1.2.1.8888 |
fcMgmtNotifications OBJECT IDENTIFIER .1.3.6.1.2.1.8888.0 |
fcConnUnitStatusChangeThe overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert NOTIFICATION-TYPE .1.3.6.1.2.1.8888.0.1 |
fcConnUnitDeletedTrapAn fcConnUnit has been deleted from this agent. Recommended severity level (for filtering): warning NOTIFICATION-TYPE .1.3.6.1.2.1.8888.0.2 |
fcConnUnitEventTrapAn event has been generated by the connectivity unit. Recommended severity level (for filtering): info NOTIFICATION-TYPE .1.3.6.1.2.1.8888.0.3 |
fcConnUnitSensorStatusChangeThe overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert NOTIFICATION-TYPE .1.3.6.1.2.1.8888.0.4 |
fcConnUnitPortStatusChangeThe overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert NOTIFICATION-TYPE .1.3.6.1.2.1.8888.0.5 |
fcMgmtObjects OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1 |
fcMgmtConfig OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1.1 |
fcConnUnitNumberThe number of connectivity units present on this system. May be a count of the boards in a chassis or the number of full boxes in a rack.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.1 |
fcConnURLThe top-level URL of the system. If it does not exist the value is an empty string. The URL format is implementation dependent and can have keywords embedded that are preceeded by a percent sign (eg, %USER). The following are the defined keywords that will be recognized and replaced with data during a launch: USER - replace with username PASSWORD - replace with password GLOBALID - replace with globalid SERIALNO - replace with serial number A management application will read this object from the MIB, provide values for any of the keywords listed above that are present in the string, and then use the URL to invoke or launch the program referenced.ro DisplayString (SNMPv2-TC) .1.3.6.1.2.1.8888.1.1.2 |
fcConnUnitTableThe connectivity table contains general information on the system's units. The number of entries is given by the value of fcConnUnitNumber. It is 1 for stand-alone systems. SEQUENCE OF FcConnUnitEntry .1.3.6.1.2.1.8888.1.1.3 |
fcConnUnitEntryA connectivity unit entry containing objects for a particular unit. FcConnUnitEntry .1.3.6.1.2.1.8888.1.1.3.1 |
fcConnUnitIdThe unique identification for this connectivity unit among those within this proxy domain. The value MUST be unique within the proxy domain because it is the index variable for fcConnUnitTable. The value assigned to a given conectivity unit SHOULD be persistent across agent and unit resets. It SHOULD be the same as fcConnUnitGlobalId if fcConnUnitGlobalId is known and stable.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.3.1.1 |
fcConnUnitGlobalIdAn optional global-scope identifier for this connectivity unit. It MUST be a WWN for this connectivity unit or 16 octets of value zero. WWN formats requiring fewer than 16 octets MUST be extended to 16 octets with trailing zero octets. If a WWN is used for fcConnUnitId, the same WWN MUST be used for fcConnUnitGlobalId. When a non-zero value is provided, it SHOULD be persistent across agent and unit resets. It SHOULD be globally unique. It SHOULD be one of these FC-PH/PH3 formats: IEEE (NAA=1) IEEE Extended (NAA=2) IEEE Registered (NAA=5). IEEE Registered extended (NAA=6). Use of the IEEE formats allows any IEEE-registered vendor to assure global uniqueness independently. The following are some references on IEEE WWN formats: http://standards.ieee.org/regauth/oui/tutorials/fibreformat.html http://standards.ieee.org/regauth/oui/tutorials/fibrecomp_id.html If one or more WWNs are associated with the connectivity unit via other management methods, one of them SHOULD be used for fcConnUnitGlobalId. If there is not a WWN assigned specifically to the connectivity unit, there is some merit, though not a requirement, to using a WWN assigned to (one of) its permanently attached FC/LAN interface(s). This can not risk uniqueness, though. As a counterexample, if your agent runs in a host and the host has an HBA, it is quite possible that agent, host, and HBA will all be distinct connectivity units, so the host and agent can not use the WWN of the HBA. Another example: If your hub has a built-in Ethernet port, it might be reasonable for the hub to use its LAN address (prefixed with the appropriate NAA) as its fcConnUnitId. But if the Ethernet were a replaceable PCCard, the hub should have an independent ID.ro FcGlobalId .1.3.6.1.2.1.8888.1.1.3.1.2 |
fcConnUnitTypeThe type of this connectivity unit.ro FcUnitType .1.3.6.1.2.1.8888.1.1.3.1.3 |
fcConnUnitNumPortsThe number of physical ports in the connectivity unit (internal/embedded, external).ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.4 |
fcConnUnitNumLinksThe number of links in the link table.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.5 |
fcConnUnitStateThis object reports the overall state of the connectivity unit. The meaning of all values is essentially self-explanatory. Any of these values may occur with any of the fcConnUnitStatus values.ro Enumeration .1.3.6.1.2.1.8888.1.1.3.1.6 |
fcConnUnitStatusThis object reports the overall status of the connectivity unit. The warning (4) value means that the connectivity unit needs attention; all other values are essentially self-explanatory. Any of these values may occur with any of the fcConnUnitState values.ro Enumeration .1.3.6.1.2.1.8888.1.1.3.1.7 |
fcConnUnitProductThe connectivity unit vendor's product model name.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.8 |
fcConnUnitSerialNoThe serial number identification for this connectivity unit.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.9 |
fcConnUnitUpTimeThe number of centiseconds since the last unit initialization.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.8888.1.1.3.1.10 |
fcConnUnitUrlURL to launch a management application, if applicable. Otherwise empty string. In a standalone unit, this would be the same as the top-level URL. This has the same definition as fcConnURL for keywords.ro DisplayString (SNMPv2-TC) .1.3.6.1.2.1.8888.1.1.3.1.11 |
fcConnUnitDomainId24 bit Fibre Channel address ID of this connectivity unit. Following the fibre channel standard, the right-most bit of the right-most octet is for the least significant bit of the address value; the left-most bit of the left-most octet, if needed, is for the most significant bit of the address value. If this value is not applicable, all bits set to 1.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.3.1.12 |
fcConnUnitProxyMasterA value of 'yes' means this is the proxy master unit for a set of managed units. For example, this could be the only unit with a management card in it for a set of units. A standalone unit should return 'yes' for this object.ro Enumeration .1.3.6.1.2.1.8888.1.1.3.1.13 |
fcConnUnitPrincipalWhether this connectivity unit is the principal unit within the group of fabric elements. If this value is not applicable, return unknown.ro Enumeration .1.3.6.1.2.1.8888.1.1.3.1.14 |
fcConnUnitNumSensorsNumber of sensors in the fcConnUnitSensorTable.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.15 |
fcConnUnitNumRevsThe number of revisions in the fcConnUnitRevsTable.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.16 |
fcConnUnitModuleIdThis is a unique id, persistent between boots, that can be used to group a set of connectivity units together into a module. The intended use would be to create a connectivity unit with a fcConnUnitType of 'module' to represent a physical or logical group of connectivity units. Then the members of the group would set the value of fcConnUnitId for this 'container' connectivity unit. fcConnUnitModuleId should be zeros if this connectivity unit is not part of a module.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.3.1.17 |
fcConnUnitNameA name for this connectivity unit. This object value should be persistent between boots.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.18 |
fcConnUnitInfoInformation about this connectivity unit. This object value should be persistent between boots.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.19 |
fcConnUnitControlThis object is used to control the addressed connectivity unit. NOTE: 'ColdStart' and 'WarmStart' are as defined in mib-2 and are not meant to be a factory reset. resetConnUnitColdStart: the addressed unit performs a 'ColdStart' reset. resetConnUnitWarmStart: the addressed unit performs a 'WarmStart' reset. offlineConnUnit: the addressed unit puts itself into an implementation dependant 'offline' state. In general,if a unit is in an offline state, it cannot be used to perform meaningful Fibre Channel work. onlineConnUnit: the addressed unit puts itself into an implementation dependant 'online' state. In general, if a unit is in an online state, it is capable of performing meaningful Fibre Channel work. NOTE: Each implementation may chose not to support SNMP Set operations for any or all of these values. For Sets specifying varbinds for instances of this object and values not supported by a given implementation, the agent will return the SNMP WrongValue PDU error code.rw Enumeration .1.3.6.1.2.1.8888.1.1.3.1.20 |
fcConnUnitContactContact information for this connectivity unit. The contact information is intended to facilitate contacting someone in case of problems, questions, etc. (e.g., the a help desk internal to a company).rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.21 |
fcConnUnitLocationLocation information for this connectivity unit.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.3.1.22 |
fcConnUnitEventFilterThis value defines the event severity that will be logged by this connectivity unit. All events of severity less than or equal to fcConnUnitEventFilter are logged in the fcConnUnitEventTable.rw FcEventSeverity .1.3.6.1.2.1.8888.1.1.3.1.23 |
fcConnUnitNumEventsNumber of events currently in the fcConnUnitEventTable.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.24 |
fcConnUnitMaxEventsMax number of events that can be recorded at any one time in the fcConnUnitEventTable.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.25 |
fcConnUnitEventCurrIDThe last used event ID (fcConnUnitEventId) recorded in the fcConnUnitEventTable. When no events are presently recorded in the fcConnUnitEventTable, the value of this object MUST be zero.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.3.1.26 |
fcConnUnitFabricIDA globally unique value to identify the fabric that this ConnUnit belongs to, otherwise empty string. This would typically be equal to the connUnitGlobalID of the primary switch in a Fibre Channel fabric.ro FcGlobalId .1.3.6.1.2.1.8888.1.1.3.1.27 |
fcConnUnitRevsTableTable of the revisions of components (e.g., firmware, hardware, etc.) supported by the connectivity units managed by this agent. SEQUENCE OF FcConnUnitRevsEntry .1.3.6.1.2.1.8888.1.1.4 |
fcConnUnitRevsEntryA row in the fcConnUnitRevsTable. FcConnUnitRevsEntry .1.3.6.1.2.1.8888.1.1.4.1 |
fcConnUnitRevsIndexA unique value among all fcConnUnitRevsEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumRevs[fcConnUnitId].ro Unsigned32 .1.3.6.1.2.1.8888.1.1.4.1.1 |
fcConnUnitRevsRevisionA vendor-specific value identifying a revision of a component of the connectivity unit.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.4.1.2 |
fcConnUnitRevsDescriptionDescription of a component in the ConnUnit to which the revision corresponds.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.4.1.3 |
fcConnUnitSensorTableTable of the sensors supported by each connectivity unit. SEQUENCE OF FcConnUnitSensorEntry .1.3.6.1.2.1.8888.1.1.5 |
fcConnUnitSensorEntryEach entry contains the information for a specific sensor. FcConnUnitSensorEntry .1.3.6.1.2.1.8888.1.1.5.1 |
fcConnUnitSensorIndexA unique value among all fcConnUnitSensorEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumSensors[fcConnUnitId].ro Unsigned32 .1.3.6.1.2.1.8888.1.1.5.1.1 |
fcConnUnitSensorNameA textual identification of the sensor intended primarily for operator use.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.5.1.2 |
fcConnUnitSensorStatusThe status indicated by the sensor. unknown (1) = the unit cannot determine the status other (2) = the status does not fit any of the remaining values ok (3) = indicates good status warning (4) = indicates the unit needs attention failed (5) = indicates the unit is non-functionalro Enumeration .1.3.6.1.2.1.8888.1.1.5.1.3 |
fcConnUnitSensorInfoMiscellaneous static information about the sensor such as its serial number.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.5.1.4 |
fcConnUnitSensorMessageThis describes the status of the sensor as a message. It may also provide more resolution on the sensor indication, for example 'Cover temperature 1503K, above nominal operating range'ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.5.1.5 |
fcConnUnitSensorTypeThe type of component being monitored by this sensor. The unknown (1) and other (2) values meanings analogous to those for the fcConnUnitSensorStatus object; all other values are essentially self-explanatory.ro Enumeration .1.3.6.1.2.1.8888.1.1.5.1.6 |
fcConnUnitSensorCharacteristicThe characteristics being monitored by this sensor. The unknown (1) and other (2) values meanings analogous to those for the fcConnUnitSensorStatus object; emf (5) refers to electro-magnetic field; all other values are essentially self-explanatory.ro Enumeration .1.3.6.1.2.1.8888.1.1.5.1.7 |
fcConnUnitPortTableGeneric information on ports for a specific connectivity unit. SEQUENCE OF FcConnUnitPortEntry .1.3.6.1.2.1.8888.1.1.6 |
fcConnUnitPortEntryEach entry contains the information for a specific port. FcConnUnitPortEntry .1.3.6.1.2.1.8888.1.1.6.1 |
fcConnUnitPortIndexA unique value among all fcConnUnitPortEntrys on this connectivity unit, between 1 and fcConnUnitNumPorts.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.6.1.1 |
fcConnUnitPortTypeThe port type refers to the protocol active on the port and can take one of the following values: unknown (1) - cannot be determined other (2) - none of the following: notPresent (3) - no port hubPort (4) - hub port nPort (5) - end port for fabric lPort (6) - end port for loop flPort (7) - public loop fPort (8) - fabric port ePort (9) - fabric expansion port gPort (10) - generic fabric port domainController (11) - domain controller hubController (12) - hub controller scsi (13) - parallel SCSI port escon (14) - escon port lan (15) - LAN port wan (16) - WAN port wdm (17) - optical wave division multiplex ib (18) - Infiniband ipstore (19) - storage over IPro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.2 |
fcConnUnitPortFCClassCapBit mask that specifies the classes of service capability of this port. If this object is not applicable, the agent MUST return all bits set to zero.ro FcPortFCClass .1.3.6.1.2.1.8888.1.1.6.1.3 |
fcConnUnitPortFCClassOpBit mask that specifies the classes of service that are currently operational at this port. If this object is not applicable, the agent MUST return all bits set to zero.ro FcPortFCClass .1.3.6.1.2.1.8888.1.1.6.1.4 |
fcConnUnitPortStateThe current state of the port hardware. The bypassed value (4) means that the port is online but is currently being isolated from the loop or fabric for some reason; the other values are essentially self-explanatory. Any value for this object may co-exist with any value for the fcConnUnitPortStatus object.ro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.5 |
fcConnUnitPortStatusThe current overall protocol status for the port. The warning value (4) means that the port needs attention; the notParticipating value (6) means that protocol is not being processed; the initializing value (7) means that the port is in the process of coming into service; the bypassed value (8) means that the port has been manually or automatically isolated from the loop or fabric; the other values are essentially self-explanatory. Any value for this object may co-exist with any value for the fcConnUnitPortState object.ro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.6 |
fcConnUnitPortTransmitterTypeThe technology of the port transceiver.ro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.7 |
fcConnUnitPortModuleTypeThe module type of the port connector. This object refers to the hardware implementation of the port. The embedded value (4) means 'fixed' (e.g., oneXnine).ro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.8 |
fcConnUnitPortWwnThe World Wide Name of the port if applicable, otherwise empty string.ro FcGlobalId .1.3.6.1.2.1.8888.1.1.6.1.9 |
fcConnUnitPortFCIdThis is the assigned Fibre Channel ID of this port. This value is expected to be a Big Endian value of 24 bits. If this is loop, then it is the ALPA that is connected. If this is an eport, then it will only contain the domain ID left justified, zero filled. If this port does not have a Fibre Channel address, return all bits set to 1.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.6.1.10 |
fcConnUnitPortSerialNoThe serial number identification of the unit (e.g., for a GBIC). If this is not applicable, return a zero-length string.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.6.1.11 |
fcConnUnitPortRevisionThe port revision (e.g., for a GBIC).ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.6.1.12 |
fcConnUnitPortVendorThe port vendor (e.g., for a GBIC).ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.6.1.13 |
fcConnUnitPortSpeedThe speed of the port in kilobytes per second.ro Unsigned32 UNITS "kilobytes per second" .1.3.6.1.2.1.8888.1.1.6.1.14 |
fcConnUnitPortControlThis object is used to control the addressed fcConnUnit's port. Valid commands are: unknown and invalid are only used as values that are read. resetConnUnitPort (3): If the addressed connectivity unit allows this operation to be performed on this port, the addressed port performs a vendor-specific 'reset' operation. Examples of these operations are: the Link Reset protocol, the Loop Initialization protocol, or a resynchronization occurring between the transceiver in the addressed port to the transceiver that the port is connected to. bypassConnUnitPort (4): If the addressed connectivity unit allows this operation to be performed to this port, the addressed port performs a vendor-specific 'bypass' operation. Examples of these operations are: transitioning from online to offline, a request (NON- PARTICIPATING) command to the Loop Port state machine, or removal of the port from an arbitrated loop by a hub. unbypassConnUnitPort (5): If the addressed connectivity unit allows this operation to be performed to this port, the addressed port performs a vendor-specific 'unbypass' operation. Examples of these operations are: the Link Failure protocol, a request (PARTICIPATING) command to the Loop Port state machine, or addition of the port to an arbitrated loop by a hub. offlineConnUnitPort (6): If the addressed connectivity unit allows this operation to be performed to this port, the addressed port performs a vendor-specific 'offline' operation. Examples of these operations are: disabling a port's transceiver, the Link Failure protocol, request (NON-PARTICIPATING) command to the Loop Port state machine, or removal of the port from an arbitrated loop by a hub. onlineConnUnitPort (7): If the addressed connectivity unit allows this operation to be performed to this port, the addressed port performs a vendor-specific 'online' operation. Examples of these operations are: enabling a port's transceiver, the Link Failure protocol, request (PARTICIPATING) command to the Loop Port state machine, or addition of the port from an arbitrated loop by a hub. NOTE: Each implementation may chose not to support SNMP Set operations for any or all of these values. For Sets specifying varbinds for instances of this object and values not supported by a given implementation, the agent will return the SNMP WrongValue PDU error code.rw Enumeration .1.3.6.1.2.1.8888.1.1.6.1.15 |
fcConnUnitPortNameA string describing the addressed port.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.6.1.16 |
fcConnUnitPortPhysicalNumberThis is the internal port number this port is known by. In many implementations, this should be the same as fcConnUnitPortIndex. Some implementations may have an internal port representation not compatible with the rules for table indices. In that case, provide the internal representation of this port in this object. This value may also be used in the fcConnUnitLinkPortNumberX or fcConnUnitLinkPortNumberY objects of the fcConnUnitLinkTable.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.6.1.17 |
fcConnUnitPortProtocolCapBit mask that specifies the driver level protocol capability of this port. If this is not applicable, return all bits set to zero. The bits have the following definition: unknown - 0 Loop - 1 Fabric - 2 SCSI - 4 TCP/IP - 8 VI - 16 FICON - 32ro OCTET STRING .1.3.6.1.2.1.8888.1.1.6.1.18 |
fcConnUnitPortProtocolOpBit mask that specifies the driver level protocol(s) that are currently operational. If this is not applicable, return all bits set to zero. This object has the same definition as fcConnUnitPortProtocolCapro OCTET STRING .1.3.6.1.2.1.8888.1.1.6.1.19 |
fcConnUnitPortNodeWwnThe Node World Wide Name of the port if applicable, otherwise all zeros. This should have the same value for a group of related ports. The container is defined as the largest physical entity. For example, all ports on HBAs on a host will have the same Node WWN. All ports on the same storage subsystem will have the ame Node WWN.ro FcNameId .1.3.6.1.2.1.8888.1.1.6.1.20 |
fcConnUnitPortHWStateThe hardware detected state of the port.ro Enumeration .1.3.6.1.2.1.8888.1.1.6.1.21 |
fcConnUnitEventTableThe table of connectivity unit events. Errors, warnings, and information should be reported in this table. SEQUENCE OF FcConnUnitEventEntry .1.3.6.1.2.1.8888.1.1.7 |
fcConnUnitEventEntryEach entry contains information on a specific event for the given connectivity unit. FcConnUnitEventEntry .1.3.6.1.2.1.8888.1.1.7.1 |
fcConnUnitEventIndexEach connectivity unit has its own event buffer. As it wraps, it may write over previous events. This object is an index into the buffer. It is recommended that this table be read using 'getNext's to retrieve the initial table. The management application should read the event table at periodic intervals and then determine if any new entries were added by comparing the last known index value with the current highest index value. The management application should then update its copy of the event table. If the read interval is too long, it is possible that there may be events that may not be contained in the agent's internal event buffer. For example, an agent may read events 50-75. At the next read interval, fcConnUnitEventCurrID is 189. If the management app tries to read event index 76, and the agent's internal buffer is 100 entries max, event index 76 will no longer be available. The index value is an incrementing integer starting from one every time there is a table reset. On table reset, all contents are emptied and all indeces are set to zero. When an event is added to the table, the event is assigned the next higher integer value than the last item entered into the table. If the index value reaches its maximum value, the next item entered will cause the index value to roll over and start at one again.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.7.1.1 |
fcConnUnitREventTimeThis is the real time when the event occurred. It has the following format. DDMMYYYY HHMMSS DD=day number MM=month number YYYY=year number HH=hour number MM=minute number SS=seconds number If not applicable, return a NULL string.ro DisplayString .1.3.6.1.2.1.8888.1.1.7.1.2 |
fcConnUnitSEventTimeThis is the sysuptime timestamp when the event occurred.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.8888.1.1.7.1.3 |
fcConnUnitEventSeverityThe event severity level.ro FcEventSeverity .1.3.6.1.2.1.8888.1.1.7.1.4 |
fcConnUnitEventTypeThe type of this event.ro Enumeration .1.3.6.1.2.1.8888.1.1.7.1.5 |
fcConnUnitEventObjectThis is used with the fcConnUnitEventType to identify which object the event refers to. It can be the OID of a connectivity unit or of another object like fcConnUnitPortStatus[...]ro OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1.1.7.1.6 |
fcConnUnitEventDescrThe description of the event.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.2.1.8888.1.1.7.1.7 |
fcConnUnitLinkTableA list of links know to this agent from this connectivity unit to other connectivity units. SEQUENCE OF FcConnUnitLinkEntry .1.3.6.1.2.1.8888.1.1.8 |
fcConnUnitLinkEntryAn entry describing a particular link to another. FcConnUnitLinkEntry .1.3.6.1.2.1.8888.1.1.8.1 |
fcConnUnitLinkIndexThis value is used to create a unique value for each entry in the link table with the same fcConnUnitId. The value can only be reused if it is not currently in use and the value is the next candidate to be used. This value is allowed to wrap at the highest value represented by the number of bits. This value is reset to zero when the system is reset and the first value to be used is 1.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.8.1.1 |
fcConnUnitLinkNodeIdXThe node WWN of the unit at one end of the link. If the node WWN is unknown and the node is an fcConnUnit in the responding agent then the value of this object MUST be equal to its fcConnUnitId.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.2 |
fcConnUnitLinkPortNumberXThe port number on the unit specified by fcConnUnitLinkNodeIdX if known, otherwise -1. If the value is non-negative then it will be equal to fcConnUnitPortPhysicalNumber.ro Integer32 .1.3.6.1.2.1.8888.1.1.8.1.3 |
fcConnUnitLinkPortWwnXThe port WWN of the unit specified by fcConnUnitLinkNodeIdX if known, otherwise 16 octets of binary 0.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.4 |
fcConnUnitLinkNodeIdYThe node WWN of the unit at the other end of the link. If the node WWN is unknown and the node is an fcConnUnit in the responding agent, then the value of this object MUST be equal to its fcConnUnitId.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.5 |
fcConnUnitLinkPortNumberYThe port number on the unit specified by fcConnUnitLinkNodeIdY if known, otherwise -1. If the value is non-negative then it will be equal to fcConnUnitPortPhysicalNumber.ro Integer32 .1.3.6.1.2.1.8888.1.1.8.1.6 |
fcConnUnitLinkPortWwnYThe port WWN on the unit specified by fcConnUnitLinkNodeIdY if known, otherwise 16 octets of binary 0.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.7 |
fcConnUnitLinkAgentAddressYThe address of an FCMGMT MIB agent for the node identified by fcConnUnitLinkNodeIdY, if known; otherwise 16 octets of binary 0.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.8 |
fcConnUnitLinkAgentAddressTypeYIf fcConnUnitLinkAgentAddressY is non-zero, then it is a protocol address. fcConnUnitLinkAgentAddressTypeY is the the 'address family number' assigned by IANA to identify the address format (eg, 1 is Ipv4, 2 is Ipv6).ro Unsigned32 .1.3.6.1.2.1.8888.1.1.8.1.9 |
fcConnUnitLinkAgentMaskThe mask to use for the address specified.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.10 |
fcConnUnitLinkAgentPortYThe IP port number for the agent. This is provided in case the agent is at a non-standard SNMP port.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.8.1.11 |
fcConnUnitLinkUnitTypeYType of the FC connectivity unit as defined in fcConnUnitType.ro FcUnitType .1.3.6.1.2.1.8888.1.1.8.1.12 |
fcConnUnitLinkConnIdYThis is the Fibre Channel ID of this port. If the connectivity unit is a switch, this is expected to be a 24-bit Big Endian value. If this is loop, then it is the ALPA that is connected. If this is an e-port, then it will only contain the domain ID. If not any of those, unknown or cascaded loop, return all bits set to 1.ro OCTET STRING .1.3.6.1.2.1.8888.1.1.8.1.13 |
fcConnUnitSnsMaxRowsThe maximum number of rows in the fcConnUnitSnsTable table.ro Unsigned32 .1.3.6.1.2.1.8888.1.1.9 |
fcMgmtNotifyFilter OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1.2 |
fcTrapMaxClientsThe maximum number of SNMP trap recipients supported by the connectivity unit.ro Unsigned32 .1.3.6.1.2.1.8888.1.2.1 |
fcTrapClientCountThe current number of rows in the trap table.ro Unsigned32 .1.3.6.1.2.1.8888.1.2.2 |
fcTrapRegTableA table containing a row for each IP address/port number that traps will be sent to. SEQUENCE OF FcTrapRegEntry .1.3.6.1.2.1.8888.1.2.3 |
fcTrapRegEntryIp/Port pair for a specific client. FcTrapRegEntry .1.3.6.1.2.1.8888.1.2.3.1 |
fcTrapRegIpAddressThe Ip address of a client registered for traps.rw IpAddress .1.3.6.1.2.1.8888.1.2.3.1.1 |
fcTrapRegPortThe UDP port to send traps to for this host. Normally this would be the standard trap port (UDP/162).rw Unsigned32 .1.3.6.1.2.1.8888.1.2.3.1.2 |
fcTrapRegFilterThis value defines the trap severity filter for this trap host. The fcConnUnit will send to the designated target entity traps that have a severity level less than or equal to this value.rw FcEventSeverity .1.3.6.1.2.1.8888.1.2.3.1.3 |
fcTrapRegRowStateSpecifies the operational status of the row. A RowStatus object may take any of six defined values: - active: traps may be sent as specified in this row; a management application may change the value of any objects in the row when the status is active. - notInService: traps will not be sent using this row. - notReady: the conceptual row exists in the agent, but is missing information necessary to send traps (i.e., if any of the other objects in the row are not present or contain invalid values); this value may not be supplied by a management application. - createAndGo: supplied by a management application wishing to create a new instance of a conceptual row, supplying valid values for the all the other objects in the row, and have its status automatically set to active, making it available for use in sending traps. - createAndWait: supplied by a management application wishing to create a new instance of a conceptual row but not make it available for use in sending traps at that time; and, - destroy: supplied by a management application wishing to delete an existing conceptual row.rw RowStatus (SNMPv2-TC) .1.3.6.1.2.1.8888.1.2.3.1.4 |
fcMgmtStatistics OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1.3 |
fcConnUnitPortStatTableA list of statistics for the ports. SEQUENCE OF FcConnUnitPortStatEntry .1.3.6.1.2.1.8888.1.3.1 |
fcConnUnitPortStatEntryAn entry describing port statistics. FcConnUnitPortStatEntry .1.3.6.1.2.1.8888.1.3.1.1 |
fcConnUnitPortStatIndexA unique value among all entrys in this table, between 0 and fcConnUnitNumPort[fcConnUnitPortUnitId].ro Unsigned32 .1.3.6.1.2.1.8888.1.3.1.1.1 |
fcConnUnitPortStatErrsA count of the errors that have occured on this port.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.2 |
fcConnUnitPortStatTxObjectsThe number of frames/packets/IOs/etc that have been transmitted by this port. Note: A Fibre Channel frame starts with SOF and ends with EOF. FC loop devices should not count frames passed through. This value represents the sum total for all other Tx objects.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.3 |
fcConnUnitPortStatRxObjectsThe number of frames/packets/IOs/etc that have been received by this port. Note: A Fibre Channel frame starts with SOF and ends with EOF. FC loop devices should not count frames passed through. This value represents the sum total for all other Rx objects.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.4 |
fcConnUnitPortStatTxElementsThe number of octets or bytes that have been transmitted by this port. One second periodic polling of the port. This value is saved and compared with the next polled value to compute net throughput. Note, for Fibre Channel, ordered sets are not included in the count.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.5 |
fcConnUnitPortStatRxElementsThe number of octets or bytes that have been received by this port. One second periodic polling of the port. This value is saved and compared with the next polled value to compute net throughput. Note, for Fibre Channel, ordered sets are not included in the count.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.6 |
fcConnUnitPortStatBBCreditZeroCount of transitions in/out of BBcredit zero state. The other side is not providing any credit. Note, this is a Fibre Channel stat only.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.7 |
fcConnUnitPortStatInputBuffsFullCount of occurrences when all input buffers of a port were full and outbound buffer-to-buffer credit transitioned to zero. There is no credit to provide to other side. Note, this is a Fibre Channel stat only.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.8 |
fcConnUnitPortStatFBSYFramesCount of times that FBSY was returned to this port as a result of a frame that could not be delivered to the other end of the link. This occurs if either the Fabric or the destination port is temporarily busy. Port can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat. This is the sum of all classes. If you cannot keep the by class counters, then keep the sum counters.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.9 |
fcConnUnitPortStatPBSYFramesCount of times that PBSY was returned to this port as a result of a frame that could not be delivered to the other end of the link. This occurs if the destination port is temporarily busy. PBSY can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat.This is the sum of all classes. If you cannot keep the by class counters, then keep the sum counters.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.10 |
fcConnUnitPortStatFRJTFramesCount of times that FRJT was returned to this port as a result of a Frame that was rejected by the fabric. Note, this is the total for all classes and is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.11 |
fcConnUnitPortStatPRJTFramesCount of times that FRJT was returned to this port as a result of a Frame that was rejected at the destination N_Port. Note, this is the total for all classes and is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.12 |
fcConnUnitPortStatC1RxFramesCount of Class 1 Frames received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.13 |
fcConnUnitPortStatC1TxFramesCount of Class 1 Frames transmitted out this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.14 |
fcConnUnitPortStatC1FBSYFramesCount of times that FBSY was returned to this port as a result of a Class 1 Frame that could not be delivered to the other end of the link. This occurs if either the Fabric or the destination port is temporarily busy. FBSY can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.15 |
fcConnUnitPortStatC1PBSYFramesCount of times that PBSY was returned to this port as a result of a Class 1 Frame that could not be delivered to the other end of the link. This occurs if the destination N_Port is temporarily busy. PBSY can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.16 |
fcConnUnitPortStatC1FRJTFramesCount of times that FRJT was returned to this port as a result of a Class 1 Frame that was rejected by the fabric. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.17 |
fcConnUnitPortStatC1PRJTFramesCount of times that FRJT was returned to this port as a result of a Class 1 Frame that was rejected at the destination N_Port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.18 |
fcConnUnitPortStatC2RxFramesCount of Class 2 Frames received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.19 |
fcConnUnitPortStatC2TxFramesCount of Class 2 Frames transmitted out this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.20 |
fcConnUnitPortStatC2FBSYFramesCount of times that FBSY was returned to this port as a result of a Class 2 Frame that could not be delivered to the other end of the link. This occurs if either the Fabric or the destination port is temporarily busy. FBSY can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.21 |
fcConnUnitPortStatC2PBSYFramesCount of times that PBSY was returned to this port as a result of a Class 2 Frame that could not be delivered to the other end of the link. This occurs if the destination N_Port is temporarily busy. PBSY can only occur on SOFc1 frames (the frames that establish a connection). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.22 |
fcConnUnitPortStatC2FRJTFramesCount of times that FRJT was returned to this port as a result of a Class 2 Frame that was rejected by the fabric. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.23 |
fcConnUnitPortStatC2PRJTFramesCount of times that FRJT was returned to this port as a result of a Class 2 Frame that was rejected at the destination N_Port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.24 |
fcConnUnitPortStatC3RxFramesCount of Class 3 Frames received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.25 |
fcConnUnitPortStatC3TxFramesCount of Class 3 Frames transmitted out of this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.26 |
fcConnUnitPortStatC3DiscardsCount of Class 3 Frames that were discarded upon reception at this port. There is no FBSY or FRJT generated for Class 3 Frames. They are simply discarded if they cannot be delivered. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.27 |
fcConnUnitPortStatRxMcastObjectsCount of Multicast Frames or Packets received at this port.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.28 |
fcConnUnitPortStatTxMcastObjectsCount of Multicast Frames or Packets transmitted out this port.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.29 |
fcConnUnitPortStatRxBcastObjectsCount of Broadcast Frames or Packets received at this port.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.30 |
fcConnUnitPortStatTxBcastObjectsCount of Broadcast Frames or Packets transmitted out this port. On a Fibre Channel loop, count only OPNr frames generated.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.31 |
fcConnUnitPortStatRxLinkResetsCount of Link resets. This is the number of LRs received. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.32 |
fcConnUnitPortStatTxLinkResetsCount of Link resets. This is the number LRs transmitted. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.33 |
fcConnUnitPortStatLinkResetsCount of Link resets and LIPs detected at this port. The number times the reset link protocol is initiated. These are the count of the logical resets, a count of the number of primatives. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.34 |
fcConnUnitPortStatRxOfflineSeqsCount of Offline Primitive OLS received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.35 |
fcConnUnitPortStatTxOfflineSeqsCount of Offline Primitive OLS transmitted by this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.36 |
fcConnUnitPortStatOfflineSeqsCount of Offline Primitive sequence received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.37 |
fcConnUnitPortStatLinkFailuresCount of link failures. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.38 |
fcConnUnitPortStatInvalidCRCCount of frames received with invalid CRC. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Loop ports should not count CRC errors passing through when monitoring. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.39 |
fcConnUnitPortStatInvalidTxWordsCount of invalid transmission words received at this port. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.40 |
fcConnUnitPortStatPSPErrsCount of primitive sequence protocol (PSP) errors detected at this port. This count is part of the Link Error Status Block (LESB) FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.41 |
fcConnUnitPortStatLossOfSignalCount of instances of signal loss detected at port. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.42 |
fcConnUnitPortStatLossOfSyncCount of instances of synchronization loss detected at port. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.43 |
fcConnUnitPortStatInvOrderedSetsCount of invalid ordered sets received at port. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.44 |
fcConnUnitPortStatFramesTooLongCount of frames received at this port where the frame length was greater than what was agreed to in FLOGI/PLOGI. This could be caused by losing the end of frame delimiter. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.45 |
fcConnUnitPortStatFramesTooShortCount of frames received at this port where the frame length was less than the minimum indicated by the frame header - normally 24 bytes, but it could be more if the DFCTL field indicates an optional header should have been present. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.46 |
fcConnUnitPortStatAddressErrsCount of frames received with unknown addressing. e.g. unknown SID or DID. The SID or DID is not known to the routing algorithm. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.47 |
fcConnUnitPortStatDelimiterErrsCount of invalid frame delimiters received at this port. An example is a frame with a class 2 start and and a class 3 at the end. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.48 |
fcConnUnitPortStatEncodingErrsCount of disparity errors received at this port. Note, this is a Fibre Channel only stat.ro Counter64 .1.3.6.1.2.1.8888.1.3.1.1.49 |
fcMgmtSNS OBJECT IDENTIFIER .1.3.6.1.2.1.8888.1.4 |
fcConnUnitSnsTableThis table contains an entry for each object registered with this port in the switch. SEQUENCE OF FcConnUnitSnsEntry .1.3.6.1.2.1.8888.1.4.1 |
fcConnUnitSnsEntryThe Simple Name Server table for the port represented by fcConnUnitSnsPortName . FcConnUnitSnsEntry .1.3.6.1.2.1.8888.1.4.1.1 |
fcConnUnitSnsPortIdentifierThe Port Identifier for this entry in the SNS table.ro FcGlobalId -- was FcAddressId (undefined) .1.3.6.1.2.1.8888.1.4.1.1.1 |
fcConnUnitSnsPortNameThe Port WWN for this entry in the SNS table.ro FcNameId .1.3.6.1.2.1.8888.1.4.1.1.2 |
fcConnUnitSnsNodeNameThe Node Name for this entry in the SNS table.ro FcNameId .1.3.6.1.2.1.8888.1.4.1.1.3 |
fcConnUnitSnsClassOfSvcThe Classes of Service offered by this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.4 |
fcConnUnitSnsNodeIPAddressThe IPv6 formatted address of the Node for this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.5 |
fcConnUnitSnsProcAssocThe Process Associator for this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.6 |
fcConnUnitSnsFC4TypeThe FC-4 Types supported by this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.7 |
fcConnUnitSnsPortTypeThe Port Type of this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.8 |
fcConnUnitSnsPortIPAddressThe IPv6 formatted address of this entry in the SNS table.ro OCTET STRING .1.3.6.1.2.1.8888.1.4.1.1.9 |
fcConnUnitSnsFabricPortNameThe Fabric Port name of this entry in the SNS table.ro FcNameId .1.3.6.1.2.1.8888.1.4.1.1.10 |
fcConnUnitSnsHardAddressThe Hard ALPA of this entry in the SNS table.ro FcGlobalId -- was FcAddressId (undefined) .1.3.6.1.2.1.8888.1.4.1.1.11 |
fcConnUnitSnsSymbolicPortNameThe Symbolic Port Name of this entry in the SNS table.ro DisplayString .1.3.6.1.2.1.8888.1.4.1.1.12 |
fcConnUnitSnsSymbolicNodeNameThe Symbolic Node Name of this entry in the SNS table.ro DisplayString .1.3.6.1.2.1.8888.1.4.1.1.13 |
fcMgmtConformance OBJECT IDENTIFIER .1.3.6.1.2.1.8888.2 |
fcMgmtCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.8888.2.1 |
fcMgmtComplianceThe compliance statement for Fibre Channel entities which implement this MIB module. Unknown .1.3.6.1.2.1.8888.2.1.1 |
fcMgmtGroups OBJECT IDENTIFIER .1.3.6.1.2.1.8888.2.2 |
fcConnUnitGroupThe collection of objects providing Fibre Channel connectivity unit instrumentation and control. Unknown .1.3.6.1.2.1.8888.2.2.1 |
fcCuEventGroupThe collection of objects providing Fibre Channel connectivity unit event information. Unknown .1.3.6.1.2.1.8888.2.2.2 |
fcCuLinkGroupThe collection of objects providing Fibre Channel connectivity unit link (topology) information. Unknown .1.3.6.1.2.1.8888.2.2.3 |
fcCuPortStatsGroupThe collection of objects providing Fibre Channel connectivity unit port statistics. Unknown .1.3.6.1.2.1.8888.2.2.4 |
fcCuSNSGroupThe collection of objects providing Fibre Channel connectivity unit simple name server information. Unknown .1.3.6.1.2.1.8888.2.2.5 |
fcCuTrapFiltersGroupThe collection of objects controlling SNMP notification (i.e., trap) destinations. Unknown .1.3.6.1.2.1.8888.2.2.6 |
fcCuNotificationsGroupThe set of SNMP notifications which an agent is required to implement. Unknown .1.3.6.1.2.1.8888.2.2.7 |