# python version 1.0						DO NOT EDIT
#
# This python file has been generated by smidump version 0.5.0:
#
#   smidump -f python T11-FC-ZONE-SERVER-MIB

FILENAME = "./libsmi-0.5.0/mibs/ietf/T11-FC-ZONE-SERVER-MIB"

MIB = {
    "moduleName" : "T11-FC-ZONE-SERVER-MIB",

    "T11-FC-ZONE-SERVER-MIB" : {
        "nodetype" : "module",
        "language" : "SMIv2",
        "organization" :    
            """For the initial versions, T11.
For later versions, the IETF's IMSS Working Group.""",
        "contact" : 
            """     Claudio DeSanti
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134 USA
EMail: cds@cisco.com

Keith McCloghrie
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134 USA
EMail: kzm@cisco.com""",
        "description" :
            """The MIB module for the management of Fibre Channel Zoning
Servers, both for Basic Zoning Management and for Enhanced


Zoning Management, as defined in the FC-GS-5 specification.

FC-GS-5 defines (in-band) management operations for
manipulating the Zone Set Database, some for use in Basic
mode (e.g., 'Add Zone Set (AZS)', etc.), and some for use in
Enhanced mode (e.g., Create Zone Set (CZS)', etc.).  When
Enhanced Zoning Management is in use, FC-GS-5 requires that
these in-band management operations be rejected unless they
are issued within the context of a GS-5 server session.  The
use of a server session ensures serialized access to the
Zoning Database since the Fabric lock for the Zone Server
must be obtained as a part of establishing the server
session to the Zone Server.

Thus, if and when this MIB is used for Enhanced Zoning
Management, SNMP SetRequests that request the modification
of zoning definitions must be serialized with respect to
the GS-5 requests to modify the Zoning Database.  This is
achieved by requiring that an SNMP management application
must first obtain the Fabric lock for the Zone Server
before attempting to modify any zoning definitions.  The
companion T11-FC-FABRIC-LOCK-MIB module is defined as a means
of obtaining the Fabric lock for the Zone Server (or any
other server).

In Enhanced Zoning Management, a Zone Server keeps track of
changes requested in the zoning definitions, but does not
update its Zone Set Database unless there is (and until
there is) a 'commit' operation.  To model this behavior,
this MIB module assumes that a Zone Server (in Enhanced
mode) takes a snapshot of its Zone Set Database as and when
the Fabric lock (for the Zone Server application) is
obtained; this snapshot is used to create what is herein
called the 'copy' database.  It is this 'copy' database
that is then updated by SNMP SetRequests (while the Fabric
is locked).  If and when a 'commit' operation is requested
(while the Fabric is still locked), the 'copy' database is
then used to overwrite the previously committed contents of
the Zone Set Database, and the new Zone Set Database is
distributed to all other switches in the Fabric.  When the
lock is released, any changes made that were not
'committed' are discarded.

When this MIB is used for Basic Zoning Management, the same
set of MIB objects as used for Enhanced mode are used to
make changes to the Database of a Zone Server on a
particular switch, but the changes take immediate effect at
that switch without an explicit commit.  The distribution of



those changes to Zone Servers on other switches in the
Fabric is subsequently requested through the use of a
separate set of MIB objects.

The management information specified in this MIB module
includes the Zoning Database for each of one or more Fibre
Channel Fabrics.  A Zoning Database is a combination of the
Fabric's Zone Set Database and its Active Zone Set.  The
Active Zone Set is the Zone Set currently enforced by the
Fabric; a Zone Set Database is a database of the Zone Sets
available to be activated within a Fabric.  All the MIB
objects representing a Zone Set Database are modifiable at
any time (irrespective of the value of any RowStatus
object), whereas all objects representing the Active Zone
Set are always read-only (except to deactivate it and/or
activate a different one).

Copyright (C) The IETF Trust (2007).  This version
of this MIB module is part of RFC 4936;  see the RFC
itself for full legal notices.""",
        "revisions" : (
            {
                "date" : "2007-06-27 00:00",
                "description" :
                    """Initial version of this MIB module, published as RFC 4936.""",
            },
        ),
        "identity node" : "t11ZoneServerMIB",
    },

    "imports" : (
        {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"},
        {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"},
        {"module" : "SNMPv2-SMI", "name" : "mib-2"},
        {"module" : "SNMPv2-SMI", "name" : "Counter32"},
        {"module" : "SNMPv2-SMI", "name" : "Unsigned32"},
        {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"},
        {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"},
        {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"},
        {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"},
        {"module" : "SNMPv2-TC", "name" : "RowStatus"},
        {"module" : "SNMPv2-TC", "name" : "StorageType"},
        {"module" : "SNMPv2-TC", "name" : "TruthValue"},
        {"module" : "SNMPv2-TC", "name" : "TimeStamp"},
        {"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"},
        {"module" : "IF-MIB", "name" : "ifIndex"},
        {"module" : "FC-MGMT-MIB", "name" : "fcmInstanceIndex"},
        {"module" : "FC-MGMT-MIB", "name" : "fcmSwitchIndex"},
        {"module" : "FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
        {"module" : "FC-MGMT-MIB", "name" : "FcDomainIdOrZero"},
        {"module" : "T11-FC-NAME-SERVER-MIB", "name" : "T11NsGs4RejectReasonCode"},
        {"module" : "T11-TC-MIB", "name" : "T11FabricIndex"},
        {"module" : "T11-FC-FABRIC-ADDR-MGR-MIB", "name" : "t11FamLocalSwitchWwn"},
    ),

    "typedefs" : {
        "T11ZsZoneMemberType" : {
            "basetype" : "Unsigned32",
            "status" : "current",
            "ranges" : [
            {
                "min" : "0",
                "max" : "255"
            },
            ],
            "range" : {
                "min" : "0",
                "max" : "255"
            },
            "format" : "x",
            "description" :
                """Represents the addressing mechanism by
which a member is identified:

     01 - N_Port_Name
     02 - Domain_ID and physical port
     03 - N_Port_ID
     04 - Node_Name
     05 - Alias Name
     06 - F_Port_Name
     E0-FF (hex) - Vendor Specific.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.3.6.""",
        },
        "T11ZsRejectReasonExplanation" : {
            "basetype" : "Enumeration",
            "status" : "current",
            "other" : {
                "nodetype" : "namednumber",
                "number" : "1"
            },
            "noAdditionalExplanation" : {
                "nodetype" : "namednumber",
                "number" : "2"
            },
            "zonesNotSupported" : {
                "nodetype" : "namednumber",
                "number" : "3"
            },
            "zoneSetNameUnknown" : {
                "nodetype" : "namednumber",
                "number" : "4"
            },
            "noZoneSetActive" : {
                "nodetype" : "namednumber",
                "number" : "5"
            },
            "zoneNameUnknown" : {
                "nodetype" : "namednumber",
                "number" : "6"
            },
            "zoneStateUnknown" : {
                "nodetype" : "namednumber",
                "number" : "7"
            },
            "incorrectPayloadLen" : {
                "nodetype" : "namednumber",
                "number" : "8"
            },
            "tooLargeZoneSet" : {
                "nodetype" : "namednumber",
                "number" : "9"
            },
            "deactivateZoneSetFailed" : {
                "nodetype" : "namednumber",
                "number" : "10"
            },
            "reqNotSupported" : {
                "nodetype" : "namednumber",
                "number" : "11"
            },
            "capabilityNotSupported" : {
                "nodetype" : "namednumber",
                "number" : "12"
            },
            "zoneMemberIDTypeNotSupp" : {
                "nodetype" : "namednumber",
                "number" : "13"
            },
            "invalidZoneSetDefinition" : {
                "nodetype" : "namednumber",
                "number" : "14"
            },
            "enhancedZoningCmdsNotSupported" : {
                "nodetype" : "namednumber",
                "number" : "15"
            },
            "zoneSetExists" : {
                "nodetype" : "namednumber",
                "number" : "16"
            },
            "zoneExists" : {
                "nodetype" : "namednumber",
                "number" : "17"
            },
            "aliasExists" : {
                "nodetype" : "namednumber",
                "number" : "18"
            },
            "zoneSetUnknown" : {
                "nodetype" : "namednumber",
                "number" : "19"
            },
            "zoneUnknown" : {
                "nodetype" : "namednumber",
                "number" : "20"
            },
            "aliasUnknown" : {
                "nodetype" : "namednumber",
                "number" : "21"
            },
            "zoneAliasTypeUnknown" : {
                "nodetype" : "namednumber",
                "number" : "22"
            },
            "unableEnhancedMode" : {
                "nodetype" : "namednumber",
                "number" : "23"
            },
            "basicZoningCmdsNotSupported" : {
                "nodetype" : "namednumber",
                "number" : "24"
            },
            "zoneAttribObjectExists" : {
                "nodetype" : "namednumber",
                "number" : "25"
            },
            "zoneAttribObjectUnknown" : {
                "nodetype" : "namednumber",
                "number" : "26"
            },
            "requestInProcess" : {
                "nodetype" : "namednumber",
                "number" : "27"
            },
            "cmitInProcess" : {
                "nodetype" : "namednumber",
                "number" : "28"
            },
            "hardEnforcementFailed" : {
                "nodetype" : "namednumber",
                "number" : "29"
            },
            "unresolvedReferences" : {
                "nodetype" : "namednumber",
                "number" : "30"
            },
            "consistencyChecksFailed" : {
                "nodetype" : "namednumber",
                "number" : "31"
            },
            "description" :
                """The reason code explanation when rejecting a
Zone Server request:

   'other'
       - e.g., a reason code assigned too recently
         to be included in this version of this MIB
   'noAdditionalExplanation'
       - there is no additional explanation
   'zonesNotSupported'
       - Zones are not supported
   'zoneSetNameUnknown'
       - Zone Set name is not known
   'noZoneSetActive'
       - no Zone Set is currently active
   'zoneNameUnknown'
       - Zone name is unknown
   'zoneStateUnknown'
       - state of the Zone is not known
   'incorrectPayloadLen'
       - payload length is not correct
   'tooLargeZoneSet'
       - Zone Set is larger than permitted size
   'deactivateZoneSetFailed'
       - deactivation of Zone Set failed
   'reqNotSupported'
       - request is not supported
   'capabilityNotSupported'
       - capability is not supported
   'zoneMemberIDTypeNotSupp'
       - Zone Member Identifier Type is not supported
   'invalidZoneSetDefinition'
       - Zone Set definition is invalid
   'enhancedZoningCmdsNotSupported'
       - Enhanced Zoning commands are not supported
   'zoneSetExists'
       - Zone Set already exists
   'zoneExists'
       - Zone already exists
   'aliasExists'
       - Zone Alias already exists


   'zoneSetUnknown'
       - Zone Set unknown
   'zoneUnknown'
       - Zone unknown
   'aliasUnknown'
       - Zone Alias unknown
   'zoneAliasTypeUnknown'
       - unknown Zone attribute type
   'unableEnhancedMode'
       - Fabric unable to work in Enhanced Mode
   'basicZoningCmdsNotSupported'
       - Basic Zoning commands are not supported
   'zoneAttribObjectExists'
       - Zone attribute object already exists
   'zoneAttribObjectUnknown'
       - Zone attribute object unknown
   'requestInProcess'
       - request in process
   'cmitInProcess'
       - CMIT in process
   'hardEnforcementFailed'
       - hard enforcement failed
   'unresolvedReferences'
       - unresolved references in the Zone Set Database
   'consistencyChecksFailed'
       - consistency checks failed.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.9.""",
        },
        "T11ZoningName" : {
            "basetype" : "OctetString",
            "status" : "current",
            "ranges" : [
            {
                "min" : "1",
                "max" : "64"
            },
            ],
            "range" : {
                "min" : "1",
                "max" : "64"
            },
            "description" :
                """This datatype is a refinement of an SnmpAdminString,
and is used to represent a name stored in a Fibre
Channel Zoning Data Structure.

The value begins with an ASCII letter (upper or lower
case) followed by zero or more characters from the set:
lower case letters, upper case letters, numbers, and
the symbols ($-^_).

The value does not include fill bytes.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.1.""",
        },
    }, # typedefs

    "nodes" : {
        "t11ZoneServerMIB" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160",
            "status" : "current",
        }, # node
        "t11ZsMIBNotifications" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0",
        }, # node
        "t11ZsMIBObjects" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1",
        }, # node
        "t11ZsConfiguration" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1",
        }, # node
        "t11ZsServerTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1",
            "status" : "current",
            "description" :
                """A table containing information about the Zone Servers
on each Fabric in one or more switches, and providing
the capability to perform operations on their Zone
Server databases.""",
        }, # table
        "t11ZsServerEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
            ],
            "description" :
                """Each entry contains information specific to a
Zone Server for a particular Fabric (identified by
the value of t11ZsServerFabricIndex) on a particular
switch (identified by values of fcmInstanceIndex
and fcmSwitchIndex).

The persistence across reboots of writable values in
a row of this table is given by the instance of
t11ZsServerDatabaseStorageType in that row.""",
        }, # row
        "t11ZsServerFabricIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-TC-MIB", "name" : "T11FabricIndex"},
            },
            "access" : "noaccess",
            "description" :
                """A unique index value that uniquely identifies a
particular Fabric.""",
        }, # column
        "t11ZsServerCapabilityObject" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Bits",
                    "enhancedMode" : {
                        "nodetype" : "namednumber",
                        "number" : "0"
                    },
                    "zoneSetDb" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "activateDirect" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "hardZoning" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This bitmap represents the capability of the switch
