CISCO-CFS-MIB

File: CISCO-CFS-MIB.mib (69746 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
TEXTUAL-CONVENTION TimeStamp SnmpAdminString
InetAddressType InetAddress ciscoMgmt

Defined Types

CiscoCFSAction  
Actions available for the CFS. 'noop' - No operation 'enable' - CFS Distribution Enable 'disable' - CFS Distribution Disable 'commit' - CFS Commit 'abort' - CFS Abort 'clear' - CFS Clear. This can be initiated by any user who has write access to the object of 'CiscoCFSAction' type.
TEXTUAL-CONVENTION    
  INTEGER noop(1), enable(2), disable(3), commit(4), abort(5), clear(6)  

CiscoCFSFeatureStatus  
Status of the CFS capable feature. 'unknown' - Unknown status 'enabled' - Feature is enabled for CFS operations 'disabled' - Feature is disabled for any CFS operations
TEXTUAL-CONVENTION    
  INTEGER unknown(1), enabled(2), disabled(3)  

CiscoCFSFeatureActionResult  
Result of the action performed on a CFS capable feature. 'none' - No previous action was performed 'success' - Execution of the action triggered is completed Successfully 'failed' - Execution of the action has failed 'inProgress' - Execution of the action triggered is in progress 'partialSuccess' - Execution of the action triggered has succeeded partially in the fabric
TEXTUAL-CONVENTION    
  INTEGER none(1), success(2), failed(3), inProgress(4), partialSuccess(5)  

CiscoCFSScopeType  
A generic value that represents the type of CFS feature scope. 'none' - No scope 'vsanID' - VSAN scope
TEXTUAL-CONVENTION    
  INTEGER none(1), vsanID(2)  

CiscoCFSScopeValue  
Denotes a CFS feature scope value to be used with CiscoCFSScopeType. A CiscoCFSScopeValue is always interpreted within the context of an CiscoCFSScopeType value. Every usage of the CiscoCFSScopeValue textual convention is required to specify the CiscoCFSScopeType object which provides the context. The encoding of the CiscoCFSScopeValue object for a specific scope type is as below: ScopeType Octets Contents Encoding --------- ------ -------- -------- vsanID 1-4 VSAN ID of the VSAN network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

CfsFeatureOpEntry  
SEQUENCE    
  cfsFeatureOpName SnmpAdminString
  cfsFeatureOpAction CiscoCFSAction
  cfsFeatureOpScopeType CiscoCFSScopeType
  cfsFeatureOpScopeVal CiscoCFSScopeValue
  cfsFeatureOpLastAction CiscoCFSAction
  cfsFeatureOpLastScopeType CiscoCFSScopeType
  cfsFeatureOpLastScopeVal CiscoCFSScopeValue
  cfsFeatureOpLastActionResult CiscoCFSFeatureActionResult
  cfsFeatureOpLastFailureReason SnmpAdminString
  cfsFeatureOpShowCfgOption INTEGER
  cfsFeatureOpStatus CiscoCFSFeatureStatus
  cfsFeatureOpAttribs BITS

CfsPendingConfOwnerEntry  
SEQUENCE    
  cfsPendingConfOwnerScopeType CiscoCFSScopeType
  cfsPendingConfOwnerScopeVal CiscoCFSScopeValue
  cfsPendingConfOwnerAddrType InetAddressType
  cfsPendingConfOwnerAddr InetAddress
  cfsPendingConfOwnerIDType BITS
  cfsPendingConfOwnerID SnmpAdminString

CfsMergeStatusEntry  
SEQUENCE    
  cfsMergeStatusScopeType CiscoCFSScopeType
  cfsMergeStatusScopeVal CiscoCFSScopeValue
  cfsMergeStatusValue INTEGER

CfsMergeMembersEntry  
SEQUENCE    
  cfsMergeMemberAddrType InetAddressType
  cfsMergeMemberAddr InetAddress
  cfsMergeMemberFabricType INTEGER
  cfsMergeMemberRole INTEGER

CfsPeersEntry  
SEQUENCE    
  cfsPeerAddrType InetAddressType
  cfsPeerAddr InetAddress

CfsFeaturePeersEntry  
SEQUENCE    
  cfsFeaturePeersScopeType CiscoCFSScopeType
  cfsFeaturePeersScopeVal CiscoCFSScopeValue
  cfsFeaturePeersAddrType InetAddressType
  cfsFeaturePeersAddr InetAddress

CfsFeatureOpExtEntry  
SEQUENCE    
  cfsFeatureOpExtScopeType CiscoCFSScopeType
  cfsFeatureOpExtScopeVal CiscoCFSScopeValue
  cfsFeatureOpExtLastAction CiscoCFSAction
  cfsFeatureOpExtLastActionResult CiscoCFSFeatureActionResult
  cfsFeatureOpExtLastFailureReason SnmpAdminString
  cfsFeatureOpExtShowCfgOption INTEGER
  cfsFeatureOpExtLastActionTime TimeStamp

CfsDistCtrlEntry  
SEQUENCE    
  cfsDistCtrlAddrType InetAddressType
  cfsDistCtrlAddr InetAddress
  cfsDistCtrlAction INTEGER

Defined Values

ciscoCFSMIB 1.3.6.1.4.1.9.9.433
This MIB applies to one or more of a set of devices which have connectivity through some kind of 'fabric'. Many features which run in such an environment require the exchange of information between the peer devices which participate in providing the feature. An example of the type of information exchanged is configuration information. It would be advantageous to have the ability to have configuration for a feature done on one device and propagated to all other devices in the fabric. Cisco Fabric Service (CFS) is a general mechanism for data distribution within the fabric that could be used by most features. A feature supported in a device may or may not be CFS capable. In case a feature is CFS capable, the control of the CFS operations are instrumented through this MIB. A CFS capable feature can be enabled for data distribution within the fabric by the user via SNMP. When a CFS capable feature is enabled for data distribution, CFS operations can then be performed for that particular feature. As part of the CFS configuration the first mandatory step is to explicitly enable the feature for data distribution. This enabling of distribution for a feature needs to be done for those devices in the fabric where the distribution is intended. Following this mandatory step, feature specific configurations can be instrumented in the respective MIBs. Once a feature is enabled for data distribution, first subsequent feature specific configuration SET operation results in a snapshot of current 'Running Configuration' of the feature, on the local device. This snapshot is used for subsequent modifications by feature specific SET operations. Such modified configuration is referred to as 'Pending Configuration'. There can only be one 'Pending Configuration' in the fabric. Additionally, such 'Pending Configuration' can be maintained within the context of additional scope, specific to the respective features. The user who initiates the creation of the 'Pending Configuration' is its owner. When a 'Pending Configuration' for a feature exists in one of the devices of the fabric, an attempt to create a 'Pending Configuration' for the same feature and on a different device by way of feature specific SET operation results in an error. This means feature specific SET operations intended for distribution can only be performed on the device that has the 'Pending Configuration' with it. This ensures data consistency for distribution. Once the configuration of a feature is ready to be distributed to all devices connected to the fabric, a 'commit' action performed on the local device overwrites the local 'Running Configuration' and then distributes the new local 'Running Configuration' to all other devices in the fabric. The successful 'commit' action also results into destroying of the 'Pending Configuration' and makes the feature available for new distribution. Any attempt to perform 'commit' without any modification results in to an error. The 'commit' action can only be performed by the owner of the 'Pending Configuration'. The 'Pending Configuration' can optionally be destroyed without any distribution. This can be done by using either 'abort' or 'clear' action. The 'abort' action needs to performed only on that device where the 'Pending Configuration' exists and can only be performed by the owner of the 'Pending Configuration'. The 'clear' action can be initiated through any of the devices in the fabric. The successful 'abort' or 'clear' operation makes the feature available for new distribution. The CFS, in addition to providing the basic distribution infrastructure to the CFS capable features in a stable fabric, also provides infrastructure to handle data distribution when two stable fabrics merge. This MIB module is to facilitate the global level control (enabling/disabling) and actions (commit/abort/clear) over the CFS capable features in the system. Glossary of the terms used in this MIB: -------------------------------------- VSAN - Virtual Storage Area Network, similar to a VLAN. CFS feature Scope - The scope of distribution. The scope provides the context within which the CFS actions are performed on a CFS capable feature. CFS Fabric Merge - The merging of two stable fabrics. The CFS provides infrastructure to handle data distribution for CFS distribution enabled features when the two stable fabrics merge. CFS control and actions : CFS Distribution Enable - This is to enable data distribution for CFS capable feature. CFS Distribution Disable - This is to disable data distribution for CFS capable feature. CFS Commit - This is to commit the 'Pending Configuration' on the local device. This action triggers the distribution of the 'Pending Configuration' to all the devices in the fabric. CFS Abort - This is to Destroy the 'Pending Configuration' on the local device without any distribution. Once local 'Pending Configuration' is destroyed, creation of 'Pending Configuration' in the local or any other device connected to the fabric is allowed. CFS Clear - This is to Destroy the 'Pending Configuration' that exists in any of the device in the fabric. Once 'Pending Configuration' that exists with one of the devices in the fabric is destroyed, creation of 'Pending Configuration' in the local or any other device connected to the fabric is allowed.
MODULE-IDENTITY    

ciscoCFSMIBNotifs 1.3.6.1.4.1.9.9.433.0
OBJECT IDENTIFIER    

ciscoCFSMIBObjects 1.3.6.1.4.1.9.9.433.1
OBJECT IDENTIFIER    

ciscoCFSMIBConformance 1.3.6.1.4.1.9.9.433.2
OBJECT IDENTIFIER    

cfsFeature 1.3.6.1.4.1.9.9.433.1.1
OBJECT IDENTIFIER    

cfsNotifObjects 1.3.6.1.4.1.9.9.433.1.2
OBJECT IDENTIFIER    

cfsDiscoveryObjects 1.3.6.1.4.1.9.9.433.1.3
OBJECT IDENTIFIER    

cfsDistCtrlObjects 1.3.6.1.4.1.9.9.433.1.4
OBJECT IDENTIFIER    

cfsFeatureOpTable 1.3.6.1.4.1.9.9.433.1.1.1
This table lists all the CFS capable features in the local device. The table provides control, actions, current operating state information and last action result information for CFS capable features. Each entry in this table represents a CFS capable feature. An entry in the table is created by the agent when CFS capable feature registers with CFS infrastructure. The agent removes the entry from the table when the CFS capable de-registers with CFS infrastructure. Management application can not create new entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsFeatureOpEntry

cfsFeatureOpEntry 1.3.6.1.4.1.9.9.433.1.1.1.1
A conceptual row in the cfsFeatureOpTable. Each row represents a CFS capable feature in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsFeatureOpEntry  

cfsFeatureOpName 1.3.6.1.4.1.9.9.433.1.1.1.1.1
A human readable string value uniquely identifying the name of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cfsFeatureOpAction 1.3.6.1.4.1.9.9.433.1.1.1.1.2
The CFS action to be triggered for the feature. An operator should successfully enable CFS distribution of a feature by issuing an 'enable' action before performing a 'commit' or 'abort' operation. The value of this object and the values of corresponding instance of cfsFeatureOpScopeType and cfsFeatureOpScopeVal are interpreted and applied together as single CFS action trigger on the feature. The scope type and values provide the context/scope within which the this action is applied. Setting of this object will fail with 'inconsistentValue', if the value of the corresponding instance of cfsFeatureOpLastActionResult is 'inProgress'. However, the value of this object can be set to 'clear' regardless of the value of the corresponding instance of cfsFeatureOpLastActionResult. Retrieving the value of this object via SNMP will always return 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  CiscoCFSAction  

cfsFeatureOpScopeType 1.3.6.1.4.1.9.9.433.1.1.1.1.3
The value of this object specifies the type of the value of the corresponding instance of cfsFeatureOpScopeVal. The agent is not required to retain the modified value of this object across the agent restart.
Status: current Access: read-write
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsFeatureOpScopeVal 1.3.6.1.4.1.9.9.433.1.1.1.1.4
The CFS feature scope value to be used with cfsFeatureOpScopeType. The value of this object may not be relevant when the value of the corresponding instance of cfsFeatureOpAction is SET to 'enable' or 'disable'. The agent is not required to retain the modified value of this object across the agent restart.
Status: current Access: read-write
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsFeatureOpLastAction 1.3.6.1.4.1.9.9.433.1.1.1.1.5
The last action performed on this feature. If no action has been triggered for the feature since the last reboot of the system, then retrieving the value of this object will return 'noop'.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSAction  

cfsFeatureOpLastScopeType 1.3.6.1.4.1.9.9.433.1.1.1.1.6
The last CFS feature scope type used for cfsFeatureOpLastAction. If no action has been triggered for the feature since the last reboot of the system, then retrieving the value of this object will return 'none'.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsFeatureOpLastScopeVal 1.3.6.1.4.1.9.9.433.1.1.1.1.7
The last CFS feature scope value used for cfsFeatureOpLastScopeType. If no action has been triggered for the feature since the last reboot of the system, then retrieving the value of this object will return zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsFeatureOpLastActionResult 1.3.6.1.4.1.9.9.433.1.1.1.1.8
The result of the execution of the last action (represented by the value of cfsFeatureOpLastAction) for the feature. When the value of this object is 'actionInProgress', the value of the corresponding instance of cfsFeatureOpAction can not be modified.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSFeatureActionResult  

cfsFeatureOpLastFailureReason 1.3.6.1.4.1.9.9.433.1.1.1.1.9
The failure reason description for the failed execution of last action performed on this feature. If the corresponding instance of cfsFeatureOpLastActionResult has the value 'actionFailed', then this object contains the reason as to why it failed. Otherwise, the value of this object is the zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfsFeatureOpShowCfgOption 1.3.6.1.4.1.9.9.433.1.1.1.1.10
This object provides a means for management applications to either view the contents of 'Running Configuration' or 'Pending Configuration'. When the value of this object is 'runningConfig', all the subsequent configuration retrieval for this feature will be from 'Running Configuration' on the local device. When the value of this object is 'pendingConfig', all the subsequent configuration retrieval for this feature will be from 'Pending Configuration' on the local device. The value of this object is meaningful only when the value of the corresponding instance of 'cfsFeatureOpStatus' is 'enabled'. The agent is not required to retain the modified value of this object across the agent restart.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER runningConfig(1), pendingConfig(2)  

cfsFeatureOpStatus 1.3.6.1.4.1.9.9.433.1.1.1.1.11
The current operating status of the feature.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSFeatureStatus  

cfsFeatureOpAttribs 1.3.6.1.4.1.9.9.433.1.1.1.1.12
The value of this object represents the attributes of a CFS capable feature as registered with the CFS infrastructure. 'fcFabric' - indicates that the CFS based distribution for a feature spans the entire FC (Fibre Channel) fabric 'ipNetwork' - indicates that the CFS based distribution for a feature spans the entire IP network 'vsanScope' - indicates that the CFS based distribution for a feature is done on per VSAN basis and restricted to a specific VSAN in a FC (Fibre Channel) fabric
Status: current Access: read-only
OBJECT-TYPE    
  BITS fcFabric(0), ipNetwork(1), vsanScope(2)  

cfsPendingConfOwnerTable 1.3.6.1.4.1.9.9.433.1.1.2
This table contains per-feature 'Pending Configuration' owner information. This table will have entries only for those features for which 'Pending Configuration' exists in one of the devices in the fabric. This table provides the 'Pending Configuration' owner (type and name) information and Device address where the 'Pending Configuration' exists in the fabric. The 'Pending Configuration' owner details are per CFS capable feature within a specific scope.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsPendingConfOwnerEntry

cfsPendingConfOwnerEntry 1.3.6.1.4.1.9.9.433.1.1.2.1
A conceptual row in the 'cfsPendingConfOwnerTable'. Each row represents a CFS capable feature within the context of the combination of scope type and scope value in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsPendingConfOwnerEntry  

cfsPendingConfOwnerScopeType 1.3.6.1.4.1.9.9.433.1.1.2.1.1
This indicates the type of the cfsPendingConfOwnerScopeVal.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsPendingConfOwnerScopeVal 1.3.6.1.4.1.9.9.433.1.1.2.1.2
The CFS scope value used with cfsPendingConfOwnerScopeType. This indicates the scope of the feature within which the 'Pending Configuration' for the feature exists.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsPendingConfOwnerAddrType 1.3.6.1.4.1.9.9.433.1.1.2.1.3
The type of address of the device in the fabric where the 'Pending Configuration' exists for the feature within this scope.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cfsPendingConfOwnerAddr 1.3.6.1.4.1.9.9.433.1.1.2.1.4
The address of the device in the fabric where the 'Pending Configuration' exists for the feature within this scope. The type of address of an instance of this object is determined by the value of the corresponding instance of cfsPendingConfOwnerAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cfsPendingConfOwnerIDType 1.3.6.1.4.1.9.9.433.1.1.2.1.5
The value of this object indicates the type of the value of the corresponding instance of 'cfsPendingConfOwnerID': 'other' - indicates that the value of 'cfsPendingConfOwnerID' is other than any of the enumerations defined 'snmpCommunityName' - indicates that the value of 'cfsPendingConfOwnerID' is 'snmpCommunityName' of SNMPv1/ SNMPv2c 'snmpv3SecurityName' - indicate that the value of 'cfsPendingConfOwnerID' is 'securityName' of SNMPv3 user 'cliLoginName' - indicates that the value of 'cfsPendingConfOwnerID' is CLI 'User Login Name' of CLI user
Status: current Access: read-only
OBJECT-TYPE    
  BITS other(0), snmpCommunityName(1), snmpv3SecurityName(2), cliLoginName(3)  

cfsPendingConfOwnerID 1.3.6.1.4.1.9.9.433.1.1.2.1.6
A human readable string representing the identity of the owner of the 'Pending Configuration' that exists in the device represented by the values of corresponding instance of cfsPendingConfOwnerAddrType and cfsPendingConfOwnerAddr. The value of the corresponding instance of cfsPendingConfOwnerIDType indicates the type of the value of this object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfsMergeStatusTable 1.3.6.1.4.1.9.9.433.1.1.3
This table provides status of the 'Fabric Merge' on the CFS capable features within the context of a scope. This table will have entries only for those features for which CFS fabric distribution is enabled and 'Fabric Merge' is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsMergeStatusEntry

cfsMergeStatusEntry 1.3.6.1.4.1.9.9.433.1.1.3.1
A conceptual row in the cfsMergeStatusTable. Each row represents a CFS capable feature within the context of the combination of scope type and scope value in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsMergeStatusEntry  

cfsMergeStatusScopeType 1.3.6.1.4.1.9.9.433.1.1.3.1.1
This indicates the type of the cfsMergeStatusScopeVal.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsMergeStatusScopeVal 1.3.6.1.4.1.9.9.433.1.1.3.1.2
The CFS scope value used with cfsMergeStatusScopeType. This indicates the scope of the feature within which the 'Fabric Merge' for the feature has occurred.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsMergeStatusValue 1.3.6.1.4.1.9.9.433.1.1.3.1.3
The result of the last 'Fabric Merge' for the feature within the context of the combination of 'cfsMergeStatusScopeType' and 'cfsMergeStatusScopeVal' in the system: 'success' - Fabric Merge successfully completed 'inProgress' - Fabric Merge in progress 'failure' - Fabric Merge failed 'waiting' - Waiting for existing Merge conflict to be cleared 'other' - None of the other values of this enumeration The value of this object is 'inProgress' when the local device is part of a fabric that is in the process of merging with another fabric. The value of this object is 'waiting' when this local device is waiting for any existing 'Fabric Merge Conflict' to be resolved before it initiates the new instance of 'Fabric Merge'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), inProgress(2), failure(3), waiting(4), other(5)  

