HH3C-FC-TRACE-ROUTE-MIB

File: HH3C-FC-TRACE-ROUTE-MIB.mib (10807 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HH3C-FC-TC-MIB
HH3C-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 RowStatus TruthValue
Hh3cFcVsanIndex Hh3cFcAddressType Hh3cFcAddress
Hh3cFcNameId Hh3cFcStartOper hh3cSan

Defined Types

Hh3cFcTraceRouteEntry  
SEQUENCE    
  hh3cFcTraceRouteIndex Unsigned32
  hh3cFcTraceRouteVsan Hh3cFcVsanIndex
  hh3cFcTraceRouteAddressType Hh3cFcAddressType
  hh3cFcTraceRouteAddress Hh3cFcAddress
  hh3cFcTraceRouteTimeout Unsigned32
  hh3cFcTraceRouteAdminStatus Hh3cFcStartOper
  hh3cFcTraceRouteOperStatus INTEGER
  hh3cFcTraceRouteAgeInterval Unsigned32
  hh3cFcTraceRouteTrapOnCompletion TruthValue
  hh3cFcTraceRouteRowStatus RowStatus

Hh3cFcTraceRouteHopsEntry  
SEQUENCE    
  hh3cFcTraceRouteHopsIndex Unsigned32
  hh3cFcTraceRouteHopsAddr Hh3cFcNameId

Defined Values

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

hh3cFcTraceRouteObjects 1.3.6.1.4.1.25506.2.127.4.1
OBJECT IDENTIFIER    

hh3cFcTraceRouteConfigurations 1.3.6.1.4.1.25506.2.127.4.1.1
OBJECT IDENTIFIER    

hh3cFcTraceRouteResults 1.3.6.1.4.1.25506.2.127.4.1.2
OBJECT IDENTIFIER    

hh3cFcTraceRouteNotifications 1.3.6.1.4.1.25506.2.127.4.1.3
OBJECT IDENTIFIER    

hh3cFcTraceRouteNotifyPrefix 1.3.6.1.4.1.25506.2.127.4.1.3.0
OBJECT IDENTIFIER    

hh3cFcTraceRouteTable 1.3.6.1.4.1.25506.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  
    Hh3cFcTraceRouteEntry

hh3cFcTraceRouteEntry 1.3.6.1.4.1.25506.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    
  Hh3cFcTraceRouteEntry  

hh3cFcTraceRouteIndex 1.3.6.1.4.1.25506.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  

hh3cFcTraceRouteVsan 1.3.6.1.4.1.25506.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 hh3cFcTraceRouteOperStatus is 'inProgress', the object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cFcVsanIndex  

hh3cFcTraceRouteAddressType 1.3.6.1.4.1.25506.2.127.4.1.1.1.1.3
The type of the corresponding instance of hh3cFcTraceRouteAddress object.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cFcAddressType  

hh3cFcTraceRouteAddress 1.3.6.1.4.1.25506.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 hh3cFcTraceRouteAddressType object is 'wwn'. This object will contain a 3-octet Fibre Channel ID, if the value of the associated instance of hh3cFcTraceRouteAddressType object is 'fcid'.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cFcAddress  

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

hh3cFcTraceRouteAdminStatus 1.3.6.1.4.1.25506.2.127.4.1.1.1.1.6
The administrative status of each hh3cFcTraceRouteEntry. 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    
  Hh3cFcStartOper  

hh3cFcTraceRouteOperStatus 1.3.6.1.4.1.25506.2.127.4.1.1.1.1.7
This object indicates the operational status of this hh3cFcTraceRouteEntry. 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)  

hh3cFcTraceRouteAgeInterval 1.3.6.1.4.1.25506.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  

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

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

hh3cFcTraceRouteHopsTable 1.3.6.1.4.1.25506.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 hh3cFcTraceRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cFcTraceRouteHopsEntry

hh3cFcTraceRouteHopsEntry 1.3.6.1.4.1.25506.2.127.4.1.2.1.1
A trace route hop entry. The first index member specifies the hh3cFcTraceRouteEntry that an hh3cFcTraceRouteHopsEntry 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 hh3cFcTraceRouteEntry are created automatically in this table. Each hop in the complete path will be listed in this table. When an hh3cFcTraceRouteEntry is deleted or aged out, the entries corresponding to the hh3cFcTraceRouteEntry in this table are also deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cFcTraceRouteHopsEntry  

hh3cFcTraceRouteHopsIndex 1.3.6.1.4.1.25506.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 hh3cFcTraceRouteIndex MUST begin with 1 and automatically increase by 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

hh3cFcTraceRouteHopsAddr 1.3.6.1.4.1.25506.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    
  Hh3cFcNameId  

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