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

VENDOR: CISCO


 Home MIB: CISCO-FCS-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
 ciscoFcsMIB 1.3.6.1.4.1.9.9.297
The MIB module for the management of a Fabric Configuration Server (FCS). An FCS is defined by the FC-GS3 standard. This MIB enables managers to configure and monitor FCS parameters.
         ciscoFcsMIBObjects 1.3.6.1.4.1.9.9.297.1
             fcsConfiguration 1.3.6.1.4.1.9.9.297.1.1
                 fcsVsanDiscoverySpinLock 1.3.6.1.4.1.9.9.297.1.1.1 testandincr read-write
This object is used to facilitate modification of fcsVsanDiscoveryList2k, fcsVsanDiscovery- List4k, fcsVsanDiscoveryName and fcsStartDiscovery objects by multiple managers. The procedure for modifying the above four objects is as follows: 1. Determine new values for fcsVsanDiscoveryList2k, fcsVsanDiscoveryList4k and fcsVsanDiscoveryName. 2. Retrieve the value of fcsVsanDiscoverySpinLock. 3. Set the value of fcsVsanDiscoverySpinLock to the retrieved value, and (in the same PDU) the value of fcsVsanDiscoveryList2k to the new value. If the set fails for the fcsVsanDiscoverySpinLock object, go back to step 2. 4. Set the value of fcsVsanDiscoverySpinLock to the retrieved value incremented by one, and (in the same PDU) the value of fcsVsanDiscoveryList4k to its new value. If the set fails for fcsVsanDiscoverySpinLock, go back to step 2. 5. Set the value of fcsVsanDiscoverySpinLock to the retrieved value incremented by two, and (in the same PDU) the value of fcsStartDiscovery to 'startDiscovery'. If the set fails for fcsVsanDiscoverySpinLock, go back to step 2. 6. Set the value of fcsVsanDiscoverySpinLock to the retrieved value incremented by three, and (in the same PDU) the value of fcsVsanDiscoveryName to its new value. If the set fails for fcsVsanDiscoverySpinLock, go back to step 2. Note that if it's possible to include fcsVsanDiscoveryList4k, fcsStartDiscovery, and/or fcsVsanDiscoveryName in the (Set Request) PDU of an earlier step, then step 4, 5 and/or 6, respectively , can be eliminated.
                 fcsVsanDiscoveryName 1.3.6.1.4.1.9.9.297.1.1.2 snmpadminstring read-write
The name of the discovery triggered by a manager. This object is sent along with the fcsDiscoveryCompleteNotify notification. This object cannot be modified when the discovery status is 'inProgress' on the selected set of VSANs as indicated by the fcsDiscoveryStatus object in the fcsDiscoveryStatusTable.
                 fcsVsanDiscoveryList2k 1.3.6.1.4.1.9.9.297.1.1.3 fclist read-write
A bitmap which represents VSANs starting from VSAN id 1 to VSAN id 2048. Discovery will be carried out on all those VSANs for which the corresponding bits are set to 1 in this object. Note that if multiple managers set this object one after the other, the discovery is carried out on the union of the multiple requests. When read, the value of this object is the union of the in-progress discovery requests.
                 fcsVsanDiscoveryList4k 1.3.6.1.4.1.9.9.297.1.1.4 fclist read-write
A bitmap which represents VSANs starting from VSAN id 2049 to VSAN id 4096. Discovery will be carried out on all those VSANs for which the corresponding bits are set to 1 in this object. Note that if multiple managers set this object one after the other, the discovery is carried out on the union of the multiple requests. When read, the value of this object is the union of the in-progress discovery requests.
                 fcsStartDiscovery 1.3.6.1.4.1.9.9.297.1.1.5 integer read-write
This object specifies whether a discovery cycle should be started by the Fabric Configuration Server. If this object is set to 'startDiscovery', then the discovery is started by the Fabric Configuration Server on those VSANs that have been specified by the fcsVsanDiscoveryList objects. 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.
                 fcsDiscoveryStatusTable 1.3.6.1.4.1.9.9.297.1.1.6 no-access
