Reference Guide hp StorageWorks SNMP Reference for Directors and Edge Switches Product Version: FW v06.xx/HAFM SW v08.02.00 Fifth Edition (July 2004) Part Number: AA–RQ7BE–TE This guide introduces simple network management protocol (SNMP) and the associated commands to manage a network. It also explains SNMP management support for HP StorageWorks Directors, Edge Switches, and the HA-Fabric Manager (HAFM) server.
© Copyright 2001-2004 Hewlett-Packard Development Company, L.P. Hewlett-Packard Company makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Hewlett-Packard shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.
Contents Contents About this Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7 Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Intended Audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Related Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Contents Enterprise-specific FRU Status Change Trap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enterprise-specific Invalid Attachment Trap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enterprise-specific Threshold Alert Trap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FA MIB Switch Status Change Trap. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FA MIB Event Trap. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Contents Fibre Alliance MIB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 Type Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 Connectivity Unit Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 fcConnUnitTable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Contents 6 SNMP Reference for Directors and Edge Switches
About This Guide About this Guide This reference guide provides information to help you: ■ Understand management capabilities About this Guide for HP StorageWorks Directors and Edge Switches using the simple network management protocol (SNMP). ■ Utilize SNMP support for Directors, Edge Switches, and the High Availability Fabric Manager (HAFM) server. ■ Obtain information about Management Information Bases (MIBs).
About this Guide Overview This section covers the following topics: ■ Intended Audience ■ Related Documentation Intended Audience This book is intended for use by administrators who are experienced with the following: ■ Fibre Channel technology. ■ StorageWorks Fibre Channel switches by Hewlett-Packard. ■ Simple network management protocol. Related Documentation For a list of corresponding documentation, see the Related Documents section of the Release Notes that came with this product.
About this Guide Conventions Conventions consist of the following: ■ Document Conventions ■ Text Symbols ■ Equipment Symbols Document Conventions This document follows the conventions in Table 1.
About this Guide Tip: Text in a tip provides additional help to readers by providing nonessential or optional techniques, procedures, or shortcuts. Note: Text set off in this manner presents commentary, sidelights, or interesting points of information. Equipment Symbols The following equipment symbols may be found on hardware for which this guide pertains.
About this Guide Power supplies or systems marked with these symbols indicate the presence of multiple sources of power. WARNING: To reduce the risk of personal injury from electrical shock, remove all power cords to completely disconnect power from the power supplies and systems. Any product or assembly marked with these symbols indicates that the component exceeds the recommended weight for one individual to handle safely.
About this Guide Rack Stability Rack stability protects personnel and equipment. WARNING: To reduce the risk of personal injury or damage to the equipment, be sure that: ■ The leveling jacks are extended to the floor. ■ The full weight of the rack rests on the leveling jacks. ■ In single rack installations, the stabilizing feet are attached to the rack. ■ In multiple rack installations, the racks are coupled. ■ Only one rack component is extended at any time.
About this Guide Getting Help If you still have a question after reading this guide, contact an HP authorized service provider or access our web site: http://www.hp.com. HP Technical Support Telephone numbers for worldwide technical support are listed on the following HP web site: http://www.hp.com/support/. From this web site, select the country of origin. Note: For continuous quality improvement, calls may be recorded or monitored.
About this Guide 14 SNMP Reference for Directors and Edge Switches
Introduction to SNMP 1 Network management is a broad term, including workstation configuration, assignment of IP addresses, network design, architecture, security, and topologies. All this can fall within the scope of a network manager. Any protocol for managing networks must allow virtually all network devices and systems to communicate statistics and status information to network management stations (network managers).
Introduction to SNMP SNMP Management SNMP management is a mechanism for network management that is complete, but simple. It is designed on the manager/agent paradigm, with the agent residing in the managed device. Information is exchanged between agents (devices on the network being managed) and managers (devices on the network through which management is done). There are many possible transactions between agents and managers.
Introduction to SNMP SNMP Commands A manager requests information from an agent by sending a single command, the Get command. The Get command also has a variation (GetNextRequest) that permits more efficient operation: ■ GetRequest – Requests the value of a specified variable on the agent. This command is used to retrieve management data. ■ GetNextRequest – Requests the value of the next variable after the one specified in the command.
Introduction to SNMP Note: For purposes of the following explanation, an object is a data variable that represents an attribute of a managed device. How SNMP Changes Variables (Objects) in a Managed Device An agent is the entity that interfaces to the object being managed (Figure 2). The agent understands the language of SNMP and translates between the manager and the object. Objects may be retrieved and/or modified by the manager, and it is the agent’s job to return the requested object’s value.
Introduction to SNMP Standard MIBs are: ■ MIB-II (Internet MIB), as described in RFC 1213: supported by all Directors and Edge Switches. ■ Fibre Alliance (FCMGMT) MIB, version 3.1: supported by all Directors and Edge Switches. ■ Fibre Channel Fabric Element (FCFE), version 1.10: supported by all Directors, Edge Switches, and HAFM. Private Enterprise MIBs Private MIBs are those provided by the manufacturer of the managed devices to allow management of device-specific items.
Introduction to SNMP 20 SNMP Reference for Directors and Edge Switches
SNMP Support 2 This chapter describes SNMP support for HP StorageWorks Directors, Edge Switches, and the HA-Fabric Manager (HAFM) server.
SNMP Support SNMP Management SNMP is a protocol that uses the User Data Protocol (UDP) to exchange messages between an SNMP agent (in a managed device) and a management station residing on a network. Although SNMP can be made available over other protocols, HP StorageWorks Directors, Edge Switches, and the HA-Fabric Manager (HAFM) application only support UDP. Overview To be monitored and managed remotely by a network management station, each Edge Switch or Director is equipped with an SNMP agent.
SNMP Support There are different formats for the SNMP protocol data units (PDUs), including trap PDUs, for SNMPv1 and SNMPv2. These are summarized here: SNMPv1 Trap PDU: [ Enterprise | Agent address | Generic trap type | Specific trap code | Time stamp | Object/Value 1 | Object/Value 2…. ] The following descriptions summarize these fields: ■ Enterprise—Identifies the type of managed object generating the trap. ■ Agent address—Provides the address of the managed object generating the trap.
SNMP Support For the SNMPv2 trap PDU, the first and second variable bindings contain the uptime and the trap OID, respectively. Following the uptime and trap OID are all the variable bindings specified in the MIB for that particular trap. EOS Trap Summary Table This table shows the different kinds of traps supported by the switch EOS firmware. Note: All EOS traps are SNMPv1 format, regardless of MIB definition syntax.
SNMP Support Switch SCN Alert Change in switch status. FC-MGMNT 1.3.6.1.2.1.8888.0.1 YES YES Event SCN Info New system event was generated. FC-MGMNT 1.3.6.1.2.1.8888.0.3 YES YES Sensor SCN Alert Change in status for FAN/FAN2/ POWER FRUs. FC-MGMNT 1.3.6.1.2.1.8888.0.4 YES YES Port SCN Alert Change in port status. FC-MGMNT 1.3.6.1.2.1.8888.0.5 YES YES Following are sections describing each trap, and the variables within the traps.
SNMP Support Enterprise-specific FRU Status Change Trap This trap is sent for each FRU that has a status change. There is one variable binding, as follows: Binding 1 OID Value 1.3.6.1.4.1.289.2.1.1.2.2.1.1.3.fru_code.fru_pos fcEosFruStatus.fru_code.
SNMP Support Enterprise-specific Invalid Attachment Trap This trap is sent when an invalid attachment occurs (a device is attached, with a World Wide Name WWN specifically disallowed by port binding). There is one variable binding. Binding 1 OID Value 1.3.6.1.4.1.289.2.1.1.2.4.1.1.4.port_number fcEosPortAttachedWWN.port_number WWN of invalid attached device. See definition for “fcEosPortAttachedWWN” on page 139.
SNMP Support FA MIB Event Trap This trap is sent when an internal software event is generated. There are four variable bindings. Binding 1 28 OID Value 1.3.6.1.2.1.8888.1.1.3.1.1. fcConnUnitId. Where unit-id is the WWN of the switch, with 8 zeros, appended for a total length of 16. Example: 1.2.3.4.5.6.7.8.0.0.0.0.0.0.0.0 The value is the same as unit-id: the WWN of the switch, with 8 zeros appended, for a total length of 16. Example: 1.2.3.4.5.6.7.8.0.0.0.0.0.0.0.
SNMP Support 2 1.3.6.1.2.1.8888.1.1.7.1.5. fcConnUnitEventType. Where unit-id is the WWN of the switch with 8 zeros appended for a total length of 16. Example: 1.2.3.4.5.6.7.8.0.0.0.0.0.0.0.0 And where event-index is an integer index of the event table, a unique incrementing value assigned to each event. The event table always contains the most recent 200 events which met the filter criteria in place when the event occurred.
SNMP Support FA MIB Sensor Trap This trap is generated whenever a status change occurs for a fan or power supply FRU. There is one variable binding. Binding 1 OID Value 1.3.6.1.2.1.8888.1.1.5.1.3.. fcConnUnitSensorStatus.. Where unit-id is the WWN of the switch, with 8 zeros appended, for a total length of 16. Example: 1.2.3.4.5.6.7.8.0.0.0.0.0.0.0.0 And where sensor-index refers to the FRU in the sensor table which has changed state.
SNMP Support mgmt.mib-2.fcMgmtMIB.fcMgmtObjects.fcMgmtConfig.fcC onnUnitTable.fcConnUnitEntry.fcConnUnitState.3.2.0. 0.0.0.0.0.0.0.0.0.0.0.0.0 (Integer): online - Minor Thu May 02 09:29:31 10.235.4.111 NO TRAPD.CONF FMT FOR .1.3.6.1.2.1.8888.0.1 ARGS(2): [1] mgmt.mib-2.fcMgmtMIB.fcMgmtObjects.fcMgmtConfig.fcC onnUnitTable.fcConnUnitEntry.fcConnUnitStatus.7.0.0 .0.0.0.0.0.0.0.0.0.0.0.0.0 (Integer): ok [2] mgmt.mib-2.fcMgmtMIB.fcMgmtObjects.fcMgmtConfig.fcC onnUnitTable.fcConnUnitEntry.fcConnUnitState.7.0.0.
SNMP Support The first ARG is identified by its OID in symbolic form: mgmt.mib-2.fcMgmtMIB.fcMgmtObjects.fcMgmtConfig.fcConn UnitTable.fcConnUnitEntry.fcConnUnitStatus. The numbers following fcConnUnitStatus are the unit-id, which identifies a particular switch in a fabric. (The unit-id is the first index for all tables in the Fibre Alliance MIB). In this case, these traps are most likely from HAFM, which uses a different numbering scheme for the unit-id than the EOS firmware (see below).
SNMP Support fcConnUnitId.16.0.8.0.136.122.40.0.0.0.0.0.0.0.0.0 *** (octets) 00.00.00.10.00.00.00.00.00.00.00.08.00.00.00.00 (hex) Binding #2: fcConnUnitEventType.16.0.8.0.136.122.40.0.0.0.0.0.0 .0.0.0.295 *** (int32) status(3) Binding #3: fcConnUnitEventObject.16.0.8.0.136.122.40.0.0.0.0.0 .0.0.0.0.295 *** (oid) fcConnUnitId.16.0.8.0.136.122.40.0.0.0.0.0.0.0.0.0 Binding #4: fcConnUnitEventDescr.16.0.8.0.136.122.40.0.0.0.0.0. 0.0.0.0.
SNMP Support MIB Definitions This section provides definitions for the following MIBs: ■ MIB-II, page 34 ■ Fabric Element Management MIB, page 63 ■ Fibre Alliance MIB, page 85 ■ Private (Enterprise-specific) FCEOS MIB, page 130 MIB-II There are eleven groups of objects specified in MIB-II. The EOS SNMP agent supports eight groups: 34 ■ System group. This group provides general information about the managed system. ■ Interfaces group. ■ Address Translation group.
SNMP Support System Group MIB-2 Object Name Type Access Description sysDescr DisplayString(0..255) R A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters. sysObjectID Object Identifier R The vendor’s authoritative identification of the network management subsystem contained in the entity.
SNMP Support sysName DisplayString (0..255) RW An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. sysLocation DisplayString (0..255) RW The physical location of this node (for example, “telephone closet, 3rd floor”). sysServices INTEGER R A value which indicates the set of services that this entity primarily offers. The value is a sum.
SNMP Support Interfaces Group MIB-2 Object Name Type ifNumber INTEGER Access R Description The number of network interfaces (regardless of their current state) present on this system. Interfaces Table The Interfaces table contains information on the entity's interfaces. Each interface is thought of as being attached to a subnetwork. Note that this term should not be confused with subnet, which refers to an addressing partitioning scheme used in the Internet suite of protocols.
SNMP Support ifType 38 INTEGER R The type of interface, distinguished according to the physical/link protocol(s) immediately “below” the network layer in the protocol stack.
SNMP Support ifMtu INTEGER R The size of the largest datagram that can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface. ifSpeed Gauge R An estimate of the interface's current bandwidth in bits per second.
SNMP Support ifInDiscards Counter R The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. ifInErrors Counter R The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
SNMP Support ifOutErrors Counter R The number of outbound packets that could not be transmitted because of errors. ifOutQLen Gauge R The length of the output packet queue (in packets). ifSpecific OBJECT IDENTIFIER R A reference to MIB definitions specific to the particular media being used to realize the interface. For example, if the interface is realized by an Ethernet, the value of this object refers to a document defining objects specific to Ethernet.
SNMP Support MIB-2 Object Name Type Access Description atIfIndex INTEGER RW The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. atPhysAddres s PhysAddress RW The media-dependent “physical” address.
SNMP Support IP Group MIB-2 Object Name Type Access Description ipForwarding INTEGER RW The indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host). Note that for some managed nodes, this object may take on only a subset of the values possible.
SNMP Support ipForwDatagrams Counter R The number of input datagrams for which this entity was not their final IP destination. As a result, an attempt was made to find a route to forward them to that final destination. In entities which do not act as IP Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful.
SNMP Support ipOutDiscards Counter R The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (for example, for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion. ipOutNoRoutes Counter R The number of IP datagrams discarded because no route could be found to transmit them to their destination.
SNMP Support ipFragOKs Counter R The number of IP datagrams that have been successfully fragmented at this entity. ipFragFails Counter R The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, for example, because their Don't Fragment flag was set. ipFragCreates Counter R The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
SNMP Support ipAdEntNetMask IpAddress R The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the host’s bits set to 0. ipAdEntBcastAddr INTEGER R The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1.
SNMP Support ipRouteMetric1 INTEGER RW The primary routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1. ipRouteMetric2 INTEGER RW An alternate routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipRouteProto value. If this metric is not used, its value should be set to -1.
SNMP Support ipRouteType INTEGER RW The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the ipRouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry.
SNMP Support ipRouteProto INTEGER R The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
SNMP Support ipRouteMask IpAddress RW The mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipRouteMask by determining whether the value of the correspondent ipRouteDest field belong to a class-A, B, or C network, and then using one of: Mask 255.0.0.0 255.255.0.0 255.255.255.
SNMP Support IP Address Translation Table The IP address translation table contains the IpAddress to physical address equivalences. Some interfaces do not use translation tables for determining address equivalences (for example, DDN-X.25 has an algorithmic method); if all interfaces are of this type, the address translation table is empty, that is, has zero entries. MIB-2 Object Name Type Access Description ipNetToMedi aIfIndex INTEGER RW The interface on which this entry's equivalence is effective.
SNMP Support Additional IP Objects MIB-2 Object Name ipRoutingDiscards Type Access Counter R Description The number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free up buffer space for other routing entries. ICMP Group MIB-2 Object Name Type Access Description icmpInMsgs Counter R The total number of ICMP messages which the entity received.
SNMP Support icmpInTimestampReps Counter R The number of ICMP Timestamp Reply messages received. icmpInAddrMasks Counter R The number of ICMP Address Mask Request messages received. icmpInAddrMaskReps Counter R The number of ICMP Address Mask Reply messages received. icmpOutMsgs Counter R The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
SNMP Support icmpOutTimestampReps Counter R The number of ICMP Timestamp Reply messages sent. icmpOutAddrMasks Counter R The number of ICMP Address Mask Request messages sent. icmpOutAddrMaskReps Counter R The number of ICMP Address Mask Reply messages sent. TCP Group Note that instances of object types that represent information about a particular TCP connection are transient; they persist only as long as the connection in question persists.
SNMP Support tcpRtoMax INTEGER R The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the UBOUND quantity described in RFC 793. tcpMaxConn INTEGER R The limit on the total number of TCP connections the entity can support.
SNMP Support tcpInSegs Counter R The total number of segments received, including those received in error. This count includes segments received on currently established connections. tcpOutSegs Counter R The total number of segments sent, including those on current connections, but excluding those containing only retransmitted octets.
SNMP Support TCP Connection Table The TCP connection table contains information about this entity's existing TCP connections. MIB-2 Object Name Type Access Description tcpConnState INTEGER RW The state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a “badValue” response if a management station attempts to set this object to any other value.
SNMP Support tcpConnLocalPort INTEGER (0..65535 R The local port number for this TCP connection. tcpConnRemAdd ress IpAddress R The remote IP address for this TCP connection. tcpConnRemPort INTEGER (0..65535) R The remote port number for this TCP connection. Additional TCP Objects MIB-2 Object Name Type Access Description tcpInErrs Counter R The total number of segments received in error (for example, bad TCP checksums).
SNMP Support MIB-2 Object Name Type Access Description udpLocalAddr ess IpAddress R The local IP address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IP interface associated with the node, the value 0.0.0.0 is used. udpLocalPort INTEGER (0..65535) R The local port number for this UDP listener.
SNMP Support snmpInASNParseErrs Counter R The total number of ASN.1 or BER errors encountered by the SNMP protocol entity when decoding received SNMP Messages. snmpInTooBigs Counter R The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is “tooBig”. snmpInNoSuchName s Counter R The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is “noSuchName”.
SNMP Support snmpInGetNexts Counter R The total number of SNMP Get-Next PDUs which have been accepted and processed by the SNMP protocol entity. snmpInSetRequests Counter R The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity. snmpInGetResponses Counter R The total number of SNMP Get-Response PDUs which have been accepted and processed by the SNMP protocol entity.
SNMP Support snmpOutGetRespons es Counter R The total number of SNMP Get-Response PDUs which have been generated by the SNMP protocol entity. snmpOutTraps Counter R The total number of SNMP Trap PDUs which have been generated by the SNMP protocol entity. snmpEnableAuthenTr aps INTEGER RW Indicates whether the SNMP agent process is permitted to generate authentication-failure traps.
SNMP Support FabricName FcNameId The Name Identifier of a Fabric. Each Fabric shall provide a unique Fabric Name. Only the following formats are allowed: IEEE48, and Local. FcPortName FcNameId The Name Identifier associated with a port. Only the following formats are allowed: IEEE48, IEEE extended, and Local. FcAddressId OCTET STRING (SIZE (3)) Fibre Channel Address Identifier. A 24-bit value unique within the address space of a Fabric. FcRxDataFieldSize INTEGER (128..
SNMP Support Fc0TxType INTEGER The values are defined as follows: unknown(1), longWaveLaser(2) – (LL), shortWaveLaser(3)—(SL), longWaveLED(4) – (LE), electrical(5) – (EL), shortWaveLaser-noOFC(6) – (SN). Fc0Distance INTEGER The values are defined as follows: unknown(1), long(2), intermediate(3), short(4). FcFeModuleCapa city INTEGER (1..256) FcFeFxPortCapacit y INTEGER (1..256) FcFeModuleIndex INTEGER (1..256) FcFeFxPortIndex INTEGER (1..256) FcFeNxPortIndex INTEGER (1..
SNMP Support Module Table A table that contains one entry for each module in the Fabric Element. Fabric Element MIB Object Name Type Provided By Acces s Description fcFeModuleDescr DisplayStri ng (SIZE(256)) McK DEV_TBL R A textual description of the module. This value should include the full name and version identification of the module. It should contain printable ASCII characters. This string should be derived from VPD information stored in the FRU EEPROM.
SNMP Support FcFeModuleLastC hange TIMETICKS SNMP R This object contains the value of the sysUpTime when the module entered its current operational status. A value of zero indicates that the operational status of the module has not changed since the agent last restarted. This is SS_TIM_RD_TICKS(MILLISEC) * 10. fcFeModuleFxPort Capacity FcFeFxPort Capacity AS R The number of Fx_Ports that can be contained within the module.
SNMP Support Fx_Port Configuration Table A table that contains one entry for each Fx_Port in the Fabric Element, and configuration and service parameters of the Fx_Ports. Fabric Element MIB Object Name Type Provided By Access Description fcFxConfFxPortInd ex FcFeFxPortIndex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module.
SNMP Support FcFxPortFcphVersi onLow FcphVersion FC2 R Lowest or earliest version of FC-PH that the Fx_Port is configured to support. Since the switch is not capable of changing its support for FC-PH version, the version reported is the one currently in use for this port. If there is no device logged in, the value is 0. For values see “FcFxPortFcphVersionHigh” on page 68.
SNMP Support fcFxPortIntermixSu pported INTEGER SNMP R A flag indicating whether the Fx_Port supports an Intermixed Dedicated Connection. The values are defined as follows: yes(1) and no(2). This is fixed at no(2). FcFxPortStackedC onnMode FcStackedConnM ode SNMP R A value indicating the mode of Stacked Connect supported by the Fx_Port. This is fixed at none(1). FcFxPortClass2Se qDeliv INTEGER SNMP R A flag indicating whether Class 2 Sequential Delivery is supported by the Fx_Port.
SNMP Support FcFxPortMedium Fc0Medium FPM R The FC-0 medium of the Fx_Port. The value is a bitwise OR of these values: 0x02, Single Mode fiber 0x04, Multi-mode fiber 50 micron 0x08, Multi-mode fiber 62.5 micron Or it will be unknown (0x01) if no information is available. FcFxPortTxType Fc0TxType FPM R The FC-0 transmitter type of the Fx_Port.
SNMP Support Fx_Port Operation Table A table that contains one entry for each Fx_Port in the Fabric Element, operational status, and parameters of the Fx_Ports. Fabric Element MIB Object Name Type fcFxPortOperFxPo rtIndex Provided By Access FcFeFxPortInd ex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified Fx_Port until the module is re-initialized.
SNMP Support FcFxPortBbCredit Available Gauge PSCC R The number of buffers currently available for receiving frames from the attached port in the buffer-to-buffer flow control. The value should be less than or equal to fcFx_PortBbCredit. FcFxPortOperMod e FcFxPortMode AS R The current operational mode of the Fx_Port. This value is fport(2) if the port_state_data is unavailable or the port is a fport, or unknown(1) for the other port state.
SNMP Support Fx_Port Physical Level Table A table that contains one entry for each Fx_Port in the Fabric Element, physical level status and parameters of the Fx_Port. s Fabric Element MIB Object Name Type fcFxPortPhysFxPort Index FcFxPortPhysAdmi nStatus 74 Provided By Access FcFeFxPortIn dex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module.
SNMP Support FcFxPortPhysOper Status INTEGER FPM, SNMP R The current operational status of the Fx_Port. The value testing(3) indicates that no operational frames can be passed. If fcFx_PortPhysAdminStatus is offline(2), fcFx_PortPhysOperStatus should be offline(2). If fcFx_PortPhysAdminStatus is changed to online(1), fcFx_PortPhysOperStatus should change to online(1) if the Fx_Port is ready to accept Fabric Login request from the attached NxPort.
SNMP Support Fx_Port Fabric Login Table An entry containing service parameters established from a successful Fabric Login. Fabric Element MIB Object Name Type fcFxlogiFxPort Index Provided By Access FcFeFxPortInd ex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified Fx_Port until the module is re-initialized.
SNMP Support FcFxPortInter mixSuppAgre ed INTEGER SNMP R A variable indicating that the attached NxPort has requested the Fx_Port for the support of Intermix and the Fx_Port has granted the request. This flag is valid only if Class 1 service is supported. The values are defined as follows: yes(1) and no(2). This is always no(2). FcFxPortStack edConnMode Agreed FcStackedCon nMode SNMP R A variable indicating whether the Fx_Port has agreed to support stacked connect from the Fabric Login.
SNMP Support FcFxPortNxPo rtName FcPortName Login Server R The port name of the attached NxPort, if applicable. If the value of this object is ‘0000000000000000’H, this Fx_Port has no NxPort attached to it. This is the World Wide Name of the attached to NxPort. It is the same as fcFPortAttachedPortName. FcFxPortConn ectedNxPort FcAddressId SNMP R The address identifier of the destination Fx_Port with which this Fx_Port is currently engaged in a either a Class 1 or loop connection.
SNMP Support FcFxPortSigLo sses Counter PSCC R The number of losses of signal detected by the Fx_Port. FcFxPortPrimS eqProtoErrors Counter PSCC R The number of primitive sequence protocol errors detected by the Fx_Port. FcFxPortInvali dTxWords Counter PSCC R The number of invalid transmission words detected by the Fx_Port. FcFxPortInvali dCrcs Counter PSCC R The number of invalid CRCs detected by the Fx_Port.
SNMP Support Fabric Element MIB Object Name Type fcFxPortC1Ac ctFxPortIndex Provided By Access FcFeFxPortInd ex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified Fx_Port until the module is re-initialized.
SNMP Support FcFxPortC1O utFrames Counter SNMP R The number of Class 1 frames (other than Class 1 connect-request) delivered through this Fx_Port to its attached NxPort. This value is fixed at 0. FcFxPortC1In Octets Counter SNMP R The number of Class 1 frame octets, including the frame delimiters, received by this Fx_Port from its attached NxPort. This value is fixed at 0.
SNMP Support FcFxPortC2Di scards Counter SNMP R The number of Class 2 frames discarded by this Fx_Port. This value is not supported. It is always zero. FcFxPortC2Fb syFrames Counter PSCC R The number of F_BSY frames generated by this Fx_Port against Class 2 frames. FcFxPortC2Frj tFrames Counter PSCC R The number of F_RJT frames generated by this Fx_Port against Class 2 frames.
SNMP Support Fabric Element MIB Object Name Type fcFxPortCapF xPortIndex Provided By Acces s FcFeFxPortInd ex SNMP R Identifies the Fx_Port within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified Fx_Port until the module is re-initialized. FcFxPortCapF cphVersionHi gh FcphVersion FC2 R The highest or most recent version of FC-PH that the Fx_Port is capable of supporting.
SNMP Support fcFxPortCapIn termix INTEGER SNMP R A flag indicating whether or not the Fx_Port is capable of supporting the intermixing of Class 2 and Class 3 frames during a Class 1 connection. This flag is valid only if the port is capable of supporting Class 1 service. The values are defined as follows: yes(1) and no(2). This value is fixed no(2).
SNMP Support Fibre Alliance MIB Type Definitions Type Syntax Description FcNameId OCTET STRING (SIZE(8)) Represents the World Wide Name (WWN; IEEE 60-bit variety; standard part of T11 definitions for Fibre Channel) associated with a Fibre Channel (FC) entity. FcGlobalId OCTET STRING (SIZE(16)) Represents the World Wide Name (WWN; IEEE 124-bit variety) associated with a Fibre Channel (FC) entity.
SNMP Support FcEventSeverit y INTEGER The set of values which define the event severity that will be logged by this connectivity unit. Values unknown (1) through debug (9) are essentially self-explanatory; mark (10) means that all messages are logged. The values are defined as follows: unknown (1), emergency (2), alert (3), critical (4), error (5), warning (6), notify (7), info (8), debug (9), mark (10).
SNMP Support Connectivity Unit Group FA MIB Object Name Type Value Access Description fcConnUnitNu mber INTEGER 1 R 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 DisplayString http://switch’s IP-addr R The top-level URL of the system. If it does not exist, the value is an empty string.
SNMP Support fcConnUnitTable Contains general information on the system’s units 88 SNMP Reference for Directors and Edge Switches
SNMP Support FA MIB Object Name Type Product Mapping Access Description *fcConnUnitId OCTET STRING Switch’s WWN. R 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 connectivity unit should be persistent across agent and unit resets. It should be the same as fcConnUnitGlobalId if fcConnUnitGlobalId is known and stable.
SNMP Support FcConnUnitGl obalId (continued from previous cell) FcGlobalId Switch’s WWN. R (continued from previous cell) 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 cannot risk uniqueness, though.
SNMP Support FcConnUnitSt atus INTEGER This value will be mapped from current status of switch in such a way that operational status indicates ok (3), degraded status indicates warning (4), failed status indicates failed (5). R 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.
SNMP Support FcConnUnitPri ncipal INTEGER R Whether this connectivity unit is the principal unit within the group of fabric elements. If this value is not applicable, return unknown. The values are defined as follows: unknown (1), no (2), yes (3). FcConnUnitN umSensors Unsigned32 The number of sensors. R Number of sensors in the fcConnUnitSensorTable. FcConnUnitN umRevs Unsigned32 1 R The number of revisions in the fcConnUnitRevsTable.
SNMP Support FcConnUnitC ontrol INTEGER Always return unknown (1) on read operation. ResetConnUnit WarmStart (4), offlineConnUnit (5), and onlineConnUnit (6) will be supported by PCP. ResetConnUnit WarmStart (4) indicates IPL on the switch is performed. ResetConnUnitC oldStart (3) is not supported. R/W 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.
SNMP Support FcConnUnitC ontact SnmpAdminSt ring Contact information for this connectivity unit. Writable and persistent across IPL. R/W Contact information for this connectivity unit. The contact information is intended to facilitate contacting someone in case of problems, questions, and so forth. (for example, the help desk internal to a company). FcConnUnitLo cation SnmpAdminSt ring The physical location of the switch. Writable and persistent across IPL.
SNMP Support Firmware Table The revisions table lists the revisions supported by the associated connectivity units. FA MIB Object Name Type *fcConnUnitR evsIndex Unsigned 32 Not accessible R A unique value among all fcConnUnitRevsEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumRevs[fcC onnUnitId]. FcConnUnitRe vsRevision SnmpAd minString XX.XX.XX (The revision of the switch).
SNMP Support FA MIB Object Name Type *fcConnUnitS ensorIndex Unsigned 32 Not assessable. R A unique value among all fcConnUnitSensorEntrys with the same value of fcConnUnitId, in the range between 1 and fcConnUnitNumSensors[f cConnUnitId]. FcConnUnitSe nsorName SnmpAd minString The module name of the FRU, such as FAN, PWR or THM. R A textual identification of the sensor, intended primarily for operator use. FcConnUnitSe nsorStatus INTEGER This value is evaluated from FRU status.
SNMP Support FcConnUnitSe nsorMessage SnmpAd minString The textual description of the FRU status, such as “active” or “failed”. R 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". FcConnUnitSe nsorType INTEGER Fan (4) or power-supply (5). R The type of component being monitored by this sensor.
SNMP Support Port Table Generic information on ports for a specific fcConnUnit. FA MIB Object Name Type fcConnUnitPo rtIndex Unsigned 32 Port index. R A unique value among all fcConnUnitPortEntrys on this connectivity unit, between 1 and fcConnUnitNumPorts.
SNMP Support FcConnUnitPo rtFCClassCap FcPortFC Class If the port is not installed, fcConnUnitPortFCClassCap =0 else if ES-1000 H_Port 0x18 = class2(0x10) + class3(0x08) B_Port 0x58 = classF(0x40) + class2(0x10) + class3(0x08) else depends on the configured Port Type: Gx_Port 0x58 = classF(0x40) + class2(0x10) + class3(0x08) G_Port 0x58 = classF(0x40) + class2(0x10) + class3(0x08) Fx_Port 0x18 = class2(0x10) + class3(0x08) F_Port 0x18 = class2(0x10) + class3(0x08) E_Port 0x58 = classF(0x40) + class2(0x10
SNMP Support FcConnUnitPo rtFCClassOp FcPortFC Class If the port is Not installed fcConnUnitPortFCClassOp =0 else if the Port State is offline fcConnUnitPortFCClassOp =0 else it depends on the operating Port Type: F_Port Use Class of Service specified in Fabric Login FL_Port Use Class of Service specified in one or more Fabric Login's (OR'd together) E_Port 0x58 = classF(0x40) + class2(0x10) + class3(0x08) R Bit mask that specifies the classes of service that are currently operational at this port.
SNMP Support FcConnUnitPo rtStatus INTEGER See “Port State Descriptions” on page 145. R The current overall protocol status for the port.
SNMP Support fcConnUnitPo rtModuleType INTEGER If the port is not installed, return gbicNotInstalled(8). Otherwise return smallFormFactor(9). R The module type of the port connector. This object refers to the hardware implementation of the port. The embedded value (4) means "fixed" (for example, oneXnine). The values are defined as follows: unknown (1), other (2), gbic (3), embedded (4), glm(5), gbicSerialId (6), gbicNoSerialId (7), gbicNotInstalled (8), smallFormFactor (9).
SNMP Support FcConnUnitPo rtControl INTEGER ResetConnUnitPort(3), offlineConnUnitPort(6), onlineConnUnitPort(7), and portFailure(42501) are the only set-operations supported. Always return unknown(1) on read. SNMP Reference for Directors and Edge Switches R/W Is used to control the addressed fcConnUnit’s port. Valid commands are: Unknown (1) and invalid (2) are only used as values that are read.
SNMP Support FcConnUnitPo rtControl (continued) 104 (continued from previous cell) 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 on this port, the addressed port performs a vendor-specific "offline" operation.
SNMP Support FcConnUnitPo rtControl (continued) FcConnUnitPo rtName (continued from previous cell) OnlineConnUnitPort (7): If the addressed connectivity unit allows this operation to be performed on 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.
SNMP Support FcConnUnitPo rtPhysicalNu mber Unsigned 32 Physical port number from 0 to Maximum port number –1 R 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 indexes. In that case, provide the internal representation of this port in this object.
SNMP Support FcConnUnitPo rtProtocolOp (added from Mib3.0) OCTET STRING (SIZE (2)) If the port is Not installed fcConnUnitPortProtocolOp =0 else if the Port State is offline fcConnUnitPortProtocolOp =0 else it depends on the operating Port Type: F_Port 2 = Fabric(2) FL_Port 1 = Loop(1) E_Port 2 = Fabric(2) H_Port 1 = Loop(1) B_Port 2 = Fabric(2) R Bit mask that specifies the driver level protocol(s) that are currently operational. If this is not applicable, return all bits set to zero.
SNMP Support The Event Table The table of connectivity unit events. Errors, warnings, and information should be reported in this table.
SNMP Support FA MIB Object Name *fcConnUnitE ventIndex Type Unsigned32 Product Mapping An event index. SNMP Reference for Directors and Edge Switches Access R Description 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 "getNexts" to retrieve the initial table.
SNMP Support *fcConnUnitE ventIndex (continued) 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 indices 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.
SNMP Support FcConnUnitEv entType INTEGER Always status(3). R The type of this event. The values are defined as follows: unknown (1), other (2), status (3), configuration (4), topology (5). FcConnUnitEv entObject OBJECT IDENTIFIER Only the OID of the fcConnUnit is returned. Other information is not supported. R 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[...
SNMP Support Link Table The link table is intended to organize and communicate any information to the agent which would assist a management application to discover the connectivity units in the framework and the topology of their interconnect. That is, the goal is to assist the management application not only to list the elements of the framework, but to map them.
SNMP Support FA MIB Object Name Type *fcConnUnitLi nkIndex Unsigned 32 A link index. R 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.
SNMP Support FcConnUnitLi nkNodeIdY OCTET STRING (SIZE(16)) The attached node WWN on the link. This information is available for E_Ports and F_Ports. E port nodeIdY can be retrieved from RNID, F port NodeIdY is supported by FLOGI. R 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 SNMP agent, the value of this object must be equal to its fcConnUnitId.
SNMP Support FcConnUnitLi nkAgentPortY Unsigned 32 FcConnUnitLi nkUnitTypeY FcUnitTyp e FcConnUnitLi nkConnIdY OCTET STRING (SIZE(3)) R The IP port number for the agent. This is provided in case the agent is at a non-standard SNMP port. If it is an E port, return switch (4). Otherwise return RNID type Y. R Type of the FC connectivity unit, as defined in fcConnUnitType. For F_Ports, return Fibre Channel Address. For E_Ports, return left adjusted domainId of the switch.
SNMP Support FcConnUnitPo rtStatCountTx Objects Counter6 4 stTxFrames (64-bit counter) R 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. FcConnUnitPo rtStatCountRx Objects Counter6 4 stRxFrames (64-bit counter) R The number of frames/packets/Ios/etc that have been received by this port.
SNMP Support FcConnUnitPo rtStatCountBB CreditZero Counter6 4 Not supported R 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. FcConnUnitPo rtStatCountInp utBuffersFull Counter6 4 Not supported R 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.
SNMP Support FcConnUnitPo rtStatCountFR JTFrames Counter6 4 Not supported R 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. FcConnUnitPo rtStatCountPR JTFrames Counter6 4 Not supported R Count of times that FRJT was returned to this port as a result of a Frame that was rejected at the destination N_Port.
SNMP Support FcConnUnitPo rtStatCountCl ass1PBSYFra mes Counter6 4 Not supported R 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.
SNMP Support FcConnUnitPo rtStatCountCl ass2FBSYFra mes Counter6 4 stC2FabricBusy (Only supports low 32-bits of counter, high 32-bits are set to zero) R 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.
SNMP Support FcConnUnitPo rtStatCountCl ass3TxFrames Counter6 4 stC3FramesOut (64-bit counter) R Count of Class 3 Frames transmitted out this port. Note, this is a Fibre Channel only stat. FcConnUnitPo rtStatCountCl ass3Discards Counter6 4 stC3Discards (64-bit counter) R 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.
SNMP Support FcConnUnitPo rtStatCountNu mberLinkReset s Counter6 4 StLinkResetsIn + stLinkResetsOut (Only supports low 32-bits of counter, high 32-bits are set to zero.) R 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 primitives. Note, this is a Fibre Channel only stat.
SNMP Support FcConnUnitPo rtStatCountPri mitiveSequenc eProtocolError s Counter6 4 stPrimSeqProtoErrors (Only supports low 32-bits of counter, high 32-bits are set to zero.) R Count of primitive sequence protocol 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. FcConnUnitPo rtStatCountLos sofSignal Counter6 4 stSigLosses (Only supports low 32-bits of counter, high 32-bits are set to zero.
SNMP Support FcConnUnitPo rtStatCountFr amesTruncate d Counter6 4 stFramesTooShort (Only supports low 32-bits of counter, high 32-bits are set to zero) R 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.
SNMP Support FA MIB Object Name Type Product Mapping fcConnUnitSn sPortIndex Unsigned3 2 (Same as Gauge) A port number, starting from 1 to maximum number of ports. R The physical port number of this SNS table entry. Each physical port has an SNS table with 1-n entries indexed by fcConnUnitSnsPortIdentifi er (port address). fcConnUnitSn sPortIdentifier FcAddressI d 3 bytes FcAddress in the least significant bytes. R The Port Identifier for this entry in the SNS table.
SNMP Support fcConnUnitSn sPortIPAddres s OCTET STRING (SIZE (16)) Port IP Address R In order for this data to be present, IP address must have been registered with the switch. See FC-GS2 sec 12.4.5. fcConnUnitSn sFabricPortNa me FcNameId Fabric Port Name R The Fabric Port name of this entry in the SNS table. fcConnUnitSn sHardAddress FcGlobalId R The Hard ALPA of this entry in the SNS table. This address is device selected, not dynamically assigned.
SNMP Support The TrapRegTable A table containing a row for each IP address/port number that traps will be sent to. FA MIB Object Name Type Product Mapping Access Description *fcTrapRegIp Address IpAddress Trap recipient’s IP address. R/C The IP address of a client registered for traps. *fcTrapRegPo rt Unsigned 32 UDP port. R/C The UDP port to send traps to for this host. Normally this would be the standard trap port (UDP/162).
SNMP Support FcTrapRegFilt er FcEventSe verity The severity filter. (This information is not exposed in the SNMP dialog.) R/C 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. FcTrapRegRo wState RowStatus Row status. R/C Specifies the operational status of the row.
SNMP Support Trap Types FA MIB Object Name Type Number Product Mapping OID and Value Description fcConnUnitSta tusChange 1 Generated when the switch’s online status or operational status changes “.1.3.6.1.2.1.8888.1. 1.3.1.6” + unitId fcConnUnitStatus, “.1.3.6.1.2.1.8888.1. 1.3.1.5” + unitId fcConnUnitState The overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert. fcConnUnitDe letedTrap 2 Not supported on the connUnit.
SNMP Support Private (Enterprise-specific) FCEOS MIB Type Syntax Description FcEosSysOperStatus INTEGER The values are defined as follows: operational(1), redundant-failure(2), minor-failure(3), major-failure(4), not-operational(5).
SNMP Support FcEosPortWWN OCTET STRING (SIZE(8)) FcEosPortList OCTET STRING (SIZE (32)) LoopPortALPA OCTET STRING (SIZE(16)) This is how the ALPAs are represented as a bitmap for products which support loop devices. bit 0 FL_ALPA(00) bits 1-30 ALPA 01-3A bits 31-62 ALPA 3C-72 bits 63-94 ALPA 73-B2 bits 95-126 ALPA B3-EF For products which do not support loop devices, the bitmap is all zeros.
SNMP Support fcEosSysSerialNum DisplayString (SIZE (1..64)) R The ASCII system serial number of the switch. Returns the switch OEM serial number. fcEosSysOperStatus FcEosSysOper Status R The current operational status of the switch. fcEosSysState INTEGER R If the operational status of the switch is operational, the switch will be in one of the four states: online(1), coming-online(2), offline(3), and going-offline(4).
SNMP Support fcEosFruStatus INTEGER R Identifies the operational status of the module. The unknown(0) state indicates that no information is available for the FRU, which may happen when no FRU is installed; The active(1) state indicates that the current module is active; The backup(2) state indicates that the backup module is used; The update-busy (3) state indicates that the module is in the updating process; The failed(4) state indicates that the current module is failed.
SNMP Support fcEosPortAdmStatus INTEGER R/W The desired state of the port. A management station may place the port in a desired state by setting this object accordingly. The testing(3) state indicates that no user frames can be passed. As the result of either explicit management action or per configuration information accessible by the switch, fcEosPortAdmStatus is then changed to either the online(1) or testing(3) states, or remains in the offline(2) state.
SNMP Support fcEosPortConfigSpeed INTEGER fcEosPortOpSpeed R The configured port speed. The values are defined as follows: one-gig (1), two-gig (2), negotiate (3). R The current operating speed of the port. The values are defined as follows: unknown (1), one-gig (2), two-gig (3), negotiate (4).
SNMP Support fcEosPortTxThroughput Counter R The Bps (bytes per second) transmission rate of the port. fcEosPortRxThroughput Counter R The Bps (bytes per second) reception rate of the port. fcEosPortTxC2Words32 Counter R A 32-bit counter for the number of class 2 4-byte words that the port has transmitted. (Primitive signals and primitive sequence are not included.) fcEosPortRxC2Words32 Counter R A 32-bit counter for the number of class 2 4-byte words that the port has received.
SNMP Support fcEosPortTxLinkResets Counter R The number of link resets initiated by this switch port. fcEosPortRxLinkResets Counter R The number of link resets initiated by the attached N_port. fcEosPortTxOLSs Counter R The number of offline sequences initiated by this switch port. fcEosPortRxOLSs Counter R The number of offline sequences initiated by the attached N_port. fcEosPortSyncLosses Counter R The number of loss of synchronization timeouts.
SNMP Support fcEosPortRxC2Words64 OCTET STRING (SIZE (8)) R A 64-bit counter for the number of class 2 4-byte words that the port has received. (Primitive signals and primitive sequence are not included.) fcEosPortTxC2Frames64 OCTET STRING (SIZE (8)) R A 64-bit counter for the number of Class 2 frames that the port has transmitted. fcEosPortRxC2Frames64 OCTET STRING (SIZE (8)) R A 64-bit counter for the number of Class 2 frames that the port has received.
SNMP Support fcEosPortRxFlows Counter R A 32-bit counter for the number of flows rerouted to this port. fcEosPortLinkEvent INTEGER R The last link event that occurred for this port. fcEosPortLinkEventTime DisplayString (SIZE (0..64)) R The time at which the last link event occurred for this port. If no link event has occurred, this value is 0. The time is expressed as an ASCII string. fcEosPortName DisplayString (SIZE (0..64)) R/W A string describing the addressed port.
SNMP Support Zoning Variables FCEOS MIB Object Name Type Access Description fcEosActiveZoneSetNam DisplayString R The active zone set name. fcEosActiveZoneCount INTEGER R The count of zones included in the active zone set.
SNMP Support fcEosMemberWWN ZoneSetState R The WWN name as an 8-character string. This value is only valid if the member type is 1, otherwise it will default to 0. fcEosMemberDomainID INTEGER R The domain ID. This value is only valid if the member type is 2, otherwise it will default to NULL. fcEosMemberPortNumber INTEGER R The port number. This value is only valid if the member type is 2, otherwise it will default to NULL.
SNMP Support fcEosTTADirection INTEGER R Only applies when the alert type is a Throughput Threshold Alert. It specifies the throughput direction of the threshold. (Transmit = 1, receive = 2, either = 3) fcEosTTATriggerDuration INTEGER R Only applies when the alert type is a Throughput Threshold Alert. It specifies the amount of time during a threshold alert interval that the trigger must be exceeded before an alert is generated.
SNMP Support fcEosFruRemov ed 5 Generated when a FRU is removed or its status changes to unknown. fcEosFruCode, fcEosFruPosition, fcEosSysSwitchN ame, fcEosSysSwitchId An fcEosFruRemoved trap is generated when a FRU is removed or its status changes to unknown fcEosFruActive 6 Generated when a FRU status changes to an active status. fcEosFruCode, fcEosFruPosition, fcEosSysSwitchN ame, fcEosSysSwitchId An fcEosFruActive trap is generated when a FRU status changes to an active status.
SNMP Support fcEosLinkFailure Event 13 Generated when a primitive sequence timeout occurs. fcEosPortIndex, fcEosPortName, fcEosPortWWN, fcEosSysSwitchN ame An fcEosLinkFailureEvent trap is generated when a primitive sequence timeout occurs. fcEosLinikInvali dEvent 14 Generated when an invalid primitive sequence is detected. fcEosPortIndex, fcEosPortName, fcEosPortWWN, fcEosSysSwitchN ame An fcEosLinikInvalidEvent trap is generated when an invalid primitive sequence is detected.
SNMP Support Port State Descriptions FCEOS, Fibre Alliance M3.1. The alert symbol is displayed on the corresponding port card in the Hardware View, next to the specific port in the Port Card Detailed View, and in the Alert column of the Port List View. It indicates that a corrective action is required to return the port back to a normal operating state. The FibreAlliance MIB connUnitPortStates are numbered as follows: (1)unknown, (2)online, (3)offline, and (4)bypassed.
SNMP Support STAT_LINK_ FAIL_LOL No Light offline( 3) unused (2) noMed ia(7) offline(2 ) STAT_AVAI LABLE Online online( 2) ok(3) active( 4) online(1 ) 146 No signal (light) is being received on the Director port. This is a normal condition when there is no cable plugged into the port, or when the device attached to the other end of the cable is powered down.
SNMP Support STAT_BLOC KED Offline STAT_UNA VAILABLE Offline STAT_INTE RNAL_DIA GS STAT_EXTE RNAL_LOO P Testing offline( 3) ok(3) active( 4) offline(2 ) The Director port has been configured as “Blocked” and is transmitting the Fibre Channel Offline Sequence (OLS) to the attached device.
SNMP Support STAT_LINK_ RESET Link Reset Yellow Triangl e online( 2) initializ ing(7) active( 4) online(1 ) The Director and the attached device are performing a link reset operation to recover the link connection. Ordinarily, this is a transient state that should not persist.
SNMP Support STAT_SERVI CE_REQUIR ED STAT_PORT _FAIL Port Failure Red Diamo nd online( 2) failure( 5) failed( 2) link-failu re(4) O The Director n port has failed and requires service. The amber LED for the port remains illuminated.
SNMP Support STAT_INAC TIVE 150 Inactive Yellow Triangl e offline( 3) warnin g(4) active( 4) offline(2 ) The "Inactive Port State" signifies a port is not able to come online due to a configuration conflict (either software or hardware) on the switch. The intention of the "Inactive" port state is to provide user notification when a configuration conflict is preventing a port from coming online. One of the reasons for this state is an unlicensed port.
SNMP Support Protocol Definition The FCEOS SNMP agent supports the SNMPv1 protocol and data formats as defined in RFCs 1157 and 1155, respectively. The SNMPv2C protocol is not supported.
SNMP Support 152 SNMP Reference for Directors and Edge Switches
A MIB Objects Sorted by OID This appendix conains a list of all MIBs used in mib2.mib, sfw.mib, fcfe.mib, fceos.mib, and fa.mib, sorted by OID. 0 ccitt NODE 0.0 zeroDotZero NODE 1 iso NODE 1.3 org NODE 1.3.6 dod NODE 1.3.6.1 internet NODE 1.3.6.1.1 directory NODE 1.3.6.1.2 mgmt NODE 1.3.6.1.2.1 mib-2 NODE 1.3.6.1.2.1.1 system NODE 1.3.6.1.2.1.1.1 sysDescr LEAF DisplayString 1.3.6.1.2.1.1.2 sysObjectID LEAF OBJECT IDENTIFIER 1.3.6.1.2.1.1.3 sysUpTime LEAF TimeTicks 1.
MIB Objects Sorted by OID 1.3.6.1.2.1.2.2.1.2 ifDescr LEAF DisplayString 1.3.6.1.2.1.2.2.1.3 ifType LEAF INTEGER 1.3.6.1.2.1.2.2.1.4 ifMtu LEAF INTEGER 1.3.6.1.2.1.2.2.1.5 ifSpeed LEAF Gauge 1.3.6.1.2.1.2.2.1.6 ifPhysAddress LEAF PhysAddress 1.3.6.1.2.1.2.2.1.7 ifAdminStatus LEAF INTEGER 1.3.6.1.2.1.2.2.1.8 ifOperStatus LEAF INTEGER 1.3.6.1.2.1.2.2.1.9 ifLastChange LEAF TimeTicks 1.3.6.1.2.1.2.2.1.10 ifInOctets LEAF Counter 1.3.6.1.2.1.2.2.1.11 ifInUcastPkts LEAF Counter 1.3.
MIB Objects Sorted by OID 1.3.6.1.2.1.4.4 ipInHdrErrors LEAF Counter 1.3.6.1.2.1.4.5 ipInAddrErrors LEAF Counter 1.3.6.1.2.1.4.6 ipForwDatagrams LEAF Counter 1.3.6.1.2.1.4.7 ipInUnknownProtos LEAF Counter 1.3.6.1.2.1.4.8 ipInDiscards LEAF Counter 1.3.6.1.2.1.4.9 ipInDelivers LEAF Counter 1.3.6.1.2.1.4.10 ipOutRequests LEAF Counter 1.3.6.1.2.1.4.11 ipOutDiscards LEAF Counter 1.3.6.1.2.1.4.12 ipOutNoRoutes LEAF Counter 1.3.6.1.2.1.4.13 ipReasmTimeout LEAF INTEGER 1.3.6.1.2.1.4.
MIB Objects Sorted by OID 1.3.6.1.2.1.4.21.1.7 ipRouteNextHop LEAF IpAddress 1.3.6.1.2.1.4.21.1.8 ipRouteType LEAF INTEGER 1.3.6.1.2.1.4.21.1.9 ipRouteProto LEAF INTEGER 1.3.6.1.2.1.4.21.1.10 ipRouteAge LEAF INTEGER 1.3.6.1.2.1.4.21.1.11 ipRouteMask LEAF IpAddress 1.3.6.1.2.1.4.21.1.12 ipRouteMetric5 LEAF INTEGER 1.3.6.1.2.1.4.21.1.13 ipRouteInfo LEAF OBJECT IDENTIFIER 1.3.6.1.2.1.4.22 ipNetToMediaTable NODE 1.3.6.1.2.1.4.22.1 ipNetToMediaEntry NODE 1.3.6.1.2.1.4.22.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.5.17 icmpOutTimeExcds LEAF Counter 1.3.6.1.2.1.5.18 icmpOutParmProbs LEAF Counter 1.3.6.1.2.1.5.19 icmpOutSrcQuenchs LEAF Counter 1.3.6.1.2.1.5.20 icmpOutRedirects LEAF Counter 1.3.6.1.2.1.5.21 icmpOutEchos LEAF Counter 1.3.6.1.2.1.5.22 icmpOutEchoReps LEAF Counter 1.3.6.1.2.1.5.23 icmpOutTimestamps LEAF Counter 1.3.6.1.2.1.5.24 icmpOutTimestampReps LEAF Counter 1.3.6.1.2.1.5.25 icmpOutAddrMasks LEAF Counter 1.3.6.1.2.1.5.
MIB Objects Sorted by OID 1.3.6.1.2.1.6.15 tcpOutRsts LEAF Counter 1.3.6.1.2.1.7 udp NODE 1.3.6.1.2.1.7.1 udpInDatagrams LEAF Counter 1.3.6.1.2.1.7.2 udpNoPorts LEAF Counter 1.3.6.1.2.1.7.3 udpInErrors LEAF Counter 1.3.6.1.2.1.7.4 udpOutDatagrams LEAF Counter 1.3.6.1.2.1.7.5 udpTable NODE 1.3.6.1.2.1.7.5.1 udpEntry NODE 1.3.6.1.2.1.7.5.1.1 udpLocalAddress LEAF IpAddress 1.3.6.1.2.1.7.5.1.2 udpLocalPort LEAF INTEGER 1.3.6.1.2.1.8 egp NODE 1.3.6.1.2.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.11.20 snmpOutTooBigs LEAF Counter 1.3.6.1.2.1.11.21 snmpOutNoSuchNames LEAF Counter 1.3.6.1.2.1.11.22 snmpOutBadValues LEAF Counter 1.3.6.1.2.1.11.24 snmpOutGenErrs LEAF Counter 1.3.6.1.2.1.11.25 snmpOutGetRequests LEAF Counter 1.3.6.1.2.1.11.26 snmpOutGetNexts LEAF Counter 1.3.6.1.2.1.11.27 snmpOutSetRequests LEAF Counter 1.3.6.1.2.1.11.28 snmpOutGetResponses LEAF Counter 1.3.6.1.2.1.11.29 snmpOutTraps LEAF Counter 1.3.6.1.2.1.11.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.1.3.1.9 fcConnUnitUpTime LEAF TimeTicks 1.3.6.1.2.1.8888.1.1.3.1.10 fcConnUnitUrl LEAF DisplayString 1.3.6.1.2.1.8888.1.1.3.1.11 fcConnUnitDomainId LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.3.1.12 fcConnUnitProxyMaster LEAF INTEGER 1.3.6.1.2.1.8888.1.1.3.1.13 fcConnUnitPrincipal LEAF INTEGER 1.3.6.1.2.1.8888.1.1.3.1.14 fcConnUnitNumSensors LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.15 fcConnUnitNumRevs LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.1.6 fcConnUnitPortTable NODE 1.3.6.1.2.1.8888.1.1.6.1 fcConnUnitPortEntry NODE 1.3.6.1.2.1.8888.1.1.6.1.1 fcConnUnitPortIndex LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.6.1.2 fcConnUnitPortType LEAF INTEGER 1.3.6.1.2.1.8888.1.1.6.1.3 fcConnUnitPortFCClassCap LEAF FcPortFCClass 1.3.6.1.2.1.8888.1.1.6.1.4 fcConnUnitPortFCClassOp LEAF FcPortFCClass 1.3.6.1.2.1.8888.1.1.6.1.5 fcConnUnitPortState LEAF INTEGER 1.3.6.1.2.1.8888.1.1.6.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.1.7.1.7 fcConnUnitEventDescr LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.8 fcConnUnitLinkTable NODE 1.3.6.1.2.1.8888.1.1.8.1 fcConnUnitLinkEntry NODE 1.3.6.1.2.1.8888.1.1.8.1.1 fcConnUnitLinkIndex LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.8.1.2 fcConnUnitLinkNodeIdX LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.8.1.3 fcConnUnitLinkPortNumberX LEAF Integer32 1.3.6.1.2.1.8888.1.1.8.1.4 fcConnUnitLinkPortWwnX LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.8.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.3.1.1.4 fcConnUnitPortStatRxObjects LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.5 fcConnUnitPortStatTxElements LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.6 fcConnUnitPortStatRxElements LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.7 fcConnUnitPortStatBBCreditZero LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.8 fcConnUnitPortStatInputBuffsFull LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.9 fcConnUnitPortStatFBSYFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.3.1.1.35 fcConnUnitPortStatRxOfflineSeqs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.36 fcConnUnitPortStatTxOfflineSeqs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.37 fcConnUnitPortStatOfflineSeqs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.38 fcConnUnitPortStatLinkFailures LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.39 fcConnUnitPortStatInvalidCRC LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.40 fcConnUnitPortStatInvalidTxWords LEAF Counter64 1.3.6.1.2.1.8888.1.3.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.4.1.1.14 fcConnUnitSnsSymbolicNodeName LEAF DisplayString 1.3.6.1.2.1.8888.2 fcMgmtConformance NODE 1.3.6.1.2.1.8888.2.1 fcMgmtCompliances NODE 1.3.6.1.2.1.8888.2.1.1 fcMgmtCompliance NODE 1.3.6.1.2.1.8888.2.2 fcMgmtGroups NODE 1.3.6.1.2.1.8888.2.2.1 fcConnUnitGroup NODE 1.3.6.1.2.1.8888.2.2.2 fcCuEventGroup NODE 1.3.6.1.2.1.8888.2.2.3 fcCuLinkGroup NODE 1.3.6.1.2.1.8888.2.2.4 fcCuPortStatsGroup NODE 1.3.6.1.2.1.8888.2.2.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.1.5.1 fcFxConfEntry NODE 1.3.6.1.3.42.2.1.1.5.1.1 fcFxConfModuleIndex LEAF FcFeModuleIndex 1.3.6.1.3.42.2.1.1.5.1.2 fcFxConfFxPortIndex LEAF FcFeFxPortIndex 1.3.6.1.3.42.2.1.1.5.1.3 fcFxPortName LEAF FcPortName 1.3.6.1.3.42.2.1.1.5.1.4 fcFxPortFcphVersionHigh LEAF FcphVersion 1.3.6.1.3.42.2.1.1.5.1.5 fcFxPortFcphVersionLow LEAF FcphVersion 1.3.6.1.3.42.2.1.1.5.1.6 fcFxPortBbCredit LEAF FcBbCredit 1.3.6.1.3.42.2.1.1.5.1.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.2.1.1.8 fcFxPortAdminMode LEAF FcFxPortMode 1.3.6.1.3.42.2.1.2.3 fcFxPortPhysTable NODE 1.3.6.1.3.42.2.1.2.3.1 fcFxPortPhysEntry NODE 1.3.6.1.3.42.2.1.2.3.1.1 fcFxPortPhysModuleIndex LEAF FcFeModuleIndex 1.3.6.1.3.42.2.1.2.3.1.2 fcFxPortPhysFxPortIndex LEAF FcFeFxPortIndex 1.3.6.1.3.42.2.1.2.3.1.3 fcFxPortPhysAdminStatus LEAF INTEGER 1.3.6.1.3.42.2.1.2.3.1.4 fcFxPortPhysOperStatus LEAF INTEGER 1.3.6.1.3.42.2.1.2.3.1.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.3.1.1.3 fcFxPortLinkFailures LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.4 fcFxPortSyncLosses LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.5 fcFxPortSigLosses LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.6 fcFxPortPrimSeqProtoErrors LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.7 fcFxPortInvalidTxWords LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.8 fcFxPortInvalidCrcs LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.9 fcFxPortDelimiterErrors LEAF Counter 1.3.6.1.3.42.2.1.3.1.1.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.4.2.1.3 fcFxPortC2InFrames LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.4 fcFxPortC2OutFrames LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.5 fcFxPortC2InOctets LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.6 fcFxPortC2OutOctets LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.7 fcFxPortC2Discards LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.8 fcFxPortC2FbsyFrames LEAF Counter 1.3.6.1.3.42.2.1.4.2.1.9 fcFxPortC2FrjtFrames LEAF Counter 1.3.6.1.3.42.2.1.4.3 fcFxPortC3AcctTable NODE 1.3.6.1.3.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.5.1.1.12 fcFxPortCapClass2SeqDeliv LEAF INTEGER 1.3.6.1.3.42.2.1.5.1.1.13 fcFxPortCapClass3SeqDeliv LEAF INTEGER 1.3.6.1.3.42.2.1.5.1.1.14 fcFxPortCapHoldTimeMax LEAF MicroSeconds 1.3.6.1.3.42.2.1.5.1.1.15 fcFxPortCapHoldTimeMin LEAF MicroSeconds 1.3.6.1.3.42.2.1.5.1.1.16 fcFxPortCapBaudRates LEAF Fc0BaudRateCap 1.3.6.1.3.42.2.1.5.1.1.17 fcFxPortCapMedia LEAF Fc0MediaCap 1.3.6.1.4 private NODE 1.3.6.1.4.1 enterprises NODE 1.3.6.1.4.1.
MIB Objects Sorted by OID 1.3.6.1.4.1.289.2.1.1.2.2.1.1.1 fcEosFruCode LEAF FcEosFruCode 1.3.6.1.4.1.289.2.1.1.2.2.1.1.2 fcEosFruPosition LEAF FcEosFruPosition 1.3.6.1.4.1.289.2.1.1.2.2.1.1.3 fcEosFruStatus LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.2.1.1.4 fcEosFruPartNumber LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.2.1.1.5 fcEosFruSerialNumber LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.2.1.1.6 fcEosFruPowerOnHours LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.2.1.1.
MIB Objects Sorted by OID 1.3.6.1.4.1.289.2.1.1.2.3.1.1.30 fcEosPortTxC2Words32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.31 fcEosPortRxC2Words32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.32 fcEosPortTxC2Frames32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.33 fcEosPortRxC2Frames32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.34 fcEosPortTxC2Octets32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.35 fcEosPortRxC2Octets32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.
MIB Objects Sorted by OID 1.3.6.1.4.1.289.2.1.1.2.3.1.1.67 fcEosPortTxWords64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.68 fcEosPortRxWords64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.69 fcEosPortTxFrames64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.70 fcEosPortRxFrames64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.71 fcEosPortTxC2Words64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.72 fcEosPortRxC2Words64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.
MIB Objects Sorted by OID 1.3.6.1.4.1.289.2.1.1.2.5.4 fcEosActiveZoneSetState LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.5 fcEosHardwareEnforcedZoning LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.6 fcEosActiveZoneTable NODE 1.3.6.1.4.1.289.2.1.1.2.5.6.1 fcEosActiveZoneEntry NODE 1.3.6.1.4.1.289.2.1.1.2.5.6.1.1 fcEosZoneIndex LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.6.1.2 fcEosZoneName LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.5.6.1.3 fcEosZoneMemberCount LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.
MIB Objects Sorted by OID 1.3.6.1.6.1 snmpDomains NODE 1.3.6.1.6.1.1 snmpUDPDomain NODE 1.3.6.1.6.1.2 snmpCLNSDomain NODE 1.3.6.1.6.1.3 snmpCONSDomain NODE 1.3.6.1.6.1.4 snmpDDPDomain NODE 1.3.6.1.6.1.5 snmpIPXDomain NODE 1.3.6.1.6.2 snmpProxys NODE 1.3.6.1.6.2.1 rfc1157Proxy NODE 1.3.6.1.6.2.1.1 rfc1157Domain NODE 1.3.6.1.6.3 snmpModules NODE 1.3.6.1.6.3.10 snmpFrameworkMIB NODE 1.3.6.1.6.3.10.1 snmpFrameworkAdmin NODE 1.3.6.1.6.3.10.1.1 snmpAuthProtocols NODE 1.3.6.
MIB Objects Sorted by OID 176 SNMP Reference for Directors and Edge Switches
B MIB Objects Sorted Alphabetically This appendix contains a list of all MIBs used in mib2.mib, sfw.mib, fcfe.mib, fceos.mib, and fa.mib, sorted alphabetically. A 1.3.6.1.2.1.3 at NODE 1.3.6.1.2.1.3.1.1 atEntry NODE 1.3.6.1.2.1.3.1.1.1 atIfIndex LEAF INTEGER 1.3.6.1.2.1.3.1.1.3 atNetAddress LEAF NetworkAddress 1.3.6.1.2.1.3.1.1.2 atPhysAddress LEAF PhysAddress 1.3.6.1.2.1.3.1 atTable NODE 0 ccitt NODE 1.3.6.1.4.1.289.2 commDev NODE 1.3.6.1.1 directory NODE 1.3.6 dod NODE 1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.1.7.1 fcConnUnitEventEntry NODE 1.3.6.1.2.1.8888.1.1.3.1.22 fcConnUnitEventFilter LEAF FcEventSeverity 1.3.6.1.2.1.8888.1.1.7.1.1 fcConnUnitEventIndex LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.7.1.6 fcConnUnitEventObject LEAF OBJECT IDENTIFIER 1.3.6.1.2.1.8888.1.1.7.1.4 fcConnUnitEventSeverity LEAF FcEventSeverity 1.3.6.1.2.1.8888.1.1.7 fcConnUnitEventTable NODE 1.3.6.1.2.1.8888.0.3 fcConnUnitEventTrap NODE 1.3.6.1.2.1.8888.1.1.7.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.1.3.1.23 fcConnUnitNumEvents LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.4 fcConnUnitNumPorts LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.15 fcConnUnitNumRevs LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.14 fcConnUnitNumSensors LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.1 fcConnUnitNumber LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.6.1.15 fcConnUnitPortControl LEAF INTEGER 1.3.6.1.2.1.8888.1.1.6.1 fcConnUnitPortEntry NODE 1.3.6.1.2.1.8888.1.1.6.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.3.1.1.22 fcConnUnitPortStatC2PBSYFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.24 fcConnUnitPortStatC2PRJTFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.19 fcConnUnitPortStatC2RxFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.20 fcConnUnitPortStatC2TxFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.27 fcConnUnitPortStatC3Discards LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.25 fcConnUnitPortStatC3RxFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.3.1.1.28 fcConnUnitPortStatRxMcastObjects LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.4 fcConnUnitPortStatRxObjects LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.35 fcConnUnitPortStatRxOfflineSeqs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1 fcConnUnitPortStatTable NODE 1.3.6.1.2.1.8888.1.3.1.1.31 fcConnUnitPortStatTxBcastObjects LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.5 fcConnUnitPortStatTxElements LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.1.5.1.4 fcConnUnitSensorInfo LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.5.1.5 fcConnUnitSensorMessage LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.5.1.2 fcConnUnitSensorName LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.5.1.3 fcConnUnitSensorStatus LEAF INTEGER 1.3.6.1.2.1.8888.0.4 fcConnUnitSensorStatusChange NODE 1.3.6.1.2.1.8888.1.1.5 fcConnUnitSensorTable NODE 1.3.6.1.2.1.8888.1.1.5.1.6 fcConnUnitSensorType LEAF INTEGER 1.3.6.1.2.1.8888.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.1.3.1.10 fcConnUnitUrl LEAF DisplayString 1.3.6.1.2.1.8888.2.2.2 fcCuEventGroup NODE 1.3.6.1.2.1.8888.2.2.3 fcCuLinkGroup NODE 1.3.6.1.2.1.8888.2.2.7 fcCuNotificationsGroup NODE 1.3.6.1.2.1.8888.2.2.4 fcCuPortStatsGroup NODE 1.3.6.1.2.1.8888.2.2.5 fcCuSNSGroup NODE 1.3.6.1.2.1.8888.2.2.6 fcCuTrapFiltersGroup NODE 1.3.6.1.3.42.2.1.1.2 fcElementName LEAF FcNameId 1.3.6.1.4.1.289.2.1.1.2 fcEos NODE 1.3.6.1.4.1.289.2.1.1.2.5.7.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.5.7.1.6 fcEosMemberPortNumber LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.7.1.3 fcEosMemberType LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.7.1.4 fcEosMemberWWN LEAF FcEosPortWWN 1.3.6.1.4.1.289.2.1.1.2.5.7.1.1 fcEosMemberZoneIndex LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3 fcEosPort NODE 1.3.6.1.4.1.289.2.1.1.2.3.1.1.14 fcEosPortALPAIndex LEAF LoopPortALPA 1.3.6.1.4.1.289.2.1.1.2.3.1.1.58 fcEosPortAddrIDErrors LEAF Counter 1.3.6.1.4.1.289.2.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.3.1.1.8 fcEosPortMedia LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.11 fcEosPortOpSpeed LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.3 fcEosPortOpStatus LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.13 fcEosPortOpType LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.2 fcEosPortPhyState LEAF FcEosPortPhyState 1.3.6.1.4.1.289.2.1.1.2.3.1.1.62 fcEosPortProtocolErrors LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.3.1.1.60 fcEosPortSyncLosses LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1 fcEosPortTable NODE 1.3.6.1.4.1.289.2.1.1.2.3.1.1.66 fcEosPortTruncs LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.32 fcEosPortTxC2Frames32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.73 fcEosPortTxC2Frames64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.34 fcEosPortTxC2Octets32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.1.3 fcEosSysFirmwareVersion LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.1.6 fcEosSysMfg LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.1.5 fcEosSysModelNum LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.1.14 fcEosSysOpenTrunking LEAF TruthValue 1.3.6.1.4.1.289.2.1.1.2.1.10 fcEosSysOperStatus LEAF FcEosSysOperStatus 1.3.6.1.4.1.289.2.1.1.2.1.7 fcEosSysPlantOfMfg LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.1.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1 fcFe NODE 1.3.6.1.3.42.2.1.4 fcFeAcct NODE 1.3.6.1.3.42.2.1.5 fcFeCap NODE 1.3.6.1.3.42.2.1.1 fcFeConfig NODE 1.3.6.1.3.42.2.1.3 fcFeError NODE 1.3.6.1.3.42.2.1.1.3 fcFeModuleCapacity LEAF FcFeModuleCapacity 1.3.6.1.3.42.2.1.1.4.1.2 fcFeModuleDescr LEAF DisplayString 1.3.6.1.3.42.2.1.1.4.1 fcFeModuleEntry NODE 1.3.6.1.3.42.2.1.1.4.1.6 fcFeModuleFxPortCapacity LEAF FcFeFxPortCapacity 1.3.6.1.3.42.2.1.1.4.1.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.4.1 fcFxPortC1AcctTable NODE 1.3.6.1.3.42.2.1.4.1.1.7 fcFxPortC1ConnTime LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.12 fcFxPortC1Discards LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.5 fcFxPortC1FbsyFrames LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.6 fcFxPortC1FrjtFrames LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.3 fcFxPortC1InConnections LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.8 fcFxPortC1InFrames LEAF Counter 1.3.6.1.3.42.2.1.4.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.5.1.1.16 fcFxPortCapBaudRates LEAF Fc0BaudRateCap 1.3.6.1.3.42.2.1.5.1.1.5 fcFxPortCapBbCreditMax LEAF FcBbCredit 1.3.6.1.3.42.2.1.5.1.1.6 fcFxPortCapBbCreditMin LEAF FcBbCredit 1.3.6.1.3.42.2.1.5.1.1.12 fcFxPortCapClass2SeqDeliv LEAF INTEGER 1.3.6.1.3.42.2.1.5.1.1.13 fcFxPortCapClass3SeqDeliv LEAF INTEGER 1.3.6.1.3.42.2.1.5.1.1.9 fcFxPortCapCos LEAF FcCosCap 1.3.6.1.3.42.2.1.5.1.1 fcFxPortCapEntry NODE 1.3.6.1.3.42.2.1.5.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.3.1.1.2 fcFxPortErrorFxPortIndex LEAF FcFeFxPortIndex 1.3.6.1.3.42.2.1.3.1.1.1 fcFxPortErrorModuleIndex LEAF FcFeModuleIndex 1.3.6.1.3.42.2.1.3.1 fcFxPortErrorTable NODE 1.3.6.1.3.42.2.1.2.4.1.4 fcFxPortFcphVersionAgreed LEAF FcphVersion 1.3.6.1.3.42.2.1.1.5.1.4 fcFxPortFcphVersionHigh LEAF FcphVersion 1.3.6.1.3.42.2.1.1.5.1.5 fcFxPortFcphVersionLow LEAF FcphVersion 1.3.6.1.3.42.2.1.1.5.1.15 fcFxPortHoldTime LEAF MicroSeconds 1.3.6.1.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.2.3.1.1 fcFxPortPhysModuleIndex LEAF FcFeModuleIndex 1.3.6.1.3.42.2.1.2.3.1.4 fcFxPortPhysOperStatus LEAF INTEGER 1.3.6.1.3.42.2.1.2.3.1.6 fcFxPortPhysRttov LEAF MilliSeconds 1.3.6.1.3.42.2.1.2.3 fcFxPortPhysTable NODE 1.3.6.1.3.42.2.1.3.1.1.6 fcFxPortPrimSeqProtoErrors LEAF Counter 1.3.6.1.3.42.2.1.1.5.1.8 fcFxPortRatov LEAF MilliSeconds 1.3.6.1.3.42.2.1.1.5.1.7 fcFxPortRxBufSize LEAF FcRxDataFieldSize 1.3.6.1.3.42.2.1.3.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.2.1 fcTrapMaxClients LEAF Unsigned32 1.3.6.1.2.1.8888.1.2.3.1 fcTrapRegEntry NODE 1.3.6.1.2.1.8888.1.2.3.1.3 fcTrapRegFilter LEAF FcEventSeverity 1.3.6.1.2.1.8888.1.2.3.1.1 fcTrapRegIpAddress LEAF IpAddress 1.3.6.1.2.1.8888.1.2.3.1.2 fcTrapRegPort LEAF Unsigned32 1.3.6.1.2.1.8888.1.2.3.1.4 fcTrapRegRowState LEAF RowStatus 1.3.6.1.2.1.8888.1.2.3 fcTrapRegTable NODE 1.3.6.1.3.42 fibreChannel NODE 1.3.6.1.4.1.289.2.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.5.20 icmpOutRedirects LEAF Counter 1.3.6.1.2.1.5.19 icmpOutSrcQuenchs LEAF Counter 1.3.6.1.2.1.5.17 icmpOutTimeExcds LEAF Counter 1.3.6.1.2.1.5.24 icmpOutTimestampReps LEAF Counter 1.3.6.1.2.1.5.23 icmpOutTimestamps LEAF Counter 1.3.6.1.2.1.2.2.1.7 ifAdminStatus LEAF INTEGER 1.3.6.1.2.1.2.2.1.2 ifDescr LEAF DisplayString 1.3.6.1.2.1.2.2.1 ifEntry NODE 1.3.6.1.2.1.2.2.1.13 ifInDiscards LEAF Counter 1.3.6.1.2.1.2.2.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.2 interfaces NODE 1.3.6.1 internet NODE 1.3.6.1.2.1.4 ip NODE 1.3.6.1.2.1.4.20.1.1 ipAdEntAddr LEAF IpAddress 1.3.6.1.2.1.4.20.1.4 ipAdEntBcastAddr LEAF INTEGER 1.3.6.1.2.1.4.20.1.2 ipAdEntIfIndex LEAF INTEGER 1.3.6.1.2.1.4.20.1.3 ipAdEntNetMask LEAF IpAddress 1.3.6.1.2.1.4.20.1.5 ipAdEntReasmMaxSize LEAF INTEGER 1.3.6.1.2.1.4.20.1 ipAddrEntry NODE 1.3.6.1.2.1.4.20 ipAddrTable NODE 1.3.6.1.2.1.4.2 ipDefaultTTL LEAF INTEGER 1.3.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.4.16 ipReasmFails LEAF Counter 1.3.6.1.2.1.4.15 ipReasmOKs LEAF Counter 1.3.6.1.2.1.4.14 ipReasmReqds LEAF Counter 1.3.6.1.2.1.4.13 ipReasmTimeout LEAF INTEGER 1.3.6.1.2.1.4.21.1.10 ipRouteAge LEAF INTEGER 1.3.6.1.2.1.4.21.1.1 ipRouteDest LEAF IpAddress 1.3.6.1.2.1.4.21.1 ipRouteEntry NODE 1.3.6.1.2.1.4.21.1.2 ipRouteIfIndex LEAF INTEGER 1.3.6.1.2.1.4.21.1.13 ipRouteInfo LEAF OBJECT IDENTIFIER 1.3.6.1.2.1.4.21.1.
MIB Objects Sorted Alphabetically 1.3.6.1.6.3.10.1.1 snmpAuthProtocols NODE 1.3.6.1.6.1.2 snmpCLNSDomain NODE 1.3.6.1.6.1.3 snmpCONSDomain NODE 1.3.6.1.6.1.4 snmpDDPDomain NODE 1.3.6.1.6.1 snmpDomains NODE 1.3.6.1.2.1.11.30 snmpEnableAuthenTraps LEAF INTEGER 1.3.6.1.6.3.10.2.1 snmpEngine NODE 1.3.6.1.6.3.10.2.1.2 snmpEngineBoots LEAF INTEGER 1.3.6.1.6.3.10.3.2.1 snmpEngineGroup NODE 1.3.6.1.6.3.10.2.1.1 snmpEngineID LEAF SnmpEngineID 1.3.6.1.6.3.10.2.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.11.11 snmpInReadOnlys LEAF Counter 1.3.6.1.2.1.11.17 snmpInSetRequests LEAF Counter 1.3.6.1.2.1.11.8 snmpInTooBigs LEAF Counter 1.3.6.1.2.1.11.13 snmpInTotalReqVars LEAF Counter 1.3.6.1.2.1.11.14 snmpInTotalSetVars LEAF Counter 1.3.6.1.2.1.11.19 snmpInTraps LEAF Counter 1.3.6.1.6.3 snmpModules NODE 1.3.6.1.2.1.11.22 snmpOutBadValues LEAF Counter 1.3.6.1.2.1.11.24 snmpOutGenErrs LEAF Counter 1.3.6.1.2.1.11.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.6.5 tcpActiveOpens LEAF Counter 1.3.6.1.2.1.6.7 tcpAttemptFails LEAF Counter 1.3.6.1.2.1.6.13.1 tcpConnEntry NODE 1.3.6.1.2.1.6.13.1.2 tcpConnLocalAddress LEAF IpAddress 1.3.6.1.2.1.6.13.1.3 tcpConnLocalPort LEAF INTEGER 1.3.6.1.2.1.6.13.1.4 tcpConnRemAddress LEAF IpAddress 1.3.6.1.2.1.6.13.1.5 tcpConnRemPort LEAF INTEGER 1.3.6.1.2.1.6.13.1.1 tcpConnState LEAF INTEGER 1.3.6.1.2.1.6.13 tcpConnTable NODE 1.3.6.1.2.1.6.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.7.4 udpOutDatagrams LEAF Counter 1.3.6.1.2.1.7.5 udpTable NODE 0.
index A audience 8 authorized reseller, HP 13 C conventions document 9 equipment symbols 10 text symbols 9 D enterprise specific fru status change trap 26 enterprise specific invalid attachment trap 27 enterprise specific port status trap 25 enterprise specific threshold alert trap 27 EOS trap overview 22 equipment symbols 10 ES fru changes trap 24 ES invalid attachment trap 24 ES port change trap 24 ES threshold alert trap 24 event SCN trap 25 F FA MIB event trap 28 FA MIB port status change trap 30 F
Index port statistics 115 port table 98 sensor table 95 SNMP trap registration group 126 trap registration table 127 trap types 129 G generic authentication failure trap 24 generic cold start trap 24 generic link up trap 24 generic warm start trap 24 getting help 13 H help, obtaining 13 HP authorized reseller 13 storage web site 13 technical support 13 M MIB objects sorted alphabetically 177 sorted by OID 153 MIB-II additional IP objects 53 additional TCP objects 59 address translation group 41 definiti
Index ES invalid attachment 24 ES port change 24 ES threshold alert 24 event SCN 25 FA MIB event 28 FA MIB port status change 30 FA MIB sensor 30 field descriptions 23 FRU removed or status unknown 143 FRU status changes to active 143 FRU status changes to backup 143 FRU status changes to failed 143 FRU status changes to update/busy 143 generic authentication failure 24 generic cold start 24 generic link up 24 generic warm start 24 invalid primitive sequence 144 loss of signal or sync 143 SNMP Reference f