FIBRE-CHANNEL-MGMT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: FIBRE-CHANNEL-MGMT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 fcMgmtMIB 1.3.6.1.2.1.8888
The fibre channel management MIB module.
           fcMgmtNotifications 1.3.6.1.2.1.8888.0
               fcConnUnitStatusChange 1.3.6.1.2.1.8888.0.1
The overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert
               fcConnUnitDeletedTrap 1.3.6.1.2.1.8888.0.2
An fcConnUnit has been deleted from this agent. Recommended severity level (for filtering): warning
               fcConnUnitEventTrap 1.3.6.1.2.1.8888.0.3
An event has been generated by the connectivity unit. Recommended severity level (for filtering): info
               fcConnUnitSensorStatusChange 1.3.6.1.2.1.8888.0.4
The overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert
               fcConnUnitPortStatusChange 1.3.6.1.2.1.8888.0.5
The overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert
           fcMgmtObjects 1.3.6.1.2.1.8888.1
               fcMgmtConfig 1.3.6.1.2.1.8888.1.1
                   fcConnUnitNumber 1.3.6.1.2.1.8888.1.1.1 unsigned32 read-only
The 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.
                   fcConnURL 1.3.6.1.2.1.8888.1.1.2 displaystring read-only
The 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.
                   fcConnUnitTable 1.3.6.1.2.1.8888.1.1.3 no-access
The 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.
                       fcConnUnitEntry 1.3.6.1.2.1.8888.1.1.3.1 no-access
A connectivity unit entry containing objects for a particular unit.
                           fcConnUnitId 1.3.6.1.2.1.8888.1.1.3.1.1 octet string read-only
The 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.
                           fcConnUnitGlobalId 1.3.6.1.2.1.8888.1.1.3.1.2 fcglobalid read-only
An 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.
                           fcConnUnitType 1.3.6.1.2.1.8888.1.1.3.1.3 fcunittype read-only
The type of this connectivity unit.
                           fcConnUnitNumPorts 1.3.6.1.2.1.8888.1.1.3.1.4 unsigned32 read-only
The number of physical ports in the connectivity unit (internal/embedded, external).
                           fcConnUnitNumLinks 1.3.6.1.2.1.8888.1.1.3.1.5 unsigned32 read-only
The number of links in the link table.
                           fcConnUnitState 1.3.6.1.2.1.8888.1.1.3.1.6 integer read-only
This 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. Enumeration: 'unknown': 1, 'offline': 3, 'online': 2.
                           fcConnUnitStatus 1.3.6.1.2.1.8888.1.1.3.1.7 integer read-only
This 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. Enumeration: 'unused': 2, 'unknown': 1, 'warning': 4, 'ok': 3, 'failed': 5.
                           fcConnUnitProduct 1.3.6.1.2.1.8888.1.1.3.1.8 snmpadminstring read-only
The connectivity unit vendor's product model name.
                           fcConnUnitSerialNo 1.3.6.1.2.1.8888.1.1.3.1.9 snmpadminstring read-only
The serial number identification for this connectivity unit.
                           fcConnUnitUpTime 1.3.6.1.2.1.8888.1.1.3.1.10 timeticks read-only
The number of centiseconds since the last unit initialization.
                           fcConnUnitUrl 1.3.6.1.2.1.8888.1.1.3.1.11 displaystring read-only
URL 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.
                           fcConnUnitDomainId 1.3.6.1.2.1.8888.1.1.3.1.12 octet string read-only
24 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.
                           fcConnUnitProxyMaster 1.3.6.1.2.1.8888.1.1.3.1.13 integer read-only
A 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. Enumeration: 'unknown': 1, 'yes': 3, 'no': 2.
                           fcConnUnitPrincipal 1.3.6.1.2.1.8888.1.1.3.1.14 integer read-only
Whether this connectivity unit is the principal unit within the group of fabric elements. If this value is not applicable, return unknown. Enumeration: 'unknown': 1, 'yes': 3, 'no': 2.
                           fcConnUnitNumSensors 1.3.6.1.2.1.8888.1.1.3.1.15 unsigned32 read-only
