BROCADE-VCS-MIB

File: BROCADE-VCS-MIB.mib (12426 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB Brocade-TC Brocade-REG-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 Counter32 Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
TEXTUAL-CONVENTION DisplayString InetAddress
InetAddressType FcWwn bcsiModules

Defined Types

VcsConfigMode  
The 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 switches in the fabric.
TEXTUAL-CONVENTION    
  INTEGER local(1), distributed(2)  

VcsOperationMode  
The 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 this case the fabric behaves like a single L2 switch and the configuration is driven from the principal switch and is the same across all switches in the fabric.
TEXTUAL-CONVENTION    
  INTEGER fabricCluster(1), logicalChassis(2)  

VcsIdentifier  
A number that uniquely identifies a fabric. Two different fabrics would have different identifiers.
TEXTUAL-CONVENTION    
  Unsigned32 1..8192  

VcsRbridgeId  
A number that uniquely identifies a switch within a fabric.
TEXTUAL-CONVENTION    
  Unsigned32 1..239  

VcsClusterCondition  
The 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) - Internal error state.
TEXTUAL-CONVENTION    
  INTEGER good(1), degraded(2), error(3)  

VcsFabricIslEntry  
SEQUENCE    
  vcsFabricIslIndex Unsigned32
  vcsFabricIslIntfName DisplayString
  vcsFabricIslNbrIntfName DisplayString
  vcsFabricIslNbrWWN FcWwn
  vcsFabricIslNbrName DisplayString
  vcsFabricIslBW Unsigned32
  vcsFabricIslIsTrunk TruthValue

Defined Values

brocadeVcsMIB 1.3.6.1.4.1.1588.3.1.6
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.
MODULE-IDENTITY    

brocadeVcsMIBObjects 1.3.6.1.4.1.1588.3.1.6.1
OBJECT IDENTIFIER    

brocadeVcsMIBConformance 1.3.6.1.4.1.1588.3.1.6.2
OBJECT IDENTIFIER    

vcsConfigMode 1.3.6.1.4.1.1588.3.1.6.1.1
The configuration mode of this cluster that is in effect.
Status: current Access: read-only
OBJECT-TYPE    
  VcsConfigMode  

vcsModeOfOperation 1.3.6.1.4.1.1588.3.1.6.1.2
The operational mode of this cluster.
Status: current Access: read-only
OBJECT-TYPE    
  VcsOperationMode  

vcsIdentifier 1.3.6.1.4.1.1588.3.1.6.1.3
The unique identifier of this cluster.
Status: current Access: read-only
OBJECT-TYPE    
  VcsIdentifier  

vcsVirtualIpV4Address 1.3.6.1.4.1.1588.3.1.6.1.4
The virtual IPv4 address of the cluster. Management stations can use this address to send requests.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

vcsVirtualIpV6Address 1.3.6.1.4.1.1588.3.1.6.1.5
The virtual IPv6 address of the cluster. Management stations can use this address to send requests.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

vcsVirtualIpAssociatedRbridgeId 1.3.6.1.4.1.1588.3.1.6.1.6
The rbridge-id of the switch that hosts the virtual IP address.
Status: current Access: read-only
OBJECT-TYPE    
  VcsRbridgeId  

vcsVirtualIpInterfaceId 1.3.6.1.4.1.1588.3.1.6.1.7
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

vcsVirtualIpV4OperStatus 1.3.6.1.4.1.1588.3.1.6.1.8
The operational status of the virtual IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

vcsVirtualIpV6OperStatus 1.3.6.1.4.1.1588.3.1.6.1.9
The operational status of the virtual IPv6 address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

vcsNumNodesInCluster 1.3.6.1.4.1.1588.3.1.6.1.10
The number of switches in the cluster that are currently online.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

vcsClusterCondition 1.3.6.1.4.1.1588.3.1.6.1.11
The condition of the cluster as a whole.
Status: current Access: read-only
OBJECT-TYPE    
  VcsClusterCondition  

vcsFabricIslTable 1.3.6.1.4.1.1588.3.1.6.1.12
This table contains all the ISLs (Inter Switch Link) on the local device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VcsFabricIslEntry

vcsFabricIslEntry 1.3.6.1.4.1.1588.3.1.6.1.12.1
Represents a single Inter Switch Link (ISL) on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VcsFabricIslEntry  

vcsFabricIslIndex 1.3.6.1.4.1.1588.3.1.6.1.12.1.1
A unique id to distinguish this ISL from others on the local device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

vcsFabricIslIntfName 1.3.6.1.4.1.1588.3.1.6.1.12.1.2
The interface name (ifName) of the interface on which the ISL is formed on this switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vcsFabricIslNbrIntfName 1.3.6.1.4.1.1588.3.1.6.1.12.1.3
The interface name (ifName) of the interface on the neighboring switch for this ISL.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vcsFabricIslNbrWWN 1.3.6.1.4.1.1588.3.1.6.1.12.1.4
The World Wide Name (WWN) of the neighboring switch for this ISL.
Status: current Access: read-only
OBJECT-TYPE    
  FcWwn  

vcsFabricIslNbrName 1.3.6.1.4.1.1588.3.1.6.1.12.1.5
The name of the neighboring switch on which this ISL is formed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

vcsFabricIslBW 1.3.6.1.4.1.1588.3.1.6.1.12.1.6
The band-width of this ISL.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

vcsFabricIslIsTrunk 1.3.6.1.4.1.1588.3.1.6.1.12.1.7
An 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

brocadeVcsConformanceGroups 1.3.6.1.4.1.1588.3.1.6.2.1
OBJECT IDENTIFIER    

brocadeVcsCompliances 1.3.6.1.4.1.1588.3.1.6.2.2
OBJECT IDENTIFIER    

brocadeVcsCompliance 1.3.6.1.4.1.1588.3.1.6.2.2.1
The compliance information for this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

brocadeVcsObjectsGroup 1.3.6.1.4.1.1588.3.1.6.2.1.1
The MIB objects related to VCS monitoring.
Status: current Access: read-only
OBJECT-GROUP