CISCO-CFS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CFS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         ciscoCFSMIBNotifs 1.3.6.1.4.1.9.9.433.0
             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.
             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.
             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.
         ciscoCFSMIBObjects 1.3.6.1.4.1.9.9.433.1
             cfsFeature 1.3.6.1.4.1.9.9.433.1.1
                 cfsFeatureOpTable 1.3.6.1.4.1.9.9.433.1.1.1 no-access
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.
                     cfsFeatureOpEntry 1.3.6.1.4.1.9.9.433.1.1.1.1 no-access
A conceptual row in the cfsFeatureOpTable. Each row represents a CFS capable feature in the system.
                         cfsFeatureOpName 1.3.6.1.4.1.9.9.433.1.1.1.1.1 snmpadminstring no-access
A human readable string value uniquely identifying the name of this feature.
                         cfsFeatureOpAction 1.3.6.1.4.1.9.9.433.1.1.1.1.2 ciscocfsaction read-write
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'.
                         cfsFeatureOpScopeType 1.3.6.1.4.1.9.9.433.1.1.1.1.3 ciscocfsscopetype read-write
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.
                         cfsFeatureOpScopeVal 1.3.6.1.4.1.9.9.433.1.1.1.1.4 ciscocfsscopevalue read-write
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.
                         cfsFeatureOpLastAction 1.3.6.1.4.1.9.9.433.1.1.1.1.5 ciscocfsaction read-only
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'.
                         cfsFeatureOpLastScopeType 1.3.6.1.4.1.9.9.433.1.1.1.1.6 ciscocfsscopetype read-only
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'.
                         cfsFeatureOpLastScopeVal 1.3.6.1.4.1.9.9.433.1.1.1.1.7 ciscocfsscopevalue read-only
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.
                         cfsFeatureOpLastActionResult 1.3.6.1.4.1.9.9.433.1.1.1.1.8 ciscocfsfeatureactionresult read-only
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.
                         cfsFeatureOpLastFailureReason 1.3.6.1.4.1.9.9.433.1.1.1.1.9 snmpadminstring read-only
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.
                         cfsFeatureOpShowCfgOption 1.3.6.1.4.1.9.9.433.1.1.1.1.10 integer read-write
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. Enumeration: 'runningConfig': 1, 'pendingConfig': 2.
                         cfsFeatureOpStatus 1.3.6.1.4.1.9.9.433.1.1.1.1.11 ciscocfsfeaturestatus read-only
The current operating status of the feature.
                         cfsFeatureOpAttribs 1.3.6.1.4.1.9.9.433.1.1.1.1.12 bits read-only
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 Bits: 'ipNetwork': 1, 'vsanScope': 2, 'fcFabric': 0.
                 cfsPendingConfOwnerTable 1.3.6.1.4.1.9.9.433.1.1.2 no-access
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.
                     cfsPendingConfOwnerEntry 1.3.6.1.4.1.9.9.433.1.1.2.1 no-access
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.
                         cfsPendingConfOwnerScopeType 1.3.6.1.4.1.9.9.433.1.1.2.1.1 ciscocfsscopetype no-access
This indicates the type of the cfsPendingConfOwnerScopeVal.
                         cfsPendingConfOwnerScopeVal 1.3.6.1.4.1.9.9.433.1.1.2.1.2 ciscocfsscopevalue no-access
The CFS scope value used with cfsPendingConfOwnerScopeType. This indicates the scope of the feature within which the 'Pending Configuration' for the feature exists.
                         cfsPendingConfOwnerAddrType 1.3.6.1.4.1.9.9.433.1.1.2.1.3 inetaddresstype read-only
The type of address of the device in the fabric where the 'Pending Configuration' exists for the feature within this scope.
                         cfsPendingConfOwnerAddr 1.3.6.1.4.1.9.9.433.1.1.2.1.4 inetaddress read-only
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.
                         cfsPendingConfOwnerIDType 1.3.6.1.4.1.9.9.433.1.1.2.1.5 bits read-only
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 Bits: 'snmpv3SecurityName': 2, 'cliLoginName': 3, 'other': 0, 'snmpCommunityName': 1.
                         cfsPendingConfOwnerID 1.3.6.1.4.1.9.9.433.1.1.2.1.6 snmpadminstring read-only
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.
                 cfsMergeStatusTable 1.3.6.1.4.1.9.9.433.1.1.3 no-access
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.
                     cfsMergeStatusEntry 1.3.6.1.4.1.9.9.433.1.1.3.1 no-access
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.
                         cfsMergeStatusScopeType 1.3.6.1.4.1.9.9.433.1.1.3.1.1 ciscocfsscopetype no-access
This indicates the type of the cfsMergeStatusScopeVal.
                         cfsMergeStatusScopeVal 1.3.6.1.4.1.9.9.433.1.1.3.1.2 ciscocfsscopevalue no-access