cfsMergeMembersTable 1.3.6.1.4.1.9.9.433.1.1.4
This table provides a list of devices in the local/ remote fabric after 'Fabric Merge' on a per CFS capable feature basis within the context of a scope. This table will have entries only for those features for which CFS fabric distribution is enabled and 'Fabric Merge' is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsMergeMembersEntry

cfsMergeMembersEntry 1.3.6.1.4.1.9.9.433.1.1.4.1
A conceptual row in the 'cfsMergeMembersTable'. Each row represents a device in the local/remote fabric supporting CFS capable feature within the context of a scope in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsMergeMembersEntry  

cfsMergeMemberAddrType 1.3.6.1.4.1.9.9.433.1.1.4.1.1
The type of the address of the device in the fabric which has participated in the 'Fabric Merge' within the context of a CFS feature and scope.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cfsMergeMemberAddr 1.3.6.1.4.1.9.9.433.1.1.4.1.2
The address of the device in the fabric which has participated in the 'Fabric Merge' within the context of a CFS feature and scope. The type of address of an instance of this object is determined by the value of the corresponding instance of cfsMergeMemberAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0..32)  

cfsMergeMemberFabricType 1.3.6.1.4.1.9.9.433.1.1.4.1.3
The type of the fabric to which the device belongs to, during/after the 'Fabric Merge'. The fabric to which the local device is attached to is referred to as 'local fabric'. The fabric which attempted to merge with the local fabric is referred to as 'remote fabric'. When the value of the corresponding instance of cfsMergeStatusValue is 'successful' or 'waiting', all the devices will be in a single 'CFS fabric' and belong to the 'local' fabric. When the value of the corresponding instance of cfsMergeStatusValue is 'failure' or 'inProgress', the devices in the other fabric which attempted 'Fabric Merge' are marked as 'remote'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), local(2), remote(3)  