This table contains the status of the discovery for all VSANs.
                     fcsDiscoveryStatusEntry 1.3.6.1.4.1.9.9.297.1.1.6.1 no-access
An entry (conceptual row) in this table. The discovery status for a particular VSAN.
                         fcsDiscoveryStatus 1.3.6.1.4.1.9.9.297.1.1.6.1.1 integer read-only
The status of the discovery on the local switch. Initially when the switch comes up, this object will be set to 'databaseInvalid' state on all VSANs. This indicates that a discovery needs to be done. If the manager sets the fcsStartDiscovery object to 'startDiscovery' for this VSAN, then the discovery will be triggered on. The state of this object will be set to 'inProgress' for this VSAN during the discovery. Once the discovery is completed on this VSAN, this object will be set to 'completed'. After the discovery is completed for the specified list of VSANs, the data is cached for an interval of time specified by fcsVsanDiscoveryTimeOut object. Once this interval of time expires, the data is lost and this object will be set to 'databaseInvalid' state for the specified list of VSANs. Enumeration: 'inProgress': 1, 'completed': 2, 'databaseInvalid': 3.
                         fcsDiscoveryCompleteTime 1.3.6.1.4.1.9.9.297.1.1.6.1.2 timestamp read-only
This object contains the value of sysUpTime when the last discovery was completed on this VSAN. This object will contain the value of zero before the first discovery on this VSAN.
                 fcsVsanDiscoveryTimeOut 1.3.6.1.4.1.9.9.297.1.1.7 timeintervalsec read-write
The minimum interval of time for which the discovered data on a VSAN is cached by the Fabric Configuration Server.
                 fcsDiscoveryInvalidateCache2k 1.3.6.1.4.1.9.9.297.1.1.8 fclist read-write
A bitmap which represents VSANs from 1 to 2048. The discovered cache will be invalidated on those VSANs for which the corresponding bits are set to 1 in this object. If the bit corresponding to a particular VSAN is set to 1 and if the value of fcsDiscoveryStatus for that VSAN is 'completed', then the discovery cache on that VSAN will be invalidated and the fcsDiscoveryStatus object for that VSAN will be set to 'databaseInvalid'.
                 fcsDiscoveryInvalidateCache4k 1.3.6.1.4.1.9.9.297.1.1.9 fclist read-write
A bitmap which represents VSANs from 2049 to 4096. The discovered cache will be invalidated on those VSANs for which the corresponding bits are set to 1 in this object. If the bit corresponding to a particular VSAN is set to 1 and if the value of fcsDiscoveryStatus for that VSAN is 'completed', then the discovery cache on that VSAN will be invalidated and the fcsDiscoveryStatus object for that VSAN will be set to 'databaseInvalid'.
                 fcsIeNumber 1.3.6.1.4.1.9.9.297.1.1.10 integer32 read-only
The number of entries currently present in the fcsIeTable.
                 fcsIeTable 1.3.6.1.4.1.9.9.297.1.1.11 no-access
A table of Interconnect Elements. Interconnect Elements (IEs) are switches, hubs, bridges etc. By default, the Fabric Configuration Server will maintain detailed information pertaining only to the local switch. As far as remote topology is concerned, only the IE name, type and domain-id information will be maintained. If a discovery cycle is triggered on a set of VSANs, this table along with the Port and Platform tables will be populated with the discovered information. The discovered data will be retained in this table for at least fcsVsanDiscoveryTimeOut seconds after the completion of its discovery or till the discovered data is invalidated by setting the appropriate bits of fcsDiscoveryInvalidateCache2k/4k.
                       fcsIeEntry 1.3.6.1.4.1.9.9.297.1.1.11.1 no-access
An entry (coneptual row) in this table. It gives information on an Interconnect Element.
                           fcsIeName 1.3.6.1.4.1.9.9.297.1.1.11.1.1 fcnameid no-access
