cfsFeatureOpTable - cfs Feature Operation Table - CISCO-CFS-MIB

MIBs list

With IPHost Network Monitor you can run simple snmp requests against a Cisco device in your network.

cfsFeatureOpTable

cfs Feature Operation Table
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. ::= { cfsFeature 1 } SYNTAX CfsFeatureOpEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION A conceptual row in the cfsFeatureOpTable. Each row represents a CFS capable feature in the system. INDEX { cfsFeatureOpName } ::= { cfsFeatureOpTable 1} 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 } SYNTAX SnmpAdminString (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION A human readable string value uniquely identifying the name of this feature. ::= { cfsFeatureOpEntry 1 } SYNTAX CiscoCFSAction MAX-ACCESS read-write STATUS current DESCRIPTION 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'. ::= { cfsFeatureOpEntry 2 } SYNTAX CiscoCFSScopeType MAX-ACCESS read-write STATUS current DESCRIPTION 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. DEFVAL { none } ::= { cfsFeatureOpEntry 3 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS read-write STATUS current DESCRIPTION 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. DEFVAL { ''H } ::= { cfsFeatureOpEntry 4 } SYNTAX CiscoCFSAction MAX-ACCESS read-only STATUS current DESCRIPTION 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'. ::= { cfsFeatureOpEntry 5 } SYNTAX CiscoCFSScopeType MAX-ACCESS read-only STATUS current DESCRIPTION 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'. ::= { cfsFeatureOpEntry 6 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeatureOpEntry 7 } SYNTAX CiscoCFSFeatureActionResult MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeatureOpEntry 8 } SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeatureOpEntry 9 } SYNTAX INTEGER { runningConfig(1), pendingConfig(2) } MAX-ACCESS read-write STATUS deprecated DESCRIPTION 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. DEFVAL { runningConfig } ::= { cfsFeatureOpEntry 10 } SYNTAX CiscoCFSFeatureStatus MAX-ACCESS read-only STATUS current DESCRIPTION The current operating status of the feature. ::= { cfsFeatureOpEntry 11 } SYNTAX BITS { fcFabric(0), ipNetwork(1), vsanScope(2) } MAX-ACCESS read-only STATUS current DESCRIPTION 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 ::= { cfsFeatureOpEntry 12 } SYNTAX SEQUENCE OF CfsPendingConfOwnerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsFeature 2 } SYNTAX CfsPendingConfOwnerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsFeatureOpName, cfsPendingConfOwnerScopeType, cfsPendingConfOwnerScopeVal } ::= { cfsPendingConfOwnerTable 1} CfsPendingConfOwnerEntry ::= SEQUENCE { cfsPendingConfOwnerScopeType CiscoCFSScopeType, cfsPendingConfOwnerScopeVal CiscoCFSScopeValue, cfsPendingConfOwnerAddrType InetAddressType, cfsPendingConfOwnerAddr InetAddress, cfsPendingConfOwnerIDType BITS, cfsPendingConfOwnerID SnmpAdminString } SYNTAX CiscoCFSScopeType MAX-ACCESS not-accessible STATUS current DESCRIPTION This indicates the type of the cfsPendingConfOwnerScopeVal. ::= { cfsPendingConfOwnerEntry 1 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION The CFS scope value used with cfsPendingConfOwnerScopeType. This indicates the scope of the feature within which the 'Pending Configuration' for the feature exists. ::= { cfsPendingConfOwnerEntry 2 } SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION The type of address of the device in the fabric where the 'Pending Configuration' exists for the feature within this scope. ::= { cfsPendingConfOwnerEntry 3 } SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsPendingConfOwnerEntry 4 } SYNTAX BITS { other(0), snmpCommunityName(1), snmpv3SecurityName(2), cliLoginName(3) } MAX-ACCESS read-only STATUS current DESCRIPTION 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 REFERENCE - 'securityName' is defined in RFC 3411, section 3.2.2 - 'snmpCommunityName' as defined in RFC3584 ::= { cfsPendingConfOwnerEntry 5 } SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsPendingConfOwnerEntry 6 } SYNTAX SEQUENCE OF CfsMergeStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsFeature 3 } SYNTAX CfsMergeStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsFeatureOpName, cfsMergeStatusScopeType, cfsMergeStatusScopeVal } ::= { cfsMergeStatusTable 1} CfsMergeStatusEntry ::= SEQUENCE { cfsMergeStatusScopeType CiscoCFSScopeType, cfsMergeStatusScopeVal CiscoCFSScopeValue, cfsMergeStatusValue INTEGER } SYNTAX CiscoCFSScopeType MAX-ACCESS not-accessible STATUS current DESCRIPTION This indicates the type of the cfsMergeStatusScopeVal. ::= { cfsMergeStatusEntry 1 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION The CFS scope value used with cfsMergeStatusScopeType. This indicates the scope of the feature within which the 'Fabric Merge' for the feature has occurred. ::= { cfsMergeStatusEntry 2 } SYNTAX INTEGER { success(1), inProgress(2), failure(3), waiting(4), other(5) } MAX-ACCESS read-only STATUS current DESCRIPTION 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'. ::= { cfsMergeStatusEntry 3 } SYNTAX SEQUENCE OF CfsMergeMembersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsFeature 4 } SYNTAX CfsMergeMembersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsFeatureOpName, cfsMergeStatusScopeType, cfsMergeStatusScopeVal, cfsMergeMemberAddrType, cfsMergeMemberAddr } ::= { cfsMergeMembersTable 1} CfsMergeMembersEntry ::= SEQUENCE { cfsMergeMemberAddrType InetAddressType, cfsMergeMemberAddr InetAddress, cfsMergeMemberFabricType INTEGER, cfsMergeMemberRole INTEGER } SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsMergeMembersEntry 1 } SYNTAX InetAddress (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsMergeMembersEntry 2 } SYNTAX INTEGER { unknown(1), local(2), remote(3) } MAX-ACCESS read-only STATUS current DESCRIPTION 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'. ::= { cfsMergeMembersEntry 3 } SYNTAX INTEGER { unknown(1), master(2), peer(3) } MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsMergeMembersEntry 4 } SYNTAX INTEGER { startDiscovery(1), noOp(2) } MAX-ACCESS read-write STATUS current DESCRIPTION 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'. ::= { cfsDiscoveryObjects 1 } SYNTAX INTEGER { notInitiated(1), inProgress(2), successful(3), failed(4) } MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsDiscoveryObjects 2 } SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsDiscoveryObjects 3 } SYNTAX SEQUENCE OF CfsPeersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsFeature 5 } SYNTAX CfsPeersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION A conceptual row in the 'cfsPeersTable'. Each row represents a device in a stable fabric supporting CFS capability. INDEX { cfsPeerAddrType, cfsPeerAddr } ::= { cfsPeersTable 1} CfsPeersEntry ::= SEQUENCE { cfsPeerAddrType InetAddressType, cfsPeerAddr InetAddress } SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION The type of the address of the CFS capable device in the fabric. ::= { cfsPeersEntry 1 } SYNTAX InetAddress (SIZE(0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsPeersEntry 2 } SYNTAX SEQUENCE OF CfsFeaturePeersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION This table provides list of devices in a stable fabric on per CFS capable feature basis. ::= { cfsFeature 6 } SYNTAX CfsFeaturePeersEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsFeatureOpName, cfsFeaturePeersScopeType, cfsFeaturePeersScopeVal, cfsFeaturePeersAddrType, cfsFeaturePeersAddr } ::= { cfsFeaturePeersTable 1} CfsFeaturePeersEntry ::= SEQUENCE { cfsFeaturePeersScopeType CiscoCFSScopeType, cfsFeaturePeersScopeVal CiscoCFSScopeValue, cfsFeaturePeersAddrType InetAddressType, cfsFeaturePeersAddr InetAddress } SYNTAX CiscoCFSScopeType MAX-ACCESS not-accessible STATUS current DESCRIPTION This indicates the type of the cfsFeaturePeersScopeVal. ::= { cfsFeaturePeersEntry 1 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION The CFS scope value used with cfsFeaturePeersScopeType. This indicates the scope of the feature within which the device exists in the fabric. ::= { cfsFeaturePeersEntry 2 } SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION The type of the address of a peer device in the fabric for a CFS capable feature within the context of a scope. ::= { cfsFeaturePeersEntry 3 } SYNTAX InetAddress (SIZE(0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeaturePeersEntry 4 } SYNTAX SEQUENCE OF CfsFeatureOpExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsFeature 7 } SYNTAX CfsFeatureOpExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsFeatureOpName, cfsFeatureOpExtScopeType, cfsFeatureOpExtScopeVal } ::= { cfsFeatureOpExtTable 1} CfsFeatureOpExtEntry ::= SEQUENCE { cfsFeatureOpExtScopeType CiscoCFSScopeType, cfsFeatureOpExtScopeVal CiscoCFSScopeValue, cfsFeatureOpExtLastAction CiscoCFSAction, cfsFeatureOpExtLastActionResult CiscoCFSFeatureActionResult, cfsFeatureOpExtLastFailureReason SnmpAdminString, cfsFeatureOpExtShowCfgOption INTEGER, cfsFeatureOpExtLastActionTime TimeStamp } SYNTAX CiscoCFSScopeType MAX-ACCESS not-accessible STATUS current DESCRIPTION This indicates the type of the cfsFeatureOpExtScopeVal. ::= { cfsFeatureOpExtEntry 1 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION The CFS feature scope value to be used with cfsFeatureOpExtScopeType. ::= { cfsFeatureOpExtEntry 2 } SYNTAX CiscoCFSAction MAX-ACCESS read-only STATUS current DESCRIPTION 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'. ::= { cfsFeatureOpExtEntry 3 } SYNTAX CiscoCFSFeatureActionResult MAX-ACCESS read-only STATUS current DESCRIPTION The result of the execution of the last action (represented by the value of cfsFeatureOpExtLastAction) for the feature. ::= { cfsFeatureOpExtEntry 4 } SYNTAX SnmpAdminString MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeatureOpExtEntry 5 } SYNTAX INTEGER { runningConfig(1), pendingConfig(2) } MAX-ACCESS read-write STATUS current DESCRIPTION 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. DEFVAL { runningConfig } ::= { cfsFeatureOpExtEntry 6 } SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION 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. ::= { cfsFeatureOpExtEntry 7 } SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION 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. ::= { cfsDistCtrlObjects 1 } SYNTAX SEQUENCE OF CfsDistCtrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION The table to control CFS for distribution over IP. ::= { cfsDistCtrlObjects 2 } SYNTAX CfsDistCtrlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. INDEX { cfsDistCtrlAddrType } ::= { cfsDistCtrlTable 1 } CfsDistCtrlEntry ::= SEQUENCE { cfsDistCtrlAddrType InetAddressType, cfsDistCtrlAddr InetAddress, cfsDistCtrlAction INTEGER } SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION 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. ::= { cfsDistCtrlEntry 1 } SYNTAX InetAddress MAX-ACCESS read-write STATUS current DESCRIPTION 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'. ::= { cfsDistCtrlEntry 2 } SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-write STATUS current DESCRIPTION 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. DEFVAL { disable } ::= { cfsDistCtrlEntry 3 } -- -- Objects for Notification only -- SYNTAX SnmpAdminString (SIZE(0..32)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION A human readable string value uniquely identifying the name of this feature for which the 'Merge Failure' occurred. ::= { cfsNotifObjects 1 } SYNTAX CiscoCFSScopeType MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION The value of this object indicates the type of the value of 'cfsMergeFailScopeVal'. ::= { cfsNotifObjects 2 } SYNTAX CiscoCFSScopeValue (SIZE(0..32)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION The value of this object indicates the scope of the feature ('cfsMergeFailFeatureName') within which the 'Merge Failure' occurred. ::= { cfsNotifObjects 3 } SYNTAX SnmpAdminString MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION The failure reason description for the 'Merge Failure'

Back to CISCO-CFS-MIB MIB page.

IPHost Network monitor allows you to monitor cfsFeatureOpTable on Cisco device via the SNMP protocol. Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring Cisco optical switches right now.

Easy monitoring of cfsFeatureOpTable with IPHost tools

MIBs list