The CFS scope value used with cfsMergeStatusScopeType. This indicates the scope of the feature within which the 'Fabric Merge' for the feature has occurred.
                         cfsMergeStatusValue 1.3.6.1.4.1.9.9.433.1.1.3.1.3 integer read-only
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'. Enumeration: 'failure': 3, 'inProgress': 2, 'other': 5, 'waiting': 4, 'success': 1.
                 cfsMergeMembersTable 1.3.6.1.4.1.9.9.433.1.1.4 no-access
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.
                     cfsMergeMembersEntry 1.3.6.1.4.1.9.9.433.1.1.4.1 no-access
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.
                         cfsMergeMemberAddrType 1.3.6.1.4.1.9.9.433.1.1.4.1.1 inetaddresstype no-access
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.
                         cfsMergeMemberAddr 1.3.6.1.4.1.9.9.433.1.1.4.1.2 inetaddress no-access
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.
                         cfsMergeMemberFabricType 1.3.6.1.4.1.9.9.433.1.1.4.1.3 integer read-only
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'. Enumeration: 'unknown': 1, 'local': 2, 'remote': 3.
                         cfsMergeMemberRole 1.3.6.1.4.1.9.9.433.1.1.4.1.4 integer read-only
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. Enumeration: 'peer': 3, 'unknown': 1, 'master': 2.
                 cfsPeersTable 1.3.6.1.4.1.9.9.433.1.1.5 no-access
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.
                     cfsPeersEntry 1.3.6.1.4.1.9.9.433.1.1.5.1 no-access
A conceptual row in the 'cfsPeersTable'. Each row represents a device in a stable fabric supporting CFS capability.
                         cfsPeerAddrType 1.3.6.1.4.1.9.9.433.1.1.5.1.1 inetaddresstype no-access
The type of the address of the CFS capable device in the fabric.
                         cfsPeerAddr 1.3.6.1.4.1.9.9.433.1.1.5.1.2 inetaddress read-only
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.
                 cfsFeaturePeersTable 1.3.6.1.4.1.9.9.433.1.1.6 no-access
This table provides list of devices in a stable fabric on per CFS capable feature basis.
                     cfsFeaturePeersEntry 1.3.6.1.4.1.9.9.433.1.1.6.1 no-access
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.
                         cfsFeaturePeersScopeType 1.3.6.1.4.1.9.9.433.1.1.6.1.1 ciscocfsscopetype no-access
This indicates the type of the cfsFeaturePeersScopeVal.
                         cfsFeaturePeersScopeVal 1.3.6.1.4.1.9.9.433.1.1.6.1.2 ciscocfsscopevalue no-access
The CFS scope value used with cfsFeaturePeersScopeType. This indicates the scope of the feature within which the device exists in the fabric.
                         cfsFeaturePeersAddrType 1.3.6.1.4.1.9.9.433.1.1.6.1.3 inetaddresstype no-access
The type of the address of a peer device in the fabric for a CFS capable feature within the context of a scope.
                         cfsFeaturePeersAddr 1.3.6.1.4.1.9.9.433.1.1.6.1.4 inetaddress read-only
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.
                 cfsFeatureOpExtTable 1.3.6.1.4.1.9.9.433.1.1.7 no-access
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.
                     cfsFeatureOpExtEntry 1.3.6.1.4.1.9.9.433.1.1.7.1 no-access
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.
                         cfsFeatureOpExtScopeType 1.3.6.1.4.1.9.9.433.1.1.7.1.1 ciscocfsscopetype no-access
This indicates the type of the cfsFeatureOpExtScopeVal.
                         cfsFeatureOpExtScopeVal 1.3.6.1.4.1.9.9.433.1.1.7.1.2 ciscocfsscopevalue no-access
The CFS feature scope value to be used with cfsFeatureOpExtScopeType.
                         cfsFeatureOpExtLastAction 1.3.6.1.4.1.9.9.433.1.1.7.1.3 ciscocfsaction read-only
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'.
                         cfsFeatureOpExtLastActionResult 1.3.6.1.4.1.9.9.433.1.1.7.1.4 ciscocfsfeatureactionresult read-only
The result of the execution of the last action (represented by the value of cfsFeatureOpExtLastAction) for the feature.
                         cfsFeatureOpExtLastFailureReason 1.3.6.1.4.1.9.9.433.1.1.7.1.5 snmpadminstring read-only
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.
                         cfsFeatureOpExtShowCfgOption 1.3.6.1.4.1.9.9.433.1.1.7.1.6 integer read-write
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. Enumeration: 'runningConfig': 1, 'pendingConfig': 2.
                         cfsFeatureOpExtLastActionTime 1.3.6.1.4.1.9.9.433.1.1.7.1.7 timestamp read-only
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.
             cfsNotifObjects 1.3.6.1.4.1.9.9.433.1.2
                 cfsMergeFailFeatureName 1.3.6.1.4.1.9.9.433.1.2.1 snmpadminstring no-access