The WWN of an Interconnect Element. This object uniquely identifies an Interconnect Element on a VSAN. If the IE is a switch, then this object is the Node WWN of the switch.
                           fcsIeType 1.3.6.1.4.1.9.9.297.1.1.11.1.2 fcietype read-only
The type of this Interconnect Element.
                           fcsIeDomainId 1.3.6.1.4.1.9.9.297.1.1.11.1.3 domainidorzero read-only
The Domain Id of this Interconnect Element. If the Domain Id has not been configured, then this object will have the value of zero.
                           fcsIeMgmtId 1.3.6.1.4.1.9.9.297.1.1.11.1.4 fcaddressid read-only
The management identifer of this Interconnect Element. If the Interconnect Element is a switch, then this object will be the Domain Controller identifier of the switch. If the value of this object is unknown to the local system, then it will contain the null value x'00 00 00'.
                           fcsIeFabricName 1.3.6.1.4.1.9.9.297.1.1.11.1.5 fcnameid read-only
The fabric name of this Interconnect Element. If the value of this object is unknown to the local system, then it will contain the null value x'00 00 00 00 00 00 00 00'.
                           fcsIeLogicalName 1.3.6.1.4.1.9.9.297.1.1.11.1.6 octet string read-only
The logical name of this Interconnect Element. If the value of this object is unknown to the local system, then it will contain the zero length string.
                           fcsIeMgmtAddrListIndex 1.3.6.1.4.1.9.9.297.1.1.11.1.7 listindexorzero read-only
The index of the management address list corresponding to this Interconnect Element. This object is an index into the fcsMgmtAddrListTable. Zero or more of the management address objects may be associated with an Interconnect Element object.
                           fcsIeInfoList 1.3.6.1.4.1.9.9.297.1.1.11.1.8 octet string read-only
The information list corresponding to this Interconnect Element. This object contains multiple substrings: the vendor name, model name/number, release code and any vendor specific information. Each substring is terminated with a null x'00'.
                           fcsIePortListIndex 1.3.6.1.4.1.9.9.297.1.1.11.1.9 listindexorzero read-only
The index of the port list corresponding to this Interconnect Element. This object is an index into the fcsPortListTable.
                 fcsMgmtAddrListTable 1.3.6.1.4.1.9.9.297.1.1.12 no-access
This table contains the set of management address lists currently referenced by any instance of the fcsIeMgmtAddrListIndex or fcsPlatformMgmtAddrListIndex objects.
                       fcsMgmtAddrListEntry 1.3.6.1.4.1.9.9.297.1.1.12.1 no-access
An entry (conceptual row) in this table. A management address is represented by fcsMgmtAddrIndex. All management addresses which belong to the same list have a common fcsMgmtAddrListIndex.
                           fcsMgmtAddrListIndex 1.3.6.1.4.1.9.9.297.1.1.12.1.1 listindex no-access
The index of the management address list.
                           fcsMgmtAddrIndex 1.3.6.1.4.1.9.9.297.1.1.12.1.2 unsigned32 no-access
The index of a management address.
                           fcsMgmtAddr 1.3.6.1.4.1.9.9.297.1.1.12.1.3 octet string read-only
The management address corresponding to this entry. The format of this object may be based on the format of the Uniform Resource Locator (URL). For example, SNMP - snmp://ipaddress[:port#]. This object MUST be set to a valid value before or concurrently with setting the value of the corresponding instance of fcsMgmtAddrRowStatus to 'active'.
                           fcsMgmtAddrConfigSource 1.3.6.1.4.1.9.9.297.1.1.12.1.4 createdby read-only
The source of configuration of this entry. Note that an entry which is configured via GS3 cannot be deleted through SNMP.
                           fcsMgmtAddrRowStatus 1.3.6.1.4.1.9.9.297.1.1.12.1.5 rowstatus read-only