cfsMergeMemberRole 1.3.6.1.4.1.9.9.433.1.1.4.1.4
The role of the device during the 'Fabric Merge'. In case of a successful fabric merge/stable fabric only one device can be a 'master'. In case of a fabric merge failure, there can be multiple 'master' devices, corresponding to each of the fabric fragments. All other devices which are not 'master' assume the role of a 'peer'. The algorithm for the selection of the 'Merge Master' device within a stable fabric is platform specific.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), master(2), peer(3)  

cfsStartPeersDiscovery 1.3.6.1.4.1.9.9.433.1.3.1
This object specifies whether a discovery cycle should be started by the CFS to discover all the 'peers' in the fabric. When the value of this object is set to 'startDiscovery', the discovery of the CFS capable devices in the fabric is started by the CFS. On successful completion of the discovery, the entries in the 'cfsPeersTable' will be populated. When the value of cfsPeersDiscoveryResult is 'inProgress', setting the value of this object to 'startDiscovery' results in an error. No action is taken if this object is set to 'noOp'. The value of this object when read is always 'noOp'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER startDiscovery(1), noOp(2)  

cfsPeersDiscoveryResult 1.3.6.1.4.1.9.9.433.1.3.2
This object represents the result of the last discovery command issued by way of setting the value of cfsStartPeersDiscovery to 'startDiscovery'. When the CFS discovery was never initiated using the cfsStartPeersDiscovery, the value of this object is 'notInitiated'. When the value of this object is 'notInitiated', the management station needs initiate the discovery cycle by setting the value of cfsStartPeersDiscovery to 'startDiscovery'. If the value of this object is 'successful', then the cfsPeersTable is appropriately populated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), inProgress(2), successful(3), failed(4)  