on this Fabric:

    'enhancedMode' - able to support enhanced Zoning
                     mode of operation.

    'zoneSetDb'    - able to support maintaining of
                     a Zone Set Database.

    'activateDirect' - able to support the Activate
                       Direct command.

    'hardZoning'   - able to support Hard Zoning.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, section 6.1.23.4.4""",
        }, # column
        "t11ZsServerDatabaseStorageType" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "StorageType"},
            },
            "access" : "readwrite",
            "default" : "nonVolatile",
            "description" :
                """This object specifies the memory realization, on a
particular switch, of the Zone Set database for a
particular Fabric.  Specifically, each row in the
following tables:

           t11ZsSetTable
           t11ZsZoneTable
           t11ZsSetZoneTable
           t11ZsAliasTable
           t11ZsZoneMemberTable
           t11ZsAttribBlockTable
           t11ZsAttribTable

has a StorageType as specified by the instance of
this object that is INDEXed by the same values of
fcmInstanceIndex, fcmSwitchIndex, and


t11ZsServerFabricIndex.

The value of this object is also used to indicate
the persistence across reboots of writable values in
its row of the t11ZsServerTable, as well as the
corresponding row in the t11ZsNotifyControlTable.

If an instance of this object has the value
'permanent(4)', the Zone Set database for the given
Fabric on the given switch is not required to be
writeable.""",
        }, # column
        "t11ZsServerDistribute" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "noop" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "zoneSetDb" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """This object can be set only in Basic mode.  When set
to the value 'zoneSetDb', it requests that the Zone Set
database of a particular switch for a particular Fabric
be distributed to every other switch in that Fabric,
e.g., by using Stage Fabric Configuration Update (SFC)
and Update Fabric Configuration (UFC) requests.

Setting this object to 'noop' has no effect.
When read, the value of this object is always 'noop'.

When the corresponding instance of t11ZsServerOperationMode
has the value 'enhanced', or when the corresponding instance
of t11ZsZoneSetResult has the value 'inProgress', it
is inconsistent to try to set the value of this object.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, section 6.1.19.1.""",
        }, # column
        "t11ZsServerCommit" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "commitZoneChanges" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "noop" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """This object is only used in Enhanced mode.