The status of this conceptual row.
                 fcsPortListTable 1.3.6.1.4.1.9.9.297.1.1.13 no-access
This table contains all the lists of ports that are associated with Interconnect Elements contained in fcsIeTable.
                       fcsPortListEntry 1.3.6.1.4.1.9.9.297.1.1.13.1 no-access
An entry (conceptual row) in this table. A port is represented by fcsPortName. All the ports that belong to the same list have the same fcsPortListIndex.
                           fcsPortListIndex 1.3.6.1.4.1.9.9.297.1.1.13.1.1 listindex read-only
The index of the port list.
                 fcsPortNumber 1.3.6.1.4.1.9.9.297.1.1.14 integer32 read-only
The number of entries currently present in the fcsPortTable.
                 fcsPortTable 1.3.6.1.4.1.9.9.297.1.1.15 no-access
This table contains information of all the ports. These ports are grouped into lists by the fcsPortListTable.
                       fcsPortEntry 1.3.6.1.4.1.9.9.297.1.1.15.1 no-access
An entry (conceptual row) in this table.
                           fcsPortName 1.3.6.1.4.1.9.9.297.1.1.15.1.1 fcnameid no-access
The WWN of the port for which this row contains information.
                           fcsPortType 1.3.6.1.4.1.9.9.297.1.1.15.1.2 fcporttypes read-only
The type of this port. If it is a trunk port, the type of the port will be tePort. This is however not a standard port type. When information regarding such a port is sent using GS-3, it is represented in the GS-3 message and therefore in this table as an E_Port.
                           fcsPortTXType 1.3.6.1.4.1.9.9.297.1.1.15.1.3 fcporttxtypes read-only
The TX type of this port.
                           fcsPortModuleType 1.3.6.1.4.1.9.9.297.1.1.15.1.4 fcportmoduletypes read-only
The module type of this port.
                           fcsPortPhyPortNum 1.3.6.1.4.1.9.9.297.1.1.15.1.5 integer32 read-only
The physical number corresponding to this port entry.
                           fcsPortAttachPortNameIndex 1.3.6.1.4.1.9.9.297.1.1.15.1.6 listindexorzero read-only
The index of the attached port name list corresponding to this port entry. This object is an index into the fcsAttachPortNameListTable.
                           fcsPortState 1.3.6.1.4.1.9.9.297.1.1.15.1.7 fcportstate read-only
The state of this port.
                 fcsAttachPortNameListTable 1.3.6.1.4.1.9.9.297.1.1.16 no-access
This table contains all the lists of attach port names.
                       fcsAttachPortNameListEntry 1.3.6.1.4.1.9.9.297.1.1.16.1 no-access
An entry (conceptual row) in this table. An Attached port name is represented by fcsAttachPortName. All the attach port names that belong to the same list have a common fcsAttachPortNameListIndex.
                           fcsAttachPortNameListIndex 1.3.6.1.4.1.9.9.297.1.1.16.1.1 listindex no-access
The index of the attach port name list.
                           fcsAttachPortName 1.3.6.1.4.1.9.9.297.1.1.16.1.2 octet string read-only
The attached port name corresponding to this entry. Zero or more of these names may be associated with a port object. The first 8 bytes of this object contain the WWN of the port followed by 2 reserved bytes. Following this is one byte of Port flags and one byte of Port type. See FC-GS3 for more details.
                 fcsPlatformNumber 1.3.6.1.4.1.9.9.297.1.1.17 integer32 read-only
The number of entries currently present in the fcsPlatformTable.
                 fcsPlatformTable 1.3.6.1.4.1.9.9.297.1.1.18 no-access
This table contains information on platforms. By default, this table only contains information pertaining to the local switch. If a discovery is triggered, this table will contain all the information that was obtained from the discovery process. The information gathered from the discovery process shall be retained in this table for atleast fcsVsanDiscoveryTimeOut seconds after the completion of its discovery or until the discovered cache is invalidated by setting the appropriate bits of fcsDiscoveryInvalidateCache2k/4k.
                       fcsPlatformEntry 1.3.6.1.4.1.9.9.297.1.1.18.1 no-access