cfsPeersDiscoveryFailureReason 1.3.6.1.4.1.9.9.433.1.3.3
The failure reason description for the last failed CFS peers discovery. If the value of cfsPeersDiscoveryResult object has the value 'failed', then the value of this object contains the reason as to why it failed. Otherwise, the value of this object is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfsPeersTable 1.3.6.1.4.1.9.9.433.1.1.5
This table provides list of devices in a stable fabric. This table is populated with the entries only when the CFS discovery cycle is successfully completed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsPeersEntry

cfsPeersEntry 1.3.6.1.4.1.9.9.433.1.1.5.1
A conceptual row in the 'cfsPeersTable'. Each row represents a device in a stable fabric supporting CFS capability.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsPeersEntry  

cfsPeerAddrType 1.3.6.1.4.1.9.9.433.1.1.5.1.1
The type of the address of the CFS capable device in the fabric.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cfsPeerAddr 1.3.6.1.4.1.9.9.433.1.1.5.1.2
The address of a CFS capable device in the fabric. The type of address of an instance of this object is determined by the value of the corresponding instance of cfsPeerAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..32)  

cfsFeaturePeersTable 1.3.6.1.4.1.9.9.433.1.1.6
This table provides list of devices in a stable fabric on per CFS capable feature basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsFeaturePeersEntry

cfsFeaturePeersEntry 1.3.6.1.4.1.9.9.433.1.1.6.1
A conceptual row in the 'cfsMergeMembersTable'. Each row represents a device in a stable fabric supporting CFS capable feature within the context of a scope in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsFeaturePeersEntry  

cfsFeaturePeersScopeType 1.3.6.1.4.1.9.9.433.1.1.6.1.1
This indicates the type of the cfsFeaturePeersScopeVal.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsFeaturePeersScopeVal 1.3.6.1.4.1.9.9.433.1.1.6.1.2
The CFS scope value used with cfsFeaturePeersScopeType. This indicates the scope of the feature within which the device exists in the fabric.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsFeaturePeersAddrType 1.3.6.1.4.1.9.9.433.1.1.6.1.3
The type of the address of a peer device in the fabric for a CFS capable feature within the context of a scope.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cfsFeaturePeersAddr 1.3.6.1.4.1.9.9.433.1.1.6.1.4
The address of a peer device in the fabric for a CFS capable feature within the context of a scope. The type of address of an instance of this object is determined by the value of the corresponding instance of cfsFeaturePeersAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..32)  

cfsFeatureOpExtTable 1.3.6.1.4.1.9.9.433.1.1.7
This table lists all the CFS capable features in the local device and provides: - the information of the result of the last CFS action triggered on the CFS capable feature within the context of a scope - control flag to specify the source of 'configuration view', within the context of a scope of the CFS capable feature The last action corresponds to the action triggered on a CFS capable feature using the cfsFeatureOpAction of the cfsFeatureOpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsFeatureOpExtEntry

cfsFeatureOpExtEntry 1.3.6.1.4.1.9.9.433.1.1.7.1
A conceptual row in the cfsFeatureOpExtTable. Each row represents a CFS capable feature within the context of the combination of scope type and scope value in the system. The combination of cfsFeatureOpExtScopeType and cfsFeatureOpExtScopeVal forms a scope context within which a CFS operation was performed on CFS capable feature using the cfsFeatureOpScopeType and cfsFeatureOpScopeVal of cfsFeatureOpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsFeatureOpExtEntry  

cfsFeatureOpExtScopeType 1.3.6.1.4.1.9.9.433.1.1.7.1.1
This indicates the type of the cfsFeatureOpExtScopeVal.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsFeatureOpExtScopeVal 1.3.6.1.4.1.9.9.433.1.1.7.1.2
The CFS feature scope value to be used with cfsFeatureOpExtScopeType.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsFeatureOpExtLastAction 1.3.6.1.4.1.9.9.433.1.1.7.1.3
The last action performed on this feature within the context of a scope. If no action has been triggered for the feature since the last reboot of the system, then retrieving the value of this object will return 'noop'.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSAction  

cfsFeatureOpExtLastActionResult 1.3.6.1.4.1.9.9.433.1.1.7.1.4
The result of the execution of the last action (represented by the value of cfsFeatureOpExtLastAction) for the feature.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoCFSFeatureActionResult  

