HPN-ICF-FC-TRACE-ROUTE-MIB

File: HPN-ICF-FC-TRACE-ROUTE-MIB.mib (10862 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HPN-ICF-FC-TC-MIB
HPN-ICF-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 RowStatus TruthValue
HpnicfFcVsanIndex HpnicfFcAddressType HpnicfFcAddress
HpnicfFcNameId HpnicfFcStartOper hpnicfSan

Defined Types

HpnicfFcTraceRouteEntry  
SEQUENCE    
  hpnicfFcTraceRouteIndex Unsigned32
  hpnicfFcTraceRouteVsan HpnicfFcVsanIndex
  hpnicfFcTraceRouteAddressType HpnicfFcAddressType
  hpnicfFcTraceRouteAddress HpnicfFcAddress
  hpnicfFcTraceRouteTimeout Unsigned32
  hpnicfFcTraceRouteAdminStatus HpnicfFcStartOper
  hpnicfFcTraceRouteOperStatus INTEGER
  hpnicfFcTraceRouteAgeInterval Unsigned32
  hpnicfFcTraceRouteTrapOnCompletion TruthValue
  hpnicfFcTraceRouteRowStatus RowStatus

HpnicfFcTraceRouteHopsEntry  
SEQUENCE    
  hpnicfFcTraceRouteHopsIndex Unsigned32
  hpnicfFcTraceRouteHopsAddr HpnicfFcNameId

Defined Values

hpnicfFcTraceRoute 1.3.6.1.4.1.11.2.14.11.15.2.127.4
This MIB module is for the management of the Fibre Channel Trace Route functionality.
MODULE-IDENTITY    

hpnicfFcTraceRouteObjects 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1
OBJECT IDENTIFIER    

hpnicfFcTraceRouteConfigurations 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1
OBJECT IDENTIFIER    

hpnicfFcTraceRouteResults 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.2
OBJECT IDENTIFIER    

hpnicfFcTraceRouteNotifications 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.3
OBJECT IDENTIFIER    

hpnicfFcTraceRouteNotifyPrefix 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.3.0
OBJECT IDENTIFIER    

hpnicfFcTraceRouteTable 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1
A table of trace route entries containing a group of trace route requests that need to be executed at the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFcTraceRouteEntry

hpnicfFcTraceRouteEntry 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1
A trace route request entry that needs to be executed at the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFcTraceRouteEntry  

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

hpnicfFcTraceRouteVsan 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.2
The VSAN on which the trace route request will be executed. If the corresponding instance value of hpnicfFcTraceRouteOperStatus is 'inProgress', the object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfFcVsanIndex  

hpnicfFcTraceRouteAddressType 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.3
The type of the corresponding instance of hpnicfFcTraceRouteAddress object.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfFcAddressType  

hpnicfFcTraceRouteAddress 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.4
The address to which the route will be traced. This object will contain an 8-octet WWN (World Wide Name), if the value of the associated instance of hpnicfFcTraceRouteAddressType object is 'wwn'. This object will contain a 3-octet Fibre Channel ID, if the value of the associated instance of hpnicfFcTraceRouteAddressType object is 'fcid'.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfFcAddress  

hpnicfFcTraceRouteTimeout 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.5
The value of timeout for this trace route request. If the corresponding instance value of hpnicfFcTraceRouteOperStatus object is 'inProgress', this object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

hpnicfFcTraceRouteAdminStatus 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.6
The administrative status of each hpnicfFcTraceRouteEntry. The object has two values: enable - Activate the entry. disable - Deactivate the entry. When the trace route entry is being executed, this object cannot be modified. If this object is being read, a value of 'enable' will be returned. When the execution finishes, the value of this object will be set to 'disable'.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfFcStartOper  

hpnicfFcTraceRouteOperStatus 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.7
This object indicates the operational status of this hpnicfFcTraceRouteEntry. The value specifications are listed as follows: inProgress - Trace route is in progress. success - Trace route has succeeded. partialSuccess - Trace route has partially succeeded. failure - Trace route has failed due to resource limitations. disabled - Trace route is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inProgress(1), success(2), partialSuccess(3), failure(4), disabled(5)  

hpnicfFcTraceRouteAgeInterval 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.8
The interval time for an entry to age out after a trace route test is completed.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 500..900  

hpnicfFcTraceRouteTrapOnCompletion 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.1.1.1.9
This object indicates whether a hpnicfFcTraceRouteCompletionNotify notification should be generated when this trace route test completes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

hpnicfFcTraceRouteHopsTable 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.2.1
A table of trace route hop results. This table indicates the hop-by-hop result of a trace route test associated with an entry in the hpnicfFcTraceRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfFcTraceRouteHopsEntry

hpnicfFcTraceRouteHopsEntry 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.2.1.1
A trace route hop entry. The first index member specifies the hpnicfFcTraceRouteEntry that an hpnicfFcTraceRouteHopsEntry is associated with. The second index element identifies a hop in a trace route path. In the case of a complete path being traced, entries corresponding to an hpnicfFcTraceRouteEntry are created automatically in this table. Each hop in the complete path will be listed in this table. When an hpnicfFcTraceRouteEntry is deleted or aged out, the entries corresponding to the hpnicfFcTraceRouteEntry in this table are also deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfFcTraceRouteHopsEntry  

hpnicfFcTraceRouteHopsIndex 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.2.1.1.1
This object indicates the hop index for a trace route hop. Values for this object associated with the same hpnicfFcTraceRouteIndex MUST begin with 1 and automatically increase by 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

hpnicfFcTraceRouteHopsAddr 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.2.1.1.2
This object specifies the WWN of the device associated with this hop.
Status: current Access: read-only
OBJECT-TYPE    
  HpnicfFcNameId  

hpnicfFcTraceRouteCompletionNotify 1.3.6.1.4.1.11.2.14.11.15.2.127.4.1.3.0.1
When a trace route test is finished and the instance of hpnicfFcTraceRouteTrapOnCompletion associated with the test is set to 'true', this notification occurred.
Status: current Access: read-only
NOTIFICATION-TYPE