Number of sensors in the fcConnUnitSensorTable.
                           fcConnUnitNumRevs 1.3.6.1.2.1.8888.1.1.3.1.16 unsigned32 read-only
The number of revisions in the fcConnUnitRevsTable.
                           fcConnUnitModuleId 1.3.6.1.2.1.8888.1.1.3.1.17 octet string read-only
This 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.
                           fcConnUnitName 1.3.6.1.2.1.8888.1.1.3.1.18 snmpadminstring read-write
A name for this connectivity unit. This object value should be persistent between boots.
                           fcConnUnitInfo 1.3.6.1.2.1.8888.1.1.3.1.19 snmpadminstring read-write
Information about this connectivity unit. This object value should be persistent between boots.
                           fcConnUnitControl 1.3.6.1.2.1.8888.1.1.3.1.20 integer read-write
This 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. Enumeration: 'onlineConnUnit': 6, 'offlineConnUnit': 5, 'unknown': 1, 'invalid': 2, 'resetConnUnitColdStart': 3, 'resetConnUnitWarmStart': 4.
                           fcConnUnitContact 1.3.6.1.2.1.8888.1.1.3.1.21 snmpadminstring read-write
Contact 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).
                           fcConnUnitLocation 1.3.6.1.2.1.8888.1.1.3.1.22 snmpadminstring read-write
Location information for this connectivity unit.
                           fcConnUnitEventFilter 1.3.6.1.2.1.8888.1.1.3.1.23 fceventseverity read-write
This 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.
                           fcConnUnitNumEvents 1.3.6.1.2.1.8888.1.1.3.1.24 unsigned32 read-only
Number of events currently in the fcConnUnitEventTable.
                           fcConnUnitMaxEvents 1.3.6.1.2.1.8888.1.1.3.1.25 unsigned32 read-only
Max number of events that can be recorded at any one time in the fcConnUnitEventTable.
                           fcConnUnitEventCurrID 1.3.6.1.2.1.8888.1.1.3.1.26 unsigned32 read-only
The 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.
                           fcConnUnitFabricID 1.3.6.1.2.1.8888.1.1.3.1.27 fcglobalid read-only
A 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.
                   fcConnUnitRevsTable 1.3.6.1.2.1.8888.1.1.4 no-access
Table of the revisions of components (e.g., firmware, hardware, etc.) supported by the connectivity units managed by this agent.
                       fcConnUnitRevsEntry 1.3.6.1.2.1.8888.1.1.4.1 no-access
A row in the fcConnUnitRevsTable.
                           fcConnUnitRevsIndex 1.3.6.1.2.1.8888.1.1.4.1.1 unsigned32 read-only
A unique value among all fcConnUnitRevsEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumRevs[fcConnUnitId].
                           fcConnUnitRevsRevision 1.3.6.1.2.1.8888.1.1.4.1.2 snmpadminstring read-only
A vendor-specific value identifying a revision of a component of the connectivity unit.
                           fcConnUnitRevsDescription 1.3.6.1.2.1.8888.1.1.4.1.3 snmpadminstring read-only
Description of a component in the ConnUnit to which the revision corresponds.
                   fcConnUnitSensorTable 1.3.6.1.2.1.8888.1.1.5 no-access
Table of the sensors supported by each connectivity unit.
                       fcConnUnitSensorEntry 1.3.6.1.2.1.8888.1.1.5.1 no-access
Each entry contains the information for a specific sensor.
                           fcConnUnitSensorIndex 1.3.6.1.2.1.8888.1.1.5.1.1 unsigned32 read-only
A unique value among all fcConnUnitSensorEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumSensors[fcConnUnitId].
                           fcConnUnitSensorName 1.3.6.1.2.1.8888.1.1.5.1.2 snmpadminstring read-only
A textual identification of the sensor intended primarily for operator use.
                           fcConnUnitSensorStatus 1.3.6.1.2.1.8888.1.1.5.1.3 integer read-only