An entry (conceptual row) in this table. A platform is uniquely represented by fcsPlatformIndex. There could be multiple platforms on a VSAN. A platform can contain multiple nodes. The node lists need to be created in the fcsNodeNameListTable. The fcsPlatformNodeNameListIndex object in this table points to the desired node list in the fcsNodeNameListTable. Similarly, the management addresses corresponding to the platform need to be created in the fcsMgmtAddrListTable. The fcsPlatformMgmtAddrListIndex object in this table points to the desired management address list in the fcsMgmtAddrListTable. Once a platform has been created, it can optionally be validated on a fabric-wide basis by setting the appropriate instance of fcsPlatformValidation object to 'validate'.
                           fcsPlatformIndex 1.3.6.1.4.1.9.9.297.1.1.18.1.1 unsigned32 no-access
The index of this platform.
                           fcsPlatformName 1.3.6.1.4.1.9.9.297.1.1.18.1.2 octet string read-only
The name of this platform. The name should be unique within a VSAN. This object cannot be modified while the value of the corresponding instance of fcsPlatformRowStatus is 'active'. This object MUST be set before or concurrently with setting the corresponding instance of fcsPlatformRowStatus to 'active'.
                           fcsPlatformType 1.3.6.1.4.1.9.9.297.1.1.18.1.3 fcplatformtype read-only
The type of this platform.
                           fcsPlatformNodeNameListIndex 1.3.6.1.4.1.9.9.297.1.1.18.1.4 listindexorzero read-only
The index of the node name list corresponding to this platform entry. This object is an index into the fcsNodeNameListTable. The list of nodes that a platform contains should be unique within a VSAN. If this entry is configured via SNMP as indicated by the corresponding instance of fcsPlatformConfig- Source object, then this object should only point to entries in fcsNodeNameListTable that have been created via SNMP. Similarly, if this entry is configured via GS-3, then it can only point to entries configured via GS-3 in the fcsNodeNameListTable.
                           fcsPlatformMgmtAddrListIndex 1.3.6.1.4.1.9.9.297.1.1.18.1.5 listindexorzero read-only
The index of the management address list corresponding to this Platform. This object is an index into the fcsMgmtAddrListTable. Zero or more of the management address objects may be associated with a Platform object. If this entry is configured via SNMP as indicated by the corresponding instance of fcsPlatformConfig- Source object, then this object should only point to entries in fcsMgmtAddrListTable that have been created via SNMP. Similarly, if this entry is configured via GS-3, then it can only point to entries configured via GS-3 in the fcsMgmtAddrListTable.
                           fcsPlatformConfigSource 1.3.6.1.4.1.9.9.297.1.1.18.1.6 createdby read-only
The source of configuration of this entry. Note that an entry which is configured via GS3 cannot be deleted through SNMP.
                           fcsPlatformValidation 1.3.6.1.4.1.9.9.297.1.1.18.1.7 integer read-only
This object specifies whether the validation for the platform name and its constituent nodes should be done on a fabric-wide basis. The outcome of this validation will be present in the corresponding instance of fcsPlatformValidationResult. No action is taken if this object is set to 'noop'. The value of this object when read is always 'noop'. Enumeration: 'validate': 1, 'noop': 2.
                           fcsPlatformValidationResult 1.3.6.1.4.1.9.9.297.1.1.18.1.8 integer read-only
The result of the fabric-wide validation of this platform. If the name of the platform is not unique fabric-wide on this VSAN, then this object will contain the value 'nameInvalid'. If the list of nodes present in the platform is not unique, then this object will contain the value 'nodeInvalid'. If there is any other failure, this object will contain the value 'failure'. None of the configurable objects can be modified when the value of this object is 'inProgress'. Enumeration: 'failure': 5, 'inProgress': 2, 'nodeInvalid': 4, 'nameInvalid': 3, 'success': 1.
                           fcsPlatformRowStatus 1.3.6.1.4.1.9.9.297.1.1.18.1.9 rowstatus read-only