In Enhanced mode, it can only be modified when the Fabric
lock for the Zone Server on the particular Fabric has been
obtained for use by SNMP SetRequests, and even then, only
by the SNMP entity identified by the value of corresponding
instance of t11FLockInitiator.

Setting the object requests an action:

  commitZoneChanges - requests that the changes made
                      within this session to the Zone
                      Set Database be committed.
  noop              - requests nothing.

When read, the value is always 'noop'.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.10.2.""",
        }, # column
        "t11ZsServerResult" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "none" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "inProgress" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "success" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "rejectFailure" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "otherFailure" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """In Basic mode, this object indicates the status/result
of the last distribution of the Zone Set database that
was invoked via the corresponding instance of
t11ZsZoneSetDistribute, e.g., the status/result of
Stage Fabric Configuration Update (SFC) request(s) used
to implement the setting of t11ZsZoneSetDistribute.

In Enhanced mode, this object indicates the status/result
of the last commit of changes to the Zone Set database
that was invoked via the corresponding instance of
t11ZsServerCommit.

  'none'          - no distribution/commit invoked
                    via the corresponding instance of
                    t11ZsZoneSetDistribute (Basic mode)


                    or t11ZsServerCommit (Enhanced mode).
  'inProgress'    - distribution/commit is still in
                    progress.
  'success'       - distribution/commit completed
                    successfully.
  'rejectFailure' - distribution/commit failed due to
                    an SW_RJT.
  'otherFailure'  - distribution/commit failed for some
                    other reason.

When the value is 'rejectFailure', the corresponding
instances of t11ZsServerReasonCode,
t11ZsServerReasonCodeExp and t11ZsServerReasonVendorCode
contain the reason codes. """,
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.10.2.3.""",
        }, # column
        "t11ZsServerReasonCode" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-NAME-SERVER-MIB", "name" : "T11NsGs4RejectReasonCode"},
            },
            "access" : "readonly",
            "description" :
                """When the corresponding instance of t11ZsZoneSetResult
has the value 'rejectFailure', this object contains
the rejection's reason code.

When the corresponding instance of t11ZsServerResult
has a value other than 'rejectFailure', this object
should contain the value 'none'.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, section 6.1.3 and
tables 4, 5, and 6.""",
        }, # column
        "t11ZsServerReasonCodeExp" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "1"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "1"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """When the corresponding instance of t11ZsZoneSetResult
has the value 'rejectFailure', this object contains
the rejection's reason code explanation.

When the corresponding instance of t11ZsServerResult
has a value other than 'rejectFailure', this object



should contain the zero-length string.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, section 6.1.3 and
tables 4, 5, and 6.""",
        }, # column
        "t11ZsServerReasonVendorCode" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "1"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "1"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """When the corresponding instance of t11ZsZoneSetResult
has the value 'rejectFailure', this object contains
the rejection's reason vendor-specific code.

When the corresponding instance of t11ZsServerResult
has a value other than 'rejectFailure', this object
should contain the zero-length string.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, section 6.1.3 and
tables 4, 5, and 6.""",
        }, # column
        "t11ZsServerLastChange" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime at the time of the last change
(creation, modification, or deletion) to the Zone Set
database for the Zone Server for a particular Fabric.
If said Zone Set database has not changed since the
last re-initialization of the local network management
system, then this object will contain a zero value.""",
        }, # column
        "t11ZsServerHardZoning" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.11",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """This object indicates whether this switch, if and when it
is in Basic mode, enforces Hard Zoning on this Fabric.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.10.3.2.""",
        }, # column
        "t11ZsServerReadFromDatabase" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.12",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "committedDB" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "copyDB" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "committedDB",
            "description" :
                """In Enhanced mode, this object specifies whether
subsequent SNMP Responses (generated by the local SNMP
agent) to operations that read the configuration of
Zone Sets, Zones, Members, Aliases and Attributes will
reflect the values stored in the current (committed)
Zone Set database, or those stored in the 'copy'
database.

In Basic mode, the value of this object is always
'committedDB' (since there is no 'copy' database in
Basic mode).  In SNMP agents that don't support
write access to the Zone Set database, this object
is always 'committedDB' (since the copy database,
if it were to exist, would be identical).""",
        }, # column
        "t11ZsServerOperationMode" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.13",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "basic" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "enhanced" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "basic",
            "description" :
                """The operational mode of the Zone Server.

Setting this object to 'enhanced' is a request that the mode
of operation of the Zone Server be Enhanced mode, which is
only possible if all devices in the Fibre Channel Fabric are
capable of working in Enhanced mode.  If not, the request
will fail and the corresponding value of
t11ZsServerChangeModeResult will so indicate.

Setting this object to 'basic' is a request that the mode
of operation of the Zone Server be Basic mode.  However,
such a set may fail while operating in Enhanced mode,
since FC-GS-5 makes no provision for changing (back)



to Basic mode.

Note that setting this object does not cause or require
that the Fabric lock for the Zone Server be obtained.
However, when this object has the value 'enhanced', any SNMP
SetRequests that attempt to modify the copy database cannot
be successful if the Fabric lock has not been obtained
or has since been released.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, sections 6.4.10.1.1 and 6.4.10.1.2.""",
        }, # column
        "t11ZsServerChangeModeResult" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.14",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "success" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "failure" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "inProgress" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "none" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """When this object has the value of 'success' or
'failure', the value indicates the outcome of the most
recent request, invoked via t11ZsServerOperationMode,
to change the mode of operation of the Zone Server.
When such a request is in progress, this object has the
value 'inProgress'.  Prior to the first such request,
the value of this object is 'none'.""",
        }, # column
        "t11ZsServerDefaultZoneSetting" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "permit" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "deny" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "deny",
            "description" :
                """This object controls the Enhanced Zoning flag that
governs the behavior of the Default Zone on this Fabric.

If this object is set to 'permit', then the members of
the Default Zone on this Fabric can communicate with
each other.




If this object is set to 'deny', then the members of the
Default Zone on this Fabric cannot communicate with each
other.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.10.1.1.""",
        }, # column
        "t11ZsServerMergeControlSetting" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.16",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "allow" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "restrict" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "default" : "allow",
            "description" :
                """This object controls the Enhanced Zoning flag that
indicates the Merge Control Setting for this Fabric:

    'allow'    - a switch may join the Fabric only if
                 its Zoning Database is able to merge
                 with the Fabric's Zoning Database.
    'restrict' - a switch may join the Fabric only if
                 its Zoning Database is equal to the
                 Fabric's Zoning Database.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.10.1.1.""",
        }, # column
        "t11ZsServerDefZoneBroadcast" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.1.1.17",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object controls an Enhanced Zoning capability:
it indicates whether Broadcast Zoning is enabled on
the Default Zone on this Fabric.  If this object is
set to 'true', then it is enabled.  If this object is
set to 'false', then it is disabled.

If broadcast Zoning is enabled on a Default Zone,
then broadcast frames generated by a member in that
Default Zone will be restricted to members in that
Default Zone.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.7.2.2.""",
        }, # column
        "t11ZsSetTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.2",
            "status" : "current",
            "description" :
                """A table containing information on every Zone
Set in the Zone Set database of the Zone Servers
on each Fabric in one or more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsSetEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.2.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsSetIndex",
            ],
            "description" :
                """Each entry contains information about a Zone Set
in the Zone Set database of a particular Fabric
(identified by the value of t11ZsServerFabricIndex)
on a particular switch (identified by values of
fcmInstanceIndex and fcmSwitchIndex).

A Zone Set can be created in an existing Zone Set
database, and can contain zero or more existing
Zones.  As and when new Zones are created
(as rows in the t11ZsZoneTable), they can be added
to a Zone Set by creating an entry for each in the
t11ZsSetZoneTable.  Deleting a row from this table
deletes the Zone Set from the Zone Set database
maintained by the Zone Server, but does not otherwise
affect the Zone Server.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is



INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsSetIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.2.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """The index of a Zone Set.  This object uniquely
identifies a Zone Set in the Zone Set database
for a particular Fabric on a particular switch.""",
        }, # column
        "t11ZsSetName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.2.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readwrite",
            "description" :
                """The name of this Zone Set.  The t11ZsSetName should