The 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-functional Enumeration: 'unknown': 1, 'warning': 4, 'other': 2, 'ok': 3, 'failed': 5.
                           fcConnUnitSensorInfo 1.3.6.1.2.1.8888.1.1.5.1.4 snmpadminstring read-only
Miscellaneous static information about the sensor such as its serial number.
                           fcConnUnitSensorMessage 1.3.6.1.2.1.8888.1.1.5.1.5 snmpadminstring read-only
This 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'
                           fcConnUnitSensorType 1.3.6.1.2.1.8888.1.1.5.1.6 integer read-only
The 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. Enumeration: 'transmitter': 6, 'battery': 3, 'unknown': 1, 'powerSupply': 5, 'other': 2, 'fan': 4, 'board': 8, 'receiver': 9, 'enclosure': 7.
                           fcConnUnitSensorCharacteristic 1.3.6.1.2.1.8888.1.1.5.1.7 integer read-only
The 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. Enumeration: 'currentValue': 6, 'emf': 5, 'temperature': 3, 'power': 9, 'airflow': 7, 'unknown': 1, 'pressure': 4, 'other': 2, 'frequency': 8.
                   fcConnUnitPortTable 1.3.6.1.2.1.8888.1.1.6 no-access
Generic information on ports for a specific connectivity unit.
                       fcConnUnitPortEntry 1.3.6.1.2.1.8888.1.1.6.1 no-access
Each entry contains the information for a specific port.
                           fcConnUnitPortIndex 1.3.6.1.2.1.8888.1.1.6.1.1 unsigned32 read-only
A unique value among all fcConnUnitPortEntrys on this connectivity unit, between 1 and fcConnUnitNumPorts.
                           fcConnUnitPortType 1.3.6.1.2.1.8888.1.1.6.1.2 integer read-only
The 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 IP Enumeration: 'scsi': 13, 'nPort': 5, 'ib': 18, 'domainController': 11, 'gPort': 10, 'unknown': 1, 'fPort': 8, 'lan': 15, 'wdm': 17, 'lPort': 6, 'flPort': 7, 'other': 2, 'escon': 14, 'ipstore': 19, 'notPresent': 3, 'wan': 16, 'hubController': 12, 'ePort': 9, 'hubPort': 4.
                           fcConnUnitPortFCClassCap 1.3.6.1.2.1.8888.1.1.6.1.3 fcportfcclass read-only
Bit 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.
                           fcConnUnitPortFCClassOp 1.3.6.1.2.1.8888.1.1.6.1.4 fcportfcclass read-only
Bit 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.
                           fcConnUnitPortState 1.3.6.1.2.1.8888.1.1.6.1.5 integer read-only
The 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. Enumeration: 'unknown': 1, 'offline': 3, 'bypassed': 4, 'online': 2.
                           fcConnUnitPortStatus 1.3.6.1.2.1.8888.1.1.6.1.6 integer read-only
The 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. Enumeration: 'bypassed': 8, 'ok': 3, 'unknown': 1, 'unused': 2, 'failure': 5, 'warning': 4, 'notParticipating': 6, 'initializing': 7.
                           fcConnUnitPortTransmitterType 1.3.6.1.2.1.8888.1.1.6.1.7 integer read-only
The technology of the port transceiver. Enumeration: 'copper': 6, 'longwaveLED': 10, 'longwave': 5, 'unknown': 1, 'unused': 3, 'other': 2, 'shortwaveNoOFC': 9, 'shortwave': 4, 'scsi': 7, 'longwaveNoOFC': 8.
                           fcConnUnitPortModuleType 1.3.6.1.2.1.8888.1.1.6.1.8 integer read-only
The 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). Enumeration: 'gbicNotInstalled': 8, 'gbic': 3, 'glm': 5, 'embedded': 4, 'smallFormFactor': 9, 'gbicSerialId': 6, 'unknown': 1, 'other': 2, 'gbicNoSerialId': 7.
                           fcConnUnitPortWwn 1.3.6.1.2.1.8888.1.1.6.1.9 fcglobalid read-only
