All MIBs › H3C-VSAN-MIB
Organization: Hangzhou H3C Tech. Co., Ltd.
Last Updated: 2014-03-04
Category: Fibre Channel and Storage, Vendor: H3C/HH3C
Description:
H3C MIB for Virtual SAN (VSAN) management enabling logical fabric partitioning in Fibre Channel SAN switches.
Imported Objects
From H3C-FC-TC-MIB
| H3cFcDmState | |
| H3cFcDomainId | |
| H3cFcDomainIdList | |
| H3cFcDomainIdOrZero | |
| H3cFcDomainPriority | |
| H3cFcNameId | |
| H3cFcNameIdOrZero | |
| H3cFcVsanIndex |
From HUAWEI-3COM-OID-MIB
| h3cCommon | OBJECT-IDENTITY |
From IF-MIB
| ifIndex | OBJECT-TYPE |
From SNMPv2-SMI
| Counter32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE |
From SNMPv2-TC
| RowStatus | |
| TruthValue |
What Is H3C-VSAN-MIB?
H3C-VSAN-MIB is H3C's vendor MIB for configuring and monitoring Virtual SAN (VSAN) logical partitioning on H3C Fibre Channel switches, enabling a single physical SAN fabric to be divided into multiple isolated virtual fabrics. It exposes VSAN membership, core switch identity, and Fibre Channel domain-manager configuration objects that determine how each virtual fabric is provisioned and how domain IDs are allocated within it. From a monitoring standpoint, H3C-VSAN-MIB SNMP monitoring is used to verify the software-level configuration state of the SAN fabric—row status, domain configuration enablement, and priority settings act as health indicators for fabric provisioning rather than physical sensors like temperature or fans. It is structurally identical to HPN-ICF-VSAN-MIB and HH3C-VSAN-MIB, reflecting a shared underlying Comware/ICF codebase across H3C's own and its OEM-derived (HP, Huawei-Symantec-era) switch lines. It is deployed in H3C Fibre Channel SAN switches within enterprise and service-provider data centers.
IPNetwork Monitor allows you to monitor SNMP objects defined in H3C-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 row status/existence
- core switch assignment
- domain manager configuration enable
- fabric name configuration
- domain priority
- allowed domain ID range
Supported Devices
- H3C CN3660B — current Fibre Channel SAN switch, 8/16/24 ports at up to 32 Gbps
- H3C CN3360B — compact 1U Fibre Channel switch, 8-24 ports
Monitoring Examples
An admin would poll h3cVsanTable/h3cVsanEntry, indexed by h3cVsanIndex, checking h3cVsanCoreSwitchName and h3cVsanRowStatus to confirm each VSAN is active with the expected core switch designated. The h3cVsanDmTable/h3cVsanDmEntry rows expose h3cVsanDmDomainConfigureEnable, h3cVsanDmFabricNameConfigured, and h3cVsanDmPriorityConfigured, useful for diagnosing fabric merge conflicts when two switches disagree on fabric name or domain priority. h3cVsanDmAllowedDomainIdList lets an operator confirm domain ID ranges are correctly scoped per VSAN to avoid ID collisions.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| h3cSan | 1.3.6.1.4.1.2011.10.2.127 | This MIB module is for configuring and monitoring VSAN and domain management related entities. | ||
| h3cVsan | 1.3.6.1.4.1.2011.10.2.127.1 | |||
| h3cVsanMibObjects | 1.3.6.1.4.1.2011.10.2.127.1.1 | |||
| h3cVsanDmConfiguration | 1.3.6.1.4.1.2011.10.2.127.1.1.1 | |||
| h3cVsanTable | 1.3.6.1.4.1.2011.10.2.127.1.1.1.1 | not-accessible | A table contains all the VSANs configured on the device. It can be used to manage and monitor the VSANs on local device. | |
| h3cVsanEntry | 1.3.6.1.4.1.2011.10.2.127.1.1.1.1.1 | not-accessible | An entry that contains information about a VSAN in the h3cVsanTable. | |
| H3C h3cVsanIndex | 1.3.6.1.4.1.2011.10.2.127.1.1.1.1.1.1 | H3cFcVsanIndex | accessible-for-notify | The identifier of the VSAN. |
| H3C h3cVsanCoreSwitchName | 1.3.6.1.4.1.2011.10.2.127.1.1.1.1.1.2 | H3cFcNameIdOrZero | read-only | The Core Switch_Name of the VSAN, which is indicated by the switch's WWN(World Wide Name). |
| ROW h3cVsanRowStatus | 1.3.6.1.4.1.2011.10.2.127.1.1.1.1.1.3 | RowStatus | read-create | RowStatus. Now only three states are supported: createAndGo, active, and destroy. |
| h3cVsanDmTable | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2 | not-accessible | A table contains domain management related configurations and information of VSANs. An entry in this table is created when corresponding VSAN is created, as well as deleted when the VSAN is deleted. | |
| h3cVsanDmEntry | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1 | not-accessible | An entry of domain management related configurations and information of a specified VSAN. | |
| T/F h3cVsanDmDomainConfigureEnable | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.1 | TruthValue | read-write | To enable or disable the fabric configuration function in this VSAN. true: enabled, the fabric will be built dynamically. false: disabled, the fabric should be built statically by manual configurations. |
| H3C h3cVsanDmFabricNameConfigured | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.2 | H3cFcNameIdOrZero | read-write | Specifies the fabric name in this VSAN, and will use a zero-length octet string as default value if not configured. The fabric name specified here takes effect only if the value of h3cVsanDmDomainConfigureEnable is 'false', and the same fabric name should be configured for all switches in this VSAN. If the value of h3cVsanDmDomainConfigureEnable is 'true', the principal switch WWN is used as fabric name. The value should be set to zero-length when canceling a configured fabric name. |
| H3C h3cVsanDmPriorityConfigured | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.3 | H3cFcDomainPriority | read-write | Specifies the priority of a switch in this VSAN, which is used during principal switch selection to cause one Switch to be favored over another. |
| H3C h3cVsanDmAllowedDomainIdList | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.4 | H3cFcDomainIdList | read-write | Specifies the list of domain IDs that are allowed in the VSAN, and the configuration has different meanings in different scenarios: 1. Principal switch: Can only assign domains IDs within the allowed domain ID list. If the allowed domain ID list configured does not include any of the already assigned domain IDs or manually configured domain IDs, the configuration will fail. 2. Non-principal switch: The manually configured domain ID must be within the allowed domain ID list, or the configuration will fail. Besides, the domain ID assigned by principal switch must within the allowed domain ID list, or the switch will refuse the assigned domain ID and isolate the upstream interface. If the runtime domain ID for a switch is beyond the new configured ID list, the configuration will fail. The default value is a zero-length octet string. If This value is set with zero-length, the configuration will be cancelled in this VSAN. |
| H3C h3cVsanDmDomainIdConfigured | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.5 | H3cFcDomainIdOrZero | read-write | Used to configure or cancel a domain ID for a switch in this VSAN. When this value is not zero, the domain ID type should be specified together via h3cVsanDmDomainIdTypeConfigured, or the default value of preferred type will be taken. The zero value is used to cancel the domain ID configured, and then, there is no need to specify its type. When statically build a fabric, the configured domain ID is the actual domain ID of the switch. If this object is not manually configured, the switch will isolate all of its E_ports in this VSAN no matter what domain ID type is configured. When dynamically build a fabric, the configured domain ID is desired by the switch, but the domain ID assigned to the switch may not be the desired one. If a non-principal switch fails to obtain any domain ID from the principal switch, the non-principal switch will isolate the upstream link. If a non-principal switch obtains a domain ID from the principal switch other than the desired one, different actions will be taken according to different domain ID type configured: - If configured static type, The non-principal switch will isolate the upstream link and refuse other domain IDs assigned by the principal switch. - If configured preferred type, the non-principal switch will use the domain ID assigned by the principal switch. |
| INT h3cVsanDmDomainIdTypeConfigured | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.6 | INTEGER | read-write | Specifies the type of configured domain ID, which can be static type or preferred type. |
| T/F h3cVsanDmAutoReconfigureEnable | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.7 | TruthValue | read-write | Used to specify whether a disruptive reconfiguration will be automatically performed when the domain ID lists overlaps in fabric merging. The fabric reconfiguration function takes effect only when the value of h3cVsanDmDomainConfigureEnable is 'true'. |
| INT h3cVsanDmDomainRestart | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.8 | INTEGER | read-write | Used to manually trigger a disruptive or non-disruptive reconfiguration of the fabric. |
| H3C h3cVsanDmState | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.9 | H3cFcDmState | read-only | Indicates the managing state of the domain in this VSAN. |
| H3C h3cVsanDmDomainIdAssigned | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.10 | H3cFcDomainIdOrZero | read-only | Indicates the Domain ID of the local switch in this VSAN or zero if no Domain ID has been assigned. |
| H3C h3cVsanDmPrincipalSwitchWWN | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.11 | H3cFcNameId | read-only | Indicates the WWN of the principal switch in this VSAN, or zero-length string if the identity of the principal switch is unknown. |
| H3C h3cVsanDmLocalSwitchWWN | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.12 | H3cFcNameId | read-only | Indicates the WWN of the local switch in this VSAN. |
| H3C h3cVsanDmPrincipalSwRunPriority | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.13 | H3cFcDomainPriority | read-only | Indicates the running priority of the principal switch in this VSAN. |
| H3C h3cVsanDmLocalSwRunPriority | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.14 | H3cFcDomainPriority | read-only | Indicates the running priority of the local switch in this VSAN. |
| C32 h3cVsanDmPrincipalSwSlctCnt | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.15 | Counter32 | read-only | The times that local switch has participated in principal switch selection in this VSAN. |
| C32 h3cVsanDmLocalPrincipalSwSlctCnt | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.16 | Counter32 | read-only | The times that local switch was elected as principal switch in this VSAN. |
| C32 h3cVsanDmBFCnt | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.17 | Counter32 | read-only | The times that local switch has participated in a BF(Build Fabric) process in this VSAN. |
| C32 h3cVsanDmRCFCnt | 1.3.6.1.4.1.2011.10.2.127.1.1.1.2.1.18 | Counter32 | read-only | The times that local switch has participated in a RCF (Reconfigure Fabric) process in this VSAN. |
| h3cVsanDmIfConfigTable | 1.3.6.1.4.1.2011.10.2.127.1.1.1.3 | not-accessible | A table contains the FC(Fibre Channel) related interface configurations about domain management of a VSAN. | |
| h3cVsanDmIfConfigEntry | 1.3.6.1.4.1.2011.10.2.127.1.1.1.3.1 | not-accessible | An entry used for managing the FC related interface configurations about domain management of a VSAN. An entry can be created when any object in this table is set to non-default value, and be deleted when the objects in this table are set to default value. | |
| T/F h3cVsanDmIfConfigRcfReject | 1.3.6.1.4.1.2011.10.2.127.1.1.1.3.1.1 | TruthValue | read-write | Used to specify whether the RCF(Reconfigure Fabric) requests received in this VSAN should be rejected. - true: the received RCF will be rejected. - false: the received RCF will be accepted. |
| h3cVsanDmInformation | 1.3.6.1.4.1.2011.10.2.127.1.1.2 | |||
| h3cVsanDmDatabaseTable | 1.3.6.1.4.1.2011.10.2.127.1.1.2.1 | not-accessible | A table specifies the information of the switch about all the Domain IDs which have been assigned in each of the VSANs. | |
| h3cVsanDmDatabaseEntry | 1.3.6.1.4.1.2011.10.2.127.1.1.2.1.1 | not-accessible | An object in the h3cVsanDmDatabaseTable contains one Domain ID and the corresponding WWN of the switch in one VSAN. | |
| H3C h3cVsanDmDatabaseDomainId | 1.3.6.1.4.1.2011.10.2.127.1.1.2.1.1.1 | H3cFcDomainId | not-accessible | The Domain ID which has been assigned. |
| H3C h3cVsanDmDatabaseSwitchWWN | 1.3.6.1.4.1.2011.10.2.127.1.1.2.1.1.2 | H3cFcNameId | read-only | The WWN of the switch to which the corresponding Domain ID has been assigned in the particular VSAN. |
| h3cVsanDmIfInfoTable | 1.3.6.1.4.1.2011.10.2.127.1.1.2.2 | not-accessible | A table specifies the information of an interface in each of the VSANs. | |
| h3cVsanDmIfInfoEntry | 1.3.6.1.4.1.2011.10.2.127.1.1.2.2.1 | not-accessible | A conceptual row in the h3cVsanDmIfInfoTable indicates the role information of the interface in the particular VSAN. | |
| INT h3cVsanDmIfInfoRole | 1.3.6.1.4.1.2011.10.2.127.1.1.2.2.1.1 | INTEGER | read-only | The role of the interface in the VSAN. The value specifications are listed as follows: nonPrincipal - The state of the interface is not principal interface in the VSAN. principalUpstream - The state of the interface is upstream principal interface in the VSAN. principalDownstream - The state of the interface is downstream principal interface in the VSAN. isolated - The state of the interface is isolated in the VSAN. unknown - The state of the interface is unknown in the VSAN. |
| h3cVsanDmNotifications | 1.3.6.1.4.1.2011.10.2.127.1.1.3 | |||
| h3cVsanDmNotificationPrefix | 1.3.6.1.4.1.2011.10.2.127.1.1.3.0 | |||
| NTF h3cVsanDmDomainIdNotAssignedNotify | 1.3.6.1.4.1.2011.10.2.127.1.1.3.0.1 | This event will be triggered if a Domain ID is not assigned or configured, then the E_ports may be isolated in the VSAN. The conditions are listed as follows: 1. If the switch has enabled the fabric configuration and a request for a configured static Domain ID is rejected or no other Domain ID is assigned, the E_ports will be isolated in the particular VSAN. 2. If the switch does not enable the fabric configuration and a Domain ID is not configured, all of its E_ports will be isolated in the particular VSAN. The notification contains the WWN of the Switch and the index of the VSAN in which the event occurred. | ||
| NTF h3cVsanDmNewPrincipalSwitchNotify | 1.3.6.1.4.1.2011.10.2.127.1.1.3.0.2 | If a switch becomes the new Principal Switch in a VSAN, this notification is sent immediately after the election. The notification contains the WWN of the new Principal Switch and the index of the VSAN in which the transition occurred. | ||
| NTF h3cVsanDmFabricChangeNotify | 1.3.6.1.4.1.2011.10.2.127.1.1.3.0.3 | This event will be triggered if a switch sends or receives a Build Fabric (BF) or a Reconfigure Fabric (RCF) message in a VSAN. The conditions a switch can receive or send a BF or a RCF are listed as follows: 1. Two isolated fabrics in a VSAN merge into one fabric. If the Domain ID lists do not overlap, the sent or received message is BF, other cases, it is RCF. 2. If an upstream principal link which connects to principal switch and other switches become disconnected, the sent or received message is BF. 3. A BF or RCF process is triggered manually by configuration. The notification contains the index of the VSAN in which a BF or a RCF was sent or received. | ||
| NTF h3cVsanDmDomainIdChangeNotify | 1.3.6.1.4.1.2011.10.2.127.1.1.3.0.4 | This event will be triggered if the Domain ID of the local switch changed in a VSAN. | ||
| h3cVsanDmNotificationSwitch | 1.3.6.1.4.1.2011.10.2.127.1.1.3.1 | |||
| T/F h3cVsanDmFabricChangeNotifyEnable | 1.3.6.1.4.1.2011.10.2.127.1.1.3.1.1 | TruthValue | read-write | Specifies whether the h3cVsanDmFabricChangeNotify can be sent when a BF or RCF message was sent or received by a switch. |
| T/F h3cVsanDmDomainIdChangeNotifyEnable | 1.3.6.1.4.1.2011.10.2.127.1.1.3.1.2 | TruthValue | read-write | Specifies whether the h3cVsanDmDomainIdChangeNotify can be sent when the Domain ID of the local switch changed in a VSAN. |
RFC description
H3C Virtual Storage Area Network configuration MIB for managing VSAN domains and persistent FC ID settings.
Start monitoring H3C Fibre Channel SAN switch (VSAN/domain management) 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.