be unique within a Fabric.

The Zone Set can be renamed at any time (i.e., even
when the row in an active state) by setting this object
to a new value.""",
        }, # column
        "t11ZsSetRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.2.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.

This object cannot be set to 'active' unless the
corresponding value of t11ZsSetName is unique within
the Fabric's Zone Server database on this switch.""",
        }, # column
        "t11ZsZoneTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3",
            "status" : "current",
            "description" :
                """This table gives information on all the Zones in the
Zone Set database of the Zone Servers on each Fabric
in one or more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsZoneEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsZoneIndex",
            ],
            "description" :
                """Each entry contains information about a Zone
in the Zone Set database of a particular Fabric
(identified by the value of t11ZsServerFabricIndex)
on a particular switch (identified by values of
fcmInstanceIndex and fcmSwitchIndex).

A Zone can be created in an existing Zone Set
database, by first creating an entry in this table,
and then adding members to it by creating entries in the
t11ZsZoneMemberTable.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is
INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsZoneIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this
Zone within a particular Fabric's Zone Set database
on a particular switch.""",
        }, # column
        "t11ZsZoneName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readwrite",
            "description" :
                """The name of this Zone.  The t11ZsZoneName should be
unique within a Fabric.

The Zone can be renamed by setting this object
to a new value.""",
        }, # column
        "t11ZsZoneAttribBlock" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """This object specifies the index value of the
Zone Attribute Block that contains the Attributes
of this Zone.

In Enhanced mode, a value of zero indicates this
Zone has no Zone Attributes.  In Basic mode, this
object always has the value of zero.""",
        }, # column
        "t11ZsZoneRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.3.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.

This object cannot be set to 'active' unless the



corresponding value of t11ZsZoneName is unique within
the Fabric's Zone Server database on this switch.""",
        }, # column
        "t11ZsSetZoneTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.4",
            "status" : "current",
            "description" :
                """This table specifies which Zones belong to which Zone
Sets in the Zone Set database of the Zone Servers
on each Fabric in one or more switches.""",
        }, # table
        "t11ZsSetZoneEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.4.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsSetIndex",
                "t11ZsZoneIndex",
            ],
            "description" :
                """Each entry specifies that a particular Zone (identified
by the value of t11ZsZoneIndex) is one of the Zones
that form a particular Zone Set (identified by the
value of t11ZsSetIndex) in the Zone Set database of a
particular Fabric (identified by the value of
t11ZsServerFabricIndex) on a particular switch
(identified by values of fcmInstanceIndex and
fcmSwitchIndex).

When a row in this table exists, it references one row in
the t11ZsSetTable and one row in the t11ZsZoneTable.  The
agent must ensure that both such rows when referenced by an
active row in this table, do exist and have a status of
'active', either by refusing to create new rows in this
table, or by automatically deleting rows in this table.

An 'active' row in this table references one row in the
t11ZsSetTable and one in the t11ZsZoneTable.  The agent must
ensure that all such referenced rows exist with a status of
'active', either by refusing to create new active rows in
this table, or by automatically deleting any rows in this
table that reference a deleted row.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is



INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsSetZoneRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.4.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.""",
        }, # column
        "t11ZsAliasTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.5",
            "status" : "current",
            "description" :
                """This table contains information about the Zone Aliases
in the Zone Set database of the Zone Servers on each
Fabric in one or more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsAliasEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.5.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsAliasIndex",
            ],
            "description" :
                """Each entry contains information about a Zone Alias in
the Zone Set database of a particular Fabric
(identified by the value of t11ZsServerFabricIndex) on



a particular switch (identified by values of
fcmInstanceIndex and fcmSwitchIndex).

A Zone Member is added to a Zone Alias by creating
an entry in the t11ZsZoneMemberTable pointing to a
row of this table via t11ZsAliasIndex, i.e.,:

 - t11ZsZoneMemberParentType = 'alias',
 - t11ZsZoneMemberParentIndex = Alias's t11ZsAliasIndex,
 - t11ZsZoneMemberFormat != '05 - Alias Name', and
 - t11ZsZoneMemberID = Member's identifier.

A Zone Alias is added to a Zone by creating
an entry in the t11ZsZoneMemberTable pointing to a
row of this table via t11ZsAliasName, i.e.,:

 - t11ZsZoneMemberParentType = 'zone',  and
 - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
 - t11ZsZoneMemberFormat = '05 - Alias Name',
 - t11ZsZoneMemberID = Alias's t11ZsAliasName.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is
INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsAliasIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.5.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value which uniquely identifies this Zone
Alias within the Zone Set database of a particular
Fabric on a particular switch.""",
        }, # column
        "t11ZsAliasName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.5.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readwrite",
            "description" :
                """The name of this Zone Alias.  The name of the Zone
Alias should be unique within a Fabric.

The Zone Alias can be renamed by setting this object
to a new value if and when it is not in a Zone, i.e.,
if and only if the current name is not the value of
any t11ZsZoneMemberID in the same Zone Set database.""",
        }, # column
        "t11ZsAliasRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.5.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.

This object cannot be set to 'active' unless the
corresponding value of t11ZsAliasName is unique within
the Fabric's Zone Server database on this switch.""",
        }, # column
        "t11ZsZoneMemberTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6",
            "status" : "current",
            "description" :
                """This table contains all members of a Zone/Zone Alias
and information about those members in the Zone Set
database of the Zone Servers on each Fabric in one or
more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsZoneMemberEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsZoneMemberParentType",
                "t11ZsZoneMemberParentIndex",
                "t11ZsZoneMemberIndex",
            ],
            "description" :
                """Each entry represents the relationship between a
member and (one of) its 'parent(s)', i.e., a Zone
or Zone Alias to which the member belongs, within
a particular Fabric (identified by the value of
t11ZsServerFabricIndex) on a particular switch
(identified by values of fcmInstanceIndex and
fcmSwitchIndex).

A Zone member (other than an alias) is added to a
Zone by creating an entry in this table having:

 - t11ZsZoneMemberParentType = 'zone',  and
 - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
 - t11ZsZoneMemberFormat != '05 - Alias Name',
 - t11ZsZoneMemberID = Member's identifier.

An 'active' row in this table references rows in other
tables.  The agent must ensure that all such referenced
rows exist with a status of 'active', either by refusing to
create new active rows in this table, or by automatically
deleting any rows in this table that reference a deleted
row.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is
INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsZoneMemberParentType" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "zone" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "alias" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """This object determines whether this member belongs
to a Zone or Zone Alias.""",
        }, # column
        "t11ZsZoneMemberParentIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """This object contains the index value of the Zone or
Zone Alias to which this member belongs.

If the value of the corresponding instance of
t11ZsZoneMemberParentType is 'zone', then this object
will contain the value of the t11ZsZoneIndex object of
the Zone to which this member belongs.

If the value of the corresponding instance of
t11ZsZoneMemberParentType is 'alias', then this object
will contain the value of the t11ZsAliasIndex object
of the Zone Alias to which this member belongs.""",
        }, # column
        "t11ZsZoneMemberIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this Zone
Member amongst all Zone Members in the Zone Set
database of a particular Fabric on a particular switch.""",
        }, # column
        "t11ZsZoneMemberFormat" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZsZoneMemberType"},
            },
            "access" : "readwrite",
            "description" :
                """This object identifies the format of the
Zone/Zone Alias member's identifier contained in
t11ZsZoneMemberID.

This object cannot be modified while the corresponding
value of t11ZsZoneMemberRowStatus object is 'active'.""",
        }, # column
        "t11ZsZoneMemberID" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.5",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "255"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """This object contains the Member Identifier of the