The World Wide Name of the port if applicable, otherwise empty string.
                           fcConnUnitPortFCId 1.3.6.1.2.1.8888.1.1.6.1.10 octet string read-only
This 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.
                           fcConnUnitPortSerialNo 1.3.6.1.2.1.8888.1.1.6.1.11 snmpadminstring read-only
The serial number identification of the unit (e.g., for a GBIC). If this is not applicable, return a zero-length string.
                           fcConnUnitPortRevision 1.3.6.1.2.1.8888.1.1.6.1.12 snmpadminstring read-only
The port revision (e.g., for a GBIC).
                           fcConnUnitPortVendor 1.3.6.1.2.1.8888.1.1.6.1.13 snmpadminstring read-only
The port vendor (e.g., for a GBIC).
                           fcConnUnitPortSpeed 1.3.6.1.2.1.8888.1.1.6.1.14 unsigned32 read-only
The speed of the port in kilobytes per second.
                           fcConnUnitPortControl 1.3.6.1.2.1.8888.1.1.6.1.15 integer read-write
This 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. Enumeration: 'onlineConnUnitPort': 7, 'unknown': 1, 'invalid': 2, 'offlineConnUnitPort': 6, 'unbypassConnUnitPort': 5, 'bypassConnUnitPort': 4, 'resetConnUnitPort': 3.
                           fcConnUnitPortName 1.3.6.1.2.1.8888.1.1.6.1.16 snmpadminstring read-write
A string describing the addressed port.
                           fcConnUnitPortPhysicalNumber 1.3.6.1.2.1.8888.1.1.6.1.17 unsigned32 read-only
This 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.
                           fcConnUnitPortProtocolCap 1.3.6.1.2.1.8888.1.1.6.1.18 octet string read-only
Bit 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 - 32
                           fcConnUnitPortProtocolOp 1.3.6.1.2.1.8888.1.1.6.1.19 octet string read-only
Bit 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 fcConnUnitPortProtocolCap
                           fcConnUnitPortNodeWwn 1.3.6.1.2.1.8888.1.1.6.1.20 fcnameid read-only
The 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.
                           fcConnUnitPortHWState 1.3.6.1.2.1.8888.1.1.6.1.21 integer read-only
The hardware detected state of the port. Enumeration: 'linkDown': 8, 'loopback': 5, 'unknown': 1, 'noMedia': 7, 'txfault': 6, 'failed': 2, 'bypassed': 3, 'active': 4.
                   fcConnUnitEventTable 1.3.6.1.2.1.8888.1.1.7 no-access
The table of connectivity unit events. Errors, warnings, and information should be reported in this table.
                       fcConnUnitEventEntry 1.3.6.1.2.1.8888.1.1.7.1 no-access
Each entry contains information on a specific event for the given connectivity unit.
                           fcConnUnitEventIndex 1.3.6.1.2.1.8888.1.1.7.1.1 unsigned32 read-only
Each 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.
                           fcConnUnitREventTime 1.3.6.1.2.1.8888.1.1.7.1.2 displaystring read-only
This 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.
                           fcConnUnitSEventTime 1.3.6.1.2.1.8888.1.1.7.1.3 timeticks read-only
This is the sysuptime timestamp when the event occurred.
                           fcConnUnitEventSeverity 1.3.6.1.2.1.8888.1.1.7.1.4 fceventseverity read-only
The event severity level.
                           fcConnUnitEventType 1.3.6.1.2.1.8888.1.1.7.1.5 integer read-only
The type of this event. Enumeration: 'status': 3, 'unknown': 1, 'other': 2, 'configuration': 4, 'topology': 5.
                           fcConnUnitEventObject 1.3.6.1.2.1.8888.1.1.7.1.6 object identifier read-only
This 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[...]
                           fcConnUnitEventDescr 1.3.6.1.2.1.8888.1.1.7.1.7 snmpadminstring read-only
