reference guide hp StorageWorks SNMP reference for directors and edge switches Product Version: FW V05.01.00-24/HAFM SW V07.01.00-09 Fourth Edition (June 2003) Part Number: AA-RQ7BD-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-2003 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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 Type Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 Connectivity Unit Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 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 MIBs (sorted by object ID or alphabetically).
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 The document conventions included in Table 1 apply in most cases.
About this Guide Caution: Text set off in this manner indicates that failure to follow directions could result in damage to equipment or data. 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. They have the following meanings.
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 website: http://www.hp.com. HP Technical Support Telephone numbers for worldwide technical support are listed on the following HP website: http://www.hp.com/support/. From this website, 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 Why Variables Exist In a Managed Device Variables are the means by which a Director or Edge Switch (and other devices) keep track of their performance, control their own performance, and provide access to their performance for network managers. A simple example of a variable’s use is to set a port offline and turn the port back on. Some variables just hold values that indicate status (for example error counts).
Introduction to SNMP Figure 2: Retrieving or setting values using MIBs Standard MIBs Standard MIBs are those available with SNMP and designed for standard operation with a wide variety of managed devices. “SNMP Support” on page 21 describes the standard MIBs used by HP StorageWorks Directors, Edge Switches, and the HA-Fabric Manager (HAFM) application. Standard MIBs are: ■ MIB-II (Internet MIB) as described in RFC 1213: supported by all Directors and Edge Switches.
Introduction to SNMP Private Enterprise MIBs Private MIBs are those provided by the manufacturer of the managed devices to allow management of device-specific items. Chapter 2 describes the private MIBs in more detail. The private enterprise MIB is the FCEOS MIB, which is used by Directors and Edge Switches to support zoning, port binding, threshold alerts, and trunking. Traps and Their Purpose Traps are unsolicited status reports, or status change indicators a managed object sends to a network manager.
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 transmission control protocol/internet protocol (TCP/IP) that uses the user datagram protocol (UDP) or other protocols such as UDP/IP to exchange messages between an SNMP agent (in a managed device) and a management station residing on a network. Because SNMP does not rely on the underlying communication protocols, it can be made available over other protocols.
SNMP Support EOS Trap Overview All EOS traps are SNMPv1 format, regardless of MIB definition syntax.) SNMP traps are specific types of SNMP messages enclosed in user datagram protocol (UDP) packets as shown: [ IP Packet [ UDP Packet [ SNMP Message ] ] ] The SNMP message format is: [ Version | Community | SNMP PDU ] There are different formats for the SNMP protocol data units (PDUs), including trap PDUs, for SNMPv1 and SNMPv2.
SNMP Support ■ Variable bindings—Serves as the data field of the SNMPv2 PDU. Each variable binding associates a particular object instance with its current value (with the exception of Get and GetNext requests, for which the value is ignored).
SNMP Support ES Threshold Alert N/A Threshold specified in threshold table has been exceeded for a port. FCEOS 1.3.6.1.4.1.289.4 YES NO Switch SCN Alert Change in switch status. FC-MGMN T 1.3.6.1.2.1.8888.0.1 YES YES Event SCN Info A new system event was generated. FC-MGMN T 1.3.6.1.2.1.8888.0.3 YES YES Sensor SCN Alert Change in status for FAN/FAN2/ POWER FRUs. FC-MGMN T 1.3.6.1.2.1.8888.0.4 YES YES Port SCN Alert A change in port status. FC-MGMN T 1.3.6.1.2.1.8888.0.
SNMP Support Enterprise-specific Port Status Change Trap This trap is sent for each port that has a status change. There is one variable binding as follows: Binding 1 26 OID Value 1.3.6.1.4.1.289.2.1.1.2.3.1.1.3.port_number fcEosPortOpStatus.port_number New status value. See definition for “fcEosPortOpStatus” on page 133.
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 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 OID 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 SNMP Reference for Directors and Edge Switches Value 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.
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 it’s 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 Binding #1: 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 As displayed by the MG-SOFT browser, the output above is shown in hierarchical tree form. Trap number 3 has been expanded to show the details of the information contained in the trap. The agent address is the IP address of the switch, and the management address is the address of the PC which was running MG-SOFT. In this case the trap can be identified by the Enterprise (fcMgmtMIB – also known as the FA MIB) and the specific trap number (3), which identifies this as an FA MIB event trap.
SNMP Support MIB Definitions MIB-II There are eleven groups of objects specified in MIB-II. The EOS SNMP agent supports eight groups: 36 ■ System group. This group provides general information about the managed system. ■ Interfaces group. ■ Address Translation group. This group is implemented, but the corresponding table may be empty. ■ IP group. ■ ICMP group. ■ TCP group. ■ UDP group. ■ SNMP group. This group keeps statistics on the SNMP agent implementation itself.
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 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. MIB-2 Object Name Type Access Description ifIndex INTEGER R A unique value for each interface. Its value ranges between 1 and the value of ifNumber.
SNMP Support ifType 40 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 ifInErrors Counter R The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. ifInUnknownP rotos Counter R The number of packets received via the interface which were discarded because of an unknown or unsupported protocol. ifOutOctets Counter R The total number of octets transmitted out of the interface, including framing characters.
SNMP Support Address Translation Group/Table Implementation of the Address Translation group is mandatory for all systems. Note however that this group is deprecated by MIB-II. That is, it is being included solely for compatibility with MIB-I nodes, and will most likely be excluded from MIB-III nodes. From MIB-II and onwards, each network protocol group contains its own address translation tables.
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 ipForwDatagr ams 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 ipOutNoRoute s Counter R The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagarms which a host cannot route because all of its default gateways are down. ipReasmTimeo ut INTEGER R The maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity.
SNMP Support IP Address Table The IP address table contains this entity's IP addressing information. MIB-2 Object Name Type Access Description ipAdEntAddr IpAddress R The IP address to which this entry's addressing information pertains. ipAdEntIfInde x INTEGER R The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
SNMP Support IP Routing Table The IP routing table contains an entry for each route presently known to this entity MIB-2 Object Name Type Access Description ipRouteDest IpAddress RW The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
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 Indicate 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 network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.
SNMP Support IP Address Translation Table The IP address translation table contain 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, then the Address Translation table is empty, i.e., has zero entries.
SNMP Support Additional IP Objects MIB-2 Object Name ipRoutingDisc ards Type Counter Access 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 icmpInTimesta mpReps Counter R The number of ICMP Timestamp Reply messages received. icmpInAddrM asks Counter R The number of ICMP Address Mask Request messages received. icmpInAddrM askReps 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 icmpOutTimes tampReps Counter R The number of ICMP Timestamp Reply messages sent. icmpOutAddr Masks Counter R The number of ICMP Address Mask Request messages sent. icmpOutAddr MaskReps 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.
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 tcpConnLocal Port INTEGER (0..65535 R The local port number for this TCP connection. tcpConnRemA ddress IpAddress R The remote IP address for this TCP connection. tcpConnRemP ort 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 UDP Listener Table The UDP listener table contains information about this entity's UDP end-points on which a local application is currently accepting datagrams. 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..
SNMP Support snmpInASNParseE rrs 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'.
SNMP Support snmpInSetRequests Counter R The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity. snmpInGetRespon ses Counter R The total number of SNMP Get-Response PDUs which have been accepted and processed by the SNMP protocol entity. snmpInTraps Counter R The total number of SNMP Trap PDUs which have been accepted and processed by the SNMP protocol entity.
SNMP Support snmpOutGetRespo nses 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. snmpEnableAuthe nTraps INTEGER RW Indicates whether the SNMP agent process is permitted to generate authentication-failure traps.
SNMP Support Fabric Element Management MIB There are eleven groups of objects defined in the Fabric Element Management MIB. Fabric Element Management MIB Tables Type Syntax Description DisplayString OCTET STRING MilliSeconds INTEGER (0..2147383647) MicroSeconds INTEGER (0..2147383647) FcNameId OCTET STRING (SIZE(8)) World Wide Name or Fibre Channel Name associated with an FC entity.
SNMP Support Fc0BaudRate INTEGER The values are defined as follows: other(1) – none of below, oneEighth(2) – 155 Mbaud (12.5MB/s), quarter(4) – 266 Mbaud (25.0MB/s), half(8) – 532 Mbaud (50.0MB/s), full(16) – 1 Gbaud (100MB/s), double(32) – 2 Gbaud (200MB/s), quadruple(64) -- 4 Gbaud (400MB/s). Fc0BaudRateCap INTEGER (0..127) bit 0 – other, bit 1 – oneEighth, bit 2 – quarter, bit 3 – half, bit 4 – full, bit 5 – double, bit 6 – quadruple, bit 7 – reserved for future. Fc0MediaCap INTEGER (0..
SNMP Support MIB objects defined in the Fabric Element MIB: Fabric Element MIB Object Name Type Provide d By Access Description fcFabricName FabricName PCP R The Name_Identifier of the Fabric to which this Fabric Element belongs. FcElementName FcNameId PCP R The Name_Identifier of the Fabric Element. FcFeModuleCapac ity FcFeModuleCap acity SNMP R The maximum number of modules in the Fabric Element, regardless of their current state.
SNMP Support fcFeModuleOper Status INTEGER SNMP R This object indicates the operational status of the module: online(1) – the module is functioning properly; offline(2) – the module is not available; testing(3) – the module is under testing; and faulty(4) – the module is defective in some way. The status is evaluated from fcFPortPhysOperStatus as following order.
SNMP Support FxPort Configuration Table A table that contains one entry for each FxPort in the Fabric Element and configuration and service parameters of the FxPorts. Fabric Element MIB Object Name Type Provid ed By Access Description fcFxConfFxPortInd ex FcFeFxPortIndex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module.
SNMP Support FcFxPortFcphVersi onLow FcphVersion FC2 R The lowest or earliest version of FC-PH that the FxPort 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, then the value is 0. For values see “FcFxPortFcphVersionHigh” on page 68.
SNMP Support FcFxPortStackedC onnMode FcStackedConnMo de SNMP R A value indicating the mode of Stacked Connect supported by the FxPort. This is fixed at none(1). FcFxPortClass2Seq Deliv INTEGER SNMP R A flag indicating whether or not Class 2 Sequential Delivery is supported by the FxPort. The values are defined as follows: yes(1) and no(2). This is fixed at yes(1). FcFxPortClass3Seq Deliv INTEGER SNMP R A flag indicating whether or not Class 3 Sequential Delivery is supported by the FxPort.
SNMP Support FcFxPortMedium Fc0Medium FPM R The FC-0 medium of the FxPort. The value is a bitwise OR of these values: 0x02, 0x04, micron 0x08, 62.5 micron Single Mode fibre Multi-mode fibre 50 Multi-mode fibre Or it will be unknown (0x01) if no information is available. FcFxPortTxType Fc0TxType FPM R The FC-0 transmitter type of the FxPort.
SNMP Support FxPort Operation Table A table that contains, one entry for each FxPort in the Fabric Element, operational status and parameters of the FxPorts. Fabric Element MIB Object Name Type fcFxPortOperFxPor tIndex Provid ed By Access FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified FxPort until the module is re-initialized.
SNMP Support FcFxPortBbCreditA vailable 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 fcFxPortBbCredit. FcFxPortOperMod e FcFxPortMode AS R The current operational mode of the FxPort. 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 FcFxPortPhysAdmi nStatus 74 INTEGER PCP, FPM R/W The desired state of the FxPort. A management station may place the FxPort in a desired state by setting this object accordingly. The testing(3) state indicates that no operational frames can be passed. When a Fabric Element initializes, all FxPort start with fcFxPortPhysAdminStatus in the offline(2) state.
SNMP Support FcFxPortPhysOper Status INTEGER FPM, SNMP R The current operational status of the FxPort. The testing(3) indicates that no operational frames can be passed. If fcFxPortPhysAdminStatus is offline(2) then fcFxPortPhysOperStatus should be offline(2). If fcFxPortPhysAdminStatus is changed to online(1) then fcFxPortPhysOperStatus should change to online(1) if the FxPort is ready to accept Fabric Login request from the attached NxPort.
SNMP Support FxPort Fabric Login Table An entry containing service parameters established from a successful Fabric Login. Fabric Element MIB Object Name Type fcFxlogiFxPortI ndex Provided By Access FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified FxPort until the module is re-initialized. This number ranges from 1 to AS_glob.
SNMP Support FcFxPortInterm ixSuppAgreed INTEGER SNMP R A variable indicating that the attached NxPort has requested the FxPort for the support of Intermix and the FxPort 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 FxPort 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 FxPort has no NxPort attached to it. This is the world wide Name of the attached to NxPort. It’s same as fcFPortAttachedPortName. FcFxPortConn ectedNxPort FcAddressId SNMP R The address identifier of the destination FxPort with which this FxPort is currently engaged in a either a Class 1 or loop connection.
SNMP Support FxPort Error Table A table that contains one entry for each FxPort, counters that record the numbers of errors detected. Fabric Element MIB Object Name Type fcFxPortErrorF xPortIndex Provided By Access FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified FxPort until the module is re-initialized.
SNMP Support FcFxPortLinkR esetOuts Counter PSCC R The number of Link Reset Protocol issued by this FxPort to the attached NxPort. FcFxPortOlsIns Counter PSCC R The number of Offline Sequence received by this FxPort. FcFxPortOlsO uts Counter PSCC R The number of Offline Sequence issued by this FxPort. Class 1 Accounting Table A table that contains one entry for each FxPort in the Fabric Element, Class 1 accounting information. These entries are all zero, because class 1 is not supported.
SNMP Support FcFxPortC1Frjt Frames Counter SNMP R The number of F_RJT frames generated by this FxPort against Class 1 connect-request. This value is fixed at 0. FcFxPortC1Co nnTime Counter SNMP R The cumulative time that this FxPort has been engaged in Class 1 connection. The amount of time of each connection is counted in octets from after a connectrequest has been accepted until the connection is disengaged, either by an EOFdt or Link Reset. This value is fixed at 0.
SNMP Support Class 2 Accounting Table A table that contains one entry for each FxPort in the Fabric Element, Class 2 accounting information recorded since the management agent has re-initialized. Fabric Element MIB Object Name Type fcFxPortC2Ac ctFxPortIndex Provided By Acces s FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module.
SNMP Support Class 3 Accounting Table A table that contains one entry for each FxPort in the Fabric Element, Class 3 accounting information recorded since the management agent has re-initialized. Fabric Element MIB Object Name Type fcFxPortC3Ac ctFxPortIndex Provided By Acces s FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module.
SNMP Support FxPort Capability Table A table that contains one entry for each FxPort, the capabilities of the port within the Fabric Element Fabric Element MIB Object Name Type fcFxPortCapFx PortIndex Provided By Acces s FcFeFxPortInd ex SNMP R This object identifies the FxPort within the module. This number ranges from 1 to the value of fcFeModulePortCapacity for the associated module. The value remains constant for the identified FxPort until the module is re-initialized.
SNMP Support FcFxPortCapR xDataFieldSiz eMin FcRxDataField Size SNMP R The minimum size in bytes of the Data Field in a frame that the FxPort is capable of receiving from its attached NxPort. This value is fixed at 2112. FcFxPortCapC os FcCosCap SNMP R A value indicating the set of Classes of Service that the FxPort is capable of supporting. This value is fixed at CLASS_2 | CLASS_3 (0x0C).
SNMP Support FcFxPortCapH oldTimeMin MicroSeconds SNMP R The minimum holding time (in microseconds) that the FxPort is capable of supporting. This value is not supported. It’s always zero. FcFxPortCapB audRates Fc0BaudRate Cap FPM R A value indicating the set of baud rates that the FxPort is capable of supporting. This variable has been deprecated and may be implemented for backward compatibility.
SNMP Support Fibre Alliance MIB Type Definitions Type Syntax Description FcNameId OCTET STRING (SIZE(8)) Represents the World Wide Name (WWN; IEEE 60-bitvariety; 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 FcUnitType INTEGER The values are defined as follows: unknown (1) – cannot be determined, other (2) – none of the following, hub (3) – passive connectivity unit supporting loop protocol, switch (4) – active connectivity unit supporting multiple protocols, gateway (5) – unit that converts not only the interface but also the frame into another protocol. The assumption is that there is always two gateways connected together.
SNMP Support Connectivity Unit Group FA MIB Object Name Type Value Acces s 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 FA MIB Object Name *fcConnUnitId 90 Type OCTET STRING Product Mapping Switch’s WWN. Access R Description 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 FcGlobalId Switch’s WWN. R 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.
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.
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 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.
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, etc. (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[fcCo nnUnitId]. FcConnUnitRe vsRevision SnmpAd minString XX.XX.XX (The revision of the switch).
SNMP Support Sensor Table The sensor table lists the sensors(for fan and power supplies) supported by each switch. For each switch, the table will contain a list of all fan and power supply FRU positions, regardless of whether they are installed or not. When a FRU is not installed, the UnitSensorStatus for that table entry will be unknown(1).
SNMP Support FcConnUnitSe nsorMessage SnmpAd minString The textual description of the FRU status, such as “active” or “failed”. R 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’. 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 fcConnUnitPor tIndex Unsigned 32 The 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 Redcloud H_Port 0x18 = class2(0x10) + class3(0x08) B_Port 0x58 = classF(0x40) + class2(0x10) + class3(0x08) else it 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(
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 143. R The current overall protocol status for the port.
SNMP Support fcConnUnitPor tModuleType 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 are supported. Always return unknown(1) on read. SNMP Reference for Directors and Edge Switches R/W This object 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) 106 (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) (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 rtProtocolCap (added from Mib3.0) 108 OCTET STRING (SIZE (2)) If the port is Not installed fcConnUnitPortProtocolCap =0 else if Redcloud H_Port 1 = Loop(1) B_Port 2 = Fabric(2) else it depends on the configured Port Type: Gx_Port 3 = Loop(1) + Fabric(2) G_Port 2 = Fabric(2) Fx_Port 3 = Loop(1) + Fabric(2) F_Port 2 = Fabric(2) E_Port 2 = Fabric(2) R Bit mask that specifies the driver-level protocol capability of this port.
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. FA MIB Object Name *fcConnUnitE ventIndex 110 Type Unsigned32 Product Mapping An event index. Acces s 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 ‘getNext’s to retrieve the initial table.
SNMP Support *fcConnUnitE ventIndex (continued) (continued from previous cell) 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.
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 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[...
SNMP Support This table is accessed either directly if the management software has an index value or via GetNexts. The value of the indexes are not required to be contiguous. Each entry created in this table will be assigned an index. This relationship is kept persistent until the entry is removed from the table or the system is reset. The total number of entries are defined by the size of the table.
SNMP Support FcConnUnitLin kPortWwnX OCTET STRING The local side port WWN on the link. This information is available for both E and F_Ports. R The port WWN of the unit specified by fcConnUnitLinkNodeIdX if known, otherwise 16 octets of binary 0. FcConnUnitLin kNodeIdY 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.
SNMP Support FcConnUnitLin kAgentPortY Unsigned 32 FcConnUnitLin kUnitTypeY FcUnitTyp e FcConnUnitLin kConnIdY 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’s 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 fcConnUnitPortStatTable - Port Statistics There is one statistics table for each individual port. For all objects in the statistics table, if the object is not supported by the conn unit, then the high order bit is set to 1 with all other bits set to zero. The high order bit is reserved to indicate whether the object is supported or not. All objects start at a value of zero at hardware initialization and continue incrementing till end of 63 bits and then wrap to zero.
SNMP Support FcConnUnitPo rtStatCountRx Objects Counter6 4 stRxFrames (64-bit counter) R 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. FcConnUnitPo rtStatCountTx Elements Counter6 4 stTxOctets (64-bit counter) R The number of octets or bytes that have been transmitted by this port.
SNMP Support FcConnUnitPo rtStatCountFB SYFrames Counter6 4 Not supported R 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.
SNMP Support FcConnUnitPo rtStatCountCla ss1RxFrames Counter6 4 Not supported R Count of Class 1 Frames received at this port. Note, this is a Fibre Channel only stat. FcConnUnitPo rtStatCountCla ss1TxFrames Counter6 4 Not supported R Count of Class 1 Frames transmitted out this port. Note, this is a Fibre Channel only stat.
SNMP Support FcConnUnitPo rtStatCountCla ss2RxFrames Counter6 4 stC2FramesIn counter) (64-bit R Count of Class 2 Frames received at this port. Note, this is a Fibre Channel only stat. FcConnUnitPo rtStatCountCla ss2TxFrames Counter6 4 stC2FramesOut (64-bit counter) R Count of Class 2 Frames transmitted out this port. Note, this is a Fibre Channel only stat.
SNMP Support FcConnUnitPo rtStatCountCla ss3RxFrames Counter6 4 stC3FramesIn (64-bit counter) R Count of Class 3 Frames received at this port. Note, this is a Fibre Channel only stat. FcConnUnitPo rtStatCountCla ss3TxFrames Counter6 4 stC3FramesOut (64-bit counter) R Count of Class 3 Frames transmitted out this port. 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.
SNMP Support fcConnUnitPor tStatCountAd dressErrors Counter6 4 stAddrIDErrors (Only supports low 32-bits of counter, high 32-bits are set to zero) R Count of frames received with unknown addressing. For example unknown SID or DID. The SID or DID is not known to the routing algorithm. Note. This is a Fibre Channel only stat.
SNMP Support fcConnUnitSn sClassOfSvc OCTET STRING (SIZE) (1)) Class of Service that matches the FC class service convention used in name server. R The classes of service offered by this entry in the SNS table. fcConnUnitSn sNodeIPAddre ss OCTET STRING (SIZE) (16)) Node IP address R The Ipv6 formatted address of the Node for this entry in the SNS table. In order for this data to be present, IP address must have been registered with the switch.
SNMP Support SNMP Trap Registration Group FA MIB Object Name Type fcTrapMaxClie nts Unsigned 32 The maximum number of SNMP trap recipients can be supported in the system. R The maximum number of SNMP trap recipients supported by the connectivity unit. FcTrapClientC ount Unsigned 32 The current number of trap recipients R The current number of rows in the trap table.
SNMP Support FcTrapRegFilte r FcEventSe verity The severity filter. 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. FcTrapRegRow State 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 fcConnUnitDel etedTrap 2 Not supported on the connUnit.
SNMP Support fcConnUnitEv entTrap 3 Generated when a new event is generated. “.1.3.6.1.2.1.8888.1. 1.7.1.1” + unitId fcConnUnitEventIndex, “.1.3.6.1.2.1.8888.1. 1.7.1.5” + unitId fcConnUnitEventType, “.1.3.6.1.2.1.8888.1. 1.7.1.6” + unitId fcConnUnitEventObject , “.1.3.6.1.2.1.8888.1. 1.7.1.7” + unitId fcConnUnitEventDescr An event has been generated by the connectivity unit.
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 fcEosSysSerial Num DisplayString (SIZE (1..64)) McK DEV-TBL R The ASCII system serial number of the switch. Returns the switch OEM serial number. fcEosSysOper Status FcEosSysOper Status PCP R The current operational status of the switch. fcEosSysState INTEGER PCP 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 SNMP R This object 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 back up 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 fcEosPortAdm Status INTEGER PCP, FPM 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 fcEosPortConfi gSpeed INTEGER fcEosPortOpS peed PCP R The configured port speed. The values are defined as follows: one-gig (1), two-gig (2), negotiate (3). PCP 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 fcEosPortTxThr oughput Counter PSCC R The Bps (bytes per second) transmission rate of the port. fcEosPortRxTh roughput Counter PSCC R The Bps (bytes per second) reception rate of the port. fcEosPortTxC2 Words32 Counter PSCC 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.
SNMP Support fcEosPortTxLin kResets Counter PSCC R The number of link resets initiated by this switch port. fcEosPortRxLin kResets Counter PSCC R The number of link resets initiated by the attached N_port. fcEosPortTxOL Ss Counter PSCC R The number of offline sequences initiated by this switch port. fcEosPortRxOL Ss Counter PSCC R The number of offline sequences initiated by the attached N_port. fcEosPortSyncL osses Counter PSCC R The number of loss of synchronization timeout.
SNMP Support fcEosPortRxC2 Words64 OCTET STRING (SIZE (8)) PSCC 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.) fcEosPortTxC2 Frames64 OCTET STRING (SIZE (8)) PSCC R A 64-bit counter for the number of Class 2 frames that the port has transmitted. fcEosPortRxC2 Frames64 OCTET STRING (SIZE (8)) PSCC R A 64-bit counter for the number of Class 2 frames that the port has received.
SNMP Support fcEosPortC3Di scards64 OCTET STRING (SIZE (8) PSCC R A 64-bit counter for the number of Class 3 frames that the port has discarded fcEosPortTxFlo ws Counter PSCC R A 32-bit counter for the number of flows rerouted from this port. fcEosPortRxFlo ws Counter PSCC R A 32-bit counter for the number of flows rerouted to this port.
SNMP Support fcEosDefaultZ oneSetState ZoneSetState PCP R The state of the default zone set fcEosActiveZo neSetState ZoneSetState PCP R The state of the active zone set fcEosHardwar eEnforcedZoni ng INTEGER PCP R Indicates if zoning is hardware enforced (1=Hardzoning, 0=Nameserver zoning only). Provided By Access Active Zone Table FCEOS MIB Object Name Type Description fcEosZoneInde x INTEGER PCP R Zone index number.
SNMP Support fcEosMember WWN ZoneSetState PCP 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. fcEosMember DomainID INTEGER PCP R The domain ID. This value is only valid if the member type is 2, otherwise it will default to NULL. fcEosMember PortNumber INTEGER PCP R The port number. This value is only valid if the member type is 2, otherwise it will default to NULL.
SNMP Support fcEosTTADirec tion INTEGER PCP R This 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) fcEosTTATrigg erDuration INTEGER PCP R This 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 Port State Descriptions FCEOS, Fibre Alliance M3.1. PortStatus Used internally by HAFM Displayed in HAFM Port State Alert Symbol * FibreAlliance MIB** FE MIB*** connU nitPortS tate connU nitPortS tatus connU nitPort HWSta te fcFxPort PhysOp erStatus Port LED’s G re e n Description A m b er STAT_NO T_INSTAL LED Not Installe d unkno wn(1) unkno wn(1) unkno wn(1) No table entry Port card not installed.
SNMP Support STAT_AV AILABLE Online online( 2) ok(3) active( 4) online(1 ) STAT_BLO CKED Offline offline( 3) ok(3) active( 4) offline(2 ) 144 O n The attached device has successfully connected to the Director and is ready to communicate , or is in the process of communicati ng, with other attached devices. As long as the port remains in the online state, the green port LED remains illuminated or blinks when there is traffic.
SNMP Support STAT_UN AVAILABL E Offline Yellow Triangle online( 2) ok(3) active( 4) online(1 ) STAT_INT ERNAL_D IAGS STAT_EXT ERNAL_L OOP Testing Yellow Triangle online( 2) ok(3) loopba ck(5) testing(3 ) STAT_LIN K_RESET Link Reset Yellow Triangle online( 2) initializ ing(7) active( 4) online(1 ) SNMP Reference for Directors and Edge Switches The Director port has been configured as “Unblocked” and is receiving the Fibre Channel Offline Sequence (OLS) indicating that the attached devi
SNMP Support STAT_LIN K_FAILUR E Not Operati onal Yellow Triangle online( 2) initializ ing(7) active( 4) online(1 ) PortStatus .isInvalid Attachme nt() Invalid Attach ment Yellow Triangle online( 2) warnin g(4) active( 4) online(1 ) 146 The Director port is receiving the Fibre Channel Not Operational Sequence (NOS) indicating that the attached device is not operational. O n The Director port is in an invalid attachment state due to an improper connection.
SNMP Support STAT_SER VICE_RE QUIRED STAT_PO RT_FAIL Port Failure Red Diamon d online( 2) failure( 5) failed( 2) link-failu re(4) STAT_IN ACCESSI BLE N/A – port will never display in HAFM N/A – port will never display in HAFM No table entry No table entry No table entry No table entry SNMP Reference for Directors and Edge Switches O n The Director port has failed and requires service. The amber LED for the port remains illuminated.
SNMP Support STAT_IN ACTIVE Inactive Yellow Triangle 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 RFC’s 1157 and 1155 respectively. The SNMPv2C protocol is not supported.
SNMP Support 150 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.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.6.1.2.1.2.2.1.12 ifInNUcastPkts LEAF Counter 1.3.6.1.2.1.2.2.1.
MIB Objects Sorted by OID 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.14 ipReasmReqds LEAF Counter 1.3.6.1.2.1.4.15 ipReasmOKs LEAF Counter 1.3.6.1.2.1.4.16 ipReasmFails LEAF Counter 1.3.6.1.2.1.4.17 ipFragOKs LEAF Counter 1.3.6.1.2.1.4.
MIB Objects Sorted by OID 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.1 ipNetToMediaIfIndex LEAF INTEGER 1.3.6.1.2.1.4.22.1.2 ipNetToMediaPhysAddress LEAF PhysAddress 1.3.6.1.2.1.4.22.1.3 ipNetToMediaNetAddress LEAF IpAddress 1.3.6.1.2.1.4.22.1.4 ipNetToMediaType LEAF INTEGER 1.3.6.1.2.1.4.23 ipRoutingDiscards LEAF Counter 1.3.6.1.2.1.5 icmp NODE 1.3.6.1.2.1.5.
MIB Objects Sorted by OID 1.3.6.1.2.1.5.25 icmpOutAddrMasks LEAF Counter 1.3.6.1.2.1.5.26 icmpOutAddrMaskReps LEAF Counter 1.3.6.1.2.1.6 tcp NODE 1.3.6.1.2.1.6.1 tcpRtoAlgorithm LEAF INTEGER 1.3.6.1.2.1.6.2 tcpRtoMin LEAF INTEGER 1.3.6.1.2.1.6.3 tcpRtoMax LEAF INTEGER 1.3.6.1.2.1.6.4 tcpMaxConn LEAF INTEGER 1.3.6.1.2.1.6.5 tcpActiveOpens LEAF Counter 1.3.6.1.2.1.6.6 tcpPassiveOpens LEAF Counter 1.3.6.1.2.1.6.7 tcpAttemptFails LEAF Counter 1.3.6.1.2.1.6.
MIB Objects Sorted by OID 1.3.6.1.2.1.8 egp NODE 1.3.6.1.2.1.10 transmission NODE 1.3.6.1.2.1.11 snmp NODE 1.3.6.1.2.1.11.1 snmpInPkts LEAF Counter 1.3.6.1.2.1.11.2 snmpOutPkts LEAF Counter 1.3.6.1.2.1.11.3 snmpInBadVersions LEAF Counter 1.3.6.1.2.1.11.4 snmpInBadCommunityNames LEAF Counter 1.3.6.1.2.1.11.5 snmpInBadCommunityUses LEAF Counter 1.3.6.1.2.1.11.6 snmpInASNParseErrs LEAF Counter 1.3.6.1.2.1.11.8 snmpInTooBigs LEAF Counter 1.3.6.1.2.1.11.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.0.1 fcConnUnitStatusChange NODE 1.3.6.1.2.1.8888.0.2 fcConnUnitDeletedTrap NODE 1.3.6.1.2.1.8888.0.3 fcConnUnitEventTrap NODE 1.3.6.1.2.1.8888.0.4 fcConnUnitSensorStatusChange NODE 1.3.6.1.2.1.8888.0.5 fcConnUnitPortStatusChange NODE 1.3.6.1.2.1.8888.1 fcMgmtObjects NODE 1.3.6.1.2.1.8888.1.1 fcMgmtConfig NODE 1.3.6.1.2.1.8888.1.1.1 fcConnUnitNumber LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.2 fcConnURL LEAF DisplayString 1.3.6.1.2.1.8888.1.1.
MIB Objects Sorted by OID 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.24 fcConnUnitMaxEvents LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.3.1.25 fcConnUnitEventCurrID LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.4 fcConnUnitRevsTable NODE 1.3.6.1.2.1.8888.1.1.4.1 fcConnUnitRevsEntry NODE 1.3.6.1.2.1.8888.1.1.4.1.1 fcConnUnitRevsIndex LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.4.1.2 fcConnUnitRevsRevision LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.4.1.
MIB Objects Sorted by OID 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.16 fcConnUnitPortName LEAF SnmpAdminString 1.3.6.1.2.1.8888.1.1.6.1.17 fcConnUnitPortPhysicalNumber LEAF Unsigned32 1.3.6.1.2.1.8888.1.1.6.1.18 fcConnUnitPortProtocolCap LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.6.1.19 fcConnUnitPortProtocolOp LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.6.1.20 fcConnUnitPortNodeWwn LEAF FcNameId 1.3.6.1.2.1.8888.1.1.6.1.
MIB Objects Sorted by OID 1.3.6.1.2.1.8888.1.2.2 fcTrapClientCount LEAF Unsigned32 1.3.6.1.2.1.8888.1.2.3 fcTrapRegTable NODE 1.3.6.1.2.1.8888.1.2.3.1 fcTrapRegEntry NODE 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.3 fcTrapRegFilter LEAF FcEventSeverity 1.3.6.1.2.1.8888.1.2.3.1.4 fcTrapRegRowState LEAF RowStatus 1.3.6.1.2.1.8888.1.3 fcMgmtStatistics NODE 1.3.6.1.2.1.8888.1.3.
MIB Objects Sorted by OID 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.25 fcConnUnitPortStatC3RxFrames LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.26 fcConnUnitPortStatC3TxFrames 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.28 fcConnUnitPortStatRxMcastObjects LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.29 fcConnUnitPortStatTxMcastObjects 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.4.1.1.5 fcConnUnitSnsClassOfSvc LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.6 fcConnUnitSnsNodeIPAddress LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.7 fcConnUnitSnsProcAssoc LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.8 fcConnUnitSnsFC4Type LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.9 fcConnUnitSnsPortType LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.10 fcConnUnitSnsPortIPAddress LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.
MIB Objects Sorted by OID 1.3.6.1.3.42.2.1.1.4.1.3 fcFeModuleObjectID LEAF OBJECT IDENTIFIER 1.3.6.1.3.42.2.1.1.4.1.4 fcFeModuleOperStatus LEAF INTEGER 1.3.6.1.3.42.2.1.1.4.1.5 fcFeModuleLastChange LEAF TimeTicks 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.7 fcFeModuleName LEAF FcNameId 1.3.6.1.3.42.2.1.1.5 fcFxConfTable NODE 1.3.6.1.3.42.2.1.1.5.1 fcFxConfEntry NODE 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.5 fcFPortConnectedPort LEAF FcAddressId 1.3.6.1.3.42.2.1.2.1.1.6 fcFxPortBbCreditAvailable LEAF Gauge 1.3.6.1.3.42.2.1.2.1.1.7 fcFxPortOperMode LEAF FcFxPortMode 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.
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.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.42.2.1.4.3.1 fcFxPortC3AcctEntry NODE 1.3.6.1.3.42.2.1.4.3.1.1 fcFxPortC3AcctModuleIndex LEAF FcFeModuleIndex 1.3.
MIB Objects Sorted by OID 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.289 mcData NODE 1.3.6.1.4.1.289.2 commDev NODE 1.3.6.1.4.1.289.2.1 fibreChannel NODE 1.3.6.1.4.1.289.2.1.1 fcSwitch NODE 1.3.6.1.4.1.289.2.1.1.2 fcEos NODE 1.3.6.1.4.1.289.2.1.1.2.1 fcEosSys NODE 1.3.6.1.4.1.289.2.1.1.2.1.1 fcEosSysCurrentDate LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.1.
MIB Objects Sorted by OID 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 fcEosPortTable NODE 1.3.6.1.4.1.289.2.1.1.2.3.1.1 fcEosPortEntry NODE 1.3.6.1.4.1.289.2.1.1.2.3.1.1.1 fcEosPortIndex LEAF FcEosPortIndex 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.3 fcEosPortOpStatus LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.4 fcEosPortAdmStatus LEAF INTEGER 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.41 fcEosPortRxC3Words32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.42 fcEosPortTxC3Frames32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.43 fcEosPortRxC3Frames32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.44 fcEosPortTxC3Octets32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.45 fcEosPortRxC3Octets32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.46 fcEosPortC3Discards32 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.78 fcEosPortRxC3Words64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.79 fcEosPortTxC3Frames64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.80 fcEosPortRxC3Frames64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.81 fcEosPortTxC3Octets64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.82 fcEosPortRxC3Octets64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.83 fcEosPortC3Discards64 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.7.1.6 fcEosMemberPortNumber LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.6 fcEosTA NODE 1.3.6.1.4.1.289.2.1.1.2.6.1 fcEosTATable NODE 1.3.6.1.4.1.289.2.1.1.2.6.1.1 fcEosTAEntry NODE 1.3.6.1.4.1.289.2.1.1.2.6.1.1.1 fcEosTAIndex LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.6.1.1.2 fcEosTAName LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.6.1.1.3 fcEosTAState LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.6.1.1.4 fcEosTAType LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.
MIB Objects Sorted by OID 1.3.6.1.6.3.10.2.1.1 snmpEngineID LEAF SnmpEngineID 1.3.6.1.6.3.10.2.1.2 snmpEngineBoots LEAF INTEGER 1.3.6.1.6.3.10.2.1.3 snmpEngineTime LEAF INTEGER 1.3.6.1.6.3.10.2.1.4 snmpEngineMaxMessageSize LEAF INTEGER 1.3.6.1.6.3.10.3 snmpFrameworkMIBConformance NODE 1.3.6.1.6.3.10.3.1 snmpFrameworkMIBCompliances NODE 1.3.6.1.6.3.10.3.1.1 snmpFrameworkMIBCompliance NODE 1.3.6.1.6.3.10.3.2 snmpFrameworkMIBGroups NODE 1.3.6.1.6.3.10.3.2.
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. 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.3.6.
MIB Objects Sorted Alphabetically 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.5 fcConnUnitEventType LEAF INTEGER 1.3.6.1.2.1.8888.1.1.3.1.2 fcConnUnitGlobalId LEAF FcGlobalId 1.3.6.1.2.1.8888.2.2.
MIB Objects Sorted Alphabetically 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.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.10 fcConnUnitPortFCId LEAF OCTET STRING 1.3.6.1.2.1.8888.1.1.6.1.21 fcConnUnitPortHWState LEAF INTEGER 1.3.6.1.2.1.8888.1.1.6.1.1 fcConnUnitPortIndex LEAF Unsigned32 1.3.6.1.2.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.3.1.1.48 fcConnUnitPortStatDelimiterErrs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1.49 fcConnUnitPortStatEncodingErrs LEAF Counter64 1.3.6.1.2.1.8888.1.3.1.1 fcConnUnitPortStatEntry NODE 1.3.6.1.2.1.8888.1.3.1.1.2 fcConnUnitPortStatErrs 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.11 fcConnUnitPortStatFRJTFrames 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.3.1.1.36 fcConnUnitPortStatTxOfflineSeqs LEAF Counter64 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.6 fcConnUnitPortStatus LEAF INTEGER 1.3.6.1.2.1.8888.0.5 fcConnUnitPortStatusChange NODE 1.3.6.1.2.1.8888.1.1.6 fcConnUnitPortTable NODE 1.3.6.1.2.1.8888.1.1.6.1.7 fcConnUnitPortTransmitterType LEAF INTEGER 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.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.8888.1.4.1.1.11 fcConnUnitSnsFabricPortName LEAF FcNameId 1.3.6.1.2.1.8888.1.4.1.1.12 fcConnUnitSnsHardAddress LEAF FcGlobalId 1.3.6.1.2.1.8888.1.1.9 fcConnUnitSnsMaxRows LEAF Counter32 1.3.6.1.2.1.8888.1.4.1.1.6 fcConnUnitSnsNodeIPAddress LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.4 fcConnUnitSnsNodeName LEAF FcNameId 1.3.6.1.2.1.8888.1.4.1.1.10 fcConnUnitSnsPortIPAddress LEAF OCTET STRING 1.3.6.1.2.1.8888.1.4.1.1.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.5.1 fcEosActiveZoneSetName LEAF DisplayString 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.6 fcEosActiveZoneTable NODE 1.3.6.1.4.1.289.2.1.1.2.6.1.1.11 fcEosCTACounter LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.5.3 fcEosDefaultZoneSetState LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.2 fcEosFru NODE 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.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.3.1.1.83 fcEosPortC3Discards64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.10 fcEosPortConfigSpeed LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.12 fcEosPortConfigType LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.4.1.1.3 fcEosPortConfiguredWWN LEAF FcEosPortWWN 1.3.6.1.4.1.289.2.1.1.2.3.1.1.5 fcEosPortConnector LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.3.1.1.65 fcEosPortCrcs 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.82 fcEosPortRxC3Octets64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.41 fcEosPortRxC3Words32 LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.78 fcEosPortRxC3Words64 LEAF OCTET STRING 1.3.6.1.4.1.289.2.1.1.2.3.1.1.101 fcEosPortRxFlows LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.23 fcEosPortRxFrames32 LEAF Counter 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.
MIB Objects Sorted Alphabetically 1.3.6.1.4.1.289.2.1.1.2.3.1.1.24 fcEosPortTxThroughput LEAF Counter 1.3.6.1.4.1.289.2.1.1.2.3.1.1.20 fcEosPortTxWords32 LEAF Counter 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.7 fcEosPortXceiverType LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.1 fcEosSys NODE 1.3.6.1.4.1.289.2.1.1.2.1.12 fcEosSysAdmStatus LEAF INTEGER 1.3.6.1.4.1.289.2.1.1.2.1.2 fcEosSysBootDate LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.
MIB Objects Sorted Alphabetically 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.6.1.2 fcEosZoneName LEAF DisplayString 1.3.6.1.4.1.289.2.1.1.2.5 fcEosZoning NODE 1.3.6.1.3.42.2.1.2.1.1.4 fcFPortAttachedPortName LEAF FcPortName 1.3.6.1.3.42.2.1.2.1.1.5 fcFPortConnectedPort LEAF FcAddressId 1.3.6.1.3.42.2 fcFabric NODE 1.3.6.1.3.42.2.1.1.1 fcFabricName LEAF FabricName 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.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.4.1.1 fcFxPortC1AcctEntry NODE 1.3.6.1.3.42.2.1.4.1.1.2 fcFxPortC1AcctFxPortIndex LEAF FcFeFxPortIndex 1.3.6.1.3.42.2.1.4.1.1.1 fcFxPortC1AcctModuleIndex LEAF FcFeModuleIndex 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.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42.2.1.4.3.1.6 fcFxPortC3OutOctets LEAF Counter 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.
MIB Objects Sorted Alphabetically 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.3.42.2.1.2.1.1.3 fcFxPortID LEAF FcAddressId 1.3.6.1.3.42.2.1.2.4.1.8 fcFxPortIntermixSuppAgreed LEAF INTEGER 1.3.6.1.3.42.2.1.1.5.1.
MIB Objects Sorted Alphabetically 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.5 fcFxPortSigLosses LEAF Counter 1.3.6.1.3.42.2.1.1.5.1.12 fcFxPortStackedConnMode LEAF FcStackedConnMode 1.3.6.1.3.42.2.1.2.4.1.9 fcFxPortStackedConnModeAgreed LEAF FcStackedConnMode 1.3.6.1.3.42.2.1.3.1.1.4 fcFxPortSyncLosses LEAF Counter 1.3.
MIB Objects Sorted Alphabetically 1.3.6.1.3.42 fibreChannel NODE 1.3.6.1.4.1.289.2.1 fibreChannel NODE 1.3.6.1.2.1.5 icmp NODE 1.3.6.1.2.1.5.13 icmpInAddrMaskReps LEAF Counter 1.3.6.1.2.1.5.12 icmpInAddrMasks LEAF Counter 1.3.6.1.2.1.5.3 icmpInDestUnreachs LEAF Counter 1.3.6.1.2.1.5.9 icmpInEchoReps LEAF Counter 1.3.6.1.2.1.5.8 icmpInEchos LEAF Counter 1.3.6.1.2.1.5.2 icmpInErrors LEAF Counter 1.3.6.1.2.1.5.1 icmpInMsgs LEAF Counter 1.3.6.1.2.1.5.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.2.2.1.14 ifInErrors LEAF Counter 1.3.6.1.2.1.2.2.1.12 ifInNUcastPkts LEAF Counter 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.6.1.2.1.2.2.1.15 ifInUnknownProtos LEAF Counter 1.3.6.1.2.1.2.2.1.1 ifIndex LEAF INTEGER 1.3.6.1.2.1.2.2.1.9 ifLastChange LEAF TimeTicks 1.3.6.1.2.1.2.2.1.4 ifMtu LEAF INTEGER 1.3.6.1.2.1.2.1 ifNumber LEAF INTEGER 1.3.6.1.2.1.2.2.1.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.4.1 ipForwarding LEAF INTEGER 1.3.6.1.2.1.4.19 ipFragCreates LEAF Counter 1.3.6.1.2.1.4.18 ipFragFails LEAF Counter 1.3.6.1.2.1.4.17 ipFragOKs LEAF Counter 1.3.6.1.2.1.4.5 ipInAddrErrors LEAF Counter 1.3.6.1.2.1.4.9 ipInDelivers LEAF Counter 1.3.6.1.2.1.4.8 ipInDiscards LEAF Counter 1.3.6.1.2.1.4.4 ipInHdrErrors LEAF Counter 1.3.6.1.2.1.4.3 ipInReceives LEAF Counter 1.3.6.1.2.1.4.7 ipInUnknownProtos LEAF Counter 1.3.6.1.2.1.4.22.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.4.21.1.12 ipRouteMetric5 1.3.6.1.2.1.4.21.1.7 ipRouteNextHop LEAF IpAddress 1.3.6.1.2.1.4.21.1.9 ipRouteProto LEAF INTEGER 1.3.6.1.2.1.4.21 ipRouteTable NODE 1.3.6.1.2.1.4.21.1.8 ipRouteType LEAF INTEGER 1.3.6.1.2.1.4.23 ipRoutingDiscards LEAF Counter 1 iso NODE 1.3.6.1.4.1.289 mcData NODE 1.3.6.1.2 mgmt NODE 1.3.6.1.2.1 mib-2 NODE 1.3 org NODE 1.3.6.1.4 private NODE 1.3.6.1.6.2.1.1 rfc1157Domain NODE 1.3.6.1.6.2.
MIB Objects Sorted Alphabetically 1.3.6.1.6.3.10.3.2 snmpFrameworkMIBGroups NODE 1.3.6.1.6.3.10.2 snmpFrameworkMIBObjects NODE 1.3.6.1.6.1.5 snmpIPXDomain NODE 1.3.6.1.2.1.11.6 snmpInASNParseErrs LEAF Counter 1.3.6.1.2.1.11.4 snmpInBadCommunityNames LEAF Counter 1.3.6.1.2.1.11.5 snmpInBadCommunityUses LEAF Counter 1.3.6.1.2.1.11.10 snmpInBadValues LEAF Counter 1.3.6.1.2.1.11.3 snmpInBadVersions LEAF Counter 1.3.6.1.2.1.11.12 snmpInGenErrs LEAF Counter 1.3.6.1.2.1.11.
MIB Objects Sorted Alphabetically 1.3.6.1.6.1.1 snmpUDPDomain NODE 1.3.6.1.6 snmpV2 NODE 1.3.6.1.2.1.1.4 sysContact LEAF DisplayString 1.3.6.1.2.1.1.1 sysDescr LEAF DisplayString 1.3.6.1.2.1.1.6 sysLocation LEAF DisplayString 1.3.6.1.2.1.1.5 sysName LEAF DisplayString 1.3.6.1.2.1.1.2 sysObjectID LEAF OBJECT IDENTIFIER 1.3.6.1.2.1.1.7 sysServices LEAF INTEGER 1.3.6.1.2.1.1.3 sysUpTime LEAF TimeTicks 1.3.6.1.2.1.1 system NODE 1.3.6.1.2.1.6 tcp NODE 1.3.6.1.2.1.6.
MIB Objects Sorted Alphabetically 1.3.6.1.2.1.7 udp NODE 1.3.6.1.2.1.7.5.1 udpEntry NODE 1.3.6.1.2.1.7.1 udpInDatagrams LEAF Counter 1.3.6.1.2.1.7.3 udpInErrors LEAF Counter 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.7.2 udpNoPorts LEAF Counter 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 27 enterprise specific invalid attachment trap 28 enterprise specific port status trap 26 enterprise specific threshold alert trap 28 EOS trap overview 23 equipment symbols 10 ES fru changes trap 24 ES invalid attachment trap 24 ES port change trap 24 ES threshold alert trap 25 event SCN trap 25 F FA MIB event trap 29 FA MIB port status change trap 31 F
Index port statistics 116 port table 100 sensor table 98 SNMP trap registration group 126 trap registration table 126 trap types 128 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 website 13 technical support 13 M MIB II IP Routing table 48 MIB objects sorted alphabetically 173 sorted by OID 151 MIB-II additional IP objects 53 additional TCP objects 59 address tr
Index ES port change 24 ES threshold alert 25 event SCN 25 FA MIB event 29 FA MIB port status change 31 FA MIB sensor 31 field descriptions 23 generic authentication failure 24 generic cold start 24 generic link up 24 generic warm start 24 message format 23 overview, EOS 23 PDU format 23 port SCN 25 SNMP Reference for Directors and Edge Switches sensor SCN 25 switch SCN 25 UDP packets 23 U UDP packets containing traps 23 W warning rack stability 12 symbols on equipment 10 websites HP storage 13 197
Index 198 SNMP Reference for Directors and Edge Switches