Zone or Alias.  The interpretation of this object
depends on the value of the corresponding instance
of t11ZsZoneMemberFormat:

  - if t11ZsZoneMemberFormat is 'N_Port_Name', then
    this object contains an N_Port_Name.

  - if t11ZsZoneMemberFormat is 'Domain_ID and physical
    port', then this object contains a 4-octet value in
    network byte order.  The first octet is zero,
    the second octet contains the Domain_ID, and the
    last 2 octets contain the physical port number.

  - if t11ZsZoneMemberFormat is 'N_Port_ID', then this
    object contains the 3-octet Nx_Port FC_ID.

  - if t11ZsZoneMemberFormat is 'Alias Name', then
    this object contains the value of t11ZsAliasName
    for some Alias in the same Zone Set database.

  - if t11ZsZoneMemberFormat is 'Node_Name', then
    this object contains an 8-octet Node_Name.

  - if t11ZsZoneMemberFormat is 'F_Port_Name', then
    this object contains an 8-octet F_Port_Name.

  - if t11ZsZoneMemberFormat is one of the 'Vendor
    Specific' values, then this object contains a value
    of 1 to 255 octets in a format defined by the relevant
    vendor.

This object cannot be modified while the corresponding
value of t11ZsZoneMemberRowStatus object is 'active'.""",
        }, # column
        "t11ZsZoneMemberRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.6.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.




The corresponding instances of t11ZsZoneMemberID and
t11ZsZoneMemberFormat objects must be set before or
concurrently with setting this object to 'active'.""",
        }, # column
        "t11ZsAttribBlockTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.7",
            "status" : "current",
            "description" :
                """This table gives information on all the Zone
Attributes in the Zone Set database of the Zone
Servers on each Fabric in one or more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsAttribBlockEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.7.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsAttribBlockIndex",
            ],
            "description" :
                """Each entry contains information about a Zone Attribute
Block (of Zone Attributes) in the Zone Set database
of a particular Fabric (identified by the value of
t11ZsServerFabricIndex) on a particular switch
(identified by values of fcmInstanceIndex and
fcmSwitchIndex).

An 'active' row in this table references a row in the
t11ZsAttribBlockTable.  The agent must ensure that the
referenced rows exists with a status of 'active', either by
refusing to create new active rows in this table, or by
automatically deleting any rows in this table that
reference a deleted row.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is
INDEXed by the same values of fcmInstanceIndex,



fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsAttribBlockIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.7.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this Zone
Attribute within the Zone Set database of a particular
Fabric on a particular switch.""",
        }, # column
        "t11ZsAttribBlockName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.7.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readwrite",
            "description" :
                """The name of this Zone Attribute Block, which should
be unique within the Fabric.""",
        }, # column
        "t11ZsAttribBlockRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.7.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.""",
        }, # column
        "t11ZsAttribTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8",
            "status" : "current",
            "description" :
                """This table gives information on the Zone Attributes
within the Zone Attribute Blocks in the Zone Set
database of the Zone Servers on each Fabric in one
or more switches.

In Enhanced mode, changes to a database made via this
table are always made to the 'copy' database, but
values read from this table reflect the contents of
either the 'copy' database or the current (committed)
database as indicated by the corresponding value of
t11ZsServerReadFromDatabase.""",
        }, # table
        "t11ZsAttribEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8.1",
            "create" : "true",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsAttribBlockIndex",
                "t11ZsAttribIndex",
            ],
            "description" :
                """Each entry contains information about a Zone
Attribute in a Zone Attribute Block (identified by
t11ZsAttribBlockIndex) in the Zone Set database of
a particular Fabric (identified by the value of
t11ZsServerFabricIndex) on a particular switch
(identified by values of fcmInstanceIndex and
fcmSwitchIndex).

An entry in this table cannot be created prior to
its associated entry in the t11ZsAttribBlockTable.

The StorageType of a row in this table is specified by
the instance of t11ZsServerDatabaseStorageType that is
INDEXed by the same values of fcmInstanceIndex,
fcmSwitchIndex, and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsAttribIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this
Zone Attribute within its Zone Attribute Block in
the Zone Set database of a particular Fabric on a
particular switch.""",
        }, # column
        "t11ZsAttribType" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The type of attribute:

0001       - Protocol
0002       - Broadcast Zone
0003       - Hard Zone
00E0 (hex) - Vendor Specific.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.3.8, Table 249.""",
        }, # column
        "t11ZsAttribValue" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "4",
                        "max" : "252"
                    },
                    ],
                    "range" : {
                        "min" : "4",
                        "max" : "252"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """The value of the attribute, formatted as specified
in FC-GS-5 for the type given by the corresponding
instance of t11ZsAttribType.

Note that FC-GS-5 requires that the length of this
value is a multiple of 4 bytes.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.3.8.""",
        }, # column
        "t11ZsAttribRowStatus" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.8.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"},
            },
            "access" : "readwrite",
            "description" :
                """The status of this conceptual row.""",
        }, # column
        "t11ZsActivateTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9",
            "status" : "current",
            "description" :
                """This table provides a mechanism to allow a Zone Set
to be activated on a Fabric.""",
        }, # table
        "t11ZsActivateEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
            ],
            "description" :
                """Each entry reflects the state of the activation of a
Zone Set by a particular switch (identified by values
of fcmInstanceIndex and fcmSwitchIndex) on a particular
Fabric (identified by the value of
t11ZsServerFabricIndex).""",
        }, # row
        "t11ZsActivateRequest" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """Setting this object to a value is a request for a
Zone Set to be activated on the Fabric that is
represented by this row.  The Zone Set to be
activated is the one for which t11ZsSetIndex has
the same value.

If a Zone Set is already active on a Fabric when a
request is made to activate a different one on that
Fabric, then the existing Zone Set is automatically
deactivated and the specified Zone Set is activated
in its place.

The value of this object when read is always 0.""",
        }, # column
        "t11ZsActivateDeactivate" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "deactivate" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "noop" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                },
            },
            "access" : "readwrite",
            "description" :
                """Setting this object to 'deactivate' is a request
to deactivate the currently active Zone Set on
a Fabric.

Note that the deactivation of the active Zone Set
allows all ports to communicate or no ports to
communicate, depending on the current Default Zone
behavior.