The description of the event.
                   fcConnUnitLinkTable 1.3.6.1.2.1.8888.1.1.8 no-access
A list of links know to this agent from this connectivity unit to other connectivity units.
                       fcConnUnitLinkEntry 1.3.6.1.2.1.8888.1.1.8.1 no-access
An entry describing a particular link to another.
                           fcConnUnitLinkIndex 1.3.6.1.2.1.8888.1.1.8.1.1 unsigned32 read-only
This 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.
                           fcConnUnitLinkNodeIdX 1.3.6.1.2.1.8888.1.1.8.1.2 octet string read-only
The 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.
                           fcConnUnitLinkPortNumberX 1.3.6.1.2.1.8888.1.1.8.1.3 integer32 read-only
The 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.
                           fcConnUnitLinkPortWwnX 1.3.6.1.2.1.8888.1.1.8.1.4 octet string read-only
The port WWN of the unit specified by fcConnUnitLinkNodeIdX if known, otherwise 16 octets of binary 0.
                           fcConnUnitLinkNodeIdY 1.3.6.1.2.1.8888.1.1.8.1.5 octet string read-only
The 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.
                           fcConnUnitLinkPortNumberY 1.3.6.1.2.1.8888.1.1.8.1.6 integer32 read-only
The 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.
                           fcConnUnitLinkPortWwnY 1.3.6.1.2.1.8888.1.1.8.1.7 octet string read-only
The port WWN on the unit specified by fcConnUnitLinkNodeIdY if known, otherwise 16 octets of binary 0.
                           fcConnUnitLinkAgentAddressY 1.3.6.1.2.1.8888.1.1.8.1.8 octet string read-only
The address of an FCMGMT MIB agent for the node identified by fcConnUnitLinkNodeIdY, if known; otherwise 16 octets of binary 0.
                           fcConnUnitLinkAgentAddressTypeY 1.3.6.1.2.1.8888.1.1.8.1.9 unsigned32 read-only
If 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).
                           fcConnUnitLinkAgentMask 1.3.6.1.2.1.8888.1.1.8.1.10 octet string read-only
The mask to use for the address specified.
                           fcConnUnitLinkAgentPortY 1.3.6.1.2.1.8888.1.1.8.1.11 unsigned32 read-only
The IP port number for the agent. This is provided in case the agent is at a non-standard SNMP port.
                           fcConnUnitLinkUnitTypeY 1.3.6.1.2.1.8888.1.1.8.1.12 fcunittype read-only
Type of the FC connectivity unit as defined in fcConnUnitType.
                           fcConnUnitLinkConnIdY 1.3.6.1.2.1.8888.1.1.8.1.13 octet string read-only
This 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.
                   fcConnUnitSnsMaxRows 1.3.6.1.2.1.8888.1.1.9 unsigned32 read-only
The maximum number of rows in the fcConnUnitSnsTable table.
               fcMgmtNotifyFilter 1.3.6.1.2.1.8888.1.2
                   fcTrapMaxClients 1.3.6.1.2.1.8888.1.2.1 unsigned32 read-only
The maximum number of SNMP trap recipients supported by the connectivity unit.
                   fcTrapClientCount 1.3.6.1.2.1.8888.1.2.2 unsigned32 read-only
The current number of rows in the trap table.
                   fcTrapRegTable 1.3.6.1.2.1.8888.1.2.3 no-access
A table containing a row for each IP address/port number that traps will be sent to.
                       fcTrapRegEntry 1.3.6.1.2.1.8888.1.2.3.1 no-access
Ip/Port pair for a specific client.
                           fcTrapRegIpAddress 1.3.6.1.2.1.8888.1.2.3.1.1 ipaddress read-only
The Ip address of a client registered for traps.
                           fcTrapRegPort 1.3.6.1.2.1.8888.1.2.3.1.2 unsigned32 read-only
The UDP port to send traps to for this host. Normally this would be the standard trap port (UDP/162).
                           fcTrapRegFilter 1.3.6.1.2.1.8888.1.2.3.1.3 fceventseverity read-only
