# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python T11-FC-VIRTUAL-FABRIC-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/T11-FC-VIRTUAL-FABRIC-MIB" MIB = { "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "T11-FC-VIRTUAL-FABRIC-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF IMSS (Internet and Management Support for Storage) Working Group""", "contact" : """ 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 SnapTell, Inc. Tel: +1 650-326-7627 E-mail: gramkumar@stanfordalumni.org Postal: 2741 Middlefield Rd, Suite 200 Palo Alto, CA USA 94306 Keith McCloghrie Cisco Systems, Inc. Tel: +1 408 526-5260 E-mail: kzm@cisco.com Postal: 170 West Tasman Drive 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, 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.""", "revisions" : ( { "date" : "2006-11-10 00:00", "description" : """Initial version of this MIB module, published as RFC 4747.""", }, ), "identity node" : "t11FcVirtualFabricMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-TC", "name" : "StorageType"}, {"module" : "IF-MIB", "name" : "InterfaceIndex"}, {"module" : "FC-MGMT-MIB", "name" : "fcmInstanceIndex"}, {"module" : "FC-MGMT-MIB", "name" : "FcNameIdOrZero"}, {"module" : "FC-MGMT-MIB", "name" : "fcmPortEntry"}, {"module" : "FC-MGMT-MIB", "name" : "fcmSwitchEntry"}, {"module" : "T11-TC-MIB", "name" : "T11FabricIndex"}, ), "nodes" : { "t11FcVirtualFabricMIB" : { "nodetype" : "node", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147", "status" : "current", }, # node "t11vfObjects" : { "nodetype" : "node", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1", }, # node "t11vfCoreSwitchTable" : { "nodetype" : "table", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.1", "status" : "current", "description" : """A table of core switches supported by the current management entity.""", }, # table "t11vfCoreSwitchEntry" : { "nodetype" : "row", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.1.1", "status" : "current", "linkage" : [ "fcmInstanceIndex", "t11vfCoreSwitchSwitchName", ], "description" : """Each entry represents one core switch.""", }, # row "t11vfCoreSwitchSwitchName" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "FC-MGMT-MIB", "type" : "FcNameIdOrZero", }, "ranges" : [ { "min" : "8", "max" : "8" }, { "min" : "16", "max" : "16" }, ], "range" : { "min" : "8", "max" : "16" }, }, }, "access" : "noaccess", "description" : """The Core Switch_Name (WWN) of this Core Switch.""", }, # column "t11vfCoreSwitchMaxSupported" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4095" }, ], "range" : { "min" : "1", "max" : "4095" }, }, }, "access" : "readwrite", "description" : """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.""", }, # column "t11vfCoreSwitchStorageType" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"}, }, "access" : "readwrite", "default" : "nonVolatile", "description" : """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.""", }, # column "t11vfVirtualSwitchTable" : { "nodetype" : "table", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2", "status" : "current", "description" : """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.""", "reference" : """fcmSwitchTable is defined in the FC-MGMT-MIB [RFC4044].""", }, # table "t11vfVirtualSwitchEntry" : { "nodetype" : "row", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2.1", "create" : "true", "status" : "current", "linkage" : [ { "FC-MGMT-MIB" : { "indexkind" : "augments", "relatedNode" : "fcmSwitchEntry", }}, ], "description" : """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.""", "reference" : """fcmSwitchEntry is defined in the FC-MGMT-MIB module [RFC4044].""", }, # row "t11vfVirtualSwitchVfId" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"}, }, "access" : "readwrite", "description" : """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.""", "reference" : """FC-SW-4, REV 7.5, section 12.2""", }, # column "t11vfVirtualSwitchCoreSwitchName" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "FC-MGMT-MIB", "type" : "FcNameIdOrZero", }, "ranges" : [ { "min" : "8", "max" : "8" }, { "min" : "16", "max" : "16" }, ], "range" : { "min" : "8", "max" : "16" }, }, }, "access" : "readonly", "description" : """The Core Switch_Name (WWN) of the Core Switch that contains this Virtual Switch.""", "reference" : """FC-SW-4, REV 7.5, section 12.2.""", }, # column "t11vfVirtualSwitchRowStatus" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """The status of this row.""", }, # column "t11vfVirtualSwitchStorageType" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"}, }, "access" : "readwrite", "default" : "nonVolatile", "description" : """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.""", }, # column "t11vfPortTable" : { "nodetype" : "table", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3", "status" : "current", "description" : """A table of Port attributes related to Virtual Fabrics.""", }, # table "t11vfPortEntry" : { "nodetype" : "row", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3.1", "status" : "current", "linkage" : [ { "FC-MGMT-MIB" : { "indexkind" : "augments", "relatedNode" : "fcmPortEntry", }}, ], "description" : """Each entry represents a physical Port on a switch. Switches that support Virtual Fabrics would add these four additional columns to the fcmPortEntry row.""", "reference" : """fcmPortEntry is defined in the FC-MGMT-MIB module.""", }, # row "t11vfPortVfId" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"}, }, "access" : "readwrite", "default" : "1", "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. The Control VF_ID is implicitly enabled and is not set. Communication with the Control VF_ID is required.""", "reference" : """FC-SW-4, REV 7.5, section 12.1""", }, # column "t11vfPortTaggingAdminStatus" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "off" : { "nodetype" : "namednumber", "number" : "1" }, "on" : { "nodetype" : "namednumber", "number" : "2" }, "auto" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readwrite", "description" : """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.""", "reference" : """FC-SW-4, REV 7.5, section 12.4""", }, # column "t11vfPortTaggingOperStatus" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "off" : { "nodetype" : "namednumber", "number" : "1" }, "on" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """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.""", "reference" : """FC-SW-4, REV 7.5, section 12.4""", }, # column "t11vfPortStorageType" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"}, }, "access" : "readwrite", "default" : "nonVolatile", "description" : """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.""", }, # column "t11vfLocallyEnabledTable" : { "nodetype" : "table", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4", "status" : "current", "description" : """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.""", }, # table "t11vfLocallyEnabledEntry" : { "nodetype" : "row", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1", "create" : "true", "status" : "current", "linkage" : [ "t11vfLocallyEnabledPortIfIndex", "t11vfLocallyEnabledVfId", ], "description" : """An entry for each locally-enabled VF_ID on each Port.""", "reference" : """FC-SW-4, REV 7.5, section 12.4""", }, # row "t11vfLocallyEnabledPortIfIndex" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1.1", "status" : "current", "syntax" : { "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"}, }, "access" : "noaccess", "description" : """The value of the ifIndex that identifies the Port.""", }, # column "t11vfLocallyEnabledVfId" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"}, }, "access" : "noaccess", "description" : """A locally-enabled VF_ID on this Port.""", }, # column "t11vfLocallyEnabledOperStatus" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "off" : { "nodetype" : "namednumber", "number" : "1" }, "on" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """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.""", "reference" : """FC-SW-4, REV 7.3, section 12.4""", }, # column "t11vfLocallyEnabledRowStatus" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """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.""", }, # column "t11vfLocallyEnabledStorageType" : { "nodetype" : "column", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.1.4.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"}, }, "access" : "readwrite", "default" : "nonVolatile", "description" : """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.""", }, # column "t11vfConformance" : { "nodetype" : "node", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.2", }, # node "t11vfMIBCompliances" : { "nodetype" : "node", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.2.1", }, # node "t11vfMIBGroups" : { "nodetype" : "node", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.2.2", }, # node }, # nodes "groups" : { "t11vfGeneralGroup" : { "nodetype" : "group", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.2.2.1", "status" : "current", "members" : { "t11vfCoreSwitchMaxSupported" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfVirtualSwitchVfId" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfVirtualSwitchCoreSwitchName" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfVirtualSwitchRowStatus" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfPortVfId" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfPortTaggingAdminStatus" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfLocallyEnabledOperStatus" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfPortTaggingOperStatus" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfLocallyEnabledRowStatus" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfCoreSwitchStorageType" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfVirtualSwitchStorageType" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfPortStorageType" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, "t11vfLocallyEnabledStorageType" : { "nodetype" : "member", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, }, # members "description" : """A collection of objects for monitoring and configuring Virtual Fabrics in a Fibre Channel switch.""", }, # group }, # groups "compliances" : { "t11vfMIBCompliance" : { "nodetype" : "compliance", "moduleName" : "T11-FC-VIRTUAL-FABRIC-MIB", "oid" : "1.3.6.1.2.1.147.2.1.1", "status" : "current", "description" : """Describes the requirements for compliance to the Fibre Channel Virtual Fabric MIB.""", "requires" : { "t11vfGeneralGroup" : { "nodetype" : "mandatory", "module" : "T11-FC-VIRTUAL-FABRIC-MIB" }, }, # requires "refinements" : { "t11vfCoreSwitchMaxSupported" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfCoreSwitchStorageType" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfVirtualSwitchVfId" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfVirtualSwitchRowStatus" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfVirtualSwitchStorageType" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfPortVfId" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfPortTaggingAdminStatus" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfPortStorageType" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfLocallyEnabledRowStatus" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required.""", }, "t11vfLocallyEnabledStorageType" : { "module" : "T11-FC-VIRTUAL-FABRIC-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, }, # refinements }, # compliance }, # compliances }