CISCO-PREFERRED-PATH-MIB

File: CISCO-PREFERRED-PATH-MIB.mib (45661 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-ST-TC CISCO-SMI
CISCO-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue TEXTUAL-CONVENTION
RowStatus StorageType InterfaceIndexOrZero
InterfaceIndex FcAddressId VsanIndex
ciscoMgmt notifyVsanIndex

Defined Types

CiscoPrefPathFcAddrMask  
A mask to be associated with an FC-ID. full - Represents a mask for the full FC-ID (0xFFFFFF). domainArea - Represents a mask only for domain and area fields of the FC-ID (0xFFFF00). domain - Represents a mask only for the domain field of the FC-ID. (0xFF0000). noMask - No masking.
TEXTUAL-CONVENTION    
  INTEGER full(1), domainArea(2), domain(3), noMask(4)  

CiscoPrefPathStatus  
A status of preferred path route map match and set entries. unknown - Unknown or undefined (error) state. active - Indicates that the entry is active. pending - Indicates that the entry is pending. Next fcroute-map or route activation will put the state to active. deleted - State indicating that the active entry was deleted. Next activation will remove the entry. changed - State indicating that the active entry was changed or modified. Next activation will apply the changes and move the state to active.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), active(2), pending(3), deleted(4), changed(5)  

CiscoPrefPathIvrNextHopVsanId  
IVR next hop VSAN ID. The value of zero means no IVR next hop VSAN is available.
TEXTUAL-CONVENTION    
  Unsigned32 0..4093  

CiscoPrefPathPreferenceLevel  
Metric or cost of the preferred path.
TEXTUAL-CONVENTION    
  Unsigned32 1..255  

CPrefPathRouteMapEntry  
SEQUENCE    
  cPrefPathRouteMapVsanIndex VsanIndex
  cPrefPathRouteMapRouteIndex Unsigned32
  cPrefPathRouteMapIntfPrefStrict TruthValue
  cPrefPathRouteMapRouteActive TruthValue
  cPrefPathRouteMapActive TruthValue
  cPrefPathRouteMapStorageType StorageType
  cPrefPathRouteMapRowStatus RowStatus

CPrefPathRouteMapGlobalEntry  
SEQUENCE    
  cPrefPathRouteMapGlobalActive INTEGER

CPrefPathRouteMapMatchEntry  
SEQUENCE    
  cPrefPathRMapMatchSrcAddr FcAddressId
  cPrefPathRMapMatchSrcAddrMask CiscoPrefPathFcAddrMask
  cPrefPathRMapMatchSrcIntf InterfaceIndexOrZero
  cPrefPathRMapMatchDstAddr FcAddressId
  cPrefPathRMapMatchDstAddrMask CiscoPrefPathFcAddrMask
  cPrefPathRMapMatchRowStatus RowStatus

CPrefPathRouteMapSetEntry  
SEQUENCE    
  cPrefPathRMapSetIntfPref CiscoPrefPathPreferenceLevel
  cPrefPathRMapSetIntf InterfaceIndex
  cPrefPathRMapSetIvrNextHopVsanId CiscoPrefPathIvrNextHopVsanId
  cPrefPathRMapSetRowStatus RowStatus

CPrefPathRouteMapInfoEntry  
SEQUENCE    
  cPrefPathRMapSelectedPref CiscoPrefPathPreferenceLevel
  cPrefPathRMapSelectedIntf InterfaceIndex
  cPrefPathRMapSelIvrNextHopVsanId CiscoPrefPathIvrNextHopVsanId

CPrefPathRouteMapMatchInfoEntry  
SEQUENCE    
  cPrefPathRMapMatchStatus CiscoPrefPathStatus

CPrefPathRouteMapSetInfoEntry  
SEQUENCE    
  cPrefPathRouteMapSetInfoIntf InterfaceIndex
  cPrefPathRouteMapSetInfoIvrNextHopVId CiscoPrefPathIvrNextHopVsanId
  cPrefPathRouteMapSetStatus CiscoPrefPathStatus

