Page 2
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.
Preface About This Guide This guide provides the following information about Management Information Bases (MIBs): Chapter 1 Provides information about MIB-II object types. MIB-II Object Types Chapter 2 Provides information about FA-MIB object types. Fibre Alliance MIB Object Types Chapter 3 Provides information about FE-MIB object types.
Page 10
Provided on the FC Entry Switch 8B and FC Switch 8B Documentation CD, and at the HP Web site http://www.hp.com/support/fc8B • HP Surestore FC 1Gb/2Gb Entry Switch 8B and FC 1Gb/2Gb Switch 8B Getting Started Guide (A7346-90902) • HP Surestore FC 1Gb/2Gb Entry Switch 8B and FC 1Gb/2Gb Switch 8B Installation and Reference Guide •...
Getting Help For information for the FC Entry Switch 8B and FC Switch 8B, visit the HP Web site at http://www.hp.com/support/fc8B . For the most current technical support information for the FC 16B, visit the HP Web site at http://www.hp.com/support/fc16B .
Page 13
Chapter MIB-II Object Types This chapter provides descriptions and other information specific to MIB-II object types, including the following information: • Overview on page 1-2 • Definitions for MIB-II on page 1-6 • The System Group on page 1-7 • The Interfaces Group on page 1-10 •...
MIB-II Object Types Overview The object types in MIB-II are organized into the following groupings: • The System Group • The Interfaces Group • The Address Translation Group • The IP Group • The ICMP Group • The TCP Group •...
Page 15
MIB-II Object Types Figure 1-2 Tree Structure for MIB-II System, Interfaces, AT, and IP groups. MIB Reference Manual Version 3.0...
Page 16
MIB-II Object Types Figure 1-3 Tree Structure for MIB-II ICMP, TCP, UDP, and EGP groups. MIB Reference Manual Version 3.0...
Page 17
MIB-II Object Types Figure 1-4 Tree Structure for MIB-II SNMP group. MIB Reference Manual Version 3.0...
MIB-II Object Types Definitions for MIB-II The following definitions are used for MIB-II. Table 1-1 MIB-II Conventions Type Definition Value Declaration Description Display String Octet String of 0 to 255 size PhysAddress Octet String Imports The following objects are imported from RFC1155-SMI: •...
MIB-II Object Types The System Group Implementation of the System group is mandatory for all systems. If an agent is not configured to have a value for any of the System Group variables, a string of length 0 is returned. sysDescr Syntax Display String of size 0 to 255...
Page 20
MIB-II Object Types sysUpTime Syntax TimeTicks Access Read-only Status Mandatory Description The time (in hundredths of a second) since the network management portion of the system was last re-initialized. sysContact Syntax Display String of size 0 to 255 Access Read-write Status Mandatory Description...
Page 21
MIB-II Object Types sysServices Syntax Integer of size 0 to 127 Access Read-only Status Mandatory Description A value that indicates the set of services that this entity primarily offers. The value is a sum. This sum initially takes the value zero. Then, for each layer, L, in the range 1 through 7, for which this node performs transactions, 2 raised to (L - 1) is added to the sum.
MIB-II Object Types The Interfaces Group Implementation of the Interfaces group is mandatory for all systems. ifNumber Syntax Integer Access Read-only Status Mandatory Description The number of network interfaces (regardless of their current state) present on this system. Note: When running FCIP, the return value is always 3. If not running FCIP, the value is 2. Interfaces Table The Interfaces table contains information on the entity's interfaces.
Page 24
MIB-II Object Types ifIndex [ifTable] Syntax Integer Access Read-only Status Mandatory Description A unique value for each interface. Note: The values range between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Page 26
MIB-II Object Types Access Read-only Status Mandatory Description The type of interface, designated by the physical/link protocol(s) immediately below the network layer in the protocol stack. Note: fei0 maps to 6 (ethernet-csmacd). lo0 maps to 24 (softwareLoopback). fc0 maps to 56. ifMtu [ifTable] Syntax Integer...
Page 27
MIB-II Object Types ifPhysAddress [ifTable] Syntax PhysAddress Access Read-only Status Mandatory Description The interface's address at the protocol layer immediately below the network layer in the protocol stack. Note: For interfaces that do not have such an address (for example, a serial line), this object should contain an octet string of zero length.
Page 28
MIB-II Object Types ifOperStatus [ifTable] Syntax Value Declaration Description Integer 1 (up) Ready to pass packets. 2 (down) Not ready to pass packets. 3 (testing) In some test mode. Access Read-only Status Mandatory Description The current operational state of the interface. Note: The 3 (testing) state indicates that no operational packets can be passed.
Page 29
MIB-II Object Types ifInNUcastPkts [ifTable] Syntax Counter Access Read-only Status Mandatory Description The number of non-unicast packets (for example, subnetwork- broadcast or subnetwork-multicast) delivered to a higher-layer protocol. ifInDiscards [ifTable] Syntax Counter Access Read-only Status Mandatory Description 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.
Page 30
MIB-II Object Types ifOutOctets [ifTable] Syntax Counter Access Read-only Status Mandatory Description The total number of octets transmitted out of the interface, including framing characters. ifOutUcastPkts [ifTable] Syntax Counter Access Read-only Status Mandatory Description The total number of packets that were requested, by higher-level protocols, to be transmitted to a subnetwork-unicast address, including those that were discarded or not sent.
Page 31
MIB-II Object Types ifOutErrors [ifTable] Syntax Counter Access Read-only Status Mandatory Description The number of outbound packets that could not be transmitted because of errors. ifOutQLen [ifTable] Syntax Gauge Access Read-only Status Mandatory Description The length of the output packet queue (in packets). ifSpecific [ifTable] Syntax Object Identifier...
MIB-II Object Types The Address Translation Group 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.
Page 33
MIB-II Object Types atEntry Syntax At Entry Access Not accessible Status Deprecated Description Each entry contains one NetworkAddress to physical address equivalence. Index atIfIndex, atNetAddress Table 1-3 AtEntry Objects and Object Types atIfIndex: 1-21 Integer atPhysAddress: 1-21 PhysAddress atNetAddress: 1-22 NetworkAddress atIfIndex Syntax...
Page 34
MIB-II Object Types atNetAddress Syntax NetworkAddress Access Read-write Status Deprecated Description The NetworkAddress (for example, the IP address) corresponding to the media-dependent physical address. 1-22 MIB Reference Manual Version 3.0...
MIB-II Object Types The IP Group Implementation of the IP group is mandatory for all systems. ipForwarding Syntax Value Declaration Description Integer 1 (forwarding) Acting as a gateway. 2 (Not Not acting as a gateway. forwarding) Access Read-write Status Mandatory Description 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.
Page 36
MIB-II Object Types ipInHdrErrors Syntax Counter Access Read-only Status Mandatory Description The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, and so on. ipInAddrErrors Syntax Counter...
Page 37
MIB-II Object Types ipInDiscards Syntax Counter Access Read-only Status Mandatory Description The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (for example, for lack of buffer space). Note: This counter does not include any datagrams discarded while awaiting re-assembly.
Page 38
MIB-II Object Types ipOutNoRoutes Syntax Counter Access Read-only Status Mandatory Description The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note: This counter includes any packets counted in ipForwDatagrams which meet this “no-route” criterion.
Page 39
MIB-II Object Types ipReasmFails Syntax Counter Access Read-only Status Mandatory Description The number of failures detected by the IP re-assembly algorithm (for whatever reason, timed out, errors, and so on). Note: This is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
MIB-II Object Types IP Address Table The IP address table contains this entity's IP addressing information. ipAddrTable Syntax Sequence of IpAddrEntry Access Not accessible Status Mandatory Description The table of addressing information relevant to this entity's IP addresses. ipAddrEntry Syntax IpAddrEntry Access Not accessible...
Page 41
MIB-II Object Types ipAdEntIfIndex Syntax Integer Access Read-only Status Mandatory Description 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.
MIB-II Object Types IP Routing Table The IP routing table contains an entry for each route presently known to this entity. ipRouteTable Syntax Sequence of IpRouteEntry Access Not accessible Status Mandatory Description This entity's IP Routing table. ipRouteEntry Syntax IpRouteEntry Access Not accessible Status...
Page 44
MIB-II Object Types ipRouteMetric1 Syntax Integer Access Read-write Status Mandatory Description The primary routing metric for this route. Note: 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. 1-32 MIB Reference Manual Version 3.0...
Page 45
MIB-II Object Types ipRouteMetric2 Syntax Integer Access Read-write Status Mandatory Description An alternate routing metric for this route. Note: 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. ipRouteMetric3 Syntax Integer...
Page 46
MIB-II Object Types ipRouteType Syntax Value Declaration Description Integer 1 (other) None of the following 2 (invalid) An invalidated route-- route to directly 3 (direct) Connected (sub-)network-- route to a non-local 4 (indirect) Host/network/sub-network Access Read-write Status Mandatory Description The type of route. Note: The values direct (3) and indirect (4) refer to the notion of direct and indirect routing in the IP architecture.
Page 47
MIB-II Object Types ipRouteProto Syntax Value Declaration Description Integer 1 (other) None of the following non-protocol information, for example, manually configured. 2 (local) 2 = localEntries set via a network. 3 (netmgmt) 3 = netmgmtManagement protocol obtained using ICMP. 4 (icmp) 4 = icmpFor example, Redirect the remaining values are all gateway routing protocols.
Page 48
MIB-II Object Types ipRouteMask Syntax IpAddress Access Read-write Status Mandatory Description 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 the following: mask...
MIB-II Object Types 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, then the Address Translation table is empty, and therefore has zero entries.
Page 50
MIB-II Object Types ipNetToMediaPhysAddress Syntax PhysAddress Access Read-write Status Mandatory Description The media-dependent physical address. ipNetToMediaNetAddress Syntax IpAddress Access Read-write Status Mandatory Description The IpAddress corresponding to the media-dependent physical address. ipNetToMediaType Syntax Value Declaration Description Integer 1 (other) None of the following 2 (invalid) An invalidated mapping 3 (dynamic)
MIB-II Object Types Additional IP Objects ipRoutingDiscards Syntax Counter Access Read-only Status Mandatory Description The number of routing entries that 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.
MIB-II Object Types The ICMP Group Implementation of the ICMP group is mandatory for all systems. icmpInMsgs Syntax Counter Access Read-only Status Mandatory Description The total number of ICMP messages which the entity received. Note: This counter includes all ICMP messages counted by icmpInErrors. icmpInErrors Syntax Counter...
Page 53
MIB-II Object Types icmpInParmProbs Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Parameter Problem messages received. icmpInSrcQuenchs Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Source Quench messages received. icmpInRedirects Syntax Counter Access Read-only Status Mandatory Description...
Page 54
MIB-II Object Types icmpInTimestamps Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Timestamp (request) messages received. icmpInTimestampReps Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Timestamp Reply messages received. icmpInAddrMasks Syntax Counter Access Read-only Status Mandatory Description...
Page 55
MIB-II Object Types icmpOutMsgs Syntax Counter Access Read-only Status Mandatory Description The total number of ICMP messages that this entity attempted to send. Note: This counter includes all those counted by icmpOutErrors. icmpOutErrors Syntax Counter Access Read-only Status Mandatory Description The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers.
Page 56
MIB-II Object Types icmpOutParmProbs Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Parameter Problem messages sent. icmpOutSrcQuenchs Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Source Quench messages sent. icmpOutRedirects Syntax Counter Access Read-only Status Mandatory Description...
Page 57
MIB-II Object Types icmpOutTimestamps Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Timestamp (request) messages sent. icmpOutTimestampReps Syntax Counter Access Read-only Status Mandatory Description The number of ICMP Timestamp Reply messages sent. icmpOutAddrMasks Syntax Counter Access Read-only Status Mandatory Description...
MIB-II Object Types The TCP Group Implementation of the TCP group is mandatory for all systems that implement the TCP. Note: Instances of object types that represent information about a particular TCP connection are transient; they persist only as long as the connection in question. tcpRtoAlgorithm Syntax Value...
Page 59
MIB-II Object Types tcpRtoMax Syntax Integer Access Read-only Status Mandatory Description The maximum value permitted by a TCP implementation for the retransmission time-out, measured in milliseconds. Note: More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission time-out.
Page 60
MIB-II Object Types tcpAttemptFails Syntax Counter Access Read-only Status Mandatory Description The number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.
MIB-II Object Types tcpOutSegs Syntax Counter Access Read-only Status Mandatory Description The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. tcpRetransSegs Syntax Counter Access Read-only Status Mandatory Description The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
Page 62
MIB-II Object Types tcpConnEntry Syntax TcpConnEntry Access Not accessible Status Mandatory Description Information about a particular current TCP connection. An object of this type is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state. Index tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress, tcpConnRemPort Table 1-7...
Page 63
MIB-II Object Types tcpConnState Syntax Value Declaration Description Integer 1 (closed) 2 (listen) 3 (synSent) 4 (synReceived) 5 (established) 6 (finWait1) 7 (finWait2) 8 (closeWait) 9 (lastAck) 10 (closing) 11 (timeWait) 12 (deleteTCB) Access Read-write Status Mandatory Description The state of this TCP connection. Note: The only value which may be set by a management station is deleteTCB(12).
MIB-II Object Types tcpConnLocalPort Syntax Integer of size 0 to 65535 Access Read-only Status Mandatory Description The local port number for this TCP connection. tcpConnRemAddress Syntax IpAddress Access Read-only Status Mandatory Description The remote IP address for this TCP connection. tcpConnRemPort Syntax Integer of size 0 to 65535...
Page 65
MIB-II Object Types tcpOutRsts Syntax Counter Access Read-only Status Mandatory Description The number of TCP segments sent containing the RST flag. MIB Reference Manual Version 3.0 1-53...
MIB-II Object Types The UDP Group Implementation of the UDP group is mandatory for all systems which implement the UDP. udpInDatagrams Syntax Counter Access Read-only Status Mandatory Description The total number of UDP datagrams delivered to UDP users. udpNoPorts Syntax Counter Access Read-only...
MIB-II Object Types 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. udpTable Syntax Sequence of UdpEntry Access Not accessible Status Mandatory Description A table containing UDP listener information. udpEntry Syntax UdpEntry...
Page 68
MIB-II Object Types udpLocalPort Syntax Integer of size 0 to 65535 Access Read-only Status Mandatory Description The local port number for this UDP listener. 1-56 MIB Reference Manual Version 3.0...
MIB-II Object Types The EGP Group Implementation of the EGP group is mandatory for all systems which implement the EGP. egpInMsgs Syntax Counter Access Read-only Status Mandatory Description The number of EGP messages received without error. egpInErrors Syntax Counter Access Read-only Status Mandatory...
MIB-II Object Types EGP Neighbor Table The EGP neighbor table contains information about this entity's EGP neighbors. egpNeighTable Syntax Sequence of EgpNeighEntry Access Not accessible Status Mandatory Description The EGP neighbor table. egpNeighEntry Syntax EgpNeighEntry Access Not accessible Status Mandatory Description Information about this entity's relationship with a particular EGP neighbor.
Page 72
MIB-II Object Types egpNeighAddr Syntax IpAddress Access Read-only Status Mandatory Description The IP address of this entry's EGP neighbor. egpNeighAs Syntax Integer Access Read-only Status Mandatory Description The autonomous system of this EGP peer. Zero should be specified if the autonomous system number of the neighbor is not yet known.
Page 73
MIB-II Object Types egpNeighInMsgs Syntax Counter Access Read-only Status Mandatory Description The number of EGP messages received without error from this EGP peer. egpNeighInErrs Syntax Counter Access Read-only Status Mandatory Description The number of EGP messages received from this EGP peer that proved to be in error (for example, bad EGP checksum).
Page 74
MIB-II Object Types egpNeighInErrMsgs Syntax Counter Access Read-only Status Mandatory Description The number of EGP-defined error messages received from this EGP peer. egpNeighOutErrMsgs Syntax Counter Access Read-only Status Mandatory Description The number of EGP-defined error messages sent to this EGP peer. egpNeighStateUps Syntax Counter...
Page 75
MIB-II Object Types egpNeighIntervalHello Syntax Integer Access Read-only Status Mandatory Description The interval between EGP Hello command retransmissions (in hundredths of a second). This represents the t1 timer as defined in RFC 904. egpNeighIntervalPoll Syntax Integer Access Read-only Status Mandatory Description The interval between EGP poll command retransmissions (in hundredths of a second).
MIB-II Object Types egpNeighEventTrigger Syntax Value Declaration Description Integer 1 (start) 2 (stop) Access Read-write Status Mandatory Description A control variable used to trigger operator-initiated Start and Stop events. Note: When read, this variable always returns the most recent value that egpNeighEventTrigger was set to.
MIB-II Object Types The Transmission Group Based on the transmission media underlying each interface on a system, the corresponding portion of the Transmission group is mandatory for that system. When Internet-standard definitions for managing transmission media are defined, the transmission group is used to provide a prefix for the names of those objects.
MIB-II Object Types The SNMP Group Implementation of the SNMP group is mandatory for all systems which support an SNMP protocol entity. Some of the objects defined below will be zero-valued in those SNMP implementations that are optimized to support only those functions specific to either a management agent or a management station.
Page 79
MIB-II Object Types snmpInBadCommunityNames Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Messages delivered to the SNMP protocol entity which used a SNMP community name not known to said entity. snmpInBadCommunityUses Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Messages delivered to the SNMP protocol entity which represented an...
Page 80
MIB-II Object Types snmpInNoSuchNames Syntax Counter Access Read-only Status Mandatory Description 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”. snmpInBadValues Syntax Counter Access Read-only Status Mandatory...
Page 81
MIB-II Object Types snmpInTotalReqVars Syntax Counter Access Read-only Status Mandatory Description The total number of MIB objects which have been retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs. snmpInTotalSetVars Syntax Counter Access Read-only...
Page 82
MIB-II Object Types snmpInSetRequests Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity. snmpInGetResponses Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Get-Response PDUs which have been accepted and processed by the SNMP protocol entity.
Page 83
MIB-II Object Types snmpOutNoSuchNames Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status is noSuchName. snmpOutBadValues Syntax Counter Access Read-only Status Mandatory Description...
Page 84
MIB-II Object Types snmpOutGetNexts Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Get-Next PDUs which have been generated by the SNMP protocol entity. snmpOutSetRequests Syntax Counter Access Read-only Status Mandatory Description The total number of SNMP Set-Request PDUs which have been generated by the SNMP protocol entity.
Page 85
MIB-II Object Types snmpEnableAuthenTraps Syntax Value Declaration Description Integer 1 (enabled) 2 (disabled) Access Read-write Status Mandatory Description Indicates whether the SNMP agent process is permitted to generate authentication-failure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authentication-failure traps may be disabled.
Chapter Fibre Alliance MIB Object Types This chapter contains descriptions and other information that is specific to Fibre Alliance MIB (FA-MIB) object types, including the following: • Overview on page 2-2 • Definitions for FCMGMT on page 2-6 • The Connectivity Group on page 2-7 •...
Fibre Alliance MIB Object Types Overview The object types in FCMGMT-MIB are organized into the following groupings: • Connectivity • Trap Registration • Revision Number • Statistic Set • Service Set FCMGMT-MIB File System Organization The following graphics depict the organization and structure of FA-MIB: See Figure 2-2 on page 2-3 See Figure 2-3 on page 2-4 See Figure 2-3 on page 2-4...
Page 89
Fibre Alliance MIB Object Types Figure 2-2 Tree Structure for connUnit, connUnitRevs, connUnitSensor, connUnitPort, and connUnitEvent Tables MIB Reference Manual Version 3.0...
Page 90
Fibre Alliance MIB Object Types Figure 2-3 Tree Structure for connUnitLink, trapReg, and connUnitPortStat Tables MIB Reference Manual Version 3.0...
Page 91
Fibre Alliance MIB Object Types Figure 2-4 Tree Structure for connUnitSnsTable MIB Reference Manual Version 3.0...
Fibre Alliance MIB Object Types Definitions for FCMGMT The following definitions are used for FCMGMT. Table 2-1 FCMGMT Definitions Type Definition Value Declaration Description FcNameId Octet String of size 8 FcGlobalId Octet String of size 16 FcEventSeverity Integer 1 (unknown) 2 (emergency) Emergency status.
Fibre Alliance MIB Object Types The Connectivity Group Implementation of the Connectivity group is mandatory for all systems. uNumber Syntax Integer Access Read-only Status Mandatory Description The number of connectivity units present on this system (represented by this agent). May be a count of the boards in a chassis or the number of full boxes in a rack.
Page 94
Fibre Alliance MIB Object Types statusChangeTime Syntax TimeTicks Access Read-only Status Deprecated Description The sysuptime timestamp (in centiseconds) at which the last status change occurred for any members of the set. In other words, this is the latest timestamp that connUnitStatus or connUnitPortStatus changed.
Fibre Alliance MIB Object Types Connectivity Unit Table connUnitTable Syntax Sequence of connUnitEntry Access Not accessible Status Mandatory Description A list of units under a single SNMP agent. The number of entries is given by the value of uNumber. The value is 1 for stand-alone system. Note: The valid value for the FC Entry Switch 8B, FC Switch 8B, or FC 16B: 1 connUnitEntry [connUnitTable]...
Page 97
Fibre Alliance MIB Object Types connUnitId [connUnitTable] Syntax Octet String of size 16 Access Read-only Status Mandatory 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 connUnitTable.
Page 98
Fibre Alliance MIB Object Types • It SHOULD be one of these FC-PH/PH3 formats: • IEEE (NAA=1) • IEEE Extended (NAA=2) • IEEE Registered (NAA=5). • IEEE Registered extended (NAA=6). Use of the IEEE formats allows any IEEE-registered vendor to assure global uniqueness independently.
Page 99
Fibre Alliance MIB Object Types connUnitNumports [connUnitTable] Syntax Integer Access Read-only Status Mandatory Description Number of physical ports in the connectivity unit (internal/embedded, external). FC Entry Switch 8B and FC Switch 8B: 8 FC 16B: 16. connUnitState [connUnitTable] Syntax Table 2-3 Value Declaration Description...
Page 100
Fibre Alliance MIB Object Types connUnitStatus [connUnitTable] Syntax Table 2-4 Value Declaration Description Integer 1 (unknown) 2 (unused) 3 (ok) 4 (warning) Needs attention 5 (failed) Access Read-only Status Mandatory Description Overall status of the connectivity unit. Note: switchStatus maps directly as follows: connUnitStatus switchStatus 1 (unknown) Unknown...
Page 101
Fibre Alliance MIB Object Types connUnitSn [connUnitTable] Syntax Display String of size 0 to 79 Access Read-only Status Mandatory Description The serial number for this connectivity unit. Note: Set to the SSN (which by default is the WWN), but is changeable through telnet. connUnitUpTime [connUnitTable] Syntax TimeTicks...
Page 102
Fibre Alliance MIB Object Types connUnitDomainId [connUnitTable] Syntax Octet String of size 3 Access Read-only Status Mandatory Description 24 bit Fibre Channel address ID of this connectivity unit, right justified with leading zeros if required. If this value is not applicable, return all bits set to one. Note: Set to the switch domain ID (as per FC-SW).
Page 103
Fibre Alliance MIB Object Types connUnitPrincipal [connUnitTable] Syntax Integer Table 2-6 Value Declaration Description Integer 1 (unknown) 2 (no) 3 (yes) Access Read-only Status Mandatory Description Whether this connectivity unit is the principal unit within the group of fabric elements. If this value is not applicable, return unknown.
Page 104
Fibre Alliance MIB Object Types connUnitConfigurationChangeTime [connUnitTable] Syntax TimeTicks Access Read-only Status Deprecated Description The sysuptime timestamp (in centiseconds) at which the last configuration change occurred for any members of the set. In other words, this is the latest timestamp of flash memory update.This represents a union of change information for connUnitConfigurationChangeTime Note: This is the same as configurationChangeTime.
Page 105
Fibre Alliance MIB Object Types connUnitModuleId [connUnitTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description This is a unique id, persistent between boots, that can be used to group a set of connUnits together into a module. The intended use would be to create a connUnit with a connUnitType of “module” to represent a physical or logical group of connectivity units.
Page 106
Fibre Alliance MIB Object Types connUnitControl [connUnitTable] Syntax Table 2-7 Value Declaration Description Integer 1 (unknown) 2 (invalid) 3 (resetConnUnitColdStart) Reboot; the addressed unit performs a Cold Start reset. 4 (resetConnUnitWarmStart) Fastboot; the addressed unit performs a Warm Start reset. 5 (offlineConnUnit) Disable switch;...
Page 107
Fibre Alliance MIB Object Types connUnitContact [connUnitTable] Syntax Display String of size 0 to 79 Access Read-write Status Mandatory Description Contact information for this connectivity unit. Note: Set to sysContact. connUnitLocation [connUnitTable] Syntax Display String of size 0 to 79 Access Read-write Status...
Fibre Alliance MIB Object Types connUnitMaxEvents [connUnitTable] Syntax Integer Access Read-only Status Mandatory Description Max number of events that can be defined in connUnitEventTable. Note: Max buffer is 2147483647 {2 -1). connUnitEventCurrID [connUnitTable] Syntax Integer Access Read-only Status Mandatory Description The last used event ID (connUnitEventId).
Page 109
Fibre Alliance MIB Object Types connUnitRevsEntry [ConnUnitRevsTable] Syntax ConnUnitRevsEntry Access Not accessible Status Mandatory Description Table of the revisions supported by connectivity units managed by this agent. Index connUnitRevsUnitId, connUnitRevsIndex Table 2-8 connUnitRevsEntry Objects and Object Types connUnitRevsUnitId: 2-23 Octet String connUnitRevsIndex: 2-23 Integer connUnitRevsRevId: 2-24...
Fibre Alliance MIB Object Types connUnitRevsRevId [ConnUnitRevsTable] Syntax Display String Access Read-only Status Mandatory Description A vendor-specific string identifying a revision of a component of the connUnit indexed by connUnitRevsUnitId. Note: Index 1 returns the switchType from telnet command switchShow. Index 2 returns the Fabric OS version from the telnet command version, for example, v2.2.
Page 111
Fibre Alliance MIB Object Types connUnitSensorEntry [connUnitSensorTable] Syntax ConnUnitSensorEntry Access Not accessible Status Mandatory Description Each entry contains the information for a specific sensor. Index connUnitSensorUnitId, connUnitSensorIndex Table 2-9 connUnitSensorEntry Objects and Object Types connUnitSensorUnitId: 2-25 Octet String connUnitSensorIndex: 2-26 Integer of size 1 to 2147483647 connUnitSensorName: 2-26 Display String...
Page 112
Fibre Alliance MIB Object Types connUnitSensorIndex [connUnitSensorTable] Syntax Integer of size 1 to 2147483647 Access Read-only Status Mandatory Description A unique value among all connUnitSensorEntrys with the same value of connUnitSensorUnitId, in the range between 1 and connUnitNumSensor. Note: The valid value for the FC Entry Switch 8B and FC Switch 8B: 11 The valid value for the FC 16B: 13 connUnitSensorName [connUnitSensorTable] Syntax...
Page 113
Fibre Alliance MIB Object Types connUnitSensorInfo [connUnitSensorTable] Syntax Display String Access Read-only Status Mandatory Description Miscellaneous static info about the sensor such as its serial number. Note: Each contains textual information about the sensor name. Returns the serial ID if this is for the power supply. Otherwise, it returns Null. connUnitSensorMessage [connUnitSensorTable] Syntax Display String...
Page 114
Fibre Alliance MIB Object Types connUnitSensorType [connUnitSensorTable] Syntax Table 2-11 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (battery) 4 (fan) 5 (power-supply) 6 (transmitter) 7 (enclosure) 8 (board) 9 (receiver) Access Read-only Status Mandatory Description The type of component being monitored by this sensor. Note: The following mapping is for each individual sensor, where applicable: swSensorType...
Fibre Alliance MIB Object Types connUnitSensorCharacteristic [connUnitSensorTable] Syntax Table 2-12 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (temperature) 4 (pressure) 5 (emf) 6 (currentValue) Current is a keyword 7 (airflow) 8 (frequency) 9 (power) Access Read-only Status Mandatory Description The characteristics being monitored by this sensor.
Page 116
Fibre Alliance MIB Object Types connUnitPortEntry [connUnitPortTable] Syntax ConnUnitPortEntry Access Not accessible Status Mandatory Description Each entry contains the information for a specific port. Index connUnitPortUnitId, connUnitPortIndex Table 2-13 connUnitPortEntry Objects and Object Types connUnitPortUnitId: 2-31 Octet String connUnitPortIndex: 2-31 Integer connUnitPortType: 2-32 Integer...
Page 117
Fibre Alliance MIB Object Types connUnitPortUnitId [connUnitPortTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description The connUnitId of the connectivity unit that contains this port. Note: Same value as connUnitId. connUnitPortIndex [connUnitPortTable] Syntax Integer of size 1 to 2147483647 Access Read-only Status...
Page 118
Fibre Alliance MIB Object Types connUnitPortType [connUnitPortTable] Syntax Integer Table 2-14 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (not-present) 4 (hub-port) 5 (n-port) End port for fabric 6 (l-port) End port for loop 7 (fl-port) Public loop 8 (f-port) Fabric port 9 (e-port) Fabric expansion port...
Page 119
Fibre Alliance MIB Object Types connUnitPortFCClassCap [connUnitPortTable] Syntax Octet String of size 2 Access Read-only Status Mandatory Description Bit mask that specifies the classes of service capability of this port. If this is not applicable, return all bits set to zero. The bits have the following definition: Table 2-15 Value...
Page 120
Fibre Alliance MIB Object Types connUnitPortState [connUnitPortTable] Syntax Table 2-16 Value Declaration Description Integer 1 (unavailable) Do not use. 2 (online) Available for meaningful work. 3 (offline) Not available for meaningful work. 4 (bypassed) No longer used. 5 (diagnostics) Map to your testing. Access Read-only Status...
Page 121
Fibre Alliance MIB Object Types connUnitPortStatus [connUnitPortTable] Syntax Table 2-17 Value Declaration Description Integer 1 (unknown) 2 (unused) Device cannot report this status. 3 (ready) FCAL Loop or FCPH Link reset protocol initialization has completed. 4 (warning) Do not use. 5 (failure) Do not use.
Page 122
Fibre Alliance MIB Object Types connUnitPortTransmitterType [connUnitPortTable] Syntax Table 2-18 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (unused) 4 (shortwave) 5 (longwave) 6 (copper) 7 (scsi) 8 (longwaveNoOFC) 9 (shortwaveNoOFC) 10 (longwaveLED) Access Read-only Status Mandatory Description The technology of the port transceiver. Note: For an external FC_port, this value should be 9 (shortwaveNoOFC) or 8 (longwaveNoOFC).
Page 123
Fibre Alliance MIB Object Types connUnitPortModuleType [connUnitPortTable] Syntax Table 2-19 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (GBIC) 4 (embedded) Fixed. (oneXnine) 5 (glm) 6 (gbicSerialId) 7 (gbicNoSerialId) 8 (gbicNotInstalled) 9 (smallFormFactor) Access Read-only Status Mandatory Description The module type of the port connector. Note: For an external FC_port with GBIC, this value should be 6 (gbicSerialId) or 7 (gbicNoSerialId).
Page 124
Fibre Alliance MIB Object Types connUnitPortFCId [connUnitPortTable] Syntax Octet String of size 3 Access Read-only Status Mandatory Description This is the assigned Fibre Channel ID of this port. This value is expected to be a Big Endian value of 24 bits. If this is loop, then it is the ALPA that is connected. If this is an E_port, then it contains only the domain ID left justified, zero filled.
Page 125
Fibre Alliance MIB Object Types connUnitPortVendor [connUnitPortTable] Syntax Display String of size 0 to 79 Access Read-only Status Mandatory Description The port vendor (for example, for a GBIC). Note: If GBIC is the serial ID, this returns the GBIC vendor name. Otherwise it returns a Null value.
Page 126
Fibre Alliance MIB Object Types If the addressed connUnit allows this operation to be performed to this port, the addressed port performs a vendor-specific reset operation. Examples of these operations are: • The Link Reset protocol. • The Loop Initialization protocol. •...
Page 127
Fibre Alliance MIB Object Types Note: Return values are as follows: resetConnUnitPort - portDisable (F or E_port, loop for U_port) bypassConnUnitPort - portDisable (FL_port) unbypassConnUnitPort - portEnable (FL_port) offlineConnUnitPort - portDisable (E, F, FL_port) onlineConnUnitPort - portEnable (U) resetConnUnitPortCounters - clear the port stats counter. When rebooted, this defaults to 1 (unknown) connUnitPortName [connUnitPortTable] Syntax...
Page 128
Fibre Alliance MIB Object Types connUnitPortStatObject [connUnitPortTable] Syntax Object Identifier Access Read-only Status Mandatory Description This contains the OID of the first object of the table that contains the statistics for this particular port. If this has a value of zero, then there are no statistics available for this port. The port type information helps identify the statistics objects that are found in the table.
Page 129
Fibre Alliance MIB Object Types connUnitPortProtocolOp [connUnitPortTable] Syntax Octet String of size 2 Access Read-only Status Mandatory Description This is the bit mask that specifies the driver level protocol(s) that are currently operational. Note: If this is not applicable, return all bits set to zero. The bits have the following definition: 0 = unknown 1 = Loop...
Fibre Alliance MIB Object Types connUnitPortHWState [connUnitPortTable] Syntax Table 2-21 Value Declaration Description Integer 1 (unknown) 2 (failed) Port failed diagnostics (port_flt state) 3 (bypassed) FCAL bypass, loop only (not used) 4 (active) Connected to a device (light and sync are present) 5 (loopback) Port in ext loopback (loopback state) 6 (txfault)
Page 131
Fibre Alliance MIB Object Types connUnitEventEntry [connUnitEventTable] Syntax ConnUnitEventEntry Access Not accessible Status Mandatory Description Each entry contains information on a specific event for the given connectivity unit. Index connUnitEventUnitId, connUnitEventIndex Table 2-22 connUnitEventEntry Objects and Object Types connUnitEventUnitId: 2-45 Octet String connUnitEventIndex: 2-46 Integer of size 1 to 2147483647...
Page 132
Fibre Alliance MIB Object Types connUnitEventIndex [connUnitEventTable] Syntax Integer of size 1 to 2147483647 Access Read-only Status Mandatory 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.
Page 133
Fibre Alliance MIB Object Types connUnitREventTime [connUnitEventTable] Syntax Display String of size 15 Access Read-only Status Mandatory Description This is the real time when the event occurred. It has the following format. DDMMYYYY HHMMSS where: DD=day number MM=month number YYYY=year number HH=hour number MM=minute number SS=seconds number...
Page 134
Fibre Alliance MIB Object Types connUnitEventType [connUnitEventTable] Syntax Table 2-23 Value Declaration Description Integer 1 (unknown) 2 (other) 3 (status) 4 (configuration) 5 (topology) Access Read-only Status Mandatory Description The type of this event. Note: Always set to 2 (other). connUnitEventObject [connUnitEventTable] Syntax Object Identifier...
Page 135
Fibre Alliance MIB Object Types connUnitEventDescr [connUnitEventTable] Syntax Display String Access Read-only Status Mandatory Description The description of the event. Note: The link table is intended to organize and communicate any information the agent has, that might assist a management application to discover the connectivity units in the framework and the topology of their interconnect.
Fibre Alliance MIB Object Types Connectivity Unit Link Table connUnitLinkTable Syntax Sequence of ConnUnitLinkEntry Access Not accessible Status Mandatory Description A list of links know to this agent from this connectivity unit to other connectivity units. Note: X = switch data, Y = other end. 2-50 MIB Reference Manual Version 3.0...
Page 137
Fibre Alliance MIB Object Types connUnitLinkEntry [connUnitLinkTable] Syntax ConnUnitLinkEntry Access Not accessible Status Mandatory Description An entry describing a particular link to another. Index connUnitLinkUnitId, connUnitLinkIndex Table 2-24 connUnitLinkTable Objects and Object Types connUnitLinkUnitId: 2-51 Octet String connUnitLinkIndex: 2-52 Integer connUnitLinkNodeIdX: 2-52 Octet String connUnitLinkPortNumberX: 2-52...
Page 138
Fibre Alliance MIB Object Types connUnitLinkIndex [connUnitLinkTable] Syntax Integer of size 0 to 2147483647 Access Read-only Status Mandatory Description This value is used to create a unique value for each entry in the link table with the same connUnitLinkUnitId. The value can only be reused if it is not currently in use and the value is the next candidate to be used.
Page 139
Fibre Alliance MIB Object Types connUnitLinkPortWwnX [connUnitLinkTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description The port WWN of the unit specified by connUnitLinkNodeIdX if known, otherwise 16 octets of binary 0. Note: WWN of the port to which the device is connected. connUnitLinkNodeIdY [connUnitLinkTable] Syntax Octet String of size 64...
Page 140
Fibre Alliance MIB Object Types connUnitLinkPortWwnY [connUnitLinkTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description The port WWN on the unit specified by connUnitLinkNodeIdY if known, otherwise 16 octets of binary 0. Note: ISL: WWN of the remote port. Device: Port name.
Page 141
Fibre Alliance MIB Object Types connUnitLinkAgentPortY [connUnitLinkTable] Syntax Integer Access Read-only Status Mandatory Description The IP port number for the agent. This is provided in case the agent is at a non-standard SNMP port. Note: ISL: IP port. Device: 0 (Null). connUnitLinkUnitTypeY [connUnitLinkTable] Syntax FcUnitType...
Fibre Alliance MIB Object Types connUnitLinkConnIdY [connUnitLinkTable] Syntax Octet String of size 3 Access Read-only Status Mandatory Description This is the Fibre Channel ID of this port. If the connectivity unit is a switch, this is expected to be a Big Endian value of 24 bits.
Page 143
Fibre Alliance MIB Object Types connUnitPortStatTable Syntax Sequence of ConnUnitPortStatEntry Access Not accessible Status Mandatory Description A list of statistics for the fabric port types. MIB Reference Manual Version 3.0 2-57...
Page 144
Fibre Alliance MIB Object Types connUnitPortStatEntry [connUnitPortStatTable] Syntax ConnUnitPortStatEntry Access Not accessible Status Mandatory Description An entry describing port statistics. Index connUnitPortStatUnitId, connUnitPortStatIndex Table 2-26 connUnitPortStatTable Objects and Object Types connUnitPortStatUnitId: 2-59 FcGlobalId connUnitPortStatIndex: 2-60 Integer connUnitPortStatCountError: 2-60 Octet String connUnitPortStatCountTxObjects: 2-60 Octet String connUnitPortStatCountRxObjects: 2-60...
Page 146
Fibre Alliance MIB Object Types connUnitPortStatIndex [connUnitPortStatTable] Syntax Integer (0..2147483647) Access Read-only Status Mandatory Description A unique value among all entries in this table, between 0 and connUnitNumPort[connUnitPortUnitId]. connUnitPortStatCountError [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description A count of the errors that have occurred on this port.
Page 147
Fibre Alliance MIB Object Types connUnitPortStatCountTxElements [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of octets or bytes that have been transmitted by this port. One second periodic polling of the port. This value is saved and compared with the next polled value to compute net throughput. Note: For Fibre Channel, ordered sets are not included in the count.
Page 148
Fibre Alliance MIB Object Types connUnitPortStatCountFBSYFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number 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.
Page 149
Fibre Alliance MIB Object Types connUnitPortStatCountPRJTFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of times that FRJT was returned to this port as a result of a Frame that was rejected at the destination N_port. Note: This is the total for all classes and is a Fibre Channel only stat.
Page 150
Fibre Alliance MIB Object Types connUnitPortStatCountClass1FBSYFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of times that FBSY was returned to this port as a result of a Class 1 Frame that could not be delivered to the other end of the link. This occurs if either the Fabric or the destination port is temporarily busy.
Page 151
Fibre Alliance MIB Object Types connUnitPortStatCountClass1PRJTFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of times that FRJT was returned to this port as a result of a Class 1 Frame that was rejected at the destination N_port. Note: This is a Fibre Channel only stat.
Page 152
Fibre Alliance MIB Object Types connUnitPortStatCountClass2PBSYFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of times that PBSY was returned to this port as a result of a Class 2 Frame that could not be delivered to the other end of the link. This occurs if the destination N_port is temporarily busy.
Page 153
Fibre Alliance MIB Object Types connUnitPortStatCountClass3TxFrames [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of Class 3 Frames transmitted out this port. Note: This is a Fibre Channel only stat. connUnitPortStatCountClass3Discards [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status...
Page 154
Fibre Alliance MIB Object Types connUnitPortStatCountRxBroadcastObjects [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of Broadcast Frames or Packets received at this port. connUnitPortStatCountTxBroadcastObjects [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of Broadcast Frames or Packets transmitted out this port.
Page 155
Fibre Alliance MIB Object Types connUnitPortStatCountNumberLinkResets [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number 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.
Page 156
Fibre Alliance MIB Object Types connUnitPortStatCountLinkFailures [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of link failures. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8) Note: This is a Fibre Channel only stat. connUnitPortStatCountInvalidCRC [connUnitPortStatTable] Syntax Octet String of size 8...
Page 157
Fibre Alliance MIB Object Types connUnitPortStatCountPrimitiveSequenceProtocolErrors [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number 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.
Page 158
Fibre Alliance MIB Object Types connUnitPortStatCountInvalidOrderedSets [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number of invalid ordered sets received at port. This count is part of the Link Error Status Block (LESB). (FC-PH 29.8). Note: This is a Fibre Channel only stat.
Page 159
Fibre Alliance MIB Object Types connUnitPortStatCountAddressErrors [connUnitPortStatTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The number 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.
Fibre Alliance MIB Object Types The Service Group Implementation of the Service group is mandatory for all systems. The Service group contains two subgroups: • The Connectivity Unit Service Scalers Group • The Connectivity Unit Service Tables Group 2-74 MIB Reference Manual Version 3.0...
Fibre Alliance MIB Object Types The Connectivity Unit Service Scalers Group Implementation of the Connectivity Unit Service Scalers group is mandatory for all systems. connUnitSnsMaxEntry Syntax Integer Access Read-only Status Mandatory Description The maximum number of entries in the table. MIB Reference Manual Version 3.0 2-75...
Fibre Alliance MIB Object Types The Connectivity Unit Service Tables Group Implementation of the Connectivity Unit Service Tables group is mandatory for all systems. Connectivity Unit Simple Name Server Table connUnitSnsTable Syntax Sequence of ConnUnitSnsEntry Access Not accessible Status Mandatory Description This table contains an entry for each object registered with this port in the switch.
Page 163
Fibre Alliance MIB Object Types connUnitSnsEntry [connUnitSnsTable] Syntax ConnUnitSnsEntry Access Not accessible Status Mandatory Description The Simple Name Server table for the port represented by connUnitSnsPortIndex. Index connUnitSnsId, connUnitSnsPortIndex, connUnitSnsPortIdentifier Table 2-27 connUnitSnsTable Objects and Object Types connUnitSnsId: 2-77 Octet String connUnitSnsPortIndex: 2-78 Integer connUnitSnsPortIdentifier: 2-78...
Page 164
Fibre Alliance MIB Object Types connUnitSnsPortIndex [connUnitSnsTable] Syntax Integer Access Read-only Status Mandatory Description The physical port number of this SNS table entry. Each physical port has an SNS table with 1-n entries indexed by connUnitSnsPortIdentifier (port address) connUnitSnsPortIdentifier [connUnitSnsTable] Syntax FcAddressId Access...
Page 165
Fibre Alliance MIB Object Types connUnitSnsClassOfSvc [connUnitSnsTable] Syntax Octet String of size 1 Access Read-only Status Mandatory Description The Classes of Service offered by this entry in the SNS table. connUnitSnsNodeIPAddress [connUnitSnsTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description...
Page 166
Fibre Alliance MIB Object Types connUnitSnsPortType [connUnitSnsTable] Syntax Octet String of size 1 Access Read-only Status Mandatory Description The port type of this entry in the SNS table. connUnitSnsPortIPAddress [connUnitSnsTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description The IPv6 formatted address of this entry in the SNS table.
Page 167
Fibre Alliance MIB Object Types connUnitSnsSymbolicPortName [connUnitSnsTable] Syntax Display String of size 0..79 Access Read-only Status Mandatory Description The symbolic port name of this entry in the SNS table. connUnitSnsSymbolicNodeName [connUnitSnsTable] Syntax Display String of size 0..79 Access Read-only Status Mandatory Description The Symbolic Node Name of this entry in the SNS table.
Fibre Alliance MIB Object Types The SNMP Trap Registration Group trapMaxClients Syntax Integer Access Read-only Status Mandatory Description The maximum number of SNMP trap recipients supported by the connectivity unit. Note: Set to 6. trapClientCount Syntax Integer Access Read-only Status Mandatory Description The current number of rows in the trap table.
Page 169
Fibre Alliance MIB Object Types trapRegEntry [trapRegTable] Syntax TrapRegEntry Access Not accessible Status Mandatory Description Ip/Port pair for a specific client. Index trapRegIpAddress, trapRegPort Table 2-28 trapRegEntry Objects and Object Types trapRegIpAddress: 2-83 IpAddress trapRegPort: 2-83 Integer of size 1 to 2147483647 trapRegFilter: 2-84 FcEventSeverity trapRegRowState: 2-85...
Page 170
Fibre Alliance MIB Object Types trapRegFilter [trapRegTable] Syntax FcEventSeverity Access Read-write Status Mandatory Description This value defines the trap severity filter for this trap host. The connUnit sends traps to this host that have a severity level less than or equal to this value. The default value of this object is “Warning”.
Page 171
Fibre Alliance MIB Object Types trapRegRowState [trapRegTable] Syntax Table 2-29 Value Declaration Description Integer 1 (rowDestroy) Remove row from table. 2 (rowInactive) Row exists, but TRAPs disabled. 3 (rowActive) Row exists and is enabled for sending traps. Access Read-write Status Mandatory Description Specifies the state of the row.
Fibre Alliance MIB Object Types The Revision Number revisionNumber Syntax Display String of size 4 Access Read-only Status Mandatory Description This is the revision number for this MIB. The format of the revision value is as follows: 0 = High order major revision number 1 = Low order major revision number 2 = High order minor revision number 3 = Low order minor revision number...
Fibre Alliance MIB Object Types The Statistics Group Port types are aggregated into a port type class, such as all the fabric port types. There is one statistics table for each individual port. For all objects in statistics tables, 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.
Fibre Alliance MIB Object Types Related Traps connUnitStatusChange Enterprise fcmgmt Variables connUnitStatus, connUnitState Description The overall status of the connectivity unit has changed. Recommended severity level (for filtering): alert. Note: Generated when connUnitStatus changes, refer to the connUnitStatus section for a description of how the value is calculated.
Page 175
Fibre Alliance MIB Object Types connUnitPortStatusChange Enterprise fcmgmt Variables connUnitPortStatus, connUnitPortState Description Overall status of the connectivity unit changed. Recommended severity level (for filtering): alert. MIB Reference Manual Version 3.0 2-89...
Page 177
Chapter FCFabric Element MIB Object Types This chapter contains descriptions and other information that is specific to FCFabric Element MIB (in the experimental branch) and Fibre Channel FE MIB (in the standard branch) (FE-MIB) object types, including the following: • Overview on page 3-2 •...
FCFabric Element MIB Object Types Overview Note: Two versions of FE-MIB for version 3.0.1b or later of the Fabric OS are supported: • FCFabric Element MIB is supported in the experimental branch. • Fibre Channel FE MIB is supported in the standard branch. The object types in FE-MIB are organized into five groupings: •...
Page 179
FCFabric Element MIB Object Types Figure 3-2 Tree Structure for fcFeConfig and fcFeOpTables MIB Reference Manual Version 3.0...
Page 180
FCFabric Element MIB Object Types Figure 3-3 Tree Structure for fcFeError, fcFeAcct, and fcFeCap Tables MIB Reference Manual Version 3.0...
FCFabric Element MIB Object Types Definitions for FE-MIB The following definitions are used for FE-MIB. Table 3-1 MIB-II Conventions Type Definition Value Declaration Description Display String Octet String of size 0 to 255 MilliSeconds Integer from 0 to 2147383647 MicroSeconds Integer from 0 to 2147383647 FcNameId...
Page 182
FCFabric Element MIB Object Types Table 3-1 MIB-II Conventions (Continued) Type Definition Value Declaration Description FcRxDataFieldSize Integer from 128 to 2112 FcBbCredit Integer from 0 to 32767 FcphVersion Integer from 0 to 255 FcStackedConnMode Integer from 1 1 (none) to 3 2 (transparent) 3 (lockedDown) FcCosCap...
Page 183
FCFabric Element MIB Object Types Table 3-1 MIB-II Conventions (Continued) Type Definition Value Declaration Description Fc0MediaCap Integer from 0 bit 0 (unknown) to 65535 bit 1 (single mode fibre (sm)) bit 2 (multi-mode fibre 50 micron (m5)) bit 3 (multi-mode fibre 62.5 micron (m6)) bit 4 (video cable (tv)) bit 5 (miniature cable (mi))
Page 184
FCFabric Element MIB Object Types Table 3-1 MIB-II Conventions (Continued) Type Definition Value Declaration Description Fc0Distance Integer The FC-0 distance range associated with a port transmitter 1 (unknown) 2 (long) 3 (intermediate) 4 (short) FcFeModuleCapacity Integer from 1to FcFeFxPortCapacity Integer from 1to FcFeModuleIndex Integer from 1to FcFeFxPortIndex...
FCFabric Element MIB Object Types The Configuration Group This group consists of scalar objects and tables. It contains the configuration and service parameters of the Fabric Element and the FxPorts. The group represents a set of parameters associated with the Fabric Element or an FxPort to support its NxPorts.
FCFabric Element MIB Object Types fc Fabric Element Module Table This table contains one entry for each module, information of the modules. fcFeModuleTable Syntax Sequence of FcFeModuleEntry Access Not accessible Status Mandatory Description A table that contains, one entry for each module in the Fabric Element, information of the modules. fcFeModuleEntry [fcFeModuleTable] Syntax FcFeModuleEntry...
Page 187
FCFabric Element MIB Object Types fcFeModuleDescr [fcFeModuleTable] Syntax Display String Access Read-only Status Mandatory Description 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. Note: See sysDescr in the MIB-II Object Types chapter.
Page 188
FCFabric Element MIB Object Types fcFeModuleLastChange [fcFeModuleTable] Syntax TimeTicks Access Read-only Status Mandatory Description Contains the value of 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.
FCFabric Element MIB Object Types FxPort Configuration Table This table contains one entry for each FxPort and the configuration parameters of the ports. fcFxConfTable Syntax Sequence of FcFxConfEntry Access Not accessible Status Mandatory Description A table that contains, one entry for each FxPort in the Fabric Element, configuration and service parameters of the FxPorts.
Page 190
FCFabric Element MIB Object Types Table 3-3 FcFxConfEntry Objects and Object Types fcFxConfModuleIndex: 3-14 FcFeModuleIndex fcFxConfFxPortIndex: 3-15 FcFeFxPortIndex fcFxPortName: 3-15 FcPortName FxPort Common Service Parameters fcFxPortFcphVersionHigh: 3-15 FcphVersion fcFxPortFcphVersionLow: 3-15 FcphVersion fcFxPortBbCredit: 3-16 FcBbCredit fcFxPortRxBufSize: 3-16 FcRxDataFieldSize fcFxPortRatov: 3-16 MilliSeconds fcFxPortEdtov: 3-16 MilliSeconds FxPort Class Service Parameters...
FCFabric Element MIB Object Types fcFxConfFxPortIndex [fcFxConfTable] Syntax FcFeFxPortIndex Access Read-only Status Mandatory Description 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.
Page 192
FCFabric Element MIB Object Types fcFxPortBbCredit [fcFxConfTable] Syntax FcBbCredit Access Read-only Status Mandatory Description The total number of receive buffers available for holding Class 1 connect-request, Class 2 or 3 frames from the attached NxPort. It is for buffer-to-buffer flow control in the direction from the attached NxPort (if applicable) to FxPort.
FCFabric Element MIB Object Types FxPort Class Service Parameters fcFxPortCosSupported [fcFxConfTable] Syntax FcCosCap Access Read-only Status Mandatory Description A value indicating the set of Classes of Service supported by the FxPort. fcFxPortIntermixSupported [fcFxConfTable] Syntax Value Declaration Description Integer 1 (yes) FxPort supports an Intermixed Dedicated Connection.
FCFabric Element MIB Object Types fcFxPortClass2SeqDeliv [fcFxConfTable] Syntax Value Declaration Description Integer 1 (yes) Class 2 Sequential Delivery is supported by the FxPort. 2 (no) Class 2 Sequential Delivery is not supported by the FxPort. Access Read-only Status Mandatory Description A flag indicating whether Class 2 Sequential Delivery is supported by the FxPort.
Page 195
FCFabric Element MIB Object Types fcFxPortBaudRate [fcFxConfTable] Syntax Fc0BaudRate Access Read-only Status Deprecated Description The FC-0 baud rate of the FxPort. Note: The valid value for FC Entry Switch 8B, FC Switch 8B, or FC 16B: 16 (full), 32 (double) fcFxPortMedium [fcFxConfTable] Syntax Fc0Medium...
FCFabric Element MIB Object Types The Operation Group This group consists of tables that contains operational status and established service parameters for the Fabric Element and the attached NxPorts. Implementation of this group is mandatory. FxPort Operation Table This table contains one entry for each FxPort, the operational status, and parameters of the FxPorts. fcFxPortOperTable Syntax Sequence of FcFxPortOperEntry...
Page 198
FCFabric Element MIB Object Types fcFPortAttachedPortName [fcFxPortOperTable] Syntax FcPortName Access Read-only Status Deprecated Description The port name of the attached N_Port, if applicable. If the value of this object is ‘0000000000000000’H, this FxPort has no NxPort attached to it. This variable has been deprecated and may be implemented for backward compatibility.
FCFabric Element MIB Object Types fcFxPortAdminMode [fcFxPortOperTable] Syntax FcFxPortMode Access Read-only -- instead of read-write Status Mandatory Description The desired operational mode of the FxPort. F_Port Fabric Login Table This table contains, one entry for each F_Port in the Fabric Element and the Service Parameters that have been established from the most recent Fabric Login (implicit or explicit).
Page 200
FCFabric Element MIB Object Types fcFxPortPhysEntry [fcFxPortPhysTable] Syntax FcFxPortPhysEntry Access Not accessible Status Mandatory Description An entry containing physical level status and parameters of a FxPort. Index fcFxPortPhysModuleIndex, fcFxPortPhysFxPortIndex Table 3-5 fcFxPortPhysEntry Objects and Object Types fcFxPortPhysModuleIndex: 3-24 FcFeModuleIndex fcFxPortPhysFxPortIndex: 3-24 FcFeFxPortIndex fcFxPortPhysAdminStatus: 3-25 Integer...
Page 201
FCFabric Element MIB Object Types fcFxPortPhysAdminStatus [fcFxPortPhysTable] Syntax Value Declaration Description Integer 1 (online) Place port online. 2 (offline) Take port offline. 3 (testing) Initiate test procedures. Access Read-write Status Mandatory Description The desired state of the FxPort. A management station may place the FxPort in a desired state by setting this object accordingly.
Page 202
FCFabric Element MIB Object Types fcFxPortPhysLastChange [fcFxPortPhysTable] Syntax TimeTicks Access Read-only Status Mandatory Description The value of sysUpTime at the time the FxPort entered its current operational status. A value of zero indicates that the FxPort’s operational status has not changed since the agent last restarted. fcFxPortPhysRttov [fcFxPortPhysTable] Syntax MilliSeconds...
FCFabric Element MIB Object Types FxPort Fabric Login Table This table contains, one entry for each FxPort in the Fabric Element and the Service Parameters that have been established from the most recent Fabric Login, whether implicit or explicit. fcFxlogiTable Syntax Sequence of FcFxlogiEntry Access...
Page 205
FCFabric Element MIB Object Types fcFxlogiNxPortIndex [fcFxlogiTable] Syntax FcFeNxPortIndex Access Read-only Status Mandatory Description The object identifies the associated NxPort in the attachment for which the entry contains information. fcFxPortFcphVersionAgreed [fcFxlogiTable] Syntax FcphVersion Access Read-only Status Mandatory Description The version of FC-PH that the FxPort has agreed to support from the Fabric Login. fcFxPortNxPortBbCredit [fcFxlogiTable] Syntax FcBbCredit...
Page 206
FCFabric Element MIB Object Types fcFxPortCosSuppAgreed [fcFxlogiTable] Syntax FcCosCap Access Read-only Status Mandatory Description Indicates that the attached NxPort has requested the FxPort for the support of classes of services and the FxPort has granted the request. fcFxPortIntermixSuppAgreed [fcFxlogiTable] Syntax Value Declaration Description...
Page 207
FCFabric Element MIB Object Types fcFxPortClass2SeqDelivAgreed [fcFxlogiTable] Syntax Value Declaration Description Integer 1 (yes) The FxPort has agreed to support Class 2 sequential delivery from the Fabric Login. 2 (no) The FxPort has not agreed to support Class 2 sequential delivery from the Fabric Login.
Page 208
FCFabric Element MIB Object Types fcFxPortConnectedNxPort [fcFxlogiTable] Syntax FcAddressId Access Read-only Status Mandatory Description The address identifier of the destination FxPort with which this FxPort is currently engaged in a either a Class 1 or loop connection. If the value of this object is ‘000000’H, this FxPort is not engaged in a connection.
FCFabric Element MIB Object Types The Error Group This group consists of tables that contain information about the various types of errors detected. The management station may use the information in this group to determine the quality of the link between the FxPort and its attached NxPort.
Page 210
FCFabric Element MIB Object Types fcFxPortErrorEntry [fcFxPortErrorTable] Syntax FcFxPortErrorEntry Access Not accessible Status Mandatory Description An entry containing error counters of a FxPort. Index fcFxPortErrorModuleIndex, fcFxPortErrorFxPortIndex Table 3-7 FcFxPortErrorEntry Objects and Object Types fcFxPortErrorModuleIndex: 3-34 FcFeModuleIndex fcFxPortErrorFxPortIndex: 3-35 FcFeFxPortIndex fcFxPortLinkFailures: 3-35 Counter fcFxPortSyncLosses: 3-35 Counter...
Page 211
FCFabric Element MIB Object Types fcFxPortErrorFxPortIndex [fcFxPortErrorTable] Syntax FcFeFxPortIndex Access Read-only Status Mandatory Description 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.
Page 212
FCFabric Element MIB Object Types fcFxPortPrimSeqProtoErrors [fcFxPortErrorTable] Syntax Counter Access Read-only Status Mandatory Description The number of primitive sequence protocol errors detected by the FxPort. fcFxPortInvalidTxWords [fcFxPortErrorTable] Syntax Counter Access Read-only Status Mandatory Description The number of invalid transmission word detected by the FxPort. fcFxPortInvalidCrcs [fcFxPortErrorTable] Syntax Counter...
Page 213
FCFabric Element MIB Object Types fcFxPortLinkResetIns [fcFxPortErrorTable] Syntax Counter Access Read-only Status Mandatory Description The number of Link Reset Protocol received by this FxPort from the attached NxPort. fcFxPortLinkResetOuts [fcFxPortErrorTable] Syntax Counter Access Read-only Status Mandatory Description The number of Link Reset Protocol issued by this FxPort to the attached NxPort. fcFxPortOlsIns [fcFxPortErrorTable] Syntax Counter...
FCFabric Element MIB Object Types Accounting Group The FC Entry Switch 8B, FC Switch 8B, and FC 16B do not support Accounting tables. This section is not applicable. The Class 1 Accounting Table The FC Entry Switch 8B, FC Switch 8B, and FC 16B do not support Accounting tables.
FCFabric Element MIB Object Types The Capability Group This group consists of a table describing information about what each FxPort is inherently capable of operating or supporting. A capability may be used, as expressed in its respective object value in the Configuration group.
Page 216
FCFabric Element MIB Object Types fcFxPortCapEntry [fcFxPortCapTable] Syntax FcFxPortCapEntry Access Not accessible Status Mandatory Description An entry containing the capabilities of a FxPort. Index fcFxPortCapModuleIndex, fcFxPortCapFxPortIndex Table 3-8 FcFxPortCapEntry Objects and Object Types fcFxPortCapModuleIndex: 3-40 FcFeModuleIndex fcFxPortCapFxPortIndex: 3-41 FcFeFxPortIndex fcFxPortCapFcphVersionHigh: 3-41 FcphVersion fcFxPortCapFcphVersionLow: 3-41 FcphVersion...
Page 217
FCFabric Element MIB Object Types fcFxPortCapFxPortIndex [fcFxPortCapTable] Syntax FcFeFxPortIndex Access Read-only Status Mandatory Description 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.
Page 218
FCFabric Element MIB Object Types fcFxPortCapBbCreditMin [fcFxPortCapTable] Syntax FcBbCredit Access Read-only Status Mandatory Description The minimum number of receive buffers available for holding Class 1 connect-request, Class 2 or Class 3 frames from the attached NxPort. fcFxPortCapRxDataFieldSizeMax [fcFxPortCapTable] Syntax FcRxDataFieldSize Access Read-only Status...
Page 219
FCFabric Element MIB Object Types fcFxPortCapIntermix [fcFxPortCapTable] Syntax Value Declaration Description Integer 1 (yes) The FxPort is capable of supporting the intermixing of Class 2 and Class 3 frames during a Class 1 connection. 2 (no) The FxPort is not capable of supporting the intermixing of Class 2 and Class 3 frames during a Class 1 connection.
Page 220
FCFabric Element MIB Object Types fcFxPortCapClass3SeqDeliv [fcFxPortCapTable] Syntax Value Declaration Description Integer 1 (yes) The FxPort is capable of supporting Class 3 Sequential Delivery. 2 (no) The FxPort is capable of supporting Class 3 Sequential Delivery. Access Read-only Status Mandatory Description A flag indicating whether the FxPort is capable of supporting Class 3 Sequential Delivery.
Page 221
FCFabric Element MIB Object Types fcFxPortCapMedia [fcFxPortCapTable] Syntax Fc0MediaCap Access Read-only Status Deprecated Description A value indicating the set of media that the FxPort is capable of supporting. This variable has been Deprecated and may be implemented for backward compatibility. MIB Reference Manual Version 3.0 3-45...
Page 222
FCFabric Element MIB Object Types 3-46 MIB Reference Manual Version 3.0...
Page 223
Chapter FCSwitch MIB Object Types This chapter contains descriptions and other information that is specific to FC Switch MIB (SW-MIB) object types. This chapter provides information on: • Overview on page 4-2 • Definitions for SW-MIB on page 4-7 • The System Group on page 4-11 •...
FCSwitch MIB Object Types SW-MIB File System Organization The following graphics depict the organization and structure of SW-MIB: Figure 4-2 SW-MIB Overall Tree Structure MIB Reference Manual Version 3.0...
Page 226
FCSwitch MIB Object Types Figure 4-3 Tree Structure for swSystem, swFabric, swAgtCfg, and swFCPort groups MIB Reference Manual Version 3.0...
Page 227
FCSwitch MIB Object Types Figure 4-4 Tree Structure for swNs, swEvent, swFwSystem, and swEndDevice groups MIB Reference Manual Version 3.0...
Page 228
FCSwitch MIB Object Types Figure 4-5 Tree Structure for swBlm, and swTrunk groups MIB Reference Manual Version 3.0...
FCSwitch MIB Object Types Definitions for SW-MIB The following definitions are used for SW-MIB. Table 4-1 SW-MIB Definitions Type Definition Value Declaration Description Display String Octet String FcWwn Octet String of size 8 SwDomainIndex Integer of size 0 to 239 SwNbIndex Integer of size 0 to 2048...
FCSwitch MIB Object Types The System Group swCurrentDate Syntax Display String of size 0 to 64 Access Read-only Status Mandatory Description The current date and time. Note: The return string is displayed using the following format: ddd MMM DD hh:mm:ss yyyy Where: ddd = Day MMM = Month...
Page 234
FCSwitch MIB Object Types swFWLastUpdated Syntax Display String of size 0 to 64 Access Read-only Status Mandatory Description The date and time when the firmware was last loaded to the switch. Note: The return string is displayed using the following format: ddd MMM DD hh:mm:ss yyyy Where: ddd = Day...
Page 235
FCSwitch MIB Object Types swBootPromLastUpdated Syntax Display String of size 0 to 64 Access Read-only Status Mandatory Description The date and time when the BootPROM was last updated. Note: The return string is displayed using the following format: ddd MMM DD hh:mm:ss yyyy Where: ddd = Day MMM = Month...
Page 236
FCSwitch MIB Object Types swOperStatus Syntax Value Declaration Description Integer 1 (online) The switch is accessible by an external Fibre Channel port. 2 (offline) The switch is not accessible. 3 (testing) The switch is in a built-in test mode and is not accessible by an external Fibre Channel port.
Page 237
FCSwitch MIB Object Types swTelnetShellAdmStatus Syntax Value Declaration Description Integer 0 (unknown) The status of the current telnet shell task is unknown. 1 (terminated) The current telnet shell task is deleted. Access Read-write Status Mandatory Description The desired administrative status of the telnet shell. Note: By setting it to 1 (terminated), the current telnet shell task is deleted.
FCSwitch MIB Object Types swSsn Syntax Display String of size 0 to 128 Access Read-only Status Mandatory Description The soft serial number of the switch. Note: By default, the return value is the WWN of the switch. FLASH Administration The next 5 objects are related to firmware or configuration file management. The underlying method in the transfer of the firmware or configuration file is based on either FTP or remote shell.
Page 239
FCSwitch MIB Object Types swFlashDLOperStatus Syntax Value Declaration Description Integer 1 (swCurrent) The FLASH contains the current firmware image or configuration file. 2 (swFwUpgraded) The FLASH contains the image upgraded from the swFlashDLHost.0. 3 (swCfUploaded) The switch configuration file has been uploaded to the host. 4 (swCfDownloaded) The switch configuration file has been downloaded from the host.
Page 240
FCSwitch MIB Object Types swFlashDLHost Syntax Display String of size 0 to 64 Access Read-write Status Mandatory Description The name or IP address (in dot notation) of the host to download or upload a relevant file to the FLASH. swFlashDLUser Syntax Display String of size 0 to 64 Access...
Page 241
FCSwitch MIB Object Types swBeaconOperStatus Syntax Value Declaration Description Integer 1 (on) The LEDs on the front panel of the switch run alternately from left to right and right to left. The color is yellow. 2 (off) Each LED is in its regular status, indicating color and state. Access Read-only Status...
FCSwitch MIB Object Types swDiagResult Syntax Value Declaration Description Integer 1 (sw-ok) The switch is OK. 2 (sw-central-memory-fault) The switch has experienced a central memory fault. 3 (sw-embedded-port-fault) The switch has experienced an embedded port fault. Access Read-only Status Mandatory Description The result of the power-on startup (POST) diagnostics.
Page 243
FCSwitch MIB Object Types swSensorEntry [swSensorTable] Syntax SwSensorEntry Access Not accessible Status Mandatory Description An entry of the sensor information. Index swSensorIndex Table 4-2 SwSensorEntry Objects and Object Types swSensorIndex: 4-21 Index swSensorType: 4-21 Integer swSensorStatus: 4-22 Integer swSensorValue: 4-22 Integer swSensorInfo: 4-23 Display String of size 0 to 255...
Page 244
FCSwitch MIB Object Types swSensorStatus [swSensorTable] Syntax Value Declaration Description Integer 1 (unknown) The status of the sensor is unknown. 2 (faulty) The status of the sensor is in a faulty state. 3 (below-min) The sensor value is below the minimal threshold. 4 (nominal) The status of the sensor is in a nominal state.
Page 245
FCSwitch MIB Object Types swSensorInfo [swSensorTable] Syntax Display String of size 0 to 255 Access Read-only Status Mandatory Description Additional displayable information on the sensor. In V2.x, it contains the sensor type and number in textual format. For example, Temp 3 or Fan 6. Note: For swSensorIndex 1 through 5, valid return values include: •...
FCSwitch MIB Object Types The Fabric Group swDomainID Syntax SwDomainIndex Access Read-write Status Mandatory Description The current Fibre Channel domain ID of the switch. To set a new value, the switch (swAdmStatus) must be in offline or testing state. swPrincipalSwitch Syntax Value Declaration...
Page 247
FCSwitch MIB Object Types swNbTable Syntax Sequence of SwNbEntry Access Not accessible Status Mandatory Description This table contains the ISLs in the immediate neighborhood of the switch. swNbEntry [swNbTable] Syntax SwNbEntry Access Not accessible Status Mandatory Description An entry containing each neighbor ISL parameters. Index swNbIndex Table 4-3...
Page 249
FCSwitch MIB Object Types swNbRemDomain [swNbTable] Syntax SwDomainIndex Access Read-only Status Mandatory Description This is the Fibre Channel domain on the other end of the ISL. Note: This is the domain ID of the remote switch.Valid values for the FC Entry Switch 8B, FC Switch 8B, and FC 16B are 1 through 239 as defined by FCS-SW.
Page 251
FCSwitch MIB Object Types swNbIslCost [swNbTable] Syntax Integer Access Read-write Status Mandatory Description The current link cost of the ISL. In other words, the cost of a link to control the routing algorithm. swNbRemPortName [swNbTable] Syntax Octet String of size 8 Access Read-only Status...
FCSwitch MIB Object Types The SW Agent Configuration Group SNMP Agent Community String Table swAgtCmtyTable Syntax Sequence of SwAgtCmtyEntry Access Not accessible Status Mandatory Description A table that contains, one entry for each Community, the access control and parameters of the Community.
Page 253
FCSwitch MIB Object Types swAgtCmtyStr [swAgtCmtyTable] Syntax Display String of size 0 to 16 Access Read-write Status Mandatory Description This is a Community string supported by the agent. If a new value is set successfully, it takes effect immediately. Note: Default values for communities are as follows: •...
FCSwitch MIB Object Types The Fibre Channel Port Group This group contains information about the physical state, operational status, performance and error statistics of each Fibre Channel port on the switch. A Fibre Channel port is one which supports the Fibre Channel protocol.
Page 255
FCSwitch MIB Object Types swFCPortEntry [swFCPortTable] Syntax SwFCPortEntry Access Not accessible Status Mandatory Description An entry containing the configuration and service parameters of the switch port. Index swFCPortIndex Table 4-5 SwFCPortEntry Objects and Object Types swFCPortIndex: 4-34 Integer swFCPortType: 4-35 Integer swFCPortPhyState: 4-35 Integer...
Page 257
FCSwitch MIB Object Types swFCPortType [swFCPortTable] Syntax Value Declaration Description Integer 1 (stitch) 2 (flannel) 3 (2000 Series) 4 (3000Series) Access Read-only Status Mandatory Description The type of ASIC for the switch port. The valid value for the FC Entry Switch 8B, FC Switch 8B, and FC 16B: 4 swFCPortPhyState [swFCPortTable] Syntax Value...
Page 258
FCSwitch MIB Object Types swFCPortOpStatus [swFCPortTable] Syntax Value Declaration Description Integer 0 (unknown) The port module is physically absent. 1 (online) User frames can be passed. 2 (offline) No user frames can be passed. 3 (testing) No user frames can be passed. 4 (faulty) The port module is physically faulty.
Page 259
FCSwitch MIB Object Types swFCPortLinkState [swFCPortTable] Syntax Value Declaration Description Integer 1 (enabled) The port is allowed to participate in the FC-PH protocol with its attached port (or ports if it is in a FC-AL loop). 2 (disabled) The port is not allowed to participate in the FC-PH protocol with its attached port(s).
Page 260
FCSwitch MIB Object Types swFCPortRxWords [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Fibre Channel words that the port has received. swFCPortTxFrames [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Fibre Channel frames that the port has transmitted. swFCPortRxFrames [swFCPortTable] Syntax Counter...
Page 261
FCSwitch MIB Object Types swFCPortRxLCs [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Link Control frames that the port has received. swFCPortRxMcasts [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Multicast frames that the port has received. swFCPortTooManyRdys [swFCPortTable] Syntax Counter...
Page 262
FCSwitch MIB Object Types swFCPortRxCrcs [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of CRC errors detected for frames received. swFCPortRxTruncs [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of truncated frames that the port has received. swFCPortRxTooLongs [swFCPortTable] Syntax Counter...
Page 263
FCSwitch MIB Object Types swFCPortRxBadOs [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of invalid Ordered Sets received. swFCPortC3Discards [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Class 3 frames that the port has discarded. swFCPortMcastTimedOuts [swFCPortTable] Syntax Counter...
Page 264
FCSwitch MIB Object Types swFCPortLipOuts [swFCPortTable] Syntax Counter Access Read-only Status Mandatory Description Counts the number of Loop Initializations that has been initiated by the port. swFCPortLipLastAlpa [swFCPortTable] Syntax Octet String of size 4 Access Read-only Status Mandatory Description Indicates the Physical Address (AL_PA) of the loop device that initiated the last Loop Initialization.
FCSwitch MIB Object Types The Name Server Database Group swNsLocalNumEntry Syntax Integer Access Read-only Status Mandatory Description The number of local Name Server entries. sw Name Server Local Table swNsLocalTable Syntax Sequence of SwNsEntry Access Not accessible Status Mandatory Description The table of local Name Server entries.
Page 266
FCSwitch MIB Object Types swNsLocalEntry [swNsLocalTable] Syntax SwNsEntry Access Not accessible Status Mandatory Description An entry from the local Name Server database. Index swNsEntryIndex Table 4-6 SwNsEntry Objects and Object Types swNsEntryIndex: 4-44 Integer swNsPortID: 4-45 Octet String of size 4 swNsPortType: 4-45 Integer swNsPortName: 4-45...
Page 267
FCSwitch MIB Object Types swNsPortID [swNsLocalTable] Syntax Octet String of size 4 Access Read-only Status Mandatory Description The Fibre Channel port address ID of the entry. swNsPortType [swNsLocalTable] Syntax Value Declaration Description Integer 0 (unknown) The type is defined in FC-GS-2. 1 (nPort) The type is defined in FC-GS-2.
Page 268
FCSwitch MIB Object Types swNsNodeName [swNsLocalTable] Syntax FcWwn Access Read-only Status Mandatory Description The Fibre Channel WWN of the associated node as defined in FC-GS-2. swNsNodeSymb [swNsLocalTable] Syntax Octet String of size 0 to 255 Access Read-only Status Mandatory Description The contents of a Symbolic Name of the node associated with the entry.
Page 270
FCSwitch MIB Object Types swNsIpNxPort [swNsLocalTable] Syntax Octet String of size 16 Access Read-only Status Mandatory Description The object identifies IpAddress of the Nx_port for the entry. swNsWwn [swNsLocalTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description The object identifies the World Wide Name (WWN) of the Fx_port for the entry.
FCSwitch MIB Object Types The Event Group (To Map the errLog) Note: Logically, the swEventTable is separate from the error log since it is essentially a view of the error log within a particular time window. The value of swEventIndex shall indicate the event number that has occurred since the switch booted.
FCSwitch MIB Object Types sw Event Table swEventTable Syntax Sequence of SwEventEntry Access Not accessible Status Mandatory Description The table of event entries. swEventEntry [swEventTable] Syntax SwEventEntry Access Not accessible Status Mandatory Description An entry of the event table. Index swEventIndex Table 4-7 swEventIndex Objects and Object Types...
Page 273
FCSwitch MIB Object Types swEventTimeInfo [swEventTable] Syntax Display String Access Read-only Status Mandatory Description The date and time when this event occurred. Note: The return string is displayed using the following format: ddd MMM DD hh:mm:ss Where: ddd = Day MMM = Month DD = Date hh = Hour...
Page 274
FCSwitch MIB Object Types swEventDescr [swEventTable] Syntax Display String Access Read-only Status Mandatory Description A textual description of the event. Note: The return string is displayed using the following format: taskId (taskname) errorname description Where: taskId = FOS taskId in hex. taskname = FOS taskname that generated this event.
FCSwitch MIB Object Types The Fabric Watch Group Note: The Fabric Watch group contains one license scalar and two tables. • The license scalar, swFwFabricWatchLicense, is used to tell is if the switch has proper license for Fabric Watch. • One table, Fabric Watch Class Area Table on page 4-53, contains classArea information such as threshold unit string, time base, low thresholds, and so forth.
Page 276
FCSwitch MIB Object Types swFwClassAreaEntry [swFwClassAreaTable] Syntax SwFwClassAreaEntry Access Not accessible Status Mandatory Description An entry of the classes and areas. Index swFwClassAreaIndex Table 4-8 SwFwClassAreaEntry Objects and Object Types swFwClassAreaIndex: 4-55 SwFwClassesAreas swFwWriteThVals: 4-55 SwFwWriteVals swFwDefaultUnit: 4-55 Display String of size 0 to 256 swFwDefaultTimebase: 4-56 SwFwTimebase swFwDefaultLow: 4-56...
Page 277
FCSwitch MIB Object Types swFwClassAreaIndex [swFwClassAreaTable] Syntax SwFwClassesAreas Access Read-only Status Mandatory Description This index represents the Fabric Watch classArea combination. swFwWriteThVals [swFwClassAreaTable] Syntax SwFwWriteVals Access Read-write Status Mandatory Description This applies or cancels the configuration value changes. Note: For a read operation, the return value is always swFwCancelWrite. The following are the custom configuration variables that can be modified.
Page 278
FCSwitch MIB Object Types swFwDefaultTimebase [swFwClassAreaTable] Syntax SwFwTimebase Access Read-only Status Mandatory Description A default polling period for the Fabric Watch classArea combination. For example: • swFwTbMin = port (class), link loss (area). • swFwTbNone = environment (class), temperature (area). swFwDefaultLow [swFwClassAreaTable] Syntax Integer...
Page 279
FCSwitch MIB Object Types swFwCustUnit [swFwClassAreaTable] Syntax Display String of size 0 to 256 Access Read-write Status Mandatory Description A customizable unit string name, used to identify the unit of measure for a Fabric Watch classArea combination. For example: • C = environment (class), temperature (area).
Page 280
FCSwitch MIB Object Types swFwCustBufSize [swFwClassAreaTable] Syntax Integer Access Read-write Status Mandatory Description A customizable buffer size value for a Fabric Watch ClassArea combination. swFwThLevel [swFwClassAreaTable] Syntax SwFwLevels Access Read-write Status Mandatory Description swFwThLevel is used to point to the current level for classArea values. It is either default or custom Note: For a read operation, the return value is either 2 (swFwDefault) or 3 (swFwCustom).
Page 281
FCSwitch MIB Object Types swFwWriteActVals [swFwClassAreaTable] Syntax SwFwWriteVals Access Read-write Status Mandatory Description This applies or cancels the alarm value changes. Note: For a read operation, the return value is always swFwCancelWrite. The following are the custom alarm variables that can be modified. •...
Page 282
FCSwitch MIB Object Types swFwDefaultBelowActs [swFwClassAreaTable] Syntax SwFwActs Access Read-only Status Mandatory Description Default action matrix for below event. swFwDefaultAboveActs [swFwClassAreaTable] Syntax SwFwActs Access Read-only Status Mandatory Description Default action matrix for above event. swFwDefaultInBetweenActs [swFwClassAreaTable] Syntax SwFwActs Access Read-only Status Mandatory Description...
Page 283
FCSwitch MIB Object Types swFwCustBelowActs [swFwClassAreaTable] Syntax SwFwActs Access Read-write Status Mandatory Description Custom action matrix for below event. swFwCustAboveActs [swFwClassAreaTable] Syntax SwFwActs Access Read-write Status Mandatory Description Custom action matrix for above event. swFwCustInBetweenActs [swFwClassAreaTable] Syntax SwFwActs Access Read-write Status Mandatory Description...
FCSwitch MIB Object Types swFwActLevel [swFwClassAreaTable] Syntax SwFwLevels Access Read-write Status Mandatory Description swFwActLevel is used to point to the current level for classArea values. It is either default or custom Note: For a read operation, the return value is either 2 (swFwDefault) or 3 (swFwCustom). 1 (swFwReserved) is obsolete.
Page 285
FCSwitch MIB Object Types swFwThresholdEntry [swFwThresholdTable] Syntax SwFwThresholdEntry Access Not accessible Status Mandatory Description An entry of an individual threshold. Index swFwClassAreaIndex, swFwThresholdIndex Table 4-9 SwFwThresholdEntry Objects and Object Types swFwThresholdIndex: 4-64 Integer swFwStatus: 4-64 SwFwStatus swFwName: 4-65 Display String of size 0 to 32 swFwLabel: 4-66 Display String of size 0 to 32 swFwCurVal: 4-67...
Page 286
FCSwitch MIB Object Types swFwThresholdIndex [swFwThresholdTable] Syntax Integer Access Read-only Status Mandatory Description Represents the element index of a threshold. Note: For environment class, the indexes are from 2 through (number of environment sensors+1). For example, the indexes for environment class temperature area are: envTemp001: index of 2 envTemp002: index of 3 envTemp003: index of 4...
Page 287
FCSwitch MIB Object Types swFwName [swFwThresholdTable] Syntax Display String of size 0 to 32 Access Read-only Status Mandatory Description Name of the threshold. For examples, see the table below. Table 1 swFwName Threshold Names envFan001 Env Fan 1 envPS002 Env Power Supply 2 envTemp001 Env Temperature 1 gbicTemp001...
Page 288
FCSwitch MIB Object Types Table 1 swFwName Threshold Names (Continued) fcuportProtoErr0 FCU Port Protocol Errors 13 fcuportRXPerf013 FCU Port RX Performance 13 fcuportSignal013 FCU Port Loss of Signal 13 fcuportState013 FCU Port State Changes 13 fcuportSync013 FCU Port Loss of Sync 13 fcuportTXPerf013 FCU Port TX Performance 13 fcuportWords013...
Page 289
FCSwitch MIB Object Types swFwCurVal [swFwThresholdTable] Syntax Integer Access Read-only Status Mandatory Description Current counter of the threshold. swFwLastEvent [swFwThresholdTable] Syntax SwFwEvent Access Read-only Status Mandatory Description Last event type of the threshold. swFwLastEventVal [swFwThresholdTable] Syntax Integer Access Read-only Status Mandatory Description Last event value of the threshold.
Page 290
FCSwitch MIB Object Types swFwBehaviorType [swFwThresholdTable] Syntax SwFwBehavior Access Read-write Status Mandatory Description A behavior of which the thresholds generate event. swFwBehaviorInt [swFwThresholdTable] Syntax Integer Access Read-write Status Mandatory Description A integer of which the thresholds generate continuous event. 4-68 MIB Reference Manual Version 3.0...
FCSwitch MIB Object Types End Device Group End Device Rls Table swEndDeviceRlsTable Syntax Sequence of SwEndDeviceRlsEntry Access Not accessible Status Mandatory Description The table of rls for individual end devices. MIB Reference Manual Version 3.0 4-69...
Page 292
FCSwitch MIB Object Types swEndDeviceRlsEntry [swEndDeviceRlsTable] Syntax SwEndDeviceRlsEntry Access Not accessible Status Mandatory Description An entry of an individual end devices' rls. Index swEndDevicePort, swEndDeviceAlpa Table 4-10 SwEndDeviceRlsEntry Objects and Object Types swEndDevicePort: 4-70 Integer swEndDeviceAlpa: 4-70 Integer swEndDeviceLinkFailure: 4-71 Integer swEndDeviceSyncLoss: 4-71 Integer...
Page 293
FCSwitch MIB Object Types swEndDevicePortID [swEndDeviceRlsTable] Syntax Octet String of size 4 Access Read-only Status Mandatory Description The Fibre Channel port address ID of the entry. swEndDeviceLinkFailure [swEndDeviceRlsTable] Syntax Integer Access Read-only Status Mandatory Description Link failure count for the end device. swEndDeviceSyncLoss [swEndDeviceRlsTable] Syntax Integer...
Page 294
FCSwitch MIB Object Types swEndDeviceInvalidWord [swEndDeviceRlsTable] Syntax Integer Access Read-only Status Mandatory Description Invalid word count for the end device. swEndDeviceInvalidCRC [swEndDeviceRlsTable] Syntax Integer Access Read-only Status Mandatory Description Invalid CRC count for the end device. 4-72 MIB Reference Manual Version 3.0...
FCSwitch MIB Object Types swBlmPerfAlpaIndx [swBlmPerfALPAMntTable] Syntax Integer (1..126) Access Read-only Status Mandatory Description This Object identifies the ALPA index. There can be 126 ALPA values. swBlmPerfAlpa [swBlmPerfALPAMntTable] Syntax Integer Access Read-only Status Mandatory Description This Object identifies the ALPA values.These values range between x'01' and x'EF'(1 to 239). ALPA value x'00' is reserved for FL_Port If Alpa device is invalid, then it will have -1 value.
Page 297
FCSwitch MIB Object Types swBlmPerfEEMntEntry Syntax swBlmPerfEEMntEntry Access Not accessible Status Mandatory Description End-to-End monitoring counter for given port. Index swBlmPerfEEPort, swBlmPerfEERefKey Table 4-12 SwBlmPerfEEMntEntry Objects and Object Types swBlmPerfEEPort: 4-75 SwPortIndex swBlmPerfEERefKey: 4-75 Integer swBlmPerfEECRC: 4-76 Octet String swBlmPerfEEFCWRx: 4-76 Octet String swBlmPerfEEFCWTx: 4-76 Octet String...
Page 298
FCSwitch MIB Object Types swBlmPerfEECRC [swBlmPerfEEMntTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description End to End CRC error for the frames that matched the SID-DID pair. swBlmPerfEEFCWRx [swBlmPerfEEMntTable] Syntax Octet String of size 8 Access Read-only Status Mandatory Description...
FCSwitch MIB Object Types swBlmPerfEEDid [swBlmPerfEEMntTable] Syntax Integer Access Read-only Status Mandatory Description Gets SID info by reference number. SID (Source Identifier) is a 3-byte field in the frame header used to indicate the address identifier of the N-Port from which the frame was sent. Bloom Performance Filter Base Monitoring Table swBlmPerfFltMntTable Syntax...
Page 300
FCSwitch MIB Object Types swBlmPerfFltPort [swBlmPerfFltMntTable] Syntax SwPortIndex Access Not accessible Status Mandatory Description This object identifies the port number of the switch. swBlmPerfFltRefkey [swBlmPerfFltMntTable] Syntax Integer (1..8) Access Read-only Status Mandatory Description This object identifies the reference number of the filter. This reference number is assigned when a filter is created.
FCSwitch MIB Object Types Trunking Group Trunking Scaler swSwitchTrunkable Syntax Value Declaration Description Integer 0 (No) 8 (Yes) Access Not accessible Status Mandatory Description The trunking status of the switch - whether the switch supports the trunking feature or not. MIB Reference Manual Version 3.0 4-79...
FCSwitch MIB Object Types Trunking Table swTrunkTable Syntax Sequence of SwTrunkEntry Access Not accessible Status Mandatory Description Table to display trunking information for the switch. swTrunkEntry Syntax SwTrunkEntry Access Not accessible Status Mandatory Description Entry for the trunking table. Index swTrunkPortIndex Table 4-14 SwTrunkEntry Objects and Object Types...
Page 303
FCSwitch MIB Object Types swTrunkPortIndex [swTrunkTable] Syntax Value Declaration Description Integer 1 (portNum-0) 2 (portNum-1) 3(portNum-2) 4(portNum-3) 5(portNum-4) 6(portNum-5) 7(portNum-6) 8(portNum-7) 9(portNum-8) 10 (portNum-9) 11 (portNum-10) 12 (portNum-11) 13 (portNum-12) 14 (portNum-13) 15 (portNum-14) 16 (portNum-15) Access Read-only Status Mandatory Description This object identifies the switch port index.
Page 304
FCSwitch MIB Object Types swTrunkGroupNumber [swTrunkTable] Syntax Integer Access Read-only Status Mandatory Description This object is a logical entity which specifies the Group Number to which the port belongs to. If this value is Zero it means the port is not trunked. swTrunkMaster [swTrunkTable] Syntax Value...
FCSwitch MIB Object Types swPortTrunked [swTrunkTable] Syntax Value Declaration Description Integer 0 (Disabled) 1(Enabled) Access Read-only Status Mandatory Description The current state of trunking for a member port. Trunking Group Table swTrunkGrpTable Syntax Sequence of SwTrunkGrpEntry Access Not accessible Status Mandatory Description Table to display trunking performance information for the switch.
Page 306
FCSwitch MIB Object Types swTrunkGrpNumber [swTrunkGrpTable] Syntax Integer Access Read-only Status Mandatory Description This object is a logical entity which specifies the Group Number to which port belongs. swTrunkGrpMaster [swTrunkGrpTable] Syntax Value Declaration Description Integer 0 (None) 1 (portNum-0) 2 (portNum-1) 3(portNum-2) 4(portNum-3) 5(portNum-4)
Page 307
FCSwitch MIB Object Types swTrunkGrpTx [swTrunkGrpTable] Syntax Integer Access Read-only Status Mandatory Description Gives the aggregate value of the transmitted words from this TrunkGroup. swTrunkGrpRx [swTrunkGrpTable] Syntax Integer Access Read-only Status Mandatory Description Gives the aggregate value of the received words by this TrunkGroup. MIB Reference Manual Version 3.0 4-85...
FCSwitch MIB Object Types sw Trap Types This subsection contains descriptions and other information that is specific to sw Trap types. This chapter provides information on: • sw Traps on page 4-86 • Traps for Fabric Watch Subsystems on page 4-89 •...
Page 309
FCSwitch MIB Object Types swSensorScn (Obsoleted by swFabricWatchTrap) Enterprise Variables swSensorStatus, swSensorIndex, swSensorType, swSensorValue, swSensorInfo Description A 2 (swSensorScn) is generated whenever an environment sensor changes its operational state. For instance, a fan stop working. The VarBind in the Trap Data Unit shall contain the corresponding instance of the sensor status, sensor index, sensor type, sensor value (reading) and sensor information.
Page 310
FCSwitch MIB Object Types swEventTrap Enterprise Variables swEventIndex, swEventTimeInfo, swEventLevel, swEventRepeatCount, swEventDescr Description This trap is generated when an event occurs, with a level that is at or below swEventTrapLevel. #TYPE A firmware event has been logged #SUMMARY Event %d: %s (severity level %d) - %s #ARGUMENTS 0, 1, 2, 4 #SEVERITY...
FCSwitch MIB Object Types Traps for Fabric Watch Subsystems swFabricWatchTrap Enterprise Variables swFwClassAreaIndex on page 4-55 swFwThresholdIndex on page 4-64 swFwName on page 4-65 swFwLabel on page 4-66 swFwLastEvent on page 4-67 swFwLastEventVal on page 4-67 swFwLastEventTime on page 4-67 swFwLastState on page 4-67 Description Trap to be sent by Fabric Watch to notify of an event.
Appendix MIB Functional Groupings Overview This appendix provides a function-based listing of MIB objects. To see the correlation of various objects to a particular function, including the following: • Switch Variables on page A-1 • Sensor Variables on page A-1 •...
MIB Functional Groupings Port Variables MIB variables that assist in monitoring or modifying ports are in the following tables or groups: Variables for State and Status • Connectivity Unit Port Table in Fibre Alliance MIB Object Types on page 2-29 •...
MIB Functional Groupings ISL and End Device Variables MIB variables that assist in monitoring or modifying ISL and end-devices are in the following tables or groups: ISL Variables • Connectivity Unit Link Table in Fibre Alliance MIB Object Types on page 2-50 •...
Page 316
MIB Functional Groupings MIB Reference Manual Version 3.0...
Page 317
Glossary 8b/10b An encoding scheme that converts each 8-bit byte into 10 bits. Used to balance Encoding ones and zeros in high-speed transports. Address A 24-bit or 8-bit value used to identify the source or destination of a frame. Identifier Advanced A software product that provides error and performance information to the Performance...
Page 318
Bit Error Rate; the rate at which bits are expected to be received in error. Expressed as the ratio of error bits to total bits transmitted. See also Error. Block As applies to Fibre Channel, upper-level application data that is transferred in a single sequence.
Page 319
Disparity The relationship of ones and zeros in an encoded character. “Neutral disparity” means an equal number of each, “positive disparity” means a majority of ones, and “negative disparity” means a majority of zeros. Distributed The combined user’s guides for the software products Extended Fabrics and Fabrics Remote Switch.
Page 320
Fabric A software product that works in conjunction with Web Tools to provide a Manager graphical user interface for managing switch groups as a single unit, instead of as separate switches. Fabric Manager is installed on and run from a computer workstation.
Page 321
FSPF Fabric Shortest Path First. Routing protocol for Fibre Channel switches. Full-duplex A mode of communication that allows the same port to simultaneously transmit and receive frames. See also Half-duplex. Fx_Port A fabric port that can operate as either an F_Port or FL_Port. See also F_Port, FL_Port.
Page 322
JBOD Just a Bunch Of Disks; indicates a number of disks connected in a single chassis to one or more controllers. See also RAID. K28.5 A special 10-bit character used to indicate the beginning of a transmission word that performs Fibre Channel control and signaling functions. The first seven bits of the character are the comma pattern.
Page 323
Multimode A fiber optic cabling specification that allows up to 500 meters between devices. N_Port Node Port; a port on a node that can connect to a Fibre Channel port or to another N_Port in a point-to-point connection. See also NL_Port, Nx_Port. Name Server Frequently used to indicate Simple Name Server.
Page 324
Private Device A device that supports arbitrated loop protocol and can interpret 8-bit addresses, but cannot log into the fabric. Private Loop An arbitrated loop that does not include a participating FL_Port. Protocol A defined method and a set of standards for communication. Public An NL_Port that logs into the fabric, can function within either a public or a NL_Port...
Page 325
Sequence Initiative. Single Mode The fiber optic cabling standard that corresponds to distances of up to 10 km between devices. SNMP Simple Network Management Protocol. An internet management protocol that uses either IP for network-level functions and UDP for transport-level functions, or TCP/IP for both.
Page 326
U_Port Universal Port; a switch port that can operate as a G_Port, E_Port, F_Port, or FL_Port. A port is defined as a U_Port when it is not connected or has not yet assumed a specific function in the fabric. User Datagram Protocol; a protocol that runs on top of IP and provides port multiplexing for upper-level protocols.
Need help?
Do you have a question about the StorageWorks 8B - FC Entry Switch and is the answer not in the manual?
Questions and answers