H3C-FC-TRACE-ROUTE-MIB

File: H3C-FC-TRACE-ROUTE-MIB.mib (10698 bytes)

Imported modules

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

Imported symbols

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

Defined Types

H3cFcTraceRouteEntry  
SEQUENCE    
  h3cFcTraceRouteIndex Unsigned32
  h3cFcTraceRouteVsan H3cFcVsanIndex
  h3cFcTraceRouteAddressType H3cFcAddressType
  h3cFcTraceRouteAddress H3cFcAddress
  h3cFcTraceRouteTimeout Unsigned32
  h3cFcTraceRouteAdminStatus H3cFcStartOper
  h3cFcTraceRouteOperStatus INTEGER
  h3cFcTraceRouteAgeInterval Unsigned32
  h3cFcTraceRouteTrapOnCompletion TruthValue
  h3cFcTraceRouteRowStatus RowStatus

H3cFcTraceRouteHopsEntry  
SEQUENCE    
  h3cFcTraceRouteHopsIndex Unsigned32
  h3cFcTraceRouteHopsAddr H3cFcNameId

Defined Values

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

h3cFcTraceRouteObjects 1.3.6.1.4.1.2011.10.2.127.4.1
OBJECT IDENTIFIER    

h3cFcTraceRouteConfigurations 1.3.6.1.4.1.2011.10.2.127.4.1.1
OBJECT IDENTIFIER    

h3cFcTraceRouteResults 1.3.6.1.4.1.2011.10.2.127.4.1.2
OBJECT IDENTIFIER    

h3cFcTraceRouteNotifications 1.3.6.1.4.1.2011.10.2.127.4.1.3
OBJECT IDENTIFIER    

h3cFcTraceRouteNotifyPrefix 1.3.6.1.4.1.2011.10.2.127.4.1.3.0
OBJECT IDENTIFIER    

h3cFcTraceRouteTable 1.3.6.1.4.1.2011.10.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  
    H3cFcTraceRouteEntry

h3cFcTraceRouteEntry 1.3.6.1.4.1.2011.10.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    
  H3cFcTraceRouteEntry  

h3cFcTraceRouteIndex 1.3.6.1.4.1.2011.10.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  

h3cFcTraceRouteVsan 1.3.6.1.4.1.2011.10.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 h3cFcTraceRouteOperStatus is 'inProgress', the object cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcVsanIndex  

h3cFcTraceRouteAddressType 1.3.6.1.4.1.2011.10.2.127.4.1.1.1.1.3
The type of the corresponding instance of h3cFcTraceRouteAddress object.
Status: current Access: read-create
OBJECT-TYPE    
  H3cFcAddressType  

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

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

h3cFcTraceRouteAdminStatus 1.3.6.1.4.1.2011.10.2.127.4.1.1.1.1.6
The administrative status of each h3cFcTraceRouteEntry. 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    
  H3cFcStartOper  

h3cFcTraceRouteOperStatus 1.3.6.1.4.1.2011.10.2.127.4.1.1.1.1.7
This object indicates the operational status of this h3cFcTraceRouteEntry. 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)  

h3cFcTraceRouteAgeInterval 1.3.6.1.4.1.2011.10.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  

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

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

h3cFcTraceRouteHopsTable 1.3.6.1.4.1.2011.10.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 h3cFcTraceRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFcTraceRouteHopsEntry

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

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

h3cFcTraceRouteHopsAddr 1.3.6.1.4.1.2011.10.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    
  H3cFcNameId  

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