This 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.
                           fcTrapRegRowState 1.3.6.1.2.1.8888.1.2.3.1.4 rowstatus read-only
Specifies 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.
               fcMgmtStatistics 1.3.6.1.2.1.8888.1.3
                   fcConnUnitPortStatTable 1.3.6.1.2.1.8888.1.3.1 no-access
A list of statistics for the ports.
                       fcConnUnitPortStatEntry 1.3.6.1.2.1.8888.1.3.1.1 no-access
An entry describing port statistics.
                           fcConnUnitPortStatIndex 1.3.6.1.2.1.8888.1.3.1.1.1 unsigned32 read-only
A unique value among all entrys in this table, between 0 and fcConnUnitNumPort[fcConnUnitPortUnitId].
                           fcConnUnitPortStatErrs 1.3.6.1.2.1.8888.1.3.1.1.2 counter64 read-only
A count of the errors that have occured on this port.
                           fcConnUnitPortStatTxObjects 1.3.6.1.2.1.8888.1.3.1.1.3 counter64 read-only
The 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.
                           fcConnUnitPortStatRxObjects 1.3.6.1.2.1.8888.1.3.1.1.4 counter64 read-only
The 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.
                           fcConnUnitPortStatTxElements 1.3.6.1.2.1.8888.1.3.1.1.5 counter64 read-only
The 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.
                           fcConnUnitPortStatRxElements 1.3.6.1.2.1.8888.1.3.1.1.6 counter64 read-only
The 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.
                           fcConnUnitPortStatBBCreditZero 1.3.6.1.2.1.8888.1.3.1.1.7 counter64 read-only
Count of transitions in/out of BBcredit zero state. The other side is not providing any credit. Note, this is a Fibre Channel stat only.
                           fcConnUnitPortStatInputBuffsFull 1.3.6.1.2.1.8888.1.3.1.1.8 counter64 read-only
Count 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.
                           fcConnUnitPortStatFBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.9 counter64 read-only
Count 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.
                           fcConnUnitPortStatPBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.10 counter64 read-only
Count 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.
                           fcConnUnitPortStatFRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.11 counter64 read-only
Count 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.
                           fcConnUnitPortStatPRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.12 counter64 read-only
Count 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.
                           fcConnUnitPortStatC1RxFrames 1.3.6.1.2.1.8888.1.3.1.1.13 counter64 read-only
Count of Class 1 Frames received at this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC1TxFrames 1.3.6.1.2.1.8888.1.3.1.1.14 counter64 read-only
Count of Class 1 Frames transmitted out this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC1FBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.15 counter64 read-only
Count 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.
                           fcConnUnitPortStatC1PBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.16 counter64 read-only
Count 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.
                           fcConnUnitPortStatC1FRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.17 counter64 read-only
Count 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.
                           fcConnUnitPortStatC1PRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.18 counter64 read-only
Count 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.
                           fcConnUnitPortStatC2RxFrames 1.3.6.1.2.1.8888.1.3.1.1.19 counter64 read-only
Count of Class 2 Frames received at this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC2TxFrames 1.3.6.1.2.1.8888.1.3.1.1.20 counter64 read-only
Count of Class 2 Frames transmitted out this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC2FBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.21 counter64 read-only
Count 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.
                           fcConnUnitPortStatC2PBSYFrames 1.3.6.1.2.1.8888.1.3.1.1.22 counter64 read-only
Count 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.
                           fcConnUnitPortStatC2FRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.23 counter64 read-only
Count 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.
                           fcConnUnitPortStatC2PRJTFrames 1.3.6.1.2.1.8888.1.3.1.1.24 counter64 read-only
Count 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.
                           fcConnUnitPortStatC3RxFrames 1.3.6.1.2.1.8888.1.3.1.1.25 counter64 read-only
Count of Class 3 Frames received at this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC3TxFrames 1.3.6.1.2.1.8888.1.3.1.1.26 counter64 read-only
Count of Class 3 Frames transmitted out of this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatC3Discards 1.3.6.1.2.1.8888.1.3.1.1.27 counter64 read-only
Count 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.
                           fcConnUnitPortStatRxMcastObjects 1.3.6.1.2.1.8888.1.3.1.1.28 counter64 read-only
