-- extracted from draft-kipp-fc-virtual-fabrics-mib-00.txt -- at Sat Apr 16 06:24:05 2005 T11-FC-VIRTUAL-FABRIC-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, mib-2 FROM SNMPv2-SMI -- [RFC2578] MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF -- [RFC2580] RowStatus FROM SNMPv2-TC -- [RFC2579] InterfaceIndex FROM IF-MIB -- [IF-MIB] fcmInstanceIndex, FcNameIdOrZero, fcmPortEntry, fcmSwitchEntry FROM FC-MGMT-MIB -- [FC-MGMT] T11FabricIndex FROM T11-TC-MIB; -- [FC-FAM] t11FcVirtualFabricMIB MODULE-IDENTITY LAST-UPDATED "200503220000Z" ORGANIZATION "IETF IMSS (Internet and Management Support for Storage)Working Group" CONTACT-INFO " Scott Kipp McDATA Corporation Tel: +1 720 558-3452 E-mail: scott.kipp@mcdata.com Postal: 4 McDATA Parkway Broomfield, CO USA 80021 G D Ramkumar McDATA Corporation Tel: +1 408 567-5614 E-mail: g.ramkumar@mcdata.com Postal: 4555 Great American Parkway Santa Clara, CA USA 95054 Keith McCloghrie Cisco Systems, Inc. Tel: +1 408 526-5260 E-mail: kzm@cisco.com Postal: 170 West Tasman Drive Internet Draft Virtual Fabrics MIB March 2005 San Jose, CA USA 95134 " DESCRIPTION "This module defines management information specific to Fibre Channel Virtual Fabrics. A Virtual Fabric is a Fabric composed of partitions of switches and N_Ports with a single fabric management domain, Fabric Services and independence from other Virtual Fabrics. Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC yyyy; see the RFC itself for full legal notices." -- RFC Ed.: replace yyyy with actual RFC number & remove this note REVISION "200503220000Z" DESCRIPTION "Initial version of this MIB module." ::= { mib-2 nnn } -- IANA, please enter the value you assign here t11vfObjects OBJECT IDENTIFIER ::= { t11FcVirtualFabricMIB 1 } t11vfConformance OBJECT IDENTIFIER ::= { t11FcVirtualFabricMIB 2 } --******************************** -- MIB object definitions -- t11vfPhysicalSwitchTable OBJECT-TYPE SYNTAX SEQUENCE OF T11vfPhysicalSwitchEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of physical switches supported by the current management entity." ::= { t11vfObjects 1 } t11vfPhysicalSwitchEntry OBJECT-TYPE SYNTAX T11vfPhysicalSwitchEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry represents one physical Fibre Channel switch." INDEX { fcmInstanceIndex, t11vfPhysicalCoreSwitchName } ::= { t11vfPhysicalSwitchTable 1} T11vfPhysicalSwitchEntry ::= Internet Draft Virtual Fabrics MIB March 2005 SEQUENCE { t11vfPhysicalCoreSwitchName FcNameIdOrZero, t11vfPhysicalMaxSupported Unsigned32 } t11vfPhysicalCoreSwitchName OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Core Switch_Name (WWN) of this physical switch. A zero-length string for this field is not allowed. " ::= { t11vfPhysicalSwitchEntry 1 } t11vfPhysicalMaxSupported OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION " The maximum number of virtual fabrics supported by this physical switch." ::= { t11vfPhysicalSwitchEntry 2 } -- Virtual Switch table t11vfVirtualSwitchTable OBJECT-TYPE SYNTAX SEQUENCE OF T11vfVirtualSwitchEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of virtual switches. When one physical switch provides switching functions for multiple Virtual Fabrics, that physical switch is modeled as containing multiple virtual switches, one for each virtual fabric. This table contains one row for every virtual switch on every physical switch. This table augments the basic switch information in the fcmSwitchTable Table in the FCMGMT-MIB." REFERENCE "fcmSwitchTable is defined in the FCMGMT-MIB module." ::= { t11vfObjects 2 } t11vfVirtualSwitchEntry OBJECT-TYPE SYNTAX T11vfVirtualSwitchEntry MAX-ACCESS not-accessible STATUS current Internet Draft Virtual Fabrics MIB March 2005 DESCRIPTION "An entry of the virtual switch table. Each row is for a virtual switch." REFERENCE "fcmSwitchEntry is defined in the FCMGMT-MIB module." AUGMENTS { fcmSwitchEntry } ::= { t11vfVirtualSwitchTable 1} T11vfVirtualSwitchEntry ::= SEQUENCE { t11vfVirtualSwitchVfId T11FabricIndex, t11vfVirtualSwitchCoreSwitchName FcNameIdOrZero, t11vfVirtualSwitchRowStatus RowStatus } t11vfVirtualSwitchVfId OBJECT-TYPE SYNTAX T11FabricIndex MAX-ACCESS read-create STATUS current DESCRIPTION "The VF_ID of the virtual fabric for which this virtual switch performs its switching function." REFERENCE "FC-SW-4, REV 7.2, section 12.1" ::= { t11vfVirtualSwitchEntry 1 } t11vfVirtualSwitchCoreSwitchName OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "The Core Switch_Name (WWN) for this virtual switch." REFERENCE "FC-SW-4, REV 7.2, section 12.2." ::= { t11vfVirtualSwitchEntry 2 } t11vfVirtualSwitchRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this row." ::= { t11vfVirtualSwitchEntry 3 } Internet Draft Virtual Fabrics MIB March 2005 -- Port table t11vfPortTable OBJECT-TYPE SYNTAX SEQUENCE OF T11vfPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of port attributes related to virtual fabrics." ::= { t11vfObjects 3 } t11vfPortEntry OBJECT-TYPE SYNTAX T11vfPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry represents a physical port on a switch." REFERENCE "fcmPortEntry is defined in the FCMGMT-MIB module." AUGMENTS { fcmPortEntry } ::= { t11vfPortTable 1} T11vfPortEntry ::= SEQUENCE { t11vfPortVfId T11FabricIndex, t11vfPortTaggingStatus INTEGER } t11vfPortVfId OBJECT-TYPE SYNTAX T11FabricIndex MAX-ACCESS read-write STATUS current DESCRIPTION "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." REFERENCE "FC-SW-4, REV 7.2, section 12.1" ::= { t11vfPortEntry 1 } t11vfPortTaggingStatus OBJECT-TYPE SYNTAX INTEGER { off(1), on(2), auto(3) } Internet Draft Virtual Fabrics MIB March 2005 MAX-ACCESS read-write STATUS current DESCRIPTION "This object is used to configure the status of virtual fabric tagging on this port. SET operation Description -------------- ------------------------------------------- off(2) To disable virtual fabric tagging on this port. on(3) To enable virtual fabric tagging on this port if the attached port doesn't prohibit it. auto(4) To enable virtual fabric tagging if the peer requests it. " REFERENCE " FC-SW-4, REV 7.2, section 12.4" ::= { t11vfPortEntry 2 } -- Enabled Table t11vfEnabledTable OBJECT-TYPE SYNTAX SEQUENCE OF T11vfEnabledEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table for assigning Locally-enabled Virtual Fabric IDs to ports. The set of virtual fabrics enabled on the Port is the cross-product of the set of Locally-enabled VF_IDs of this port and the attached port. As a special case, the Port VF_ID assigned to a port is always locally enabled, even if it is not explicitly listed in this table." ::= { t11vfObjects 4 } t11vfEnabledEntry OBJECT-TYPE SYNTAX T11vfEnabledEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry for each Locally-enabled VF_ID on each port." REFERENCE " FC-SW-4, REV 7.2, section 12.4" Internet Draft Virtual Fabrics MIB March 2005 INDEX { t11vfEnabledPortIfIndex, t11vfEnabledVfId } ::= { t11vfEnabledTable 1} T11vfEnabledEntry ::= SEQUENCE { t11vfEnabledPortIfIndex InterfaceIndex, t11vfEnabledVfId T11FabricIndex, t11vfEnabledRowStatus RowStatus } t11vfEnabledPortIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ifIndex of the port." ::= { t11vfEnabledEntry 1 } t11vfEnabledVfId OBJECT-TYPE SYNTAX T11FabricIndex MAX-ACCESS read-create STATUS current DESCRIPTION "A Locally-Enabled VF_ID on this port." ::= { t11vfEnabledEntry 2 } t11vfEnabledRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row." ::= { t11vfEnabledEntry 3 } --******************************** -- Conformance Section -- t11vfMIBCompliances OBJECT IDENTIFIER ::= { t11vfConformance 1 } t11vfMIBGroups OBJECT IDENTIFIER ::= { t11vfConformance 2 } t11vfMIBCompliance MODULE-COMPLIANCE STATUS current Internet Draft Virtual Fabrics MIB March 2005 DESCRIPTION "Describes the requirements for compliance to the Fibre Channel Virtual Fabric MIB." MODULE -- this module MANDATORY-GROUPS { t11vfGeneralGroup } OBJECT t11vfPhysicalMaxSupported MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfPortVfId MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfPortTaggingStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfVirtualSwitchVfId MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfVirtualSwitchRowStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfEnabledVfId MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT t11vfEnabledRowStatus MIN-ACCESS read-only DESCRIPTION "Write access is not required." ::= { t11vfMIBCompliances 1 } -- Units of conformance Internet Draft Virtual Fabrics MIB March 2005 t11vfGeneralGroup OBJECT-GROUP OBJECTS { t11vfPhysicalMaxSupported, t11vfVirtualSwitchVfId, t11vfVirtualSwitchCoreSwitchName, t11vfVirtualSwitchRowStatus, t11vfPortVfId, t11vfPortTaggingStatus, t11vfEnabledVfId, t11vfEnabledRowStatus } STATUS current DESCRIPTION "A collection of objects for monitoring and configuring Virtual Fabrics in a Fibre Channel switch." ::= { t11vfMIBGroups 1 } END -- -- Copyright (C) The Internet Society July 2004. This document is subject to -- the rights, licenses and restrictions contained in BCP 78, and except as -- set forth therein, the authors retain all their rights. -- Internet Draft Virtual Fabrics MIB March 2005 --