T11-FC-VIRTUAL-FABRIC-MIB

File: T11-FC-VIRTUAL-FABRIC-MIB.mib (18083 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB FC-MGMT-MIB T11-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
mib-2 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus StorageType InterfaceIndex
fcmInstanceIndex FcNameIdOrZero fcmPortEntry
fcmSwitchEntry T11FabricIndex

Defined Types

T11vfCoreSwitchEntry  
SEQUENCE    
  t11vfCoreSwitchSwitchName FcNameIdOrZero
  t11vfCoreSwitchMaxSupported Unsigned32
  t11vfCoreSwitchStorageType StorageType

T11vfVirtualSwitchEntry  
SEQUENCE    
  t11vfVirtualSwitchVfId T11FabricIndex
  t11vfVirtualSwitchCoreSwitchName FcNameIdOrZero
  t11vfVirtualSwitchRowStatus RowStatus
  t11vfVirtualSwitchStorageType StorageType

T11vfPortEntry  
SEQUENCE    
  t11vfPortVfId T11FabricIndex
  t11vfPortTaggingAdminStatus INTEGER
  t11vfPortTaggingOperStatus INTEGER
  t11vfPortStorageType StorageType

T11vfLocallyEnabledEntry  
SEQUENCE    
  t11vfLocallyEnabledPortIfIndex InterfaceIndex
  t11vfLocallyEnabledVfId T11FabricIndex
  t11vfLocallyEnabledOperStatus INTEGER
  t11vfLocallyEnabledRowStatus RowStatus
  t11vfLocallyEnabledStorageType StorageType

Defined Values

t11FcVirtualFabricMIB 1.3.6.1.2.1.147
This module defines management information specific to Fibre Channel Virtual Fabrics. A Virtual Fabric is a Fabric composed of partitions of switches, links and N_Ports with a single Fabric management domain, Fabric Services and independence from other Virtual Fabrics. Copyright (C) The IETF Trust (2006). This version of this MIB module is part of RFC 4747; see the RFC itself for full legal notices.
MODULE-IDENTITY    

t11vfObjects 1.3.6.1.2.1.147.1
OBJECT IDENTIFIER    

t11vfConformance 1.3.6.1.2.1.147.2
OBJECT IDENTIFIER    

t11vfCoreSwitchTable 1.3.6.1.2.1.147.1.1
A table of core switches supported by the current management entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11vfCoreSwitchEntry

t11vfCoreSwitchEntry 1.3.6.1.2.1.147.1.1.1
Each entry represents one core switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11vfCoreSwitchEntry  

t11vfCoreSwitchSwitchName 1.3.6.1.2.1.147.1.1.1.1
The Core Switch_Name (WWN) of this Core Switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameIdOrZero Size(8|16)  

t11vfCoreSwitchMaxSupported 1.3.6.1.2.1.147.1.1.1.2
In switches that do not support Virtual Fabrics, this object has the value of 1. If Virtual Fabrics are supported, this object is the maximum number of Virtual Fabrics supported by the Core Switch. For the purpose of this count, the Control VF_ID is ignored.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4095  

t11vfCoreSwitchStorageType 1.3.6.1.2.1.147.1.1.1.3
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-write
OBJECT-TYPE    
  StorageType  

t11vfVirtualSwitchTable 1.3.6.1.2.1.147.1.2
A table of Virtual Switches. When one Core Switch provides switching functions for multiple Virtual Fabrics, that Core Switch is modeled as containing multiple Virtual Switches, one for each Virtual Fabric. This table contains one row for every Virtual Switch on every Core Switch. This table augments the basic switch information in the fcmSwitchTable Table in the FC-MGMT-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11vfVirtualSwitchEntry

t11vfVirtualSwitchEntry 1.3.6.1.2.1.147.1.2.1
An entry of the Virtual Switch table. Each row is for a Virtual Switch. This table augments the fcmSwitchTable, i.e., every entry in this table has a one-to-one correspondence with an entry in the fcmSwitchTable. At the time when the fcmSwitchTable was defined, it applied to physical switches. With the definition and usage of virtual switches, fcmSwitchTable now applies to virtual switches as well as physical switches, and (in contrast to physical switches) it is appropriate to provide the capability for virtual switches to be created via remote management applications, e.g., via SNMP. So, this entry contains a RowStatus object (to allow the creation of a virtual switch), as well as a StorageType object. Obviously, if a row is created/deleted in this table, the corresponding row in the fcmSwitchTable will be created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11vfVirtualSwitchEntry  

t11vfVirtualSwitchVfId 1.3.6.1.2.1.147.1.2.1.1
The VF_ID of the Virtual Fabric for which this virtual switch performs its switching function. The Control VF_ID is implicitly enabled and is not set. Communication with the Control VF_ID is required.
Status: current Access: read-create
OBJECT-TYPE    
  T11FabricIndex  

t11vfVirtualSwitchCoreSwitchName 1.3.6.1.2.1.147.1.2.1.2
The Core Switch_Name (WWN) of the Core Switch that contains this Virtual Switch.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero Size(8|16)  

t11vfVirtualSwitchRowStatus 1.3.6.1.2.1.147.1.2.1.3
The status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

t11vfVirtualSwitchStorageType 1.3.6.1.2.1.147.1.2.1.4
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

t11vfPortTable 1.3.6.1.2.1.147.1.3
A table of Port attributes related to Virtual Fabrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11vfPortEntry

t11vfPortEntry 1.3.6.1.2.1.147.1.3.1
Each entry represents a physical Port on a switch. Switches that support Virtual Fabrics would add these four additional columns to the fcmPortEntry row.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11vfPortEntry  

t11vfPortVfId 1.3.6.1.2.1.147.1.3.1.1
The Port VF_ID assigned to this Port. The Port VF_ID is the default Virtual Fabric that is assigned to untagged frames arriving at this Port. The Control VF_ID is implicitly enabled and is not set. Communication with the Control VF_ID is required.
Status: current Access: read-write
OBJECT-TYPE    
  T11FabricIndex  

t11vfPortTaggingAdminStatus 1.3.6.1.2.1.147.1.3.1.2
This object is used to configure the administrative status of Virtual Fabric tagging on this Port. SET operation Description -------------- ------------------------------------------- off(1) To disable Virtual Fabric tagging on this Port. on(2) To enable Virtual Fabric tagging on this Port if the attached Port doesn't prohibit it. auto(3) To enable Virtual Fabric tagging if the peer requests it.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2), auto(3)  

t11vfPortTaggingOperStatus 1.3.6.1.2.1.147.1.3.1.3
This object is used to report the operational status of Virtual Fabric tagging on this Port. SET operation Description -------------- ------------------------------------------- off(1) Virtual Fabric tagging is disabled on this Port. on(2) Virtual Fabric tagging is enabled on this Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

t11vfPortStorageType 1.3.6.1.2.1.147.1.3.1.4
The storage type for this conceptual row, and for the corresponding row in the augmented fcmPortTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-write
OBJECT-TYPE    
  StorageType  

t11vfLocallyEnabledTable 1.3.6.1.2.1.147.1.4
A table for assigning and reporting operational status of locally-enabled Virtual Fabric IDs to Ports. The set of Virtual Fabrics operational on the Port is the bit-wise 'AND' of the set of locally-enabled VF_IDs of this Port and the locally-enabled VF_IDs of the attached Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11vfLocallyEnabledEntry

t11vfLocallyEnabledEntry 1.3.6.1.2.1.147.1.4.1
An entry for each locally-enabled VF_ID on each Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11vfLocallyEnabledEntry  

t11vfLocallyEnabledPortIfIndex 1.3.6.1.2.1.147.1.4.1.1
The value of the ifIndex that identifies the Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

t11vfLocallyEnabledVfId 1.3.6.1.2.1.147.1.4.1.2
A locally-enabled VF_ID on this Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11FabricIndex  

t11vfLocallyEnabledOperStatus 1.3.6.1.2.1.147.1.4.1.3
This object is used to report the operational status of Virtual Fabric tagging on this Port. SET operation Description -------------- ------------------------------------------- off(1) Virtual Fabric tagging is disabled on this Port. on(2) Virtual Fabric tagging is enabled on this Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

t11vfLocallyEnabledRowStatus 1.3.6.1.2.1.147.1.4.1.4
The status of this conceptual row. When a row in this table is in 'active(1)' state, no object in that row can be modified except t11vfLocallyEnabledRowStatus and t11vfLocallyEnabledStorageType.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

t11vfLocallyEnabledStorageType 1.3.6.1.2.1.147.1.4.1.5
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

t11vfMIBCompliances 1.3.6.1.2.1.147.2.1
OBJECT IDENTIFIER    

t11vfMIBGroups 1.3.6.1.2.1.147.2.2
OBJECT IDENTIFIER    

t11vfMIBCompliance 1.3.6.1.2.1.147.2.1.1
Describes the requirements for compliance to the Fibre Channel Virtual Fabric MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

t11vfGeneralGroup 1.3.6.1.2.1.147.2.2.1
A collection of objects for monitoring and configuring Virtual Fabrics in a Fibre Channel switch.
Status: current Access: read-only
OBJECT-GROUP