Count of Multicast Frames or Packets received at this port.
                           fcConnUnitPortStatTxMcastObjects 1.3.6.1.2.1.8888.1.3.1.1.29 counter64 read-only
Count of Multicast Frames or Packets transmitted out this port.
                           fcConnUnitPortStatRxBcastObjects 1.3.6.1.2.1.8888.1.3.1.1.30 counter64 read-only
Count of Broadcast Frames or Packets received at this port.
                           fcConnUnitPortStatTxBcastObjects 1.3.6.1.2.1.8888.1.3.1.1.31 counter64 read-only
Count of Broadcast Frames or Packets transmitted out this port. On a Fibre Channel loop, count only OPNr frames generated.
                           fcConnUnitPortStatRxLinkResets 1.3.6.1.2.1.8888.1.3.1.1.32 counter64 read-only
Count of Link resets. This is the number of LRs received. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatTxLinkResets 1.3.6.1.2.1.8888.1.3.1.1.33 counter64 read-only
Count of Link resets. This is the number LRs transmitted. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatLinkResets 1.3.6.1.2.1.8888.1.3.1.1.34 counter64 read-only
Count 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.
                           fcConnUnitPortStatRxOfflineSeqs 1.3.6.1.2.1.8888.1.3.1.1.35 counter64 read-only
Count of Offline Primitive OLS received at this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatTxOfflineSeqs 1.3.6.1.2.1.8888.1.3.1.1.36 counter64 read-only
Count of Offline Primitive OLS transmitted by this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatOfflineSeqs 1.3.6.1.2.1.8888.1.3.1.1.37 counter64 read-only
Count of Offline Primitive sequence received at this port. Note, this is a Fibre Channel only stat.
                           fcConnUnitPortStatLinkFailures 1.3.6.1.2.1.8888.1.3.1.1.38 counter64 read-only
Count 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.
                           fcConnUnitPortStatInvalidCRC 1.3.6.1.2.1.8888.1.3.1.1.39 counter64 read-only
Count 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.
                           fcConnUnitPortStatInvalidTxWords 1.3.6.1.2.1.8888.1.3.1.1.40 counter64 read-only
Count 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.
                           fcConnUnitPortStatPSPErrs 1.3.6.1.2.1.8888.1.3.1.1.41 counter64 read-only
Count 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.
                           fcConnUnitPortStatLossOfSignal 1.3.6.1.2.1.8888.1.3.1.1.42 counter64 read-only
Count 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.
                           fcConnUnitPortStatLossOfSync 1.3.6.1.2.1.8888.1.3.1.1.43 counter64 read-only
Count 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.
                           fcConnUnitPortStatInvOrderedSets 1.3.6.1.2.1.8888.1.3.1.1.44 counter64 read-only
Count 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.
                           fcConnUnitPortStatFramesTooLong 1.3.6.1.2.1.8888.1.3.1.1.45 counter64 read-only
Count 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.
                           fcConnUnitPortStatFramesTooShort 1.3.6.1.2.1.8888.1.3.1.1.46 counter64 read-only
Count 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.
                           fcConnUnitPortStatAddressErrs 1.3.6.1.2.1.8888.1.3.1.1.47 counter64 read-only
Count 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.
                           fcConnUnitPortStatDelimiterErrs 1.3.6.1.2.1.8888.1.3.1.1.48 counter64 read-only
Count 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.
                           fcConnUnitPortStatEncodingErrs 1.3.6.1.2.1.8888.1.3.1.1.49 counter64 read-only
Count of disparity errors received at this port. Note, this is a Fibre Channel only stat.
               fcMgmtSNS 1.3.6.1.2.1.8888.1.4
                   fcConnUnitSnsTable 1.3.6.1.2.1.8888.1.4.1 no-access