cfsFeatureOpExtLastFailureReason 1.3.6.1.4.1.9.9.433.1.1.7.1.5
The failure reason description for the failed execution of last action performed on this feature. If the corresponding instance of cfsFeatureOpExtLastActionResult has the value 'actionFailed', then this object contains the reason as to why it failed. Otherwise, the value of this object is a zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfsFeatureOpExtShowCfgOption 1.3.6.1.4.1.9.9.433.1.1.7.1.6
This object provides a means for management applications to either view the contents of 'Running Configuration' or 'Pending Configuration'. When the value of this object is 'runningConfig', all the subsequent configuration retrieval for this feature within the specified context of the scope will be from 'Running Configuration' on the local device. When the value of this object is 'pendingConfig', all the subsequent configuration retrieval for this feature within the specified context of the scope will be from 'Pending Configuration' on the local device. The value of this object is meaningful only when the value of the corresponding instance of 'cfsFeatureOpStatus' is 'enabled'. The agent is not required to retain the modified value of this object across the agent restart.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER runningConfig(1), pendingConfig(2)  

cfsFeatureOpExtLastActionTime 1.3.6.1.4.1.9.9.433.1.1.7.1.7
Time stamp of the last action performed. If no action has been triggered for the feature (i.e cfsFeatureOpExtLastAction equal to one '1') since the last reboot of the system, the value zero will be returned.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cfsDistCtrl 1.3.6.1.4.1.9.9.433.1.4.1
The object to control CFS for distribution. On setting the value of this object to 'enable', CFS will be ready for distribution of the data across the fabric. On setting the value of this object to 'disable', CFS will disable its capability to distribute the data across the fabric. The CFS continues to honour distribution requests from the CFS capable features of the local device, with the scope of the distribution limited only to the local device and not fabric wide. The value of the object when read, reflects the current operating state of the CFS.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cfsDistCtrlTable 1.3.6.1.4.1.9.9.433.1.4.2
The table to control CFS for distribution over IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfsDistCtrlEntry

cfsDistCtrlEntry 1.3.6.1.4.1.9.9.433.1.4.2.1
An entry (conceptual row) in the cfsDistCtrlTable. Each row represents a configuration set required to control CFS for distribution over IP on each of the address families.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfsDistCtrlEntry  

cfsDistCtrlAddrType 1.3.6.1.4.1.9.9.433.1.4.2.1.1
The type of multicast address to which the CFS distribution is restricted. Only the entries corresponding to the 'ipv4' and 'ipv6' internet address types exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cfsDistCtrlAddr 1.3.6.1.4.1.9.9.433.1.4.2.1.2
The multicast address domain to which the CFS distribution is restricted. The type of this address is determined by the instance identifier value of the cfsDistCtrlAddrType. There is a default multicast address for both IPv4 and IPv6 through which the Keep-alive messages are sent and received to discover the CFS capable switches over IP. All switches with similar multicast address form one CFS-over-IP fabric. The default multicast address for IPv4 is 239.255.70.83 and range supported is [239.255.0.0 - 239.255.255.255] The default multicast address for IPv6 is ff13::7743:4653 and the supported range is [ff13::0000:0000 - ff13::ffff:ffff] The value of this object can only be modified when the value of the corresponding instance of cfsDistCtrlAction is 'disable'.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cfsDistCtrlAction 1.3.6.1.4.1.9.9.433.1.4.2.1.3
This object specifies the current operating mode employed in CFS for distribution over the corresponding type of Internet address. By setting the value of this object to 'enable', CFS will enable its capability to distribute the application data across the fabric over the corresponding type of Internet address. By setting the value of this object to 'disable', CFS will disable its capability to distribute the data across the fabric over the corresponding type of Internet address. Only one instance of this object can have the value of 'enable' among all the conceptual rows.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cfsMergeFailFeatureName 1.3.6.1.4.1.9.9.433.1.2.1
A human readable string value uniquely identifying the name of this feature for which the 'Merge Failure' occurred.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cfsMergeFailScopeType 1.3.6.1.4.1.9.9.433.1.2.2
The value of this object indicates the type of the value of 'cfsMergeFailScopeVal'.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CiscoCFSScopeType  