Defined Values

ciscoPrefPathMIB 1.3.6.1.4.1.9.9.592
The MIB module for the management of preferred path. This MIB enables managers to configure and monitor Preferred Path parameters. Preferred path provides a method of routing traffic over the selected paths, not necessarily the preferred shortest path as chosen by routing protocols such as FSPF. This kind of control allows users to choose shortest paths based on characteristics, such as frames received on a selected interface or frames with selected source FC-ID. This feature allows users to ensure paths seperation between switches for different traffic between a host and a target. Glossary: FC-ID - Fibre Channel Identifier. VSAN - Virtual Storage Area Network. fcroute - Fibre Channel route to host or target. FSPF - Fibre Shortest Path First. IVR - Inter-VSAN Routing.
MODULE-IDENTITY    

ciscoPrefPathMIBNotifs 1.3.6.1.4.1.9.9.592.0
OBJECT IDENTIFIER    

ciscoPrefPathMIBObjects 1.3.6.1.4.1.9.9.592.1
OBJECT IDENTIFIER    

ciscoPrefPathMIBConform 1.3.6.1.4.1.9.9.592.2
OBJECT IDENTIFIER    

ciscoPrefPathConfiguration 1.3.6.1.4.1.9.9.592.1.1
OBJECT IDENTIFIER    

ciscoPrefPathInformation 1.3.6.1.4.1.9.9.592.1.2
OBJECT IDENTIFIER    

cPrefPathRouteMapTable 1.3.6.1.4.1.9.9.592.1.1.1
This table allows users to configure and monitor the preferred path fcroute-map parameters on all the VSANs configured on the local switch. A fcroute-map can be created per VSAN. For each fcroute-map users can create multiple routes which are identified by a route ID. Within each route there can be multiple flows which are configured using the cPrefPathRouteMapMatchTable table and the corresponding outgoing interface for a route can be configured using the cPrefPathRouteMapSetTable table. This table is the top-level table which is used to configure the fcroute-map indexed by VSAN ID and a route within a fcroute-map indexed by the route ID of the route. Entries in this table are created and deleted using the cPrefPathRouteMapRowStatus object. To create a row in this table, a manager must set the cPrefPathRouteMapRowStatus object to 'createAndGo' or 'createAndWait'. This will create a route within a fcroute-map. There is no need to configure instances of other corresponding columns - cPrefPathRouteMapIntfPrefStrict, cPrefPathRouteMapRouteActive, cPrefPathRouteMapActive in order to make the newly created row to active. To delete a row in this table, a manager must set the cPrefPathRouteMapRowStatus object to 'destroy'. This will delete a route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapEntry

cPrefPathRouteMapEntry 1.3.6.1.4.1.9.9.592.1.1.1.1
A conceptual row in the cPrefPathRouteMapTable. There is an entry in this table for each route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapEntry  

cPrefPathRouteMapVsanIndex 1.3.6.1.4.1.9.9.592.1.1.1.1.1
The VSAN ID of this fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsanIndex  

cPrefPathRouteMapRouteIndex 1.3.6.1.4.1.9.9.592.1.1.1.1.2
An arbitrary integer value which identifies a route in this fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2048  

cPrefPathRouteMapIntfPrefStrict 1.3.6.1.4.1.9.9.592.1.1.1.1.3
This object allows to change the way the preferred path selection logic would select the preferred path. Setting this object to 'true' will make the preferred path to select the outgoing interface strictly based on the preference set using the cPrefPathRMapSetIntfPref. When this object is set to 'false', then the preferred path selection logic will perform selection only when the current outgoing interface goes down.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cPrefPathRouteMapRouteActive 1.3.6.1.4.1.9.9.592.1.1.1.1.4
This object allows to activate/de-activate the route within a fcroute-map. If value of this object is set to 'true', then route will be activated. If set to 'false', then the route will be de-activated. After the route is activated, any incremental updates or changes made to the match or set criteria would require this object to be set to 'true' again (re-activation).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cPrefPathRouteMapActive 1.3.6.1.4.1.9.9.592.1.1.1.1.5
This object allows to activate/de-activate all the routes within a fcroute-map. If value of this object is set to 'true', then all the routes within this fcroute-map will be activated. If set to 'false', then all routes within this fcroute-map will be de-activated. After the fcroute-map is activated, any incremental updates or changes made to the match or set criteria would require this object to be set to 'true' again (re-activation).
Status: deprecated Access: read-create
OBJECT-TYPE    
  TruthValue  