A human readable string value uniquely identifying the name of this feature for which the 'Merge Failure' occurred.
                 cfsMergeFailScopeType 1.3.6.1.4.1.9.9.433.1.2.2 ciscocfsscopetype no-access
The value of this object indicates the type of the value of 'cfsMergeFailScopeVal'.
                 cfsMergeFailScopeVal 1.3.6.1.4.1.9.9.433.1.2.3 ciscocfsscopevalue no-access
The value of this object indicates the scope of the feature ('cfsMergeFailFeatureName') within which the 'Merge Failure' occurred.
                 cfsMergeFailReasonDescription 1.3.6.1.4.1.9.9.433.1.2.4 snmpadminstring no-access
The failure reason description for the 'Merge Failure'
             cfsDiscoveryObjects 1.3.6.1.4.1.9.9.433.1.3
                 cfsStartPeersDiscovery 1.3.6.1.4.1.9.9.433.1.3.1 integer read-write
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'. Enumeration: 'noOp': 2, 'startDiscovery': 1.
                 cfsPeersDiscoveryResult 1.3.6.1.4.1.9.9.433.1.3.2 integer read-only
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. Enumeration: 'successful': 3, 'failed': 4, 'inProgress': 2, 'notInitiated': 1.
                 cfsPeersDiscoveryFailureReason 1.3.6.1.4.1.9.9.433.1.3.3 snmpadminstring read-only
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.
             cfsDistCtrlObjects 1.3.6.1.4.1.9.9.433.1.4
                 cfsDistCtrl 1.3.6.1.4.1.9.9.433.1.4.1 integer read-write
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. Enumeration: 'enable': 1, 'disable': 2.
                 cfsDistCtrlTable 1.3.6.1.4.1.9.9.433.1.4.2 no-access
The table to control CFS for distribution over IP.
                     cfsDistCtrlEntry 1.3.6.1.4.1.9.9.433.1.4.2.1 no-access
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.
                         cfsDistCtrlAddrType 1.3.6.1.4.1.9.9.433.1.4.2.1.1 inetaddresstype no-access
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.
                         cfsDistCtrlAddr 1.3.6.1.4.1.9.9.433.1.4.2.1.2 inetaddress read-write
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'.
                         cfsDistCtrlAction 1.3.6.1.4.1.9.9.433.1.4.2.1.3 integer read-write
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. Enumeration: 'enable': 1, 'disable': 2.
         ciscoCFSMIBConformance 1.3.6.1.4.1.9.9.433.2
             ciscoCFSMIBCompliances 1.3.6.1.4.1.9.9.433.2.1
                 ciscoCFSMIBCompliance 1.3.6.1.4.1.9.9.433.2.1.1
The compliance statement for entities which implement the CISCO-CFS-MIB.
                 ciscoCFSMIBComplianceRev1 1.3.6.1.4.1.9.9.433.2.1.2
The compliance statement for entities which implement the CISCO-CFS-MIB.
                 ciscoCFSMIBComplianceRev2 1.3.6.1.4.1.9.9.433.2.1.3
The compliance statement for entities which implement the CISCO-CFS-MIB.
                 ciscoCFSMIBComplianceRev3 1.3.6.1.4.1.9.9.433.2.1.4
The compliance statement for entities which implement the CISCO-CFS-MIB.
             ciscoCFSMIBGroups 1.3.6.1.4.1.9.9.433.2.2
                 cfsFeatureOpGroup 1.3.6.1.4.1.9.9.433.2.2.1
A collection of objects for configurations of the CFS capable features.
                 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.
                 cfsFeatureNotifObjectsGroup 1.3.6.1.4.1.9.9.433.2.2.3
A collection of objects required for CFS notifications.
                 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.
                 cfsMergeFailNotifGroup 1.3.6.1.4.1.9.9.433.2.2.5
A collection of notifications for CFS fabric merge failures.
                 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.
                 cfsFeatureOpExtGroup 1.3.6.1.4.1.9.9.433.2.2.7
A collection of objects for CFS action results.
                 cfsPeerDiscoveryNotifGroup 1.3.6.1.4.1.9.9.433.2.2.8
A collection of notifications for CFS peer discovery.
                 cfsFeatureOpGroupRev1 1.3.6.1.4.1.9.9.433.2.2.9
A collection of objects for configurations of the CFS capable features.
                 cfsDistCtrlGroup 1.3.6.1.4.1.9.9.433.2.2.10
A collection of objects for controlling the distribution capabilities of CFS.
                 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.
                 cfsFeatureOpGroupRev2 1.3.6.1.4.1.9.9.433.2.2.12
A collection of objects for configurations of the CFS capable features.
                 cfsFeatureOpExtGroupRev1 1.3.6.1.4.1.9.9.433.2.2.13
A collection of objects for CFS action results.