HH3C-FC-PING-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.127.5
- Last updated
- 2013-03-15 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2013-03-15 00:00
- Namespace
- comware
- Source file
HH3C-FC-PING-MIB- Digest
sha256:cc5553ab8e669d99395fd93c242cb4b1f52d47a6371421bf4ae503483c21eff4
Description
This MIB module is for the management of the Fibre Channel Ping functionality.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-FC-TC-MIB | Hh3cFcAddress, Hh3cFcAddressType, Hh3cFcStartOper, Hh3cFcVsanIndex |
| HH3C-VSAN-MIB | hh3cSan |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-FC-PING-MIB HH3C-FC-TC-MIB HH3C-OID-MIB HH3C-VSAN-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cFcPingObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.127.5.1 | |||
| hh3cFcPingConfigurations OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.127.5.1.1 | |||
| hh3cFcPingTable OBJECT-TYPE A table of FC ping entries containing a group of FC ping requests that need to be executed at the agent. | 1.3.6.1.4.1.25506.2.127.5.1.1.1 | not-accessible | current | |
| hh3cFcPingEntry OBJECT-TYPE A FC ping request entry that need to be executed at the agent. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1 | not-accessible | current | |
| hh3cFcPingIndex OBJECT-TYPE 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). | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.1 | Unsigned32 (1..65535) | accessible-for-notify | current |
| hh3cFcPingVsan OBJECT-TYPE The VSAN on which the FC ping request will be performed. If the corresponding instance value of hh3cFcPingOperStatus is 'inProgress', the object cannot be modified. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.2 | Hh3cFcVsanIndex | read-create | current |
| hh3cFcPingAddressType OBJECT-TYPE The type of the corresponding instance of hh3cFcPingAddress object. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.3 | Hh3cFcAddressType | read-create | current |
| hh3cFcPingAddress OBJECT-TYPE 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 hh3cFcPingAddressType object is 'wwn'. This object will contain a 3 octet long Fibre Channel Address ID, if the value of the associated instance of hh3cFcPingAddressType object is 'fcid'. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.4 | Hh3cFcAddress | read-create | current |
| hh3cFcPingPacketCount OBJECT-TYPE The number of FC ping packets to be sent to the target in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.5 | Unsigned32 (1..2147483647) | read-create | current |
| hh3cFcPingPayloadSize OBJECT-TYPE This object specifies the size of the FC ping packet payload to be sent to the target in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.6 | Unsigned32 | read-only | current |
| hh3cFcPingTimeout OBJECT-TYPE The value of timeout for this FC ping request. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.7 | Unsigned32 (1..10) | read-create | current |
| hh3cFcPingDelay OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.8 | Unsigned32 | read-only | current |
| hh3cFcPingAgeInterval OBJECT-TYPE The interval time after a FC ping test completes before the entry is aged out. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.9 | Unsigned32 (500..900) | read-create | current |
| hh3cFcPingAdminStatus OBJECT-TYPE The administrative status of each hh3cFcPingEntry. 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'. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.10 | Hh3cFcStartOper | read-create | current |
| hh3cFcPingOperStatus OBJECT-TYPE This object indicates the operational status of this hh3cFcPingEntry. 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. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.11 | INTEGER {inProgress(1), complete(2), disabled(3), failed(4)} | read-only | current |
| hh3cFcPingTrapOnCompletion OBJECT-TYPE This object indicates that if hh3cFcPingCompletionNotify notification should be generated or not when the corresponding ping sequence completes. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.12 | TruthValue | read-create | current |
| hh3cFcPingRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.25506.2.127.5.1.1.1.1.13 | RowStatus | read-create | current |
| hh3cFcPingStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.127.5.1.2 | |||
| hh3cFcPingStatTable OBJECT-TYPE A table of FC ping statistics. This table notes the FC ping statistics of a FC ping test associated with an entry in the hh3cFcPingTable. | 1.3.6.1.4.1.25506.2.127.5.1.2.1 | not-accessible | current | |
| hh3cFcPingStatEntry OBJECT-TYPE A FC ping statistics entry. An entry will be created automatically in this table when the hh3cFcPingRowStatus of a ping request in the hh3cFcPingTable is set to 'active'. The entry in this table will have the same indices as the entry that in the hh3cFcPingTable. An entry in this table will be deleted when the corresponding entry in the hh3cFcPingTable is deleted. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1 | not-accessible | current | |
| hh3cFcPingReqPackets OBJECT-TYPE The number of FC ping packets request in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.1 | Unsigned32 | read-only | current |
| hh3cFcPingResPackets OBJECT-TYPE The number of FC ping packets response in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.2 | Unsigned32 | read-only | current |
| hh3cFcPingMinTime OBJECT-TYPE The minimum round trip time of all the packets that have been sent in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.3 | Integer32 | read-only | current |
| hh3cFcPingAverageTime OBJECT-TYPE The average round trip time of all the packets that have been sent in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.4 | Integer32 | read-only | current |
| hh3cFcPingMaxTime OBJECT-TYPE The maximum round trip time of all the packets that have been sent in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.5 | Integer32 | read-only | current |
| hh3cFcPingTimeoutNum OBJECT-TYPE The number of timeouts encountered in this sequence. | 1.3.6.1.4.1.25506.2.127.5.1.2.1.1.6 | Unsigned32 | read-only | current |
| hh3cFcPingNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.127.5.1.3 | |||
| hh3cFcPingNotifyPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.127.5.1.3.0 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cFcPingCompletionNotify NOTIFICATION-TYPE When a FC ping test is finished and the instance of hh3cFcPingTrapOnCompletion associated with the test is set to 'true', this notification occurred. | 1.3.6.1.4.1.25506.2.127.5.1.3.0.1 | current |