MIB Viewer

BROCADE-VCS-MIB

32 objects
The MIB module for the monitoring of VCS fabrics. VCS fabrics is a proprietary technology of Brocade. A VCS fabric consists of a set of inter-connected Brocade VDX switches. These set of switches together behave like a single L2 switch to the outside world. The cluster can operate in 2 modes: fabric mode and Logical chassis mode. In fabric mode, the switches together behave like a single L2 switch - but configuration on each switch is independent of the other. In logical chassis mode, one switch in the fabric is elected as the principal switch. All configurations need to be done only from the principal switch. This is synced across to all the switches in the fabric. Thus the configuration information is the same on all the switches.
OIDNameAccessStatusDescription
1.3.6.1.4.1.1588.3.1.6IdentitybrocadeVcsMIBThe MIB module for the monitoring of VCS fabrics. VCS fabrics is a proprietary technology of Brocade. A VCS fabric consists of a set of inter-connected Brocade…
1.3.6.1.4.1.1588.3.1.6.1NodebrocadeVcsMIBObjects
1.3.6.1.4.1.1588.3.1.6.1.1ScalarvcsConfigModeread-onlycurrentThe configuration mode of this cluster that is in effect.
1.3.6.1.4.1.1588.3.1.6.1.2ScalarvcsModeOfOperationread-onlycurrentThe operational mode of this cluster.
1.3.6.1.4.1.1588.3.1.6.1.3ScalarvcsIdentifierread-onlycurrentThe unique identifier of this cluster.
1.3.6.1.4.1.1588.3.1.6.1.4ScalarvcsVirtualIpV4Addressread-onlycurrentThe virtual IPv4 address of the cluster. Management stations can use this address to send requests.
1.3.6.1.4.1.1588.3.1.6.1.5ScalarvcsVirtualIpV6Addressread-onlycurrentThe virtual IPv6 address of the cluster. Management stations can use this address to send requests.
1.3.6.1.4.1.1588.3.1.6.1.6ScalarvcsVirtualIpAssociatedRbridgeIdread-onlycurrentThe rbridge-id of the switch that hosts the virtual IP address.
1.3.6.1.4.1.1588.3.1.6.1.7ScalarvcsVirtualIpInterfaceIdread-onlycurrentThe interface Id that is configured in the case of inband configuration. If it is not inband configuration, then this object will contain the value 0.
1.3.6.1.4.1.1588.3.1.6.1.8ScalarvcsVirtualIpV4OperStatusread-onlycurrentThe operational status of the virtual IPv4 address.
1.3.6.1.4.1.1588.3.1.6.1.9ScalarvcsVirtualIpV6OperStatusread-onlycurrentThe operational status of the virtual IPv6 address.
1.3.6.1.4.1.1588.3.1.6.1.10ScalarvcsNumNodesInClusterread-onlycurrentThe number of switches in the cluster that are currently online.
1.3.6.1.4.1.1588.3.1.6.1.11ScalarvcsClusterConditionread-onlycurrentThe condition of the cluster as a whole.
1.3.6.1.4.1.1588.3.1.6.1.12TablevcsFabricIslTablenot-accessiblecurrentThis table contains all the ISLs (Inter Switch Link) on the local device.
1.3.6.1.4.1.1588.3.1.6.1.12.1RowvcsFabricIslEntrynot-accessiblecurrentRepresents a single Inter Switch Link (ISL) on this switch.
1.3.6.1.4.1.1588.3.1.6.1.12.1.1ColumnvcsFabricIslIndexnot-accessiblecurrentA unique id to distinguish this ISL from others on the local device.
1.3.6.1.4.1.1588.3.1.6.1.12.1.2ColumnvcsFabricIslIntfNameread-onlycurrentThe interface name (ifName) of the interface on which the ISL is formed on this switch.
1.3.6.1.4.1.1588.3.1.6.1.12.1.3ColumnvcsFabricIslNbrIntfNameread-onlycurrentThe interface name (ifName) of the interface on the neighboring switch for this ISL.
1.3.6.1.4.1.1588.3.1.6.1.12.1.4ColumnvcsFabricIslNbrWWNread-onlycurrentThe World Wide Name (WWN) of the neighboring switch for this ISL.
1.3.6.1.4.1.1588.3.1.6.1.12.1.5ColumnvcsFabricIslNbrNameread-onlycurrentThe name of the neighboring switch on which this ISL is formed.
1.3.6.1.4.1.1588.3.1.6.1.12.1.6ColumnvcsFabricIslBWread-onlycurrentThe band-width of this ISL.
1.3.6.1.4.1.1588.3.1.6.1.12.1.7ColumnvcsFabricIslIsTrunkread-onlycurrentAn indication whether this ISL is a trunk interface. A value of true(1) means it is a trunk. A value of false(2) means it is not a trunk.
1.3.6.1.4.1.1588.3.1.6.2NodebrocadeVcsMIBConformance
1.3.6.1.4.1.1588.3.1.6.2.1NodebrocadeVcsConformanceGroups
1.3.6.1.4.1.1588.3.1.6.2.1.1GroupbrocadeVcsObjectsGroupcurrentThe MIB objects related to VCS monitoring.
1.3.6.1.4.1.1588.3.1.6.2.2NodebrocadeVcsCompliances
1.3.6.1.4.1.1588.3.1.6.2.2.1CompliancebrocadeVcsCompliancecurrentThe compliance information for this MIB.
Type Definitions
NameSyntaxStatusDescription
VcsClusterConditionINTEGER { good(1), degraded(2), error(3) }currentThe state of the fabric as a whole. good(1) - indicates that all switches are in good condition and cluster is fine. degraded(2) - indicates that one or more switches are offline and cluster has degraded. error(3) - Int…
VcsConfigModeINTEGER { local(1), distributed(2) }currentThe configuration mode that is in effect in the VCS fabric. local(1) - configuration is local to the switch. distributed(2) - configuration is to be done from the principal switch and will be the same across all the swi…
VcsIdentifierUnsigned32 (1 .. 8192)currentA number that uniquely identifies a fabric. Two different fabrics would have different identifiers.
VcsOperationModeINTEGER { fabricCluster(1), logicalChassis(2) }currentThe operational mode of the fabric. fabricCluster(1) - the entire set of switches in the cluster behaves like a single L2 switch to the outer world. However, configuration is local to each switch. logicalChassis(2) - in…
VcsRbridgeIdUnsigned32 (1 .. 239)currentA number that uniquely identifies a switch within a fabric.