No action is taken if this object is set to 'noop'.
When read, the value of this object is always 'noop'.""",
        }, # column
        "t11ZsActivateResult" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Enumeration",
                    "activateSuccess" : {
                        "nodetype" : "namednumber",
                        "number" : "1"
                    },
                    "activateFailure" : {
                        "nodetype" : "namednumber",
                        "number" : "2"
                    },
                    "deactivateSuccess" : {
                        "nodetype" : "namednumber",
                        "number" : "3"
                    },
                    "deactivateFailure" : {
                        "nodetype" : "namednumber",
                        "number" : "4"
                    },
                    "inProgress" : {
                        "nodetype" : "namednumber",
                        "number" : "5"
                    },
                    "none" : {
                        "nodetype" : "namednumber",
                        "number" : "6"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This object indicates the outcome of the most recent
activation/deactivation using this entry.

When the value of this object is 'inProgress', the
values of the corresponding instances of
t11ZsActivateRequest and t11ZsActivateDeactivate
cannot be modified.

The value 'none' indicates activation/deactivation
has not been attempted since the last restart of
the management system.""",
        }, # column
        "t11ZsActivateFailCause" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1.4",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "parent module" : {
                        "name" : "SNMP-FRAMEWORK-MIB",
                        "type" : "SnmpAdminString",
                    },
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "64"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "64"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """A textual message indicating the reason for the
most recent failure of a Zone Set activation or
deactivation, or the zero-length string if no
information is available (e.g., because the
corresponding instance of t11ZsActivateResult
has the value 'none').

When the corresponding instance of
t11ZsActivateResult is either 'activateFailure'
or 'deactivateFailure', the value of this object
indicates the reason for that failure.""",
        }, # column
        "t11ZsActivateFailDomainId" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.9.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"FC-MGMT-MIB", "name" : "FcDomainIdOrZero"},
            },
            "access" : "readonly",
            "description" :
                """If the failure cause (as indicated by
t11ZsSetFailCause) was specific to a particular
device, this object contains the Domain_ID of that
device.  Otherwise, this object contains zero.""",
        }, # column
        "t11ZsActiveTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.10",
            "status" : "current",
            "description" :
                """A table containing information on the currently
enforced/active Zone Set on each Fabric.
An active Zone Set cannot be modified.
This table will be empty when no Zone Set is
activated.""",
        }, # table
        "t11ZsActiveEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.10.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
            ],
            "description" :
                """Each entry represents an active Zone Set of a
particular Fabric (identified by the value of
t11ZsServerFabricIndex), according to a particular
switch (identified by values of fcmInstanceIndex and
fcmSwitchIndex).""",
        }, # row
        "t11ZsActiveZoneSetName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.10.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readonly",
            "description" :
                """The name of this Zone Set on this Fabric.""",
        }, # column
        "t11ZsActiveActivateTime" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.10.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TimeStamp"},
            },
            "access" : "readonly",
            "description" :
                """The value of sysUpTime at which this entry was most
recently activated.  If this row was activated prior to
the last re-initialization of the local network management
system, then this object will contain a zero value.""",
        }, # column
        "t11ZsActiveZoneTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11",
            "status" : "current",
            "description" :
                """This table contains all the Zones that are present in
the active Zone Sets on all Fabrics.""",
        }, # table
        "t11ZsActiveZoneEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsActiveZoneIndex",
            ],
            "description" :
                """Each entry represents a Zone in the active Zone Set
of a particular Fabric (identified by the value of
t11ZsServerFabricIndex), according to a particular
switch (identified by values of fcmInstanceIndex and
fcmSwitchIndex).""",
        }, # row
        "t11ZsActiveZoneIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this Zone
within the active Zone Set on a particular Fabric.""",
        }, # column
        "t11ZsActiveZoneName" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZoningName"},
            },
            "access" : "readonly",
            "description" :
                """The name of this Zone.""",
        }, # column
        "t11ZsActiveZoneBroadcastZoning" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """This object indicates whether broadcast Zoning is
enabled on this Zone.  If broadcast Zoning is enabled,
then broadcast frames generated by a member in this
Zone will be restricted to members in this Zone.

This object is only instantiated in Enhanced mode.""",
        }, # column
        "t11ZsActiveZoneHardZoning" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.11.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readonly",
            "description" :
                """This object indicates whether hard Zoning is
enabled on this Zone.

This object is only instantiated in Enhanced mode.""",
        }, # column
        "t11ZsActiveZoneMemberTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.12",
            "status" : "current",
            "description" :
                """This table contains all members of all Zones
within the active Zone Set on any Fabric.""",
        }, # table
        "t11ZsActiveZoneMemberEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.12.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsActiveZoneIndex",
                "t11ZsActiveZoneMemberIndex",
            ],
            "description" :
                """Each entry represents a member of a Zone in the active
Zone Set of a particular Fabric (identified by the value
t11ZsServerFabricIndex), according to a particular
switch (identified by values of fcmInstanceIndex and
fcmSwitchIndex).""",
        }, # row
        "t11ZsActiveZoneMemberIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.12.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this
member amongst the members of a particular Zone
in the active Zone Set on a particular Fabric.""",
        }, # column
        "t11ZsActiveZoneMemberFormat" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.12.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZsZoneMemberType"},
            },
            "access" : "readonly",
            "description" :
                """This object identifies the identifier format of the
corresponding instance of t11ZsActiveZoneMemberID.""",
        }, # column
        "t11ZsActiveZoneMemberID" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.12.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "255"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """This value of this object identifies the member
using the format specified in the corresponding
instance of t11ZsActiveZoneMemberFormat.""",
        }, # column
        "t11ZsActiveAttribTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.13",
            "status" : "current",
            "description" :
                """This table contains information about some of the
Attributes of the Zones within the active Zone Set
on each Fabric.

This table contains all the types of attributes
that might apply zero, one, or more times to a Zone.
Attributes that apply once and only to a Zone are
specified in the t11ZsActiveZoneTable.

This table will always be empty in Basic mode.
It will also be empty if there are no Zones in
any active Zone Set having any of the applicable
types of attributes.""",
        }, # table
        "t11ZsActiveAttribEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.13.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
                "t11ZsActiveZoneIndex",
                "t11ZsActiveAttribIndex",
            ],
            "description" :
                """Each entry contains an Attribute of a particular
Zone in the active Zone Set of a particular Fabric
(identified by the value of t11ZsServerFabricIndex),
according to a particular switch (identified by
values of fcmInstanceIndex and fcmSwitchIndex).""",
        }, # row
        "t11ZsActiveAttribIndex" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.13.1.1",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "4294967295"
                    },
                },
            },
            "access" : "noaccess",
            "description" :
                """An index value that uniquely identifies this
attribute amongst the other attributes for a
particular Zone in the active Zone Set on a
particular Fabric.""",
        }, # column
        "t11ZsActiveAttribType" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.13.1.2",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "65535"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "65535"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The type of attribute:

0001       - Protocol
00E0 (hex) - Vendor Specific

Note that type 2 (Hard) and type 3 (Broadcast)
do not need to be represented here, because they
are represented by t11ZsActiveZoneBroadcastZoning and
t11ZsActiveZoneHardZoning.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.3.8, Table 249.""",
        }, # column
        "t11ZsActiveAttribValue" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.13.1.3",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "252"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "252"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The value of the attribute, formatted according to
its type as indicated by the corresponding instance
of t11ZsActiveAttribType.

As specified in FC-GS-5, the length of an attribute
value is at least 4 bytes, and if necessary, the value
is appended with zero bytes so that the length is a
multiple of 4.  For a Vendor-Specific attribute
value, the first 8 bytes contain the T10 Vendor ID
as described in FC-GS-5.""",
            "reference" :
                """Fibre Channel - Generic Services-5 (FC-GS-5),
ANSI INCITS 427-2007, section 6.4.8.3.8.""",
        }, # column
        "t11ZsNotifyControlTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14",
            "status" : "current",
            "description" :
                """A table of control information for notifications
generated due to Zone Server events.""",
        }, # table
        "t11ZsNotifyControlEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
            ],
            "description" :
                """Each entry contains notification control information
specific to a Zone Server for a particular Fabric
(identified by the value of t11ZsServerFabricIndex)
on a particular switch (identified by values of
fcmInstanceIndex and fcmSwitchIndex).

The persistence across reboots of writable values in
a row of this table is specified by the instance of
t11ZsServerDatabaseStorageType that is INDEXed by
the same values of fcmInstanceIndex, fcmSwitchIndex,
and t11ZsServerFabricIndex.""",
        }, # row
        "t11ZsNotifyRequestRejectEnable" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object specifies whether t11ZsRequestRejectNotify
notifications should be generated by the Zone Server
for this Fabric.""",
        }, # column
        "t11ZsNotifyMergeFailureEnable" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object specifies whether t11ZsMergeFailureNotify
notifications should be generated by the Zone Server
for this Fabric.""",
        }, # column
        "t11ZsNotifyMergeSuccessEnable" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object specifies whether t11ZsMergeSuccessNotify