cPrefPathRouteMapStorageType 1.3.6.1.4.1.9.9.592.1.1.1.1.6
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cPrefPathRouteMapRowStatus 1.3.6.1.4.1.9.9.592.1.1.1.1.7
The status of this conceptual row. There is no need to configure instances of other corresponding columnar objects in order to make the newly created row to active. Instances of all other corresponding columns can be modified for an active row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPrefPathRouteMapGlobalTable 1.3.6.1.4.1.9.9.592.1.1.2
This table allows users to configure and monitor the preferred path fcroute-map global parameters. Entries in this table are automatically created when the first route in a fcroute-map is created using the cPrefPathRouteMapTable table. An entry is deleted automatically from this table if either: - The last route in a fcroute-map is removed using the cPrefPathRouteMapTable table. or - The corresponding VSAN is deleted using the vsanTable table (Defined in CISCO-VSAN-MIB).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapGlobalEntry

cPrefPathRouteMapGlobalEntry 1.3.6.1.4.1.9.9.592.1.1.2.1
A row in the cPrefPathRouteMapGlobalTable table. There is an entry in this table for each fcroute-map created.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapGlobalEntry  

cPrefPathRouteMapGlobalActive 1.3.6.1.4.1.9.9.592.1.1.2.1.1
This object allows to activate/de-activate all the routes within a fcroute-map. This object is read-write for the values of 'all' and 'none', but cannot be set to 'partial'. If this object is set to 'all', then all the routes within this fcroute-map will be activated. If this object is set to 'none', then all routes within this fcroute-map will be de-activated. The value of 'partial' indicates that not all of the routes within this fcroute-map are active. This happens when some of the routes within this fcroute-map is de-activated by using cPrefPathRouteMapRouteActive object. After the fcroute-map is activated, any incremental updates or changes made to the match or set criteria would require this object to be set to 'all' again (re-activation).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER all(1), partial(2), none(3)  

cPrefPathRouteMapMatchTable 1.3.6.1.4.1.9.9.592.1.1.3
This table allows to configure and monitor the match criteria for a route within a fcroute-map created using the cPrefPathRouteMapTable table. Each match criteria allows user to classify a traffic flow based on the the incoming frame's source FC-ID and destination FC-ID match. Each entry in this table is indexed by the - cPrefPathRouteMapVsanIndex - cPrefPathRouteMapRouteIndex - cPrefPathRMapMatchSrcAddr - cPrefPathRMapMatchSrcAddrMask - cPrefPathRMapMatchSrcIntf - cPrefPathRMapMatchDstAddr - cPrefPathRMapMatchDstAddrMask Note that any changes or updates made to the match criteria would require the corresponding route or the corresponding fcroute-map to be activated again. Entries in this table are created and deleted using the cPrefPathRMapMatchRowStatus object. To create a row in this table, a manager must set the cPrefPathRMapMatchRowStatus object to 'createAndGo' or 'createAndWait'. This will create a match criteria for a route within a fcroute-map. To delete a row in this table, a manager must set the cPrefPathRMapMatchRowStatus object to 'destroy'. This table is dependent on cPrefPathRouteMapTable table. The association between this table and cPrefPathRouteMapTable table is through the common indices - cPrefPathRouteMapRouteIndex and cPrefPathRouteMapVsanIndex. All the entries in this table with the indices - cPrefPathRouteMapVsanIndex and cPrefPathRouteMapRouteIndex is in fact the match criteria or the flows associated with the route within a fcroute-map for a VSAN, which are created and activated using the cPrefPathRouteMapTable table. When the row corresponding to indices - cPrefPathRouteMapVsanIndex and cPrefPathRouteMapRouteIndex in the cPrefPathRouteMapTable is destroyed then all the rows in this table with those indices will be destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapMatchEntry

cPrefPathRouteMapMatchEntry 1.3.6.1.4.1.9.9.592.1.1.3.1
An entry (conceptual row) in this table. There is an entry in this table for each match criteria of a route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapMatchEntry  

cPrefPathRMapMatchSrcAddr 1.3.6.1.4.1.9.9.592.1.1.3.1.1
The FC-ID which need to be matched with source address in a frame for the flow classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressId  

cPrefPathRMapMatchSrcAddrMask 1.3.6.1.4.1.9.9.592.1.1.3.1.2
This object represents the mask associated with the source address represented by cPrefPathRMapMatchSrcAddr. The value of this object is meaningful only if the corresponding instance of cPrefPathRMapMatchSrcAddr contains a valid FC-ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPrefPathFcAddrMask  

cPrefPathRMapMatchSrcIntf 1.3.6.1.4.1.9.9.592.1.1.3.1.3
This object represents an interface on the local device on which a frame should arrive for flow classification. The value of 0 indicates that source interface match is not selected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

cPrefPathRMapMatchDstAddr 1.3.6.1.4.1.9.9.592.1.1.3.1.4
The FC-ID which need to be matched with destination address in a frame for flow classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcAddressId  

cPrefPathRMapMatchDstAddrMask 1.3.6.1.4.1.9.9.592.1.1.3.1.5
This object represents the mask associated with the destination address represented by cPrefPathRMapMatchDstAddr. The value of this object is meaningful only if the corresponding instance of cPrefPathRMapMatchDstAddr contains a valid FC-ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPrefPathFcAddrMask  

cPrefPathRMapMatchRowStatus 1.3.6.1.4.1.9.9.592.1.1.3.1.6
The status of this conceptual row. There is no need to configure instances of other corresponding columnar objects in order to make the newly created row to active. Instances of all other corresponding columns can be modified for an active row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPrefPathRouteMapSetTable 1.3.6.1.4.1.9.9.592.1.1.4
This table allows to configure and monitor the set criteria for a route within a fcroute-map created using the cPrefPathRouteMapTable table. Each set criteria allows user to setup an action on the classified or matched traffic flow created using the cPrefPathRouteMapMatchTable table. Each set criteria allows user to setup an outgoing interface, and associate it with a preference level. Preference level indicates the priority of the interface during the selection in case multiple outgoing interfaces are configured. Match criteria configured using the cPrefPathRouteMapMatchTable table for a route within a fcroute-map and the set criteria (this table) configured for the same route within a fcroute-map go together as (match, set) pair. Which means that those matched traffic flows will be forwarded or routed via the interface selected based on the preference level in the set criteria (this table). Each entry in this table is indexed by the - cPrefPathRouteMapVsanIndex - cPrefPathRouteMapRouteIndex - cPrefPathRMapSetIntfPref Note any changes or updates made to the set criteria would require the corresponding route or the corresponding fcroute-map to be activated again. Entries in this table are created and deleted using the cPrefPathRMapSetRowStatus object. To create a row in this table, a manager must set the cPrefPathRMapSetRowStatus object to 'createAndGo' or 'createAndWait'. This will create a set criteria for a route within a fcroute-map. It is required to configure instances of cPrefPathRMapSetIntf column before or concurrently in order to make the newly created row to active. To delete a row in this table, a manager must set the cPrefPathRMapSetRowStatus object to 'destroy'. This table is dependent on cPrefPathRouteMapTable table. The association between this table and the cPrefPathRouteMapTable table is through the common indices - cPrefPathRouteMapVsanIndex and cPrefPathRouteMapVsanIndex. All the entries in this table with the indices - cPrefPathRouteMapVsanIndex and cPrefPathRouteMapRouteIndex is in fact the set criteria associated with the route within a fcroute-map, which are created and activated in the cPrefPathRouteMapTable Table. When the row corresponding to indices - cPrefPathRouteMapVsanIndex and cPrefPathRouteMapRouteIndex in the cPrefPathRouteMapTable is destroyed then all the rows in this table with those indices will be destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapSetEntry

cPrefPathRouteMapSetEntry 1.3.6.1.4.1.9.9.592.1.1.4.1
An entry (conceptual row) in this table. There is an entry in this table for each set criteria of a route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapSetEntry  

cPrefPathRMapSetIntfPref 1.3.6.1.4.1.9.9.592.1.1.4.1.1
Preference level, which indicates the metric or cost, associated with the cPrefPathRMapSetIntf outgoing interface. The lower the number the higher the preference.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPrefPathPreferenceLevel  

cPrefPathRMapSetIntf 1.3.6.1.4.1.9.9.592.1.1.4.1.2
This object represents an interface on the local device on which the matched or classified frame will be forwarded.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

cPrefPathRMapSetIvrNextHopVsanId 1.3.6.1.4.1.9.9.592.1.1.4.1.3
This object represents the IVR next hop VSAN ID.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoPrefPathIvrNextHopVsanId  

cPrefPathRMapSetRowStatus 1.3.6.1.4.1.9.9.592.1.1.4.1.4
The status of this conceptual row. It is required to configure instances of cPrefPathRMapSetIntf column before or concurrently in order to make the newly created row to active. Instances of all other corresponding columns can be modified for an active row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cPrefPathRouteMapInfoTable 1.3.6.1.4.1.9.9.592.1.2.1
This table contains information of the 'preferred path' that is currently active and selected for a route within a fcroute-map. The 'preferred path' is the selected preference level, and its associated interface which will be the outgoing interface for traffic that are classified using the match criteria in that particular indexed fcroute-map route. Each entry in this table is indexed by - cPrefPathRouteMapVsanIndex - cPrefPathRouteMapRouteIndex For each route in a fcroute-map, preferred path selects a preference level (the lower the number the higher the preference) per VSAN based on link status of interface associated with the preference level. This table contains the information of the selected preference level.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapInfoEntry

cPrefPathRouteMapInfoEntry 1.3.6.1.4.1.9.9.592.1.2.1.1
An entry which contains information about the preferred path of a route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapInfoEntry  

cPrefPathRMapSelectedPref 1.3.6.1.4.1.9.9.592.1.2.1.1.1
The selected preference level.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPrefPathPreferenceLevel  

cPrefPathRMapSelectedIntf 1.3.6.1.4.1.9.9.592.1.2.1.1.2
This object represents an interface on the local device which is selected to forward the classified or matched flow.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cPrefPathRMapSelIvrNextHopVsanId 1.3.6.1.4.1.9.9.592.1.2.1.1.3
This object represents the IVR next hop VSAN ID.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPrefPathIvrNextHopVsanId  

cPrefPathRouteMapMatchInfoTable 1.3.6.1.4.1.9.9.592.1.2.2
This table allows to monitor the status of the the match criteria of the route within a fcroute-map that are activated using the cPrefPathRouteMapGlobalActive or cPrefPathRouteMapRouteActive objects. Each match criteria entry in this table is indexed by - cPrefPathRouteMapVsanIndex - cPrefPathRouteMapRouteIndex - cPrefPathRMapMatchSrcAddr - cPrefPathRMapMatchSrcAddrMask - cPrefPathRMapMatchSrcIntf - cPrefPathRMapMatchDstAddr - cPrefPathRMapMatchDstAddrMask
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapMatchInfoEntry

cPrefPathRouteMapMatchInfoEntry 1.3.6.1.4.1.9.9.592.1.2.2.1
An entry which contains information about the match criteria of an 'active' route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapMatchInfoEntry  

cPrefPathRMapMatchStatus 1.3.6.1.4.1.9.9.592.1.2.2.1.1
The status of the indexed match entry.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPrefPathStatus  

cPrefPathRouteMapSetInfoTable 1.3.6.1.4.1.9.9.592.1.2.3
This table allows to monitor the status of the the set criteria of the route within a fcroute-map that are activated using the cPrefPathRouteMapGlobalActive or cPrefPathRouteMapRouteActive objects. Each entry in this table is indexed by - cPrefPathRouteMapVsanIndex - cPrefPathRouteMapRouteIndex - cPrefPathRMapSetIntfPref.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPrefPathRouteMapSetInfoEntry

cPrefPathRouteMapSetInfoEntry 1.3.6.1.4.1.9.9.592.1.2.3.1
An entry which contains information about the set criteria of an 'active' route within a fcroute-map.
Status: current Access: not-accessible
OBJECT-TYPE    
  CPrefPathRouteMapSetInfoEntry  

cPrefPathRouteMapSetInfoIntf 1.3.6.1.4.1.9.9.592.1.2.3.1.1
This object represents an interface on the local device on which the matched or classified frame will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cPrefPathRouteMapSetInfoIvrNextHopVId 1.3.6.1.4.1.9.9.592.1.2.3.1.2
This object represents the IVR next hop VSAN ID.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPrefPathIvrNextHopVsanId  

cPrefPathRouteMapSetStatus 1.3.6.1.4.1.9.9.592.1.2.3.1.3
The status of the indexed set entry.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPrefPathStatus  

cPrefPathHwFailureNotifEnable 1.3.6.1.4.1.9.9.592.1.1.5
This variable indicates whether the system produces the ciscoPrefPathHWFailureNotify. A 'false' value for this object will prevent ciscoPrefPathHWFailureNotify notification being generated by the device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ciscoPrefPathHWFailureNotify 1.3.6.1.4.1.9.9.592.0.1
This notification is generated whenever the local device encounters some hardware failures during programming of local preferred path configuration.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoPrefPathMIBCompliances 1.3.6.1.4.1.9.9.592.2.1
OBJECT IDENTIFIER    

ciscoPrefPathMIBGroups 1.3.6.1.4.1.9.9.592.2.2
OBJECT IDENTIFIER    

ciscoPrefPathMIBCompliance 1.3.6.1.4.1.9.9.592.2.1.1
The compliance statement for entities which implement the CISCO-PREFERRED-PATH-MIB.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ciscoPrefPathMIBComplianceRev1 1.3.6.1.4.1.9.9.592.2.1.2
The compliance statement for entities which implement the CISCO-PREFERRED-PATH-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoPrefPathConfigGroup 1.3.6.1.4.1.9.9.592.2.2.1
A collection of objects for configuring and displaying Preferred Path parameters.
Status: deprecated Access: read-write
OBJECT-GROUP    

ciscoPrefPathInfoGroup 1.3.6.1.4.1.9.9.592.2.2.2
A collection of objects for providing information for preferred path notifications.
Status: current Access: read-write
OBJECT-GROUP    

ciscoPrefPathNotifyGroup 1.3.6.1.4.1.9.9.592.2.2.3
A collection of notifications for monitoring failure in configuring Preferred Path parameters on the local device.
Status: current Access: read-write
NOTIFICATION-GROUP    

ciscoPrefPathNotifyConfigGroup 1.3.6.1.4.1.9.9.592.2.2.4
A collection of objects for displaying and configuring preferred path notifications.
Status: current Access: read-write
OBJECT-GROUP    

ciscoPrefPathConfigGroupRev1 1.3.6.1.4.1.9.9.592.2.2.5
A collection of objects for configuring and displaying Preferred Path parameters.
Status: current Access: read-write
OBJECT-GROUP