CISCO-VSAN-MIB

MIB Reference — IPNetwork Monitor

All MIBsCISCO-VSAN-MIB

Organization: Cisco Systems Inc.

Last Updated: 2006-02-06

Category: Fibre Channel and Storage, Vendor: Cisco Devices

Description:

Manages Cisco Virtual Storage Area Networks (VSANs) for Fibre Channel fabric segmentation and isolation.

Imported Objects

From CISCO-SMI

ciscoMgmtOBJECT-IDENTITY

From CISCO-ST-TC

FcNameId
VsanIndex

From CISCO-TC

CiscoMilliSeconds
ListIndex
ListIndexOrZero

From IF-MIB

InterfaceIndex
ifIndexOBJECT-TYPE

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

RowStatus
TEXTUAL-CONVENTION
TimeStamp
TruthValue

What Is CISCO-VSAN-MIB?

CISCO-VSAN-MIB is a Cisco proprietary MIB module for managing Virtual Storage Area Networks (VSANs) on Cisco MDS and Nexus Fibre Channel storage fabric switches. It exposes configuration and operational data about VSAN segmentation, including VSAN identifiers, names, media types, MTU, load-balancing schemes, and inter-operability modes. It is explicitly useful for monitoring device status because it tracks each VSAN's administrative and operational state (up versus down) and the timestamp of the last configuration change, letting an operator detect unexpected fabric reconfigurations or isolation failures. It builds on Cisco's broader VSAN architecture and typically works alongside Fibre Channel and FSPF-related MIBs for full fabric visibility. It is deployed in enterprise and data-center SAN environments where Cisco MDS directors or Nexus switches segment shared Fibre Channel fabrics into isolated virtual fabrics, and administrators setting up SAN monitoring for the first time usually start with a CISCO-VSAN-MIB download from Cisco's software center to match the exact NX-OS/SAN-OS release in use.

IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-VSAN-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • VSAN admin state
  • VSAN operational state
  • VSAN MTU
  • VSAN media type
  • VSAN load-balancing type
  • last VSAN configuration change time

Supported Devices

  • Cisco MDS 9700 Series (current) — 64-Gbps multilayer Fibre Channel directors, up to 768 line-rate ports
  • Cisco MDS 9000 32/64-Gbps Fabric Switches (current) — VSAN-capable SAN switches

Monitoring Examples

An administrator polls vsanTable/vsanEntry, keyed by vsanIndex, to read vsanName, vsanOperState, and vsanAdminState for each configured VSAN; a mismatch between admin and oper state (e.g. vsanAdminState 'active' but vsanOperState 'down') signals a fabric segmentation problem. Watching vsanLastChange alongside vsanNumber (the count of configured VSANs) reveals unauthorized or unexpected VSAN additions/removals. vsanMtu and vsanInterOperMode are checked when troubleshooting inter-switch connectivity between Cisco and third-party FC switches.