The status of this conceptual row.
                 fcsNodeNameListTable 1.3.6.1.4.1.9.9.297.1.1.19 no-access
This table contains all the lists of nodes.
                       fcsNodeNameListEntry 1.3.6.1.4.1.9.9.297.1.1.19.1 no-access
An entry (conceptual row) in this table. Each node is represented uniquely by fcsNodeName. All nodes that belong to the same list have a common fcsNodeNameListIndex.
                           fcsNodeNameListIndex 1.3.6.1.4.1.9.9.297.1.1.19.1.1 listindex no-access
The index of the node name list.
                           fcsNodeName 1.3.6.1.4.1.9.9.297.1.1.19.1.2 fcnameid no-access
The name of this node entry.
                           fcsNodeNameConfigSource 1.3.6.1.4.1.9.9.297.1.1.19.1.3 createdby read-only
The source of configuration of this entry. Note that an entry configured via GS-3 cannot be deleted through SNMP.
                           fcsNodeNameRowStatus 1.3.6.1.4.1.9.9.297.1.1.19.1.4 rowstatus read-only
The status of this conceptual row.
                 fcsReqRejNotifyEnable 1.3.6.1.4.1.9.9.297.1.1.20 truthvalue read-write
This object specifies if the Fabric Configuration Server should issue a 'fcsReqRejNotify' notification. If the value of this object is 'true', then the notification is issued. If the value of this object is 'false', then the notification is not issued.
                 fcsDiscoveryCompleteNotifyEnable 1.3.6.1.4.1.9.9.297.1.1.21 truthvalue read-write
This object specifies if the Fabric Configuration Server should issue a 'fcsDiscoveryCompleteNotify' notification. If the value of this object is 'true', then the notification is issued. If the value of this object is 'false', then the notification is not issued.
             fcsStats 1.3.6.1.4.1.9.9.297.1.2
                 fcsTotalRejects 1.3.6.1.4.1.9.9.297.1.2.1 counter32 read-only
The total number of requests rejected by the local switch across all VSANs.
                 fcsStatsTable 1.3.6.1.4.1.9.9.297.1.2.2 no-access
This table contains all the statistics related to the Fabric Configuration Server.
                     fcsStatsEntry 1.3.6.1.4.1.9.9.297.1.2.2.1 no-access
An entry (conceptual row) in this table. Some statistics for a particular VSAN.
                         fcsRxGetReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.1 counter32 read-only
The number of Get Requests received by the Fabric Configuration Server on this VSAN.
                         fcsTxGetReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.2 counter32 read-only
The number of Get Requests sent by the Fabric Configuration Server on this VSAN to other servers in the fabric.
                         fcsRxRegReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.3 counter32 read-only
The number of Registration Requests received by the Fabric Configuration Server on this VSAN.
                         fcsTxRegReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.4 counter32 read-only
The number of Registration Requests sent by the Fabric Configuration Server on this VSAN.
                         fcsRxDeregReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.5 counter32 read-only
The number of Deregistration Requests received by the Fabric Configuration Server on this VSAN.
                         fcsTxDeregReqs 1.3.6.1.4.1.9.9.297.1.2.2.1.6 counter32 read-only
The number of Deregistration Requests sent by the Fabric Configuration Server on this VSAN.
                         fcsTxRscns 1.3.6.1.4.1.9.9.297.1.2.2.1.7 counter32 read-only
The number of Registered State Change Notifications (RSCNs) sent by the Fabric Configuration Server on this VSAN.
                         fcsRxRscns 1.3.6.1.4.1.9.9.297.1.2.2.1.8 counter32 read-only
The number of Registered State Change Notifications (RSCNs) received by the Fabric Configuration Server on this VSAN.
                         fcsRejects 1.3.6.1.4.1.9.9.297.1.2.2.1.9 counter32 read-only
