Home/Catalog/CISCO-FCPING-MIB

CISCO-FCPING-MIB

AI MIB Summary

The CISCO-FCPING-MIB enables Cisco Fibre Channel switches to monitor and manage Fibre Channel Ping (FCP) operations, specifically tracking connectivity status, round-trip latency, and packet loss statistics between fabric nodes.

The MIB module for the management of the Fibre Channel Ping functionality.
39
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

39 total
Object Name
ciscoFcPingMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295
RFC1155-SMI
Unknown
.1.3.6.1.4.1.9.9.295
ciscoFcPingMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.1
fcPingConfiguration
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.1.1
fcPingTableA table of ping request entries. This table contains a set of ping requests which need to be executed at the agent.
SEQUENCE OF FcPingEntry
.1.3.6.1.4.1.9.9.295.1.1.1
fcPingEntryA ping request entry. A management station wishing to create an entry should generate a pseudo-random number to be used as an index into this table and create an instance of the fcPingRowStatus object. After that, the management station should set the corresponding instance of fcPingAddress object with the address of the destination that should be pinged and fcPingVsanIndex with the desired VSAN number. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the ping sequence. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the ping sequence has been initiated it can be stopped by setting the corresponding instance of fcPingRowStatus to 'destroy'. The results of the ping operation are made available in the fcPingStats table. For a ping entry uniquely identified by fcPingIndex, an entry will be created in the fcPingStats table automatically by the agent. Once the ping sequence completes, the management station should retrieve the statistics of interest from the fcPingStats table and delete the entry from the fcPingTable. The corresponding entry in the fcPingStats table shall be deleted automatically by the agent. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within fcPingAgeInterval milliseconds of completing. If the management station wishes to repeat the ping sequence to a particular destination, then it will need to set the corresponding instance of fcPingAdminStatus to 'enable' again.
FcPingEntry
.1.3.6.1.4.1.9.9.295.1.1.1.1
fcPingIndexThe index of a ping entry. This object uniquely identifies a ping request entry on a VSAN.
INTEGER
.1.3.6.1.4.1.9.9.295.1.1.1.1.1
fcPingVsanIndexThis object identifies the VSAN to which this ping request belongs. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
VsanIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.295.1.1.1.1.2
fcPingAddressTypeThe format of the corresponding instance of fcPingAddress object.rw
FcAddressType -- Rsyntax INTEGER { -- wwn(1), -- fcid(2) -- }
.1.3.6.1.4.1.9.9.295.1.1.1.1.3
fcPingAddressThe address of the device to be pinged. If the value of the corresponding instance of fcPingAddressType object is 'wwn', then this object will contain an 8 octet long WWN. If the value of the corresponding instance of fcPingAddressType object is 'fcid', then this object will contain a 3 octet long FCID. This object MUST be set to a valid value before or concurrently with setting the corresponding instance of fcPingRowStatus to 'active'.rw
FcAddress -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.295.1.1.1.1.4
fcPingPacketCountThe number of ping packets to be sent to the target in this sequence. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Gauge
.1.3.6.1.4.1.9.9.295.1.1.1.1.5
fcPingPayloadSizeThis object specifies the size of the ping packet payload to be sent to the target in this sequence. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Gauge
.1.3.6.1.4.1.9.9.295.1.1.1.1.6
fcPingPacketTimeoutThe amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped'. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Gauge
.1.3.6.1.4.1.9.9.295.1.1.1.1.7
fcPingDelayThe minimum amount of time to wait before sending the next packet in a sequence, after receiving a response or declaring a timeout for a previously transmitted packet. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Gauge
.1.3.6.1.4.1.9.9.295.1.1.1.1.8
fcPingAgeIntervalThe amount of time to wait after the ping sequence completes before the ping entry is aged out. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Gauge
.1.3.6.1.4.1.9.9.295.1.1.1.1.9
fcPingUsrPriorityThis object determines the queuing priority and drop probability this sequence of ping packets experience in the switches through which they pass through. If the value of this object is set to 'high', then the corresponding sequence of packets will experience high queueing priority and low drop probability in the switches through which they pass through. If the value of this object is set to 'low', then the corresponding sequence of packets will experience low queueing priority and higher drop probability in the switches through which they pass through. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
Enumeration
.1.3.6.1.4.1.9.9.295.1.1.1.1.10
fcPingAdminStatusThis object specifies the desired state that a fcPingEntry should be in: enable(1) - Attempt to activate the ping as defined by this entry. disable(2) - Deactivate the ping as defined by this entry. The actual operational state of this test is indicated by the corresponding instance of fcPingOperStatus. When the ping sequence corresponding to this entry is executing, this object cannot be modified. If this object is read at such a time, a value of 'enable' will be returned. When the ping sequence completes, the value of this object will be made 'disable' automatically by the agent.rw
FcStartOper -- Rsyntax INTEGER { -- enable(1), -- disable(2) -- }
.1.3.6.1.4.1.9.9.295.1.1.1.1.11
fcPingOperStatusThis object indicates the operational status of this fcPingEntry. inProgress(1) - Indicates that the ping sequence as defined by this instance of fcPingEntry is currently running. complete(2) - Indicates that the ping sequence as defined by this instance of fcPingEntry is currently complete. disabled(3) - Indicates that the ping sequence as defined by this instance of fcPingEntry is currently disabled. failure(4) - Indicates that the ping sequence as defined by this instance of fcPingEntry has currently failed due to resource limitations. Initially the value of this object will be 'inProgress' when the ping sequence is being executed. Once the ping sequence is completed, the value of this object will transition to 'complete'. If the value of the corresponding instance of fcPingAdminStatus is 'disable', then this object will have a value of 'disabled'.ro
Enumeration
.1.3.6.1.4.1.9.9.295.1.1.1.1.12
fcPingTrapOnCompletionThis specifies if fcPingCompletionNotify notification should be generated or not when the corresponding ping sequence completes. If this object is set to 'true', then the notification is generated. If this object is set to 'false', then the notification is not generated. This object cannot be modified if the corresponding instance of fcPingOperStatus object has a value of 'inProgress'.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.295.1.1.1.1.13
fcPingRowStatusThe status of this conceptual row. When a ping sequence is being executed, if this object is set to 'destroy', then the corresponding ping sequence will be stopped.rw
RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- }
.1.3.6.1.4.1.9.9.295.1.1.1.1.14
fcPingStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.1.2
fcPingStatsTableA table of ping statistics. The statistics corresponding to the entries in the fcPingTable. When an entry is deleted in the fcPingTable, the corresponding entry in this table is deleted automatically by the agent.
SEQUENCE OF FcPingStatsEntry
.1.3.6.1.4.1.9.9.295.1.2.1
fcPingStatsEntryA ping statistics entry. An entry shall be created automatically in this table whenever a ping request is activated in the fcPingTable by setting the fcPingRowStatus to 'active'. This entry shall have the same indices as the entry that got activated in the fcPingTable. An entry in this table shall be deleted by the agent automatically either when the corresponding entry in the fcPingTable is deleted by the management station or is aged out by the agent. This table shall be empty if there is no 'active' entry in the fcPingTable.
FcPingStatsEntry
.1.3.6.1.4.1.9.9.295.1.2.1.1
fcPingTxPacketsThe number of ping packets sent to the target in this sequence.ro
Gauge
.1.3.6.1.4.1.9.9.295.1.2.1.1.1
fcPingRxPacketsThe number of ping packets received from the target in this sequence.ro
Gauge
.1.3.6.1.4.1.9.9.295.1.2.1.1.2
fcPingMinRttThe minimum round trip time of all the packets that have been sent in this sequence.ro
INTEGER
.1.3.6.1.4.1.9.9.295.1.2.1.1.3
fcPingAvgRttThe average round trip time of all the packets that have been sent in this sequence.ro
INTEGER
.1.3.6.1.4.1.9.9.295.1.2.1.1.4
fcPingMaxRttThe maximum round trip time of all the packets that have been sent in this sequence.ro
INTEGER
.1.3.6.1.4.1.9.9.295.1.2.1.1.5
fcPingNumTimeoutsThe number of timeouts encountered in this sequence.ro
Gauge
.1.3.6.1.4.1.9.9.295.1.2.1.1.6
fcPingNotification
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.1.3
fcPingNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.1.3.0
fcPingCompletionNotifyThis notification is generated whenever a sequence of pings is complete and the corresponding instance of fcPingTrapOnCompletion object has been set to 'true'.
TRAP-TYPE
.1.3.6.1.4.1.9.9.295.1.3.0.1
fcPingMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2
fcPingMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.1
fcPingMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.1.1
fcPingMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.2
fcPingConfigGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.2.1
fcPingStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.2.2
fcPingNotifyGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.295.2.2.3
CISCO-FCPING-MIB - SNMP MIB Reference | MIBs Explorer