notifications should be generated by the Zone Server
for this Fabric.""",
        }, # column
        "t11ZsNotifyDefZoneChangeEnable" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object specifies whether t11ZsDefZoneChangeNotify
notifications should be generated by the Zone Server



for this Fabric.""",
        }, # column
        "t11ZsNotifyActivateEnable" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"},
            },
            "access" : "readwrite",
            "description" :
                """This object specifies whether t11ZsActivateNotify
notifications should be generated by the Zone Server
for this Fabric.""",
        }, # column
        "t11ZsRejectCtCommandString" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.6",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "255"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "255"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """The binary content of the Zone Server request,
formatted as an octet string (in network byte order)
containing the Common Transport Information Unit
(CT_IU), as described in Table 2 of FC-GS-5 (including
the preamble), which was most recently rejected by the
Fabric Configuration Server for this Fabric.

This object contains the zero-length string
if and when the CT-IU's content is unavailable.

When the length of this object is 255 octets, it
contains the first 255 octets of the CT-IU (in
network byte order).""",
        }, # column
        "t11ZsRejectRequestSource" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"FC-MGMT-MIB", "name" : "FcNameIdOrZero"},
            },
            "access" : "readonly",
            "description" :
                """The WWN that was the source of the CT_IU
contained in the corresponding instance of
t11ZsRejectCtCommandString.""",
        }, # column
        "t11ZsRejectReasonCode" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-NAME-SERVER-MIB", "name" : "T11NsGs4RejectReasonCode"},
            },
            "access" : "readonly",
            "description" :
                """The reason code corresponding to the most recent
rejection of a request by the Zone Server for
this Fabric.""",
        }, # column
        "t11ZsRejectReasonCodeExp" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"T11-FC-ZONE-SERVER-MIB", "name" : "T11ZsRejectReasonExplanation"},
            },
            "access" : "readonly",
            "description" :
                """When the value of t11ZsRejectReasonCode is
'Unable to perform command request', this
object contains the corresponding reason code
explanation.""",
        }, # column
        "t11ZsRejectReasonVendorCode" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.14.1.10",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "OctetString",
                    "ranges" : [
                    {
                        "min" : "1",
                        "max" : "1"
                    },
                    ],
                    "range" : {
                        "min" : "1",
                        "max" : "1"
                    },
                },
            },
            "access" : "readonly",
            "description" :
                """When the value of t11ZsRejectReasonCode is
'Vendor Specific Error', this object contains
the corresponding vendor-specific reason code.""",
        }, # column
        "t11ZsFabricIndex" : {
            "nodetype" : "scalar",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.1.15",
            "status" : "current",
            "syntax" : {
                "type" :                 {
                    "basetype" : "Unsigned32",
                    "ranges" : [
                    {
                        "min" : "0",
                        "max" : "4096"
                    },
                    ],
                    "range" : {
                        "min" : "0",
                        "max" : "4096"
                    },
                },
            },
            "access" : "notifyonly",
            "description" :
                """This object contains either a value of
T11FabricIndex to identify the Fabric on which
some occurrence has caused a notification to be
generated, or it has the value 4096 to indicate
all applicable Fabrics.""",
        }, # scalar
        "t11ZsStatistics" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2",
        }, # node
        "t11ZsStatsTable" : {
            "nodetype" : "table",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1",
            "status" : "current",
            "description" :
                """A table of statistics maintained by Zone Servers.""",
        }, # table
        "t11ZsStatsEntry" : {
            "nodetype" : "row",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1",
            "status" : "current",
            "linkage" : [
                "fcmInstanceIndex",
                "fcmSwitchIndex",
                "t11ZsServerFabricIndex",
            ],
            "description" :
                """A set of statistics for a Zone Server on a
particular Fabric (identified by the value of
t11ZsServerFabricIndex) on a particular switch
(identified by values of fcmInstanceIndex and
fcmSwitchIndex).""",
        }, # row
        "t11ZsOutMergeRequests" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.1",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Merge Request Frames sent by this Zone
Server to other Zone Servers in the same Fabric.

This counter has no discontinuities other than those



that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsInMergeAccepts" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.2",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Merge Accept Frames received by this Zone
Server from other Zone Servers in the same Fabric.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsInMergeRequests" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.3",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Merge Request Frames received by this Zone
Server from other Zone Servers in the same Fabric.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsOutMergeAccepts" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.4",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Merge Accept Frames sent by this Zone
Server to other Zone Servers in the same Fabric.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsOutChangeRequests" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.5",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of change requests sent (via the Fabric
Management Session Protocol) by this Zone Server to
other Zone Servers in the same Fabric.




This includes Acquire Change Authorization requests, Stage
Fabric Config Update requests, Update Fabric Config requests
and Release Change Authorization requests.  It also includes
the corresponding types of requests defined by the Enhanced
Commit Service.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, sections 10.6 and 13.""",
        }, # column
        "t11ZsInChangeAccepts" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.6",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of SW_ACC messages received from other Zone
Servers in the same Fabric (according to the Fabric
Management Session Protocol) in response to change
requests by this Zone Server.

This includes SW_ACC messages received in response to
Acquire Change Authorization requests, to Stage Fabric
Config Update requests, to Update Fabric Config requests,
and to Release Change Authorization requests.  It also
includes responses to the corresponding types of requests
defined for the Enhanced Commit Service.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, sections 10.6 and 13.""",
        }, # column
        "t11ZsInChangeRequests" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.7",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of change requests received (via the Fabric
Management Session Protocol) by this Zone Server from
other Zone Servers in the same Fabric.

This includes Acquire Change Authorization requests, Stage
Fabric Config Update requests, Update Fabric Config requests



and Release Change Authorization requests.  It also includes
the corresponding types of requests defined by the Enhanced
Commit Service.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, sections 10.6 and 13.""",
        }, # column
        "t11ZsOutChangeAccepts" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.8",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of SW_ACC messages sent by this Zone Server
(according to the Fabric Management Session Protocol) in
response to change requests from other Zone Servers in
the same Fabric.

This includes SW_ACC messages sent in response to
Acquire Change Authorization requests, to Stage Fabric
Config Update requests, to Update Fabric Config requests
and to Release Change Authorization requests.  It also
includes responses to the corresponding types of requests
defined for the Enhanced Commit Service.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
            "reference" :
                """Fibre Channel - Switch Fabric-4 (FC-SW-4),
ANSI INCITS 418-2006, April 2006, sections 10.6 and 13.""",
        }, # column
        "t11ZsInZsRequests" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.9",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Zone Server requests received by this