The total number of requests rejected by the local switch on this VSAN.
             fcsInformation 1.3.6.1.4.1.9.9.297.1.3
                 fcsRejReasonCode 1.3.6.1.4.1.9.9.297.1.3.1 fcgs3rejectreasoncode read-only
This object contains the reason code corresponding to the latest Fabric Configuration Server request rejected by the local system.
                 fcsRejReasonCodeExplanation 1.3.6.1.4.1.9.9.297.1.3.2 fcfcsrejreasonexplanation read-only
This object contains the reason code explanation if the reason code is 'Unable to perform command req'. This object also corresponds to the latest Fabric Configuration Server request rejected by the local system.
                 fcsMgmtAddrChangeVsanIndex 1.3.6.1.4.1.9.9.297.1.3.3 vsanindex no-access
Represents the VSAN id on which a management address change has been detected.
                 fcsMgmtAddrChangeIeName 1.3.6.1.4.1.9.9.297.1.3.4 fcnameid no-access
Represents the IE for which a management address change has been detected.
             fcsNotification 1.3.6.1.4.1.9.9.297.1.4
                 fcsNotifications 1.3.6.1.4.1.9.9.297.1.4.0
                     fcsReqRejNotify 1.3.6.1.4.1.9.9.297.1.4.0.1
This notification is generated by the Fabric Configuration Server on this switch whenever it rejects a Fabric Configuration Server request. The Fabric Configuration Server should update the fcsRejReasonCode and fcsRejReasonCodeExplanation objects with the corresponding reason code and reason code explanation before sending the notification.
                     fcsDiscoveryCompleteNotify 1.3.6.1.4.1.9.9.297.1.4.0.2
This notification is generated by the Fabric Configuration Server when a discovery cycle specified by fcsVsanDiscoveryList2k, fcsVsanDiscoveryList4k and fcsVsanDiscoveryName is completed.
                     fcsMgmtAddrChangeNotify 1.3.6.1.4.1.9.9.297.1.4.0.3
This notification is generated by the Fabric Configuration Server whenever the management address of a IE changes. This means that, this notification is generated whenever an entry in the fcsMgmtAddrListTable changes.
         fcsMIBConformance 1.3.6.1.4.1.9.9.297.2
             fcsMIBCompliances 1.3.6.1.4.1.9.9.297.2.1
                 fcsMIBCompliance 1.3.6.1.4.1.9.9.297.2.1.1
The compliance statement for entities which implement the Fabric Configuration Server.
                 fcsMIBComplianceRev1 1.3.6.1.4.1.9.9.297.2.1.2
The compliance statement for entities which implement the Fabric Configuration Server.
             fcsMIBGroups 1.3.6.1.4.1.9.9.297.2.2
                 fcsConfigurationGroup 1.3.6.1.4.1.9.9.297.2.2.1
A collection of objects for displaying and configuring Fabric Configuration Server parameters.
                 fcsStatisticsGroup 1.3.6.1.4.1.9.9.297.2.2.2
A collection of objects for displaying the Fabric Configuration Server statistics information.
                 fcsNotificationControlGroup 1.3.6.1.4.1.9.9.297.2.2.3
A collection of notification control and notification information objects for monitoring Fabric Configuration Server request rejection and discovery of remote toplogy information.
                 fcsNotificationGroup 1.3.6.1.4.1.9.9.297.2.2.4
A collection of notifications for monitoring Fabric Configuration Server request rejection and discovery of remote toplogy information.
                 fcsNotificationGroupRev1 1.3.6.1.4.1.9.9.297.2.2.5
A collection of notifications for monitoring Fabric Configuration Server request rejection, discovery of remote toplogy information and management address changes.
                 fcsNotificationControlGroupRev1 1.3.6.1.4.1.9.9.297.2.2.6
A collection of notification control and notification information objects for monitoring Fabric Configuration Server request rejection and discovery of remote toplogy information.