This table contains an entry for each object registered with this port in the switch.
                       fcConnUnitSnsEntry 1.3.6.1.2.1.8888.1.4.1.1 no-access
The Simple Name Server table for the port represented by fcConnUnitSnsPortName .
                           fcConnUnitSnsPortIdentifier 1.3.6.1.2.1.8888.1.4.1.1.1 fcglobalid read-only
The Port Identifier for this entry in the SNS table.
                           fcConnUnitSnsPortName 1.3.6.1.2.1.8888.1.4.1.1.2 fcnameid read-only
The Port WWN for this entry in the SNS table.
                           fcConnUnitSnsNodeName 1.3.6.1.2.1.8888.1.4.1.1.3 fcnameid read-only
The Node Name for this entry in the SNS table.
                           fcConnUnitSnsClassOfSvc 1.3.6.1.2.1.8888.1.4.1.1.4 octet string read-only
The Classes of Service offered by this entry in the SNS table.
                           fcConnUnitSnsNodeIPAddress 1.3.6.1.2.1.8888.1.4.1.1.5 octet string read-only
The IPv6 formatted address of the Node for this entry in the SNS table.
                           fcConnUnitSnsProcAssoc 1.3.6.1.2.1.8888.1.4.1.1.6 octet string read-only
The Process Associator for this entry in the SNS table.
                           fcConnUnitSnsFC4Type 1.3.6.1.2.1.8888.1.4.1.1.7 octet string read-only
The FC-4 Types supported by this entry in the SNS table.
                           fcConnUnitSnsPortType 1.3.6.1.2.1.8888.1.4.1.1.8 octet string read-only
The Port Type of this entry in the SNS table.
                           fcConnUnitSnsPortIPAddress 1.3.6.1.2.1.8888.1.4.1.1.9 octet string read-only
The IPv6 formatted address of this entry in the SNS table.
                           fcConnUnitSnsFabricPortName 1.3.6.1.2.1.8888.1.4.1.1.10 fcnameid read-only
The Fabric Port name of this entry in the SNS table.
                           fcConnUnitSnsHardAddress 1.3.6.1.2.1.8888.1.4.1.1.11 fcglobalid read-only
The Hard ALPA of this entry in the SNS table.
                           fcConnUnitSnsSymbolicPortName 1.3.6.1.2.1.8888.1.4.1.1.12 displaystring read-only
The Symbolic Port Name of this entry in the SNS table.
                           fcConnUnitSnsSymbolicNodeName 1.3.6.1.2.1.8888.1.4.1.1.13 displaystring read-only
The Symbolic Node Name of this entry in the SNS table.
           fcMgmtConformance 1.3.6.1.2.1.8888.2
               fcMgmtCompliances 1.3.6.1.2.1.8888.2.1
                   fcMgmtCompliance 1.3.6.1.2.1.8888.2.1.1
The compliance statement for Fibre Channel entities which implement this MIB module.
               fcMgmtGroups 1.3.6.1.2.1.8888.2.2
                   fcConnUnitGroup 1.3.6.1.2.1.8888.2.2.1
The collection of objects providing Fibre Channel connectivity unit instrumentation and control.
                   fcCuEventGroup 1.3.6.1.2.1.8888.2.2.2
The collection of objects providing Fibre Channel connectivity unit event information.
                   fcCuLinkGroup 1.3.6.1.2.1.8888.2.2.3
The collection of objects providing Fibre Channel connectivity unit link (topology) information.
                   fcCuPortStatsGroup 1.3.6.1.2.1.8888.2.2.4
The collection of objects providing Fibre Channel connectivity unit port statistics.
                   fcCuSNSGroup 1.3.6.1.2.1.8888.2.2.5
The collection of objects providing Fibre Channel connectivity unit simple name server information.
                   fcCuTrapFiltersGroup 1.3.6.1.2.1.8888.2.2.6
The collection of objects controlling SNMP notification (i.e., trap) destinations.
                   fcCuNotificationsGroup 1.3.6.1.2.1.8888.2.2.7
The set of SNMP notifications which an agent is required to implement.