Zone Server on this Fabric, both those received in
Basic mode and in Enhanced mode.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsOutZsRejects" : {
            "nodetype" : "column",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.1.2.1.1.10",
            "status" : "current",
            "syntax" : {
                "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"},
            },
            "access" : "readonly",
            "description" :
                """The number of Zone Server requests rejected by this
Zone Server on this Fabric, both those rejected in
Basic mode and in Enhanced mode.

This counter has no discontinuities other than those
that all Counter32s have when sysUpTime=0.""",
        }, # column
        "t11ZsMIBConformance" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2",
        }, # node
        "t11ZsMIBCompliances" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.1",
        }, # node
        "t11ZsMIBGroups" : {
            "nodetype" : "node",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2",
        }, # node
    }, # nodes

    "notifications" : {
        "t11ZsRequestRejectNotify" : {
            "nodetype" : "notification",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0.1",
            "status" : "current",
            "objects" : {
                "t11FamLocalSwitchWwn" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
                },
                "t11ZsRejectRequestSource" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectCtCommandString" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonCode" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonCodeExp" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonVendorCode" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            },
            "description" :
                """This notification is generated whenever a Zone Server
(indicated by the value of t11FamLocalSwitchWwn) rejects
a request.

The value of t11ZsRejectCtCommandString indicates the
rejected request, and the values of t11ZsRejectReasonCode,
t11ZsRejectReasonCodeExp and t11ZsRejectReasonVendorCode
indicate the reason for the rejection.  The value of
t11ZsRequestClient indicates the source of the request.""",
        }, # notification
        "t11ZsMergeFailureNotify" : {
            "nodetype" : "notification",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0.2",
            "status" : "current",
            "objects" : {
                "ifIndex" : {
                    "nodetype" : "object",
                    "module" : "IF-MIB"
                },
                "t11ZsFabricIndex" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            },
            "description" :
                """This notification indicates that a Zone merge
failure has occurred on the Fabric indicated by the
value of t11ZsFabricIndex, on the interface
indicated by the value of ifIndex.

If multiple Virtual Fabrics are configured on an
interface, and all have a Zone merge failure
at the same time, then just one notification is
generated and t11ZsFabricIndex has the value 4096.""",
        }, # notification
        "t11ZsMergeSuccessNotify" : {
            "nodetype" : "notification",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0.3",
            "status" : "current",
            "objects" : {
                "ifIndex" : {
                    "nodetype" : "object",
                    "module" : "IF-MIB"
                },
                "t11ZsFabricIndex" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            },
            "description" :
                """This notification indicates that a successful Zone
merge has occurred on the Fabric indicated by the
value of t11ZsFabricIndex, on the interface
indicated by the value of ifIndex.

If multiple Virtual Fabrics are configured on an
interface, and all have a successful Zone Merge



at the same time, then just one notification is
generated and t11ZsFabricIndex has the value 4096.""",
        }, # notification
        "t11ZsDefZoneChangeNotify" : {
            "nodetype" : "notification",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0.4",
            "status" : "current",
            "objects" : {
                "t11ZsServerDefaultZoneSetting" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            },
            "description" :
                """This notification indicates that the
value of a Default Zone Setting has changed.
The value of t11ZsServerDefaultZoneSetting
contains the value after the change.""",
        }, # notification
        "t11ZsActivateNotify" : {
            "nodetype" : "notification",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.0.5",
            "status" : "current",
            "objects" : {
                "t11FamLocalSwitchWwn" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-FABRIC-ADDR-MGR-MIB"
                },
                "t11ZsActivateResult" : {
                    "nodetype" : "object",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            },
            "description" :
                """This notification is generated whenever a switch
(indicated by the value of t11FamLocalSwitchWwn)
activates/deactivates a Zone Set on a Fabric.
The t11ZsActivateResult object denotes the outcome
of the activation/deactivation.""",
        }, # notification
    }, # notifications

    "groups" : {
        "t11ZsBasicGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.1",
            "status" : "current",
            "members" : {
                "t11ZsServerCapabilityObject" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerDatabaseStorageType" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerDistribute" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerResult" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerReasonCode" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerReasonCodeExp" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerReasonVendorCode" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerLastChange" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerHardZoning" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerReadFromDatabase" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerOperationMode" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsSetName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsSetRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneAttribBlock" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsSetZoneRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneMemberFormat" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneMemberID" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsZoneMemberRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneSetName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveActivateTime" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneMemberFormat" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneMemberID" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of objects for displaying and updating
the Zone configuration of a Zone Server capable of
operating in Basic mode.""",
        }, # group
        "t11ZsEnhancedModeGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.2",
            "status" : "current",
            "members" : {
                "t11ZsServerCommit" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerChangeModeResult" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerDefaultZoneSetting" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerMergeControlSetting" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsServerDefZoneBroadcast" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAliasName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAliasRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAttribBlockName" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAttribBlockRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAttribType" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAttribValue" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsAttribRowStatus" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneBroadcastZoning" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveZoneHardZoning" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveAttribType" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActiveAttribValue" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of additional objects for displaying
and updating the Zone configuration of a Zone Server
capable of operating in Enhanced mode.""",
        }, # group
        "t11ZsStatisticsGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.3",
            "status" : "current",
            "members" : {
                "t11ZsOutMergeRequests" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsInMergeAccepts" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsInMergeRequests" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsOutMergeAccepts" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsOutChangeRequests" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsInChangeAccepts" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsInChangeRequests" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsOutChangeAccepts" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsInZsRequests" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsOutZsRejects" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of objects for collecting Zone Server
statistics information.""",
        }, # group
        "t11ZsNotificationControlGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.4",
            "status" : "current",
            "members" : {
                "t11ZsNotifyRequestRejectEnable" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotifyMergeFailureEnable" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotifyMergeSuccessEnable" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotifyDefZoneChangeEnable" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotifyActivateEnable" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectCtCommandString" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectRequestSource" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonCode" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonCodeExp" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsRejectReasonVendorCode" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsFabricIndex" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of notification control and
notification information objects for monitoring
Zone Server request rejection and Zone merge
failures.""",
        }, # group
        "t11ZsActivateGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.5",
            "status" : "current",
            "members" : {
                "t11ZsActivateRequest" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActivateDeactivate" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActivateResult" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActivateFailCause" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActivateFailDomainId" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of objects that allow a Zone Set to
be activated via SNMP SetRequests and provide the
status and result of such an activation.""",
        }, # group
        "t11ZsNotificationGroup" : {
            "nodetype" : "group",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.2.6",
            "status" : "current",
            "members" : {
                "t11ZsRequestRejectNotify" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsMergeFailureNotify" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsMergeSuccessNotify" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsDefZoneChangeNotify" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsActivateNotify" : {
                    "nodetype" : "member",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
            }, # members
            "description" :
                """A collection of notification(s) for monitoring
Zone Server request rejection, Zone merge
failures and successes, and Default Zoning
behavioral changes.""",
        }, # group
    }, # groups

    "compliances" : {
        "t11ZsMIBCompliance" : {
            "nodetype" : "compliance",
            "moduleName" : "T11-FC-ZONE-SERVER-MIB",
            "oid" : "1.3.6.1.2.1.160.2.1.1",
            "status" : "current",
            "description" :
                """The compliance statement for entities that
implement the Zone Server.""",
            "requires" : {
                "t11ZsBasicGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotificationControlGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsNotificationGroup" : {
                    "nodetype" : "mandatory",
                    "module" : "T11-FC-ZONE-SERVER-MIB"
                },
                "t11ZsEnhancedModeGroup" : {
                    "nodetype" : "optional",
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "description" :
                        """This group is mandatory only for those systems
with Zone Servers that support Enhanced Mode.""",
                },
                "t11ZsActivateGroup" : {
                    "nodetype" : "optional",
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "description" :
                        """Only entities that provide write access for
activating a Zone Set support need to support



this group.""",
                },
                "t11ZsStatisticsGroup" : {
                    "nodetype" : "optional",
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "description" :
                        """These counters, containing Zone Server statistics,
are mandatory only for those systems that count
such events.""",
                },
            }, # requires
            "refinements" : {
                "t11ZsSetRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsZoneRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsSetZoneRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsAliasRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsZoneMemberRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsAttribBlockRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsAttribRowStatus" : {
                    "module" : "T11-FC-ZONE-SERVER-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.""",
                },
                "t11ZsServerDatabaseStorageType" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerDistribute" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerCommit" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerReadFromDatabase" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerOperationMode" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerDefaultZoneSetting" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerMergeControlSetting" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsServerDefZoneBroadcast" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsSetName" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsZoneName" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsZoneAttribBlock" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsAliasName" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsZoneMemberFormat" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsZoneMemberID" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsAttribBlockName" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsAttribType" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsAttribValue" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsActivateRequest" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsActivateDeactivate" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsNotifyRequestRejectEnable" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsNotifyMergeFailureEnable" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsNotifyMergeSuccessEnable" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsNotifyDefZoneChangeEnable" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
                "t11ZsNotifyActivateEnable" : {
                    "module" : "T11-FC-ZONE-SERVER-MIB",
                    "access" : "readonly",
                    "description" :
                        """Write access is not required.""",
                },
            }, # refinements

        }, # compliance
    }, # compliances

}