OIDs
OID symbolicOID numericTypeAccessDescription
ciscoVsanMIB1.3.6.1.4.1.9.9.282The MIB module for the management of the Virtual Storage Networks (VSANs) within the frame work of Cisco's VSAN Architecture. This MIB enables the users to configure and monitor VSAN parameters.
ciscoVsanMIBObjects1.3.6.1.4.1.9.9.282.1
vsanConfiguration1.3.6.1.4.1.9.9.282.1.1
I32 vsanNumber1.3.6.1.4.1.9.9.282.1.1.1Integer32read-onlyThe number of VSANs configured on this device.
TIM vsanLastChange1.3.6.1.4.1.9.9.282.1.1.2TimeStampread-onlyThe value of sysUpTime at the time of the last creation, deletion or modification of an entry in the vsanTable and the vsanIfTable, where modification is a change in the value of any object instance within the table.
vsanTable1.3.6.1.4.1.9.9.282.1.1.3not-accessibleThis table lists all the VSAN configured on this device. This table allows users to create, delete and manage the VSANs on local device.
vsanEntry1.3.6.1.4.1.9.9.282.1.1.3.1not-accessibleAn entry (conceptual row) in the vsanTable. This contains information about a VSAN.
VSA vsanIndex1.3.6.1.4.1.9.9.282.1.1.3.1.1VsanIndexnot-accessibleThe ID of the VSAN.
STR vsanName1.3.6.1.4.1.9.9.282.1.1.3.1.2SnmpAdminStringread-createThe name of the VSAN. Note that default value of this object will be the string 'VSANxxxx' where xxxx is value of vsanIndex expressed as 4 digits. For example, if vsanIndex is 23, the default value of this object is 'VSAN0023'.
VSA vsanMediaType1.3.6.1.4.1.9.9.282.1.1.3.1.3VsanMediaTyperead-createThe network media type on which this VSAN is defined.
VSA vsanAdminState1.3.6.1.4.1.9.9.282.1.1.3.1.4VsanAdminStateread-createRepresents the configurable state of this VSAN. The value 'active' for this object represents the VSAN is configured and services for the VSAN is activated. The value 'suspended' for this object represents the VSAN is configured but services for the VSAN is de-activated. User can use this state to preconfigure all the VSAN parameters for the whole fabric.
U32 vsanMtu1.3.6.1.4.1.9.9.282.1.1.3.1.5Unsigned32read-createThe MTU of the VSAN. Normally, this object is 2112 for all VSANs for which object vsanMediaType has the value 'fibreChannel'.
VSA vsanLoadBalancingType1.3.6.1.4.1.9.9.282.1.1.3.1.6VsanLoadBalancingTyperead-createThe type of load balancing used on this VSAN.
T/F vsanInterOperMode1.3.6.1.4.1.9.9.282.1.1.3.1.7TruthValueread-createThe interoperability mode of the local switch on this VSAN. This object indicates if this device can inter-operate with devices from other vendors on this VSAN.
VSA vsanOperState1.3.6.1.4.1.9.9.282.1.1.3.1.8VsanOperationalStateread-onlyThe operational state of the VSAN. Indicates whether traffic can pass thru this VSAN.
ROW vsanRowStatus1.3.6.1.4.1.9.9.282.1.1.3.1.9RowStatusread-createThe status of this conceptual row.
I32 vsanInterOperValue1.3.6.1.4.1.9.9.282.1.1.3.1.10Integer32read-createThis object is used for configuring the interoperability value of the VSAN, to inter-operate with different vendor devices. If the value of this object is 0, then the interoperability is disabled. If the value of this object is 1, then the VSAN can inter-operate with all the Fibre Channel vendor devices. The value '2' to '4' for this object represents the interoperability with specific Fibre Channel vendor devices for basic to advanced functionalities.
T/F vsanInorderDelivery1.3.6.1.4.1.9.9.282.1.1.3.1.11TruthValueread-createThe InorderDelivery guarantee flag for the local switch on this VSAN. If the value of the object is 'true', then the in-order delivery is guaranteed. If 'false', it is not guaranteed. When the value of fcInorderDelivery is changed, the value of this object will be set to the new value of that object.
CIS vsanNetworkDropLatency1.3.6.1.4.1.9.9.282.1.1.3.1.12CiscoMilliSecondsread-createNetwork latency of this switch on this VSAN. This is the time interval after which the frames are dropped if they are not delivered in the order they were transmitted. Note that vsanNetworkLatency is always greater than fcSwitchLatency. When the value of fcNetworkDropLatency is changed, the value of this object will be set to the new value of that object.
VSA notifyVsanIndex1.3.6.1.4.1.9.9.282.1.1.4VsanIndexaccessible-for-notifyThe ID of the VSAN. This object is to be used only as an object in the notification. We cannot use the vsanIndex in a notification as it is defined to not-accessible in the vsanTable.
vsanMembership1.3.6.1.4.1.9.9.282.1.2
T/F vsanDenyUnknownWwn1.3.6.1.4.1.9.9.282.1.2.1TruthValueread-writeOn a Fibre Channel fabric, an N_port is required to issue an Fabric Login (FLOGI) in order to login to the fabric. The FLOGI contains port's Port World Wide Name (WWN). By default, if this object is false and if a Port WWN is not present in the VSAN WWN database (if there is one), the static VSAN membership is used. If this object is 'true', then the FLOGI is denied if the Port WWN is not present in membership database. On other kinds of fabric, this object's value is undefined.
I32 vsanWwnListNumber1.3.6.1.4.1.9.9.282.1.2.2Integer32read-onlyThe number of WWNs configured both for static and dynamic membership purposes on this device. This is number of rows in the vsanWwnListTable.
vsanWwnListTable1.3.6.1.4.1.9.9.282.1.2.3not-accessibleA table of Port WWN lists. vsanIfTable and vsanDynamicTable use these Port WWN lists for the static and dynamic configuration of Port WWNs. In static case, this list serves as a list of Port WWNs that are denied on a interface, whereas in the dynamic case, it is the list of Port WWNs that are allowed on any interface. Here is an example : listIndex wwnIndex WWN 1 1 WWN1 1 2 WWN2 1 3 WWN3 1 4 WWN4 2 1 WWN5 2 2 WWN6 3 1 WWN7 3 2 WWN8 3 3 WWN9 4 1 WWN10 5 1 WWN11 5 2 WWN12
vsanWwnListEntry1.3.6.1.4.1.9.9.282.1.2.3.1not-accessibleThis entry contains a Port WWN indexed by a list index and Port WWN index. So each entry is a member of Port WWN list. A list consists of all the entries with the same value of vsanWwnListIndex.
LIS vsanWwnListIndex1.3.6.1.4.1.9.9.282.1.2.3.1.1ListIndexnot-accessibleThis is an index to a Port WWN list.
U32 vsanWwnListWwnIndex1.3.6.1.4.1.9.9.282.1.2.3.1.2Unsigned32not-accessibleThis is an index to a Port WWN within a Port WWN list.
FCN vsanWwnListWwn1.3.6.1.4.1.9.9.282.1.2.3.1.3FcNameIdread-createThe Port WWN associated with this entry.
ROW vsanWwnListRowStatus1.3.6.1.4.1.9.9.282.1.2.3.1.4RowStatusread-createThe status of this conceptual row. Users can create, and delete the Port WWN entry.
I32 vsanIfNumber1.3.6.1.4.1.9.9.282.1.2.4Integer32read-onlyThe number of rows in the vsanIfTable.
vsanIfTable1.3.6.1.4.1.9.9.282.1.2.5not-accessibleA table containing VSAN-related information for interfaces. This table gives a list of interface that are statically assigned to different VSANs. In addition, it also gives the list of Port WWNs that are denied on a particular interface. Here is a example of this table : ifIndex vsanIndex denyList 2 1 0 9 4 4 12 3 0 34 2 0 345 1 3 456 1 0 1234 2 0 5676 3 0 Entries are automatically created for every E_port and Fx_ports on the device.
vsanIfEntry1.3.6.1.4.1.9.9.282.1.2.5.1not-accessibleThis contains information on the static membership of a interface and the list of Port WWNs that are denied fabric login on that interface. The table contains membership information only for E_port and Fx_ports.
VSA vsanIfVsan1.3.6.1.4.1.9.9.282.1.2.5.1.1VsanIndexread-writeIndex of the VSAN to which this interface is statically assigned.
LIS vsanIfDenyList1.3.6.1.4.1.9.9.282.1.2.5.1.2ListIndexOrZeroread-writeIndex of the Port WWN list in the vsanWwnListTable. This is the list of Port WWNs which are denied the login when the Nx_ports try to login to the fabric on this interface. The value of this object is 0, if and only if there is no list to be denied on this port.
I32 vsanDynamicListNumber1.3.6.1.4.1.9.9.282.1.2.6Integer32read-onlyThe number of WWN lists configured for dynamic membership. This is the number of rows in the vsanDynamicTable.
vsanDynamicTable1.3.6.1.4.1.9.9.282.1.2.7not-accessibleThe global database of Port WWN list to VSAN mappings which are used to determining dynamic membership of VSANs. If the port WWN in the login request is present in the database, then it is allowed login to the fabric. Following is an example for this table: listIndex vsanIndex 1 3 2 3 3 3 5 4
vsanDynamicEntry1.3.6.1.4.1.9.9.282.1.2.7.1not-accessibleA row containing VSAN information, which is dynamically applied, based on a particular list of Port WWNs.
VSA vsanDynamicVsan1.3.6.1.4.1.9.9.282.1.2.7.1.1VsanIndexread-createThe VSAN associated with this Port WWN list. If a Nx_port tries to login into the fabric with a Port WWN contained in this list, then the interface connected to that port is assigned to this VSAN.
ROW vsanDynamicRowStatus1.3.6.1.4.1.9.9.282.1.2.7.1.2RowStatusread-createThe status of this conceptual row. Users can create, and delete a Port WWN to VSAN mapping entry.
vsanMembershipSummaryTable1.3.6.1.4.1.9.9.282.1.2.8not-accessibleThe VSAN membership summary table. vsanIfTable provides static VSAN membership of each of the interfaces whereas cdpvmDynPortsTable provides dynamic VSAN membership. This table lists all interfaces which are statically or dynamically assigned to VSANs on the local device. Following is an example for this table: vsanIndex SummaryInterface 1 1212311 1 4311 1 56544 2 7665 3 76542
vsanMembershipSummaryEntry1.3.6.1.4.1.9.9.282.1.2.8.1not-accessibleA row in the vsanMembershipSummaryTable. Each row identifies one interface such that the identified interface is one of the potentially many interfaces which are members of a particular VSAN.
NUM vsanMembershipSummaryInterface1.3.6.1.4.1.9.9.282.1.2.8.1.1InterfaceIndexread-onlyThe ifIndex of the interface which is a member of this VSAN.
INT vsanMembershipSummaryIntfType1.3.6.1.4.1.9.9.282.1.2.8.1.2INTEGERread-onlyIndicate how this interface (represented by vsanMembershipSummaryInterface) was assigned to this VSAN.
vsanNotification1.3.6.1.4.1.9.9.282.1.3
vsanNotifications1.3.6.1.4.1.9.9.282.1.3.0
NTF vsanStatusChange1.3.6.1.4.1.9.9.282.1.3.0.1A state change notification is generated whenever vsanOperState is changed. The index and both states of the VSAN after the change, are included as variables in the notification.
NTF vsanPortMembershipChange1.3.6.1.4.1.9.9.282.1.3.0.2A membership change notification is generated whenever port-vsan membership of a port is changed. The switch wwn, interface index and new port-vsan after the change, are included as variables in the notification. Change in vsanIfEntry object of vsanIfTable triggers this notification.
vsanFcConfiguration1.3.6.1.4.1.9.9.282.1.4
CIS fcTimerRatov1.3.6.1.4.1.9.9.282.1.4.1CiscoMilliSecondsread-writeThe Resource_Allocation_Timeout Value used for FxPorts as the timeout value for determining when to reuse an NxPort resource such as a Recovery_Qualifier. It represents E_D_TOV (fcTimerEdtov) plus twice the maximum time that a frame may be delayed within the Fabric and still be delivered. Note that all switches in a fabric should be configured with the same value of this timeout.
CIS fcTimerEdtov1.3.6.1.4.1.9.9.282.1.4.2CiscoMilliSecondsread-writeThe Error_Detect_Timeout Value used for FxPorts as the timeout value for detecting an error condition. Note that all switches in a fabric should be configured with the same value of this timeout. Note that value of this object must be less than value of fcTimerDstov.
CIS fcTimerFstov1.3.6.1.4.1.9.9.282.1.4.3CiscoMilliSecondsread-onlyThe Fabric_Stability_Timeout Value used to ensure that Fabric stability has been achieved during Fabric Configuration.
CIS fcTimerDstov1.3.6.1.4.1.9.9.282.1.4.4CiscoMilliSecondsread-writeThe Distributed_Services_Timeout Value which indicates how long a distributed services requester will wait for a response.
CIS fcNetworkDropLatency1.3.6.1.4.1.9.9.282.1.4.5CiscoMilliSecondsread-writeNetwork latency of this switch. This is the time interval after which the frames are dropped if they are not delivered in the order they were transmitted. Note that fcNetworkLatency is always greater than fcSwitchLatency.
CIS fcSwitchDropLatency1.3.6.1.4.1.9.9.282.1.4.6CiscoMilliSecondsread-writeThe switch latency of this switch. This is the time interval after which a switch drops the undelivered frames on a link which went down after delivering some frames to the next hop. This way the undelivered frames can be transmitted on a new link if there is one available.
T/F fcInorderDelivery1.3.6.1.4.1.9.9.282.1.4.7TruthValueread-writeThe InorderDelivery guarantee flag of device. If the value of the object is 'true', then the in-order delivery is guaranteed. If 'false', it is not guaranteed.
vsanFcTimerTable1.3.6.1.4.1.9.9.282.1.4.8not-accessibleThis table allows the different FC timer values to be configured per VSAN basis. To set a particular type of 'FC Timeout Value', the VSAN should be in 'suspended' administrative state.
vsanFcTimerEntry1.3.6.1.4.1.9.9.282.1.4.8.1not-accessibleThis object contains information about the FC timer values (dstov / edtov / ratov / fstov) configured for a VSAN. Whenever a global FC timer value (fcTimerRatov / fcTimerEdtov / fcTimerDstov / fcTimerFstov) is configured then the corresponding FC timer value for all the VSANs will be replaced with the global value.
BIT vsanFcTimerForceFlag1.3.6.1.4.1.9.9.282.1.4.8.1.1Bitsread-createThis object contains one bit for each of the FC timer value objects in this same table. The value of each bit governs the agent's behavior when the corresponding FC timer-value object is modified for a VSAN when that VSAN's administrative state is 'active'. Specifically, if a VSAN's administrative state is 'active', then: - an attempt to change a VSAN's value of vsanFcTimerRatov, vsanFcTimerEdtov or vsanFcTimerDstov will fail if the corresponding bit position of this object has the value 0. - if the corresponding bit position of this object has the value 1, then an attempt to change a VSAN's value of vsanFcTimerRatov, vsanFcTimerEdtov and/or vsanFcTimerDstov will cause the VSAN to be temporarily suspended while the timer value is changed, and then re-activated again. The default value of this object will have all the bits reset.
CIS vsanFcTimerRatov1.3.6.1.4.1.9.9.282.1.4.8.1.2CiscoMilliSecondsread-createThe Resource_Allocation_Timeout Value used for FxPorts as the timeout value for determining when to reuse an NxPort resource such as a Recovery_Qualifier. It represents E_D_TOV (vsanFcTimerEdtov) plus twice the maximum time that a frame may be delayed within the fabric and still be delivered. Note that all switches in a VSAN should be configured with the same value of this timeout. If the corresponding VSAN administrative state is 'active', then the 'SET' operation on this object results in error. However to force the value of 'Resource Allocation Timeout Value', when the VSAN administrative state is 'active', the corresponding instance of 'vsanFcTimerForceFlag' bit position 0 should be set.
CIS vsanFcTimerEdtov1.3.6.1.4.1.9.9.282.1.4.8.1.3CiscoMilliSecondsread-createThe Error_Detect_Timeout Value used for FxPorts as the timeout value for detecting an error condition. Note that all switches in a VSAN should be configured with the same value of this timeout. Note that value of this object must be less than value of vsanFcTimerDstov. If the corresponding VSAN administrative state is 'active', then the 'SET' operation on this object results in error. However to force the value of 'Error Detect Timeout Value', when the VSAN administrative state is 'active', the corresponding instance of 'vsanFcTimerForceFlag' bit position 1 should be set.
CIS vsanFcTimerDstov1.3.6.1.4.1.9.9.282.1.4.8.1.4CiscoMilliSecondsread-createThe Distributed_Services_Timeout Value which indicates how long a distributed services requester will wait for a response. If the corresponding VSAN administrative state is 'active', then the 'SET' operation on this object results in error. However to force the value of 'Distributed Services Timeout Value', when the VSAN administrative state is 'active', the corresponding instance of 'vsanFcTimerForceFlag' bit position 2 should be set.
CIS vsanFcTimerFstov1.3.6.1.4.1.9.9.282.1.4.8.1.5CiscoMilliSecondsread-onlyThe Fabric_Stability_Timeout Value used to ensure that Fabric stability has been achieved during Fabric Configuration. The value of this object is common across all VSANs.
vsanStats1.3.6.1.4.1.9.9.282.1.5
FCN vsanFcFeElementName1.3.6.1.4.1.9.9.282.1.5.1FcNameIdread-writeThis object is part of vsanPortMembershipChange notification. It is the Switch World-Wide Name (WWN) of the switch which is generating this notification.
vsanMIBConformance1.3.6.1.4.1.9.9.282.3
vsanMIBCompliances1.3.6.1.4.1.9.9.282.3.1
vsanMIBCompliance1.3.6.1.4.1.9.9.282.3.1.1The compliance statement for entities which implement the VSANs.
vsanMIBCompliance11.3.6.1.4.1.9.9.282.3.1.2The compliance statement for entities which implement the VSANs.
vsanMIBCompliance21.3.6.1.4.1.9.9.282.3.1.3The compliance statement for entities which implement the VSANs.
vsanMIBCompliance31.3.6.1.4.1.9.9.282.3.1.4The compliance statement for entities which implement the VSANs.
vsanMIBCompliance41.3.6.1.4.1.9.9.282.3.1.5The compliance statement for entities which implement the VSANs.
vsanMIBCompliance51.3.6.1.4.1.9.9.282.3.1.6The compliance statement for entities which implement the VSANs.
vsanMIBCompliance61.3.6.1.4.1.9.9.282.3.1.7The compliance statement for entities which implement the VSANs.
vsanMIBCompliance71.3.6.1.4.1.9.9.282.3.1.8The compliance statement for entities which implement the VSANs.
vsanMIBGroups1.3.6.1.4.1.9.9.282.3.2
vsanGroup1.3.6.1.4.1.9.9.282.3.2.1A collection of objects for configuring and displaying information on VSANs.
vsanMembershipGroup1.3.6.1.4.1.9.9.282.3.2.3A collection of objects for controlling VSAN membership.
vsanStaticMembershipGroup1.3.6.1.4.1.9.9.282.3.2.4A collection of objects for displaying and configuring VSAN static membership.
vsanWWNListGroup1.3.6.1.4.1.9.9.282.3.2.5A collection of objects for creating WWN lists and adding Port WWNs into Port WWN list.
vsanDynamicMembershipGroup1.3.6.1.4.1.9.9.282.3.2.6A collection of objects for dynamic VSAN configuration.
vsanNotificationGroup1.3.6.1.4.1.9.9.282.3.2.7A collection of objects for status change monitoring and notifications.
vsanFcTimerGroup1.3.6.1.4.1.9.9.282.3.2.8A collection of objects for configuring and monitoring Fibre Channel timers.
vsanFcLatencyGroup1.3.6.1.4.1.9.9.282.3.2.9A collection of objects for configuring and monitoring Fibre Channel latencies.
vsanVsanMembershipSummaryGroup1.3.6.1.4.1.9.9.282.3.2.10A collection of objects for VSAN membership summary.
vsanGroupRev11.3.6.1.4.1.9.9.282.3.2.11A collection of objects for configuring and displaying information on VSANs.
vsanFcTimerGroupRev11.3.6.1.4.1.9.9.282.3.2.12A collection of objects for configuring and monitoring global FC timers and per VSAN based FC timers.
vsanGroupRev21.3.6.1.4.1.9.9.282.3.2.13A collection of objects for configuring and displaying information on VSANs.
vsanMembershipSummaryGroupRev11.3.6.1.4.1.9.9.282.3.2.14A collection of objects for VSAN membership interface type.
vsanNotificationGroupRev11.3.6.1.4.1.9.9.282.3.2.15A collection of notifications for VSAN management.
vsanGroupRev31.3.6.1.4.1.9.9.282.3.2.16A collection of objects for configuring and displaying information on VSANs.

FAQ

How is CISCO-VSAN-MIB used to catch unexpected Fibre Channel fabric reconfiguration?
It tracks each VSAN's administrative and operational state (up or down) along with the timestamp of its last configuration change, so an operator monitoring Cisco MDS directors or Nexus switches can spot an unexpected VSAN going down or a configuration change that wasn't scheduled, flagging a possible fabric isolation failure.

What VSAN-level details does CISCO-VSAN-MIB expose for SAN fabric management?
Beyond admin/operational state, it reports VSAN identifiers, names, media types, MTU, and load-balancing scheme, giving administrators segmenting a shared Fibre Channel fabric into isolated virtual fabrics enough detail to confirm each VSAN is configured as intended.

RFC description

Cisco vendor MIB for Virtual Storage Area Network configuration and management in Fibre Channel switches.

Start monitoring Cisco MDS/Nexus Fibre Channel storage fabric switches (VSAN) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download CISCO-VSAN-MIB