H3C-FC-PING-MIB

File: H3C-FC-PING-MIB.mib (11778 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC H3C-FC-TC-MIB
H3C-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 RowStatus
TruthValue H3cFcVsanIndex H3cFcAddressType
H3cFcAddress H3cFcStartOper h3cSan

Defined Types

H3cFcPingEntry  
SEQUENCE    
  h3cFcPingIndex Unsigned32
  h3cFcPingVsan H3cFcVsanIndex
  h3cFcPingAddressType H3cFcAddressType
  h3cFcPingAddress H3cFcAddress
  h3cFcPingPacketCount Unsigned32
  h3cFcPingPayloadSize Unsigned32
  h3cFcPingTimeout Unsigned32
  h3cFcPingDelay Unsigned32
  h3cFcPingAgeInterval Unsigned32
  h3cFcPingAdminStatus H3cFcStartOper
  h3cFcPingOperStatus INTEGER
  h3cFcPingTrapOnCompletion TruthValue
  h3cFcPingRowStatus RowStatus

H3cFcPingStatEntry  
SEQUENCE    
  h3cFcPingReqPackets Unsigned32
  h3cFcPingResPackets Unsigned32
  h3cFcPingMinTime Integer32
  h3cFcPingAverageTime Integer32
  h3cFcPingMaxTime Integer32
  h3cFcPingTimeoutNum Unsigned32

Defined Values

h3cFcPing 1.3.6.1.4.1.2011.10.2.127.5
This MIB module is for the management of the Fibre Channel Ping functionality.
MODULE-IDENTITY    

h3cFcPingObjects 1.3.6.1.4.1.2011.10.2.127.5.1
OBJECT IDENTIFIER    

h3cFcPingConfigurations 1.3.6.1.4.1.2011.10.2.127.5.1.1
OBJECT IDENTIFIER    

h3cFcPingStatistics 1.3.6.1.4.1.2011.10.2.127.5.1.2
OBJECT IDENTIFIER    

h3cFcPingNotifications 1.3.6.1.4.1.2011.10.2.127.5.1.3
OBJECT IDENTIFIER    

h3cFcPingNotifyPrefix 1.3.6.1.4.1.2011.10.2.127.5.1.3.0
OBJECT IDENTIFIER    

h3cFcPingTable 1.3.6.1.4.1.2011.10.2.127.5.1.1.1
A table of FC ping entries containing a group of FC ping requests that need to be executed at the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPingEntry

h3cFcPingEntry 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1
A FC ping request entry that need to be executed at the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPingEntry  

h3cFcPingIndex 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.1
The index of the current FC ping entry. This object identifies a FC ping request entry uniquely in a specified VSAN (Virtual Storage Area Network).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 1..65535  

h3cFcPingVsan 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.2
The VSAN on which the FC ping request will be performed. If the corresponding instance value of h3cFcPingOperStatus is 'inProgress', the object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcVsanIndex  

h3cFcPingAddressType 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.3
The type of the corresponding instance of h3cFcPingAddress object.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcAddressType  

h3cFcPingAddress 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.4
The address to which the route will be pinged. This object will contain an 8 octet long WWN(World Wide Name), if the value of the associated instance of h3cFcPingAddressType object is 'wwn'. This object will contain a 3 octet long Fibre Channel Address ID, if the value of the associated instance of h3cFcPingAddressType object is 'fcid'.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcAddress  

h3cFcPingPacketCount 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.5
The number of FC ping packets to be sent to the target in this sequence.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..2147483647  

h3cFcPingPayloadSize 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.6
This object specifies the size of the FC ping packet payload to be sent to the target in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cFcPingTimeout 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.7
The value of timeout for this FC ping request.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

h3cFcPingDelay 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cFcPingAgeInterval 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.9
The interval time after a FC ping test completes before the entry is aged out.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 500..900  

h3cFcPingAdminStatus 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.10
The administrative status of each h3cFcPingEntry. The object has two values: enable - Activate the entry. disable - Deactivate the entry. When the FC ping 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 test finishes, the value of this object will be set to 'disable'.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcStartOper  

h3cFcPingOperStatus 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.11
This object indicates the operational status of this h3cFcPingEntry. The value specifications are listed as follows: inProgress - FC ping is in progress. complete - FC ping is complete. disabled - FC ping is disabled. failed - FC ping has failed due to resource limitations.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inProgress(1), complete(2), disabled(3), failed(4)  

h3cFcPingTrapOnCompletion 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.12
This object indicates that if h3cFcPingCompletionNotify notification should be generated or not when the corresponding ping sequence completes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cFcPingRowStatus 1.3.6.1.4.1.2011.10.2.127.5.1.1.1.1.13
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFcPingStatTable 1.3.6.1.4.1.2011.10.2.127.5.1.2.1
A table of FC ping statistics. This table notes the FC ping statistics of a FC ping test associated with an entry in the h3cFcPingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcPingStatEntry

h3cFcPingStatEntry 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1
A FC ping statistics entry. An entry will be created automatically in this table when the h3cFcPingRowStatus of a ping request in the h3cFcPingTable is set to 'active'. The entry in this table will have the same indices as the entry that in the h3cFcPingTable. An entry in this table will be deleted when the corresponding entry in the h3cFcPingTable is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFcPingStatEntry  

h3cFcPingReqPackets 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.1
The number of FC ping packets request in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cFcPingResPackets 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.2
The number of FC ping packets response in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cFcPingMinTime 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.3
The minimum round trip time of all the packets that have been sent in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFcPingAverageTime 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.4
The average round trip time of all the packets that have been sent in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFcPingMaxTime 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.5
The maximum round trip time of all the packets that have been sent in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFcPingTimeoutNum 1.3.6.1.4.1.2011.10.2.127.5.1.2.1.1.6
The number of timeouts encountered in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cFcPingCompletionNotify 1.3.6.1.4.1.2011.10.2.127.5.1.3.0.1
When a FC ping test is finished and the instance of h3cFcPingTrapOnCompletion associated with the test is set to 'true', this notification occurred.
Status: current Access: read-only
NOTIFICATION-TYPE