cfsMergeFailScopeVal 1.3.6.1.4.1.9.9.433.1.2.3
The value of this object indicates the scope of the feature ('cfsMergeFailFeatureName') within which the 'Merge Failure' occurred.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CiscoCFSScopeValue Size(0..32)  

cfsMergeFailReasonDescription 1.3.6.1.4.1.9.9.433.1.2.4
The failure reason description for the 'Merge Failure'
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

ciscoCFSFeatureActionNotif 1.3.6.1.4.1.9.9.433.0.1
Notification to covey the information of the action performed on a CFS capable feature. This notification gets generated when : - a CFS operation action is triggered on CFS capable feature - the result of last action performed on the CFS capable feature changes. The 'cfsFeatureOpLastActionResult' indicates the new value of the last action result performed on the feature.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoCFSMergeFailNotif 1.3.6.1.4.1.9.9.433.0.2
Notification to convey the information of the 'Merge Failure' occurred in the fabric. This notification gets generated when the merge of the two fabrics fail for a CFS capable feature.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoCFSDiscoveryCompleteNotif 1.3.6.1.4.1.9.9.433.0.3
Notification to indicate that the CFS has completed discovering the CFS capable devices in the fabric. If the value of cfsPeersDiscoveryResult is 'successful', then the cfsPeersTable is appropriately populated.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoCFSMIBCompliances 1.3.6.1.4.1.9.9.433.2.1
OBJECT IDENTIFIER    

ciscoCFSMIBGroups 1.3.6.1.4.1.9.9.433.2.2
OBJECT IDENTIFIER    

ciscoCFSMIBCompliance 1.3.6.1.4.1.9.9.433.2.1.1
The compliance statement for entities which implement the CISCO-CFS-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoCFSMIBComplianceRev1 1.3.6.1.4.1.9.9.433.2.1.2
The compliance statement for entities which implement the CISCO-CFS-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoCFSMIBComplianceRev2 1.3.6.1.4.1.9.9.433.2.1.3
The compliance statement for entities which implement the CISCO-CFS-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoCFSMIBComplianceRev3 1.3.6.1.4.1.9.9.433.2.1.4
The compliance statement for entities which implement the CISCO-CFS-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cfsFeatureOpGroup 1.3.6.1.4.1.9.9.433.2.2.1
A collection of objects for configurations of the CFS capable features.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cfsPendingConfOwnerGroup 1.3.6.1.4.1.9.9.433.2.2.2
A collection of objects for the 'Pending Configuration' owner details of the CFS capable features.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsFeatureNotifObjectsGroup 1.3.6.1.4.1.9.9.433.2.2.3
A collection of objects required for CFS notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsFeatureActionNotifGroup 1.3.6.1.4.1.9.9.433.2.2.4
A collection of notifications for the CFS actions on the CFS capable features.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cfsMergeFailNotifGroup 1.3.6.1.4.1.9.9.433.2.2.5
A collection of notifications for CFS fabric merge failures.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cfsMembersGroup 1.3.6.1.4.1.9.9.433.2.2.6
A collection of objects for discovering list of devices in the fabric.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsFeatureOpExtGroup 1.3.6.1.4.1.9.9.433.2.2.7
A collection of objects for CFS action results.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cfsPeerDiscoveryNotifGroup 1.3.6.1.4.1.9.9.433.2.2.8
A collection of notifications for CFS peer discovery.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cfsFeatureOpGroupRev1 1.3.6.1.4.1.9.9.433.2.2.9
A collection of objects for configurations of the CFS capable features.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cfsDistCtrlGroup 1.3.6.1.4.1.9.9.433.2.2.10
A collection of objects for controlling the distribution capabilities of CFS.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsDistCtrlInetGroup 1.3.6.1.4.1.9.9.433.2.2.11
A collection of objects for controlling the per Internet address type distribution capabilities of CFS.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsFeatureOpGroupRev2 1.3.6.1.4.1.9.9.433.2.2.12
A collection of objects for configurations of the CFS capable features.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfsFeatureOpExtGroupRev1 1.3.6.1.4.1.9.9.433.2.2.13
A collection of objects for CFS action results.
Status: current Access: accessible-for-notify
OBJECT-GROUP