Blame mibs/ietf/T11-FC-ZONE-SERVER-MIB

Packit 022b05
T11-FC-ZONE-SERVER-MIB  DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, OBJECT-TYPE,
Packit 022b05
    NOTIFICATION-TYPE, mib-2,
Packit 022b05
    Counter32, Unsigned32
Packit 022b05
                        FROM SNMPv2-SMI                  -- [RFC2578]
Packit 022b05
    MODULE-COMPLIANCE, OBJECT-GROUP,
Packit 022b05
    NOTIFICATION-GROUP
Packit 022b05
                        FROM SNMPv2-CONF                 -- [RFC2580]
Packit 022b05
    TEXTUAL-CONVENTION, RowStatus,
Packit 022b05
    StorageType,
Packit 022b05
    TruthValue, TimeStamp
Packit 022b05
                        FROM SNMPv2-TC                   -- [RFC2579]
Packit 022b05
    SnmpAdminString
Packit 022b05
                        FROM SNMP-FRAMEWORK-MIB          -- [RFC3411]
Packit 022b05
    ifIndex             FROM IF-MIB                      -- [RFC2863]
Packit 022b05
    fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
    FcNameIdOrZero,
Packit 022b05
    FcDomainIdOrZero    FROM FC-MGMT-MIB                 -- [RFC4044]
Packit 022b05
    T11NsGs4RejectReasonCode
Packit 022b05
                        FROM T11-FC-NAME-SERVER-MIB      -- [RFC4438]
Packit 022b05
    T11FabricIndex      FROM T11-TC-MIB                  -- [RFC4439]
Packit 022b05
    t11FamLocalSwitchWwn
Packit 022b05
                        FROM T11-FC-FABRIC-ADDR-MGR-MIB; -- [RFC4439]
Packit 022b05
Packit 022b05
t11ZoneServerMIB  MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED  "200706270000Z"
Packit 022b05
    ORGANIZATION  "For the initial versions, T11.
Packit 022b05
                   For later versions, the IETF's IMSS Working Group."
Packit 022b05
    CONTACT-INFO
Packit 022b05
            "     Claudio DeSanti
Packit 022b05
                  Cisco Systems, Inc.
Packit 022b05
                  170 West Tasman Drive
Packit 022b05
                  San Jose, CA 95134 USA
Packit 022b05
                  EMail: cds@cisco.com
Packit 022b05
Packit 022b05
                  Keith McCloghrie
Packit 022b05
                  Cisco Systems, Inc.
Packit 022b05
                  170 West Tasman Drive
Packit 022b05
                  San Jose, CA 95134 USA
Packit 022b05
                  EMail: kzm@cisco.com"
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The MIB module for the management of Fibre Channel Zoning
Packit 022b05
           Servers, both for Basic Zoning Management and for Enhanced
Packit 022b05
Packit 022b05
Packit 022b05
           Zoning Management, as defined in the FC-GS-5 specification.
Packit 022b05
Packit 022b05
           FC-GS-5 defines (in-band) management operations for
Packit 022b05
           manipulating the Zone Set Database, some for use in Basic
Packit 022b05
           mode (e.g., 'Add Zone Set (AZS)', etc.), and some for use in
Packit 022b05
           Enhanced mode (e.g., Create Zone Set (CZS)', etc.).  When
Packit 022b05
           Enhanced Zoning Management is in use, FC-GS-5 requires that
Packit 022b05
           these in-band management operations be rejected unless they
Packit 022b05
           are issued within the context of a GS-5 server session.  The
Packit 022b05
           use of a server session ensures serialized access to the
Packit 022b05
           Zoning Database since the Fabric lock for the Zone Server
Packit 022b05
           must be obtained as a part of establishing the server
Packit 022b05
           session to the Zone Server.
Packit 022b05
Packit 022b05
           Thus, if and when this MIB is used for Enhanced Zoning
Packit 022b05
           Management, SNMP SetRequests that request the modification
Packit 022b05
           of zoning definitions must be serialized with respect to
Packit 022b05
           the GS-5 requests to modify the Zoning Database.  This is
Packit 022b05
           achieved by requiring that an SNMP management application
Packit 022b05
           must first obtain the Fabric lock for the Zone Server
Packit 022b05
           before attempting to modify any zoning definitions.  The
Packit 022b05
           companion T11-FC-FABRIC-LOCK-MIB module is defined as a means
Packit 022b05
           of obtaining the Fabric lock for the Zone Server (or any
Packit 022b05
           other server).
Packit 022b05
Packit 022b05
           In Enhanced Zoning Management, a Zone Server keeps track of
Packit 022b05
           changes requested in the zoning definitions, but does not
Packit 022b05
           update its Zone Set Database unless there is (and until
Packit 022b05
           there is) a 'commit' operation.  To model this behavior,
Packit 022b05
           this MIB module assumes that a Zone Server (in Enhanced
Packit 022b05
           mode) takes a snapshot of its Zone Set Database as and when
Packit 022b05
           the Fabric lock (for the Zone Server application) is
Packit 022b05
           obtained; this snapshot is used to create what is herein
Packit 022b05
           called the 'copy' database.  It is this 'copy' database
Packit 022b05
           that is then updated by SNMP SetRequests (while the Fabric
Packit 022b05
           is locked).  If and when a 'commit' operation is requested
Packit 022b05
           (while the Fabric is still locked), the 'copy' database is
Packit 022b05
           then used to overwrite the previously committed contents of
Packit 022b05
           the Zone Set Database, and the new Zone Set Database is
Packit 022b05
           distributed to all other switches in the Fabric.  When the
Packit 022b05
           lock is released, any changes made that were not
Packit 022b05
           'committed' are discarded.
Packit 022b05
Packit 022b05
           When this MIB is used for Basic Zoning Management, the same
Packit 022b05
           set of MIB objects as used for Enhanced mode are used to
Packit 022b05
           make changes to the Database of a Zone Server on a
Packit 022b05
           particular switch, but the changes take immediate effect at
Packit 022b05
           that switch without an explicit commit.  The distribution of
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           those changes to Zone Servers on other switches in the
Packit 022b05
           Fabric is subsequently requested through the use of a
Packit 022b05
           separate set of MIB objects.
Packit 022b05
Packit 022b05
           The management information specified in this MIB module
Packit 022b05
           includes the Zoning Database for each of one or more Fibre
Packit 022b05
           Channel Fabrics.  A Zoning Database is a combination of the
Packit 022b05
           Fabric's Zone Set Database and its Active Zone Set.  The
Packit 022b05
           Active Zone Set is the Zone Set currently enforced by the
Packit 022b05
           Fabric; a Zone Set Database is a database of the Zone Sets
Packit 022b05
           available to be activated within a Fabric.  All the MIB
Packit 022b05
           objects representing a Zone Set Database are modifiable at
Packit 022b05
           any time (irrespective of the value of any RowStatus
Packit 022b05
           object), whereas all objects representing the Active Zone
Packit 022b05
           Set are always read-only (except to deactivate it and/or
Packit 022b05
           activate a different one).
Packit 022b05
Packit 022b05
           Copyright (C) The IETF Trust (2007).  This version
Packit 022b05
           of this MIB module is part of RFC 4936;  see the RFC
Packit 022b05
           itself for full legal notices."
Packit 022b05
    REVISION  "200706270000Z"
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Initial version of this MIB module, published as RFC 4936."
Packit 022b05
    ::= { mib-2 160 }
Packit 022b05
Packit 022b05
t11ZsMIBObjects        OBJECT IDENTIFIER ::= { t11ZoneServerMIB 1 }
Packit 022b05
t11ZsMIBConformance    OBJECT IDENTIFIER ::= { t11ZoneServerMIB 2 }
Packit 022b05
t11ZsMIBNotifications  OBJECT IDENTIFIER ::= { t11ZoneServerMIB 0 }
Packit 022b05
t11ZsConfiguration     OBJECT IDENTIFIER ::= { t11ZsMIBObjects 1 }
Packit 022b05
t11ZsStatistics        OBJECT IDENTIFIER ::= { t11ZsMIBObjects 2 }
Packit 022b05
Packit 022b05
-- Textual Conventions
Packit 022b05
Packit 022b05
T11ZsZoneMemberType ::= TEXTUAL-CONVENTION
Packit 022b05
    DISPLAY-HINT  "x"
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Represents the addressing mechanism by
Packit 022b05
           which a member is identified:
Packit 022b05
Packit 022b05
                01 - N_Port_Name
Packit 022b05
                02 - Domain_ID and physical port
Packit 022b05
                03 - N_Port_ID
Packit 022b05
                04 - Node_Name
Packit 022b05
                05 - Alias Name
Packit 022b05
                06 - F_Port_Name
Packit 022b05
                E0-FF (hex) - Vendor Specific.
Packit 022b05
           "
Packit 022b05
Packit 022b05
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.3.6."
Packit 022b05
    SYNTAX        Unsigned32 (0..255)
Packit 022b05
Packit 022b05
T11ZsRejectReasonExplanation ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The reason code explanation when rejecting a
Packit 022b05
           Zone Server request:
Packit 022b05
Packit 022b05
              'other'
Packit 022b05
                  - e.g., a reason code assigned too recently
Packit 022b05
                    to be included in this version of this MIB
Packit 022b05
              'noAdditionalExplanation'
Packit 022b05
                  - there is no additional explanation
Packit 022b05
              'zonesNotSupported'
Packit 022b05
                  - Zones are not supported
Packit 022b05
              'zoneSetNameUnknown'
Packit 022b05
                  - Zone Set name is not known
Packit 022b05
              'noZoneSetActive'
Packit 022b05
                  - no Zone Set is currently active
Packit 022b05
              'zoneNameUnknown'
Packit 022b05
                  - Zone name is unknown
Packit 022b05
              'zoneStateUnknown'
Packit 022b05
                  - state of the Zone is not known
Packit 022b05
              'incorrectPayloadLen'
Packit 022b05
                  - payload length is not correct
Packit 022b05
              'tooLargeZoneSet'
Packit 022b05
                  - Zone Set is larger than permitted size
Packit 022b05
              'deactivateZoneSetFailed'
Packit 022b05
                  - deactivation of Zone Set failed
Packit 022b05
              'reqNotSupported'
Packit 022b05
                  - request is not supported
Packit 022b05
              'capabilityNotSupported'
Packit 022b05
                  - capability is not supported
Packit 022b05
              'zoneMemberIDTypeNotSupp'
Packit 022b05
                  - Zone Member Identifier Type is not supported
Packit 022b05
              'invalidZoneSetDefinition'
Packit 022b05
                  - Zone Set definition is invalid
Packit 022b05
              'enhancedZoningCmdsNotSupported'
Packit 022b05
                  - Enhanced Zoning commands are not supported
Packit 022b05
              'zoneSetExists'
Packit 022b05
                  - Zone Set already exists
Packit 022b05
              'zoneExists'
Packit 022b05
                  - Zone already exists
Packit 022b05
              'aliasExists'
Packit 022b05
                  - Zone Alias already exists
Packit 022b05
Packit 022b05
Packit 022b05
              'zoneSetUnknown'
Packit 022b05
                  - Zone Set unknown
Packit 022b05
              'zoneUnknown'
Packit 022b05
                  - Zone unknown
Packit 022b05
              'aliasUnknown'
Packit 022b05
                  - Zone Alias unknown
Packit 022b05
              'zoneAliasTypeUnknown'
Packit 022b05
                  - unknown Zone attribute type
Packit 022b05
              'unableEnhancedMode'
Packit 022b05
                  - Fabric unable to work in Enhanced Mode
Packit 022b05
              'basicZoningCmdsNotSupported'
Packit 022b05
                  - Basic Zoning commands are not supported
Packit 022b05
              'zoneAttribObjectExists'
Packit 022b05
                  - Zone attribute object already exists
Packit 022b05
              'zoneAttribObjectUnknown'
Packit 022b05
                  - Zone attribute object unknown
Packit 022b05
              'requestInProcess'
Packit 022b05
                  - request in process
Packit 022b05
              'cmitInProcess'
Packit 022b05
                  - CMIT in process
Packit 022b05
              'hardEnforcementFailed'
Packit 022b05
                  - hard enforcement failed
Packit 022b05
              'unresolvedReferences'
Packit 022b05
                  - unresolved references in the Zone Set Database
Packit 022b05
              'consistencyChecksFailed'
Packit 022b05
                  - consistency checks failed."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.9."
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      other(1),
Packit 022b05
                      noAdditionalExplanation(2),
Packit 022b05
                      zonesNotSupported(3),
Packit 022b05
                      zoneSetNameUnknown(4),
Packit 022b05
                      noZoneSetActive(5),
Packit 022b05
                      zoneNameUnknown(6),
Packit 022b05
                      zoneStateUnknown(7),
Packit 022b05
                      incorrectPayloadLen(8),
Packit 022b05
                      tooLargeZoneSet(9),
Packit 022b05
                      deactivateZoneSetFailed(10),
Packit 022b05
                      reqNotSupported(11),
Packit 022b05
                      capabilityNotSupported(12),
Packit 022b05
                      zoneMemberIDTypeNotSupp(13),
Packit 022b05
                      invalidZoneSetDefinition(14),
Packit 022b05
                      enhancedZoningCmdsNotSupported(15),
Packit 022b05
                      zoneSetExists(16),
Packit 022b05
                      zoneExists(17),
Packit 022b05
                      aliasExists(18),
Packit 022b05
Packit 022b05
Packit 022b05
                      zoneSetUnknown(19),
Packit 022b05
                      zoneUnknown(20),
Packit 022b05
                      aliasUnknown(21),
Packit 022b05
                      zoneAliasTypeUnknown(22),
Packit 022b05
                      unableEnhancedMode(23),
Packit 022b05
                      basicZoningCmdsNotSupported(24),
Packit 022b05
                      zoneAttribObjectExists(25),
Packit 022b05
                      zoneAttribObjectUnknown(26),
Packit 022b05
                      requestInProcess(27),
Packit 022b05
                      cmitInProcess(28),
Packit 022b05
                      hardEnforcementFailed(29),
Packit 022b05
                      unresolvedReferences(30),
Packit 022b05
                      consistencyChecksFailed(31)
Packit 022b05
                  }
Packit 022b05
Packit 022b05
T11ZoningName ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This datatype is a refinement of an SnmpAdminString,
Packit 022b05
           and is used to represent a name stored in a Fibre
Packit 022b05
           Channel Zoning Data Structure.
Packit 022b05
Packit 022b05
           The value begins with an ASCII letter (upper or lower
Packit 022b05
           case) followed by zero or more characters from the set:
Packit 022b05
           lower case letters, upper case letters, numbers, and
Packit 022b05
           the symbols ($-^_).
Packit 022b05
Packit 022b05
           The value does not include fill bytes."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.1."
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (1..64))
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Servers
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsServerTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsServerEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A table containing information about the Zone Servers
Packit 022b05
           on each Fabric in one or more switches, and providing
Packit 022b05
           the capability to perform operations on their Zone
Packit 022b05
           Server databases."
Packit 022b05
    ::= { t11ZsConfiguration 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11ZsServerEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsServerEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information specific to a
Packit 022b05
           Zone Server for a particular Fabric (identified by
Packit 022b05
           the value of t11ZsServerFabricIndex) on a particular
Packit 022b05
           switch (identified by values of fcmInstanceIndex
Packit 022b05
           and fcmSwitchIndex).
Packit 022b05
Packit 022b05
           The persistence across reboots of writable values in
Packit 022b05
           a row of this table is given by the instance of
Packit 022b05
           t11ZsServerDatabaseStorageType in that row."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex }
Packit 022b05
    ::= { t11ZsServerTable 1 }
Packit 022b05
Packit 022b05
T11ZsServerEntry ::= SEQUENCE {
Packit 022b05
    t11ZsServerFabricIndex           T11FabricIndex,
Packit 022b05
    t11ZsServerCapabilityObject      BITS,
Packit 022b05
    t11ZsServerDatabaseStorageType   StorageType,
Packit 022b05
    t11ZsServerDistribute            INTEGER,
Packit 022b05
    t11ZsServerCommit                INTEGER,
Packit 022b05
    t11ZsServerResult                INTEGER,
Packit 022b05
    t11ZsServerReasonCode            T11NsGs4RejectReasonCode,
Packit 022b05
    t11ZsServerReasonCodeExp         OCTET STRING,
Packit 022b05
    t11ZsServerReasonVendorCode      OCTET STRING,
Packit 022b05
    t11ZsServerLastChange            TimeStamp,
Packit 022b05
    t11ZsServerHardZoning            TruthValue,
Packit 022b05
    t11ZsServerReadFromDatabase      INTEGER,
Packit 022b05
    t11ZsServerOperationMode         INTEGER,
Packit 022b05
    t11ZsServerChangeModeResult      INTEGER,
Packit 022b05
    t11ZsServerDefaultZoneSetting    INTEGER,
Packit 022b05
    t11ZsServerMergeControlSetting   INTEGER,
Packit 022b05
    t11ZsServerDefZoneBroadcast      TruthValue
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsServerFabricIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       T11FabricIndex
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A unique index value that uniquely identifies a
Packit 022b05
           particular Fabric."
Packit 022b05
    ::= { t11ZsServerEntry 1 }
Packit 022b05
Packit 022b05
t11ZsServerCapabilityObject OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    SYNTAX        BITS {
Packit 022b05
                      enhancedMode(0),
Packit 022b05
                      zoneSetDb(1),
Packit 022b05
                      activateDirect(2),
Packit 022b05
                      hardZoning(3)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This bitmap represents the capability of the switch
Packit 022b05
           on this Fabric:
Packit 022b05
Packit 022b05
               'enhancedMode' - able to support enhanced Zoning
Packit 022b05
                                mode of operation.
Packit 022b05
Packit 022b05
               'zoneSetDb'    - able to support maintaining of
Packit 022b05
                                a Zone Set Database.
Packit 022b05
Packit 022b05
               'activateDirect' - able to support the Activate
Packit 022b05
                                  Direct command.
Packit 022b05
Packit 022b05
               'hardZoning'   - able to support Hard Zoning."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, section 6.1.23.4.4"
Packit 022b05
    ::= { t11ZsServerEntry 2 }
Packit 022b05
Packit 022b05
t11ZsServerDatabaseStorageType OBJECT-TYPE
Packit 022b05
    SYNTAX       StorageType
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies the memory realization, on a
Packit 022b05
           particular switch, of the Zone Set database for a
Packit 022b05
           particular Fabric.  Specifically, each row in the
Packit 022b05
           following tables:
Packit 022b05
Packit 022b05
                      t11ZsSetTable
Packit 022b05
                      t11ZsZoneTable
Packit 022b05
                      t11ZsSetZoneTable
Packit 022b05
                      t11ZsAliasTable
Packit 022b05
                      t11ZsZoneMemberTable
Packit 022b05
                      t11ZsAttribBlockTable
Packit 022b05
                      t11ZsAttribTable
Packit 022b05
Packit 022b05
           has a StorageType as specified by the instance of
Packit 022b05
           this object that is INDEXed by the same values of
Packit 022b05
           fcmInstanceIndex, fcmSwitchIndex, and
Packit 022b05
Packit 022b05
Packit 022b05
           t11ZsServerFabricIndex.
Packit 022b05
Packit 022b05
           The value of this object is also used to indicate
Packit 022b05
           the persistence across reboots of writable values in
Packit 022b05
           its row of the t11ZsServerTable, as well as the
Packit 022b05
           corresponding row in the t11ZsNotifyControlTable.
Packit 022b05
Packit 022b05
           If an instance of this object has the value
Packit 022b05
           'permanent(4)', the Zone Set database for the given
Packit 022b05
           Fabric on the given switch is not required to be
Packit 022b05
           writeable."
Packit 022b05
    DEFVAL { nonVolatile }
Packit 022b05
    ::= { t11ZsServerEntry 3 }
Packit 022b05
Packit 022b05
t11ZsServerDistribute OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     noop(1),
Packit 022b05
                     zoneSetDb(2)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object can be set only in Basic mode.  When set
Packit 022b05
           to the value 'zoneSetDb', it requests that the Zone Set
Packit 022b05
           database of a particular switch for a particular Fabric
Packit 022b05
           be distributed to every other switch in that Fabric,
Packit 022b05
           e.g., by using Stage Fabric Configuration Update (SFC)
Packit 022b05
           and Update Fabric Configuration (UFC) requests.
Packit 022b05
Packit 022b05
           Setting this object to 'noop' has no effect.
Packit 022b05
           When read, the value of this object is always 'noop'.
Packit 022b05
Packit 022b05
           When the corresponding instance of t11ZsServerOperationMode
Packit 022b05
           has the value 'enhanced', or when the corresponding instance
Packit 022b05
           of t11ZsZoneSetResult has the value 'inProgress', it
Packit 022b05
           is inconsistent to try to set the value of this object."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, section 6.1.19.1."
Packit 022b05
    ::= { t11ZsServerEntry 4 }
Packit 022b05
Packit 022b05
t11ZsServerCommit OBJECT-TYPE
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      commitZoneChanges(1),
Packit 022b05
                      noop(2)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-write
Packit 022b05
    STATUS        current
Packit 022b05
Packit 022b05
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This object is only used in Enhanced mode.
Packit 022b05
Packit 022b05
            In Enhanced mode, it can only be modified when the Fabric
Packit 022b05
            lock for the Zone Server on the particular Fabric has been
Packit 022b05
            obtained for use by SNMP SetRequests, and even then, only
Packit 022b05
            by the SNMP entity identified by the value of corresponding
Packit 022b05
            instance of t11FLockInitiator.
Packit 022b05
Packit 022b05
            Setting the object requests an action:
Packit 022b05
Packit 022b05
              commitZoneChanges - requests that the changes made
Packit 022b05
                                  within this session to the Zone
Packit 022b05
                                  Set Database be committed.
Packit 022b05
              noop              - requests nothing.
Packit 022b05
Packit 022b05
            When read, the value is always 'noop'."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.10.2."
Packit 022b05
    ::= { t11ZsServerEntry 5 }
Packit 022b05
Packit 022b05
t11ZsServerResult OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     none(1),
Packit 022b05
                     inProgress(2),
Packit 022b05
                     success(3),
Packit 022b05
                     rejectFailure(4),
Packit 022b05
                     otherFailure(5)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "In Basic mode, this object indicates the status/result
Packit 022b05
           of the last distribution of the Zone Set database that
Packit 022b05
           was invoked via the corresponding instance of
Packit 022b05
           t11ZsZoneSetDistribute, e.g., the status/result of
Packit 022b05
           Stage Fabric Configuration Update (SFC) request(s) used
Packit 022b05
           to implement the setting of t11ZsZoneSetDistribute.
Packit 022b05
Packit 022b05
           In Enhanced mode, this object indicates the status/result
Packit 022b05
           of the last commit of changes to the Zone Set database
Packit 022b05
           that was invoked via the corresponding instance of
Packit 022b05
           t11ZsServerCommit.
Packit 022b05
Packit 022b05
             'none'          - no distribution/commit invoked
Packit 022b05
                               via the corresponding instance of
Packit 022b05
                               t11ZsZoneSetDistribute (Basic mode)
Packit 022b05
Packit 022b05
Packit 022b05
                               or t11ZsServerCommit (Enhanced mode).
Packit 022b05
             'inProgress'    - distribution/commit is still in
Packit 022b05
                               progress.
Packit 022b05
             'success'       - distribution/commit completed
Packit 022b05
                               successfully.
Packit 022b05
             'rejectFailure' - distribution/commit failed due to
Packit 022b05
                               an SW_RJT.
Packit 022b05
             'otherFailure'  - distribution/commit failed for some
Packit 022b05
                               other reason.
Packit 022b05
Packit 022b05
           When the value is 'rejectFailure', the corresponding
Packit 022b05
           instances of t11ZsServerReasonCode,
Packit 022b05
           t11ZsServerReasonCodeExp and t11ZsServerReasonVendorCode
Packit 022b05
           contain the reason codes. "
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.10.2.3."
Packit 022b05
    ::= { t11ZsServerEntry 6 }
Packit 022b05
Packit 022b05
t11ZsServerReasonCode OBJECT-TYPE
Packit 022b05
    SYNTAX       T11NsGs4RejectReasonCode
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When the corresponding instance of t11ZsZoneSetResult
Packit 022b05
           has the value 'rejectFailure', this object contains
Packit 022b05
           the rejection's reason code.
Packit 022b05
Packit 022b05
           When the corresponding instance of t11ZsServerResult
Packit 022b05
           has a value other than 'rejectFailure', this object
Packit 022b05
           should contain the value 'none'."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, section 6.1.3 and
Packit 022b05
           tables 4, 5, and 6."
Packit 022b05
    ::= { t11ZsServerEntry 7 }
Packit 022b05
Packit 022b05
t11ZsServerReasonCodeExp OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (0 | 1))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When the corresponding instance of t11ZsZoneSetResult
Packit 022b05
           has the value 'rejectFailure', this object contains
Packit 022b05
           the rejection's reason code explanation.
Packit 022b05
Packit 022b05
           When the corresponding instance of t11ZsServerResult
Packit 022b05
           has a value other than 'rejectFailure', this object
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           should contain the zero-length string."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, section 6.1.3 and
Packit 022b05
           tables 4, 5, and 6."
Packit 022b05
    ::= { t11ZsServerEntry 8 }
Packit 022b05
Packit 022b05
t11ZsServerReasonVendorCode OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (0 | 1))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When the corresponding instance of t11ZsZoneSetResult
Packit 022b05
           has the value 'rejectFailure', this object contains
Packit 022b05
           the rejection's reason vendor-specific code.
Packit 022b05
Packit 022b05
           When the corresponding instance of t11ZsServerResult
Packit 022b05
           has a value other than 'rejectFailure', this object
Packit 022b05
           should contain the zero-length string."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, section 6.1.3 and
Packit 022b05
           tables 4, 5, and 6."
Packit 022b05
    ::= { t11ZsServerEntry 9 }
Packit 022b05
Packit 022b05
t11ZsServerLastChange OBJECT-TYPE
Packit 022b05
    SYNTAX       TimeStamp
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of sysUpTime at the time of the last change
Packit 022b05
           (creation, modification, or deletion) to the Zone Set
Packit 022b05
           database for the Zone Server for a particular Fabric.
Packit 022b05
           If said Zone Set database has not changed since the
Packit 022b05
           last re-initialization of the local network management
Packit 022b05
           system, then this object will contain a zero value."
Packit 022b05
    ::= { t11ZsServerEntry 10 }
Packit 022b05
Packit 022b05
t11ZsServerHardZoning OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object indicates whether this switch, if and when it
Packit 022b05
           is in Basic mode, enforces Hard Zoning on this Fabric."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.10.3.2."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    ::= { t11ZsServerEntry 11 }
Packit 022b05
Packit 022b05
t11ZsServerReadFromDatabase OBJECT-TYPE
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      committedDB(1),
Packit 022b05
                      copyDB(2)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-write
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "In Enhanced mode, this object specifies whether
Packit 022b05
           subsequent SNMP Responses (generated by the local SNMP
Packit 022b05
           agent) to operations that read the configuration of
Packit 022b05
           Zone Sets, Zones, Members, Aliases and Attributes will
Packit 022b05
           reflect the values stored in the current (committed)
Packit 022b05
           Zone Set database, or those stored in the 'copy'
Packit 022b05
           database.
Packit 022b05
Packit 022b05
           In Basic mode, the value of this object is always
Packit 022b05
           'committedDB' (since there is no 'copy' database in
Packit 022b05
           Basic mode).  In SNMP agents that don't support
Packit 022b05
           write access to the Zone Set database, this object
Packit 022b05
           is always 'committedDB' (since the copy database,
Packit 022b05
           if it were to exist, would be identical)."
Packit 022b05
    DEFVAL { committedDB }
Packit 022b05
    ::= { t11ZsServerEntry 12 }
Packit 022b05
Packit 022b05
t11ZsServerOperationMode OBJECT-TYPE
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      basic(1),
Packit 022b05
                      enhanced(2)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-write
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The operational mode of the Zone Server.
Packit 022b05
Packit 022b05
           Setting this object to 'enhanced' is a request that the mode
Packit 022b05
           of operation of the Zone Server be Enhanced mode, which is
Packit 022b05
           only possible if all devices in the Fibre Channel Fabric are
Packit 022b05
           capable of working in Enhanced mode.  If not, the request
Packit 022b05
           will fail and the corresponding value of
Packit 022b05
           t11ZsServerChangeModeResult will so indicate.
Packit 022b05
Packit 022b05
           Setting this object to 'basic' is a request that the mode
Packit 022b05
           of operation of the Zone Server be Basic mode.  However,
Packit 022b05
           such a set may fail while operating in Enhanced mode,
Packit 022b05
           since FC-GS-5 makes no provision for changing (back)
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           to Basic mode.
Packit 022b05
Packit 022b05
           Note that setting this object does not cause or require
Packit 022b05
           that the Fabric lock for the Zone Server be obtained.
Packit 022b05
           However, when this object has the value 'enhanced', any SNMP
Packit 022b05
           SetRequests that attempt to modify the copy database cannot
Packit 022b05
           be successful if the Fabric lock has not been obtained
Packit 022b05
           or has since been released."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, sections 6.4.10.1.1 and 6.4.10.1.2."
Packit 022b05
    DEFVAL { basic }
Packit 022b05
    ::= { t11ZsServerEntry 13 }
Packit 022b05
Packit 022b05
t11ZsServerChangeModeResult OBJECT-TYPE
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      success(1),
Packit 022b05
                      failure(2),
Packit 022b05
                      inProgress(3),
Packit 022b05
                      none(4)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When this object has the value of 'success' or
Packit 022b05
           'failure', the value indicates the outcome of the most
Packit 022b05
           recent request, invoked via t11ZsServerOperationMode,
Packit 022b05
           to change the mode of operation of the Zone Server.
Packit 022b05
           When such a request is in progress, this object has the
Packit 022b05
           value 'inProgress'.  Prior to the first such request,
Packit 022b05
           the value of this object is 'none'."
Packit 022b05
    ::= { t11ZsServerEntry 14 }
Packit 022b05
Packit 022b05
t11ZsServerDefaultZoneSetting OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     permit(1),
Packit 022b05
                     deny(2)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object controls the Enhanced Zoning flag that
Packit 022b05
           governs the behavior of the Default Zone on this Fabric.
Packit 022b05
Packit 022b05
           If this object is set to 'permit', then the members of
Packit 022b05
           the Default Zone on this Fabric can communicate with
Packit 022b05
           each other.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           If this object is set to 'deny', then the members of the
Packit 022b05
           Default Zone on this Fabric cannot communicate with each
Packit 022b05
           other."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.10.1.1."
Packit 022b05
    DEFVAL  { deny }
Packit 022b05
    ::= { t11ZsServerEntry 15 }
Packit 022b05
Packit 022b05
t11ZsServerMergeControlSetting OBJECT-TYPE
Packit 022b05
    SYNTAX        INTEGER {
Packit 022b05
                      allow(1),
Packit 022b05
                      restrict(2)
Packit 022b05
                  }
Packit 022b05
    MAX-ACCESS    read-write
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object controls the Enhanced Zoning flag that
Packit 022b05
           indicates the Merge Control Setting for this Fabric:
Packit 022b05
Packit 022b05
               'allow'    - a switch may join the Fabric only if
Packit 022b05
                            its Zoning Database is able to merge
Packit 022b05
                            with the Fabric's Zoning Database.
Packit 022b05
               'restrict' - a switch may join the Fabric only if
Packit 022b05
                            its Zoning Database is equal to the
Packit 022b05
                            Fabric's Zoning Database."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.10.1.1."
Packit 022b05
    DEFVAL { allow }
Packit 022b05
    ::= { t11ZsServerEntry 16 }
Packit 022b05
Packit 022b05
t11ZsServerDefZoneBroadcast OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object controls an Enhanced Zoning capability:
Packit 022b05
           it indicates whether Broadcast Zoning is enabled on
Packit 022b05
           the Default Zone on this Fabric.  If this object is
Packit 022b05
           set to 'true', then it is enabled.  If this object is
Packit 022b05
           set to 'false', then it is disabled.
Packit 022b05
Packit 022b05
           If broadcast Zoning is enabled on a Default Zone,
Packit 022b05
           then broadcast frames generated by a member in that
Packit 022b05
           Default Zone will be restricted to members in that
Packit 022b05
           Default Zone."
Packit 022b05
    REFERENCE
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.7.2.2."
Packit 022b05
    ::= { t11ZsServerEntry 17 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Sets
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsSetTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsSetEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A table containing information on every Zone
Packit 022b05
           Set in the Zone Set database of the Zone Servers
Packit 022b05
           on each Fabric in one or more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 2 }
Packit 022b05
Packit 022b05
t11ZsSetEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsSetEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information about a Zone Set
Packit 022b05
           in the Zone Set database of a particular Fabric
Packit 022b05
           (identified by the value of t11ZsServerFabricIndex)
Packit 022b05
           on a particular switch (identified by values of
Packit 022b05
           fcmInstanceIndex and fcmSwitchIndex).
Packit 022b05
Packit 022b05
           A Zone Set can be created in an existing Zone Set
Packit 022b05
           database, and can contain zero or more existing
Packit 022b05
           Zones.  As and when new Zones are created
Packit 022b05
           (as rows in the t11ZsZoneTable), they can be added
Packit 022b05
           to a Zone Set by creating an entry for each in the
Packit 022b05
           t11ZsSetZoneTable.  Deleting a row from this table
Packit 022b05
           deletes the Zone Set from the Zone Set database
Packit 022b05
           maintained by the Zone Server, but does not otherwise
Packit 022b05
           affect the Zone Server.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsSetIndex }
Packit 022b05
    ::= { t11ZsSetTable 1 }
Packit 022b05
Packit 022b05
T11ZsSetEntry ::= SEQUENCE {
Packit 022b05
    t11ZsSetIndex          Unsigned32,
Packit 022b05
    t11ZsSetName           T11ZoningName,
Packit 022b05
    t11ZsSetRowStatus      RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsSetIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The index of a Zone Set.  This object uniquely
Packit 022b05
           identifies a Zone Set in the Zone Set database
Packit 022b05
           for a particular Fabric on a particular switch."
Packit 022b05
    ::= { t11ZsSetEntry 1 }
Packit 022b05
Packit 022b05
t11ZsSetName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone Set.  The t11ZsSetName should
Packit 022b05
           be unique within a Fabric.
Packit 022b05
Packit 022b05
           The Zone Set can be renamed at any time (i.e., even
Packit 022b05
           when the row in an active state) by setting this object
Packit 022b05
           to a new value."
Packit 022b05
    ::= { t11ZsSetEntry 2 }
Packit 022b05
Packit 022b05
t11ZsSetRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row.
Packit 022b05
Packit 022b05
           This object cannot be set to 'active' unless the
Packit 022b05
           corresponding value of t11ZsSetName is unique within
Packit 022b05
           the Fabric's Zone Server database on this switch."
Packit 022b05
    ::= { t11ZsSetEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zones
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsZoneTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table gives information on all the Zones in the
Packit 022b05
           Zone Set database of the Zone Servers on each Fabric
Packit 022b05
           in one or more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 3 }
Packit 022b05
Packit 022b05
t11ZsZoneEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information about a Zone
Packit 022b05
           in the Zone Set database of a particular Fabric
Packit 022b05
           (identified by the value of t11ZsServerFabricIndex)
Packit 022b05
           on a particular switch (identified by values of
Packit 022b05
           fcmInstanceIndex and fcmSwitchIndex).
Packit 022b05
Packit 022b05
           A Zone can be created in an existing Zone Set
Packit 022b05
           database, by first creating an entry in this table,
Packit 022b05
           and then adding members to it by creating entries in the
Packit 022b05
           t11ZsZoneMemberTable.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsZoneIndex }
Packit 022b05
    ::= { t11ZsZoneTable 1 }
Packit 022b05
Packit 022b05
T11ZsZoneEntry ::= SEQUENCE {
Packit 022b05
    t11ZsZoneIndex             Unsigned32,
Packit 022b05
    t11ZsZoneName              T11ZoningName,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    t11ZsZoneAttribBlock       Unsigned32,
Packit 022b05
    t11ZsZoneRowStatus         RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsZoneIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this
Packit 022b05
           Zone within a particular Fabric's Zone Set database
Packit 022b05
           on a particular switch."
Packit 022b05
    ::= { t11ZsZoneEntry 1 }
Packit 022b05
Packit 022b05
t11ZsZoneName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone.  The t11ZsZoneName should be
Packit 022b05
           unique within a Fabric.
Packit 022b05
Packit 022b05
           The Zone can be renamed by setting this object
Packit 022b05
           to a new value."
Packit 022b05
    ::= { t11ZsZoneEntry 2 }
Packit 022b05
Packit 022b05
t11ZsZoneAttribBlock OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..4294967295)
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies the index value of the
Packit 022b05
           Zone Attribute Block that contains the Attributes
Packit 022b05
           of this Zone.
Packit 022b05
Packit 022b05
           In Enhanced mode, a value of zero indicates this
Packit 022b05
           Zone has no Zone Attributes.  In Basic mode, this
Packit 022b05
           object always has the value of zero."
Packit 022b05
    ::= { t11ZsZoneEntry 3 }
Packit 022b05
Packit 022b05
t11ZsZoneRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row.
Packit 022b05
Packit 022b05
           This object cannot be set to 'active' unless the
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           corresponding value of t11ZsZoneName is unique within
Packit 022b05
           the Fabric's Zone Server database on this switch."
Packit 022b05
    ::= { t11ZsZoneEntry 4 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table specifying the Zones that belong to each Zone Set
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsSetZoneTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsSetZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table specifies which Zones belong to which Zone
Packit 022b05
           Sets in the Zone Set database of the Zone Servers
Packit 022b05
           on each Fabric in one or more switches."
Packit 022b05
    ::= { t11ZsConfiguration 4 }
Packit 022b05
Packit 022b05
t11ZsSetZoneEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsSetZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry specifies that a particular Zone (identified
Packit 022b05
           by the value of t11ZsZoneIndex) is one of the Zones
Packit 022b05
           that form a particular Zone Set (identified by the
Packit 022b05
           value of t11ZsSetIndex) in the Zone Set database of a
Packit 022b05
           particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex) on a particular switch
Packit 022b05
           (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex).
Packit 022b05
Packit 022b05
           When a row in this table exists, it references one row in
Packit 022b05
           the t11ZsSetTable and one row in the t11ZsZoneTable.  The
Packit 022b05
           agent must ensure that both such rows when referenced by an
Packit 022b05
           active row in this table, do exist and have a status of
Packit 022b05
           'active', either by refusing to create new rows in this
Packit 022b05
           table, or by automatically deleting rows in this table.
Packit 022b05
Packit 022b05
           An 'active' row in this table references one row in the
Packit 022b05
           t11ZsSetTable and one in the t11ZsZoneTable.  The agent must
Packit 022b05
           ensure that all such referenced rows exist with a status of
Packit 022b05
           'active', either by refusing to create new active rows in
Packit 022b05
           this table, or by automatically deleting any rows in this
Packit 022b05
           table that reference a deleted row.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex,
Packit 022b05
              t11ZsSetIndex, t11ZsZoneIndex }
Packit 022b05
    ::= { t11ZsSetZoneTable 1 }
Packit 022b05
Packit 022b05
T11ZsSetZoneEntry ::= SEQUENCE {
Packit 022b05
    t11ZsSetZoneRowStatus      RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsSetZoneRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row."
Packit 022b05
    ::= { t11ZsSetZoneEntry 1 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Aliases
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsAliasTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsAliasEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table contains information about the Zone Aliases
Packit 022b05
           in the Zone Set database of the Zone Servers on each
Packit 022b05
           Fabric in one or more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 5 }
Packit 022b05
Packit 022b05
t11ZsAliasEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsAliasEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information about a Zone Alias in
Packit 022b05
           the Zone Set database of a particular Fabric
Packit 022b05
           (identified by the value of t11ZsServerFabricIndex) on
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           a particular switch (identified by values of
Packit 022b05
           fcmInstanceIndex and fcmSwitchIndex).
Packit 022b05
Packit 022b05
           A Zone Member is added to a Zone Alias by creating
Packit 022b05
           an entry in the t11ZsZoneMemberTable pointing to a
Packit 022b05
           row of this table via t11ZsAliasIndex, i.e.,:
Packit 022b05
Packit 022b05
            - t11ZsZoneMemberParentType = 'alias',
Packit 022b05
            - t11ZsZoneMemberParentIndex = Alias's t11ZsAliasIndex,
Packit 022b05
            - t11ZsZoneMemberFormat != '05 - Alias Name', and
Packit 022b05
            - t11ZsZoneMemberID = Member's identifier.
Packit 022b05
Packit 022b05
           A Zone Alias is added to a Zone by creating
Packit 022b05
           an entry in the t11ZsZoneMemberTable pointing to a
Packit 022b05
           row of this table via t11ZsAliasName, i.e.,:
Packit 022b05
Packit 022b05
            - t11ZsZoneMemberParentType = 'zone',  and
Packit 022b05
            - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
Packit 022b05
            - t11ZsZoneMemberFormat = '05 - Alias Name',
Packit 022b05
            - t11ZsZoneMemberID = Alias's t11ZsAliasName.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsAliasIndex }
Packit 022b05
    ::= { t11ZsAliasTable 1 }
Packit 022b05
Packit 022b05
T11ZsAliasEntry ::= SEQUENCE {
Packit 022b05
    t11ZsAliasIndex            Unsigned32,
Packit 022b05
    t11ZsAliasName             T11ZoningName,
Packit 022b05
    t11ZsAliasRowStatus        RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsAliasIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value which uniquely identifies this Zone
Packit 022b05
           Alias within the Zone Set database of a particular
Packit 022b05
           Fabric on a particular switch."
Packit 022b05
    ::= { t11ZsAliasEntry 1 }
Packit 022b05
Packit 022b05
t11ZsAliasName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone Alias.  The name of the Zone
Packit 022b05
           Alias should be unique within a Fabric.
Packit 022b05
Packit 022b05
           The Zone Alias can be renamed by setting this object
Packit 022b05
           to a new value if and when it is not in a Zone, i.e.,
Packit 022b05
           if and only if the current name is not the value of
Packit 022b05
           any t11ZsZoneMemberID in the same Zone Set database."
Packit 022b05
    ::= { t11ZsAliasEntry 2 }
Packit 022b05
Packit 022b05
t11ZsAliasRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row.
Packit 022b05
Packit 022b05
           This object cannot be set to 'active' unless the
Packit 022b05
           corresponding value of t11ZsAliasName is unique within
Packit 022b05
           the Fabric's Zone Server database on this switch."
Packit 022b05
    ::= { t11ZsAliasEntry 3 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Members
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsZoneMemberTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsZoneMemberEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table contains all members of a Zone/Zone Alias
Packit 022b05
           and information about those members in the Zone Set
Packit 022b05
           database of the Zone Servers on each Fabric in one or
Packit 022b05
           more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 6 }
Packit 022b05
Packit 022b05
t11ZsZoneMemberEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsZoneMemberEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry represents the relationship between a
Packit 022b05
           member and (one of) its 'parent(s)', i.e., a Zone
Packit 022b05
           or Zone Alias to which the member belongs, within
Packit 022b05
           a particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex) on a particular switch
Packit 022b05
           (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex).
Packit 022b05
Packit 022b05
           A Zone member (other than an alias) is added to a
Packit 022b05
           Zone by creating an entry in this table having:
Packit 022b05
Packit 022b05
            - t11ZsZoneMemberParentType = 'zone',  and
Packit 022b05
            - t11ZsZoneMemberParentIndex = Zone's t11ZsZoneIndex,
Packit 022b05
            - t11ZsZoneMemberFormat != '05 - Alias Name',
Packit 022b05
            - t11ZsZoneMemberID = Member's identifier.
Packit 022b05
Packit 022b05
           An 'active' row in this table references rows in other
Packit 022b05
           tables.  The agent must ensure that all such referenced
Packit 022b05
           rows exist with a status of 'active', either by refusing to
Packit 022b05
           create new active rows in this table, or by automatically
Packit 022b05
           deleting any rows in this table that reference a deleted
Packit 022b05
           row.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsZoneMemberParentType,
Packit 022b05
              t11ZsZoneMemberParentIndex, t11ZsZoneMemberIndex }
Packit 022b05
    ::= { t11ZsZoneMemberTable 1 }
Packit 022b05
Packit 022b05
T11ZsZoneMemberEntry ::= SEQUENCE {
Packit 022b05
    t11ZsZoneMemberParentType        INTEGER,
Packit 022b05
    t11ZsZoneMemberParentIndex       Unsigned32,
Packit 022b05
    t11ZsZoneMemberIndex             Unsigned32,
Packit 022b05
    t11ZsZoneMemberFormat            T11ZsZoneMemberType,
Packit 022b05
    t11ZsZoneMemberID                OCTET STRING,
Packit 022b05
    t11ZsZoneMemberRowStatus         RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsZoneMemberParentType  OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     zone(1), -- member belongs to a Zone
Packit 022b05
                     alias(2) -- member belongs to a Zone Alias
Packit 022b05
                 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object determines whether this member belongs
Packit 022b05
           to a Zone or Zone Alias."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 1 }
Packit 022b05
Packit 022b05
t11ZsZoneMemberParentIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object contains the index value of the Zone or
Packit 022b05
           Zone Alias to which this member belongs.
Packit 022b05
Packit 022b05
           If the value of the corresponding instance of
Packit 022b05
           t11ZsZoneMemberParentType is 'zone', then this object
Packit 022b05
           will contain the value of the t11ZsZoneIndex object of
Packit 022b05
           the Zone to which this member belongs.
Packit 022b05
Packit 022b05
           If the value of the corresponding instance of
Packit 022b05
           t11ZsZoneMemberParentType is 'alias', then this object
Packit 022b05
           will contain the value of the t11ZsAliasIndex object
Packit 022b05
           of the Zone Alias to which this member belongs."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 2 }
Packit 022b05
Packit 022b05
t11ZsZoneMemberIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this Zone
Packit 022b05
           Member amongst all Zone Members in the Zone Set
Packit 022b05
           database of a particular Fabric on a particular switch."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 3 }
Packit 022b05
Packit 022b05
t11ZsZoneMemberFormat OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsZoneMemberType
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object identifies the format of the
Packit 022b05
           Zone/Zone Alias member's identifier contained in
Packit 022b05
           t11ZsZoneMemberID.
Packit 022b05
Packit 022b05
           This object cannot be modified while the corresponding
Packit 022b05
           value of t11ZsZoneMemberRowStatus object is 'active'."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11ZsZoneMemberID OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (1..255))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object contains the Member Identifier of the
Packit 022b05
           Zone or Alias.  The interpretation of this object
Packit 022b05
           depends on the value of the corresponding instance
Packit 022b05
           of t11ZsZoneMemberFormat:
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'N_Port_Name', then
Packit 022b05
               this object contains an N_Port_Name.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'Domain_ID and physical
Packit 022b05
               port', then this object contains a 4-octet value in
Packit 022b05
               network byte order.  The first octet is zero,
Packit 022b05
               the second octet contains the Domain_ID, and the
Packit 022b05
               last 2 octets contain the physical port number.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'N_Port_ID', then this
Packit 022b05
               object contains the 3-octet Nx_Port FC_ID.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'Alias Name', then
Packit 022b05
               this object contains the value of t11ZsAliasName
Packit 022b05
               for some Alias in the same Zone Set database.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'Node_Name', then
Packit 022b05
               this object contains an 8-octet Node_Name.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is 'F_Port_Name', then
Packit 022b05
               this object contains an 8-octet F_Port_Name.
Packit 022b05
Packit 022b05
             - if t11ZsZoneMemberFormat is one of the 'Vendor
Packit 022b05
               Specific' values, then this object contains a value
Packit 022b05
               of 1 to 255 octets in a format defined by the relevant
Packit 022b05
               vendor.
Packit 022b05
Packit 022b05
           This object cannot be modified while the corresponding
Packit 022b05
           value of t11ZsZoneMemberRowStatus object is 'active'."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 5 }
Packit 022b05
Packit 022b05
t11ZsZoneMemberRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           The corresponding instances of t11ZsZoneMemberID and
Packit 022b05
           t11ZsZoneMemberFormat objects must be set before or
Packit 022b05
           concurrently with setting this object to 'active'."
Packit 022b05
    ::= { t11ZsZoneMemberEntry 6 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Attribute Blocks
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsAttribBlockTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsAttribBlockEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table gives information on all the Zone
Packit 022b05
           Attributes in the Zone Set database of the Zone
Packit 022b05
           Servers on each Fabric in one or more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 7 }
Packit 022b05
Packit 022b05
t11ZsAttribBlockEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsAttribBlockEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information about a Zone Attribute
Packit 022b05
           Block (of Zone Attributes) in the Zone Set database
Packit 022b05
           of a particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex) on a particular switch
Packit 022b05
           (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex).
Packit 022b05
Packit 022b05
           An 'active' row in this table references a row in the
Packit 022b05
           t11ZsAttribBlockTable.  The agent must ensure that the
Packit 022b05
           referenced rows exists with a status of 'active', either by
Packit 022b05
           refusing to create new active rows in this table, or by
Packit 022b05
           automatically deleting any rows in this table that
Packit 022b05
           reference a deleted row.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsAttribBlockIndex }
Packit 022b05
    ::= { t11ZsAttribBlockTable 1 }
Packit 022b05
Packit 022b05
T11ZsAttribBlockEntry ::= SEQUENCE {
Packit 022b05
    t11ZsAttribBlockIndex         Unsigned32,
Packit 022b05
    t11ZsAttribBlockName          T11ZoningName,
Packit 022b05
    t11ZsAttribBlockRowStatus     RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsAttribBlockIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this Zone
Packit 022b05
           Attribute within the Zone Set database of a particular
Packit 022b05
           Fabric on a particular switch."
Packit 022b05
    ::= { t11ZsAttribBlockEntry 1 }
Packit 022b05
Packit 022b05
t11ZsAttribBlockName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone Attribute Block, which should
Packit 022b05
           be unique within the Fabric."
Packit 022b05
    ::= { t11ZsAttribBlockEntry 2 }
Packit 022b05
Packit 022b05
t11ZsAttribBlockRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row."
Packit 022b05
    ::= { t11ZsAttribBlockEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- The table of Zone Attributes
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsAttribTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsAttribEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table gives information on the Zone Attributes
Packit 022b05
           within the Zone Attribute Blocks in the Zone Set
Packit 022b05
           database of the Zone Servers on each Fabric in one
Packit 022b05
           or more switches.
Packit 022b05
Packit 022b05
           In Enhanced mode, changes to a database made via this
Packit 022b05
           table are always made to the 'copy' database, but
Packit 022b05
           values read from this table reflect the contents of
Packit 022b05
           either the 'copy' database or the current (committed)
Packit 022b05
           database as indicated by the corresponding value of
Packit 022b05
           t11ZsServerReadFromDatabase."
Packit 022b05
    ::= { t11ZsConfiguration 8 }
Packit 022b05
Packit 022b05
t11ZsAttribEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsAttribEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains information about a Zone
Packit 022b05
           Attribute in a Zone Attribute Block (identified by
Packit 022b05
           t11ZsAttribBlockIndex) in the Zone Set database of
Packit 022b05
           a particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex) on a particular switch
Packit 022b05
           (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex).
Packit 022b05
Packit 022b05
           An entry in this table cannot be created prior to
Packit 022b05
           its associated entry in the t11ZsAttribBlockTable.
Packit 022b05
Packit 022b05
           The StorageType of a row in this table is specified by
Packit 022b05
           the instance of t11ZsServerDatabaseStorageType that is
Packit 022b05
           INDEXed by the same values of fcmInstanceIndex,
Packit 022b05
           fcmSwitchIndex, and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex,
Packit 022b05
              t11ZsAttribBlockIndex, t11ZsAttribIndex }
Packit 022b05
    ::= { t11ZsAttribTable 1 }
Packit 022b05
Packit 022b05
T11ZsAttribEntry ::= SEQUENCE {
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    t11ZsAttribIndex            Unsigned32,
Packit 022b05
    t11ZsAttribType             Unsigned32,
Packit 022b05
    t11ZsAttribValue            OCTET STRING,
Packit 022b05
    t11ZsAttribRowStatus        RowStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsAttribIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this
Packit 022b05
           Zone Attribute within its Zone Attribute Block in
Packit 022b05
           the Zone Set database of a particular Fabric on a
Packit 022b05
           particular switch."
Packit 022b05
    ::= { t11ZsAttribEntry 1 }
Packit 022b05
Packit 022b05
t11ZsAttribType  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The type of attribute:
Packit 022b05
Packit 022b05
                0001       - Protocol
Packit 022b05
                0002       - Broadcast Zone
Packit 022b05
                0003       - Hard Zone
Packit 022b05
                00E0 (hex) - Vendor Specific."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.3.8, Table 249."
Packit 022b05
    ::= { t11ZsAttribEntry 2 }
Packit 022b05
Packit 022b05
t11ZsAttribValue  OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (4..252))
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of the attribute, formatted as specified
Packit 022b05
           in FC-GS-5 for the type given by the corresponding
Packit 022b05
           instance of t11ZsAttribType.
Packit 022b05
Packit 022b05
           Note that FC-GS-5 requires that the length of this
Packit 022b05
           value is a multiple of 4 bytes."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.3.8."
Packit 022b05
    ::= { t11ZsAttribEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11ZsAttribRowStatus OBJECT-TYPE
Packit 022b05
    SYNTAX       RowStatus
Packit 022b05
    MAX-ACCESS   read-create
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The status of this conceptual row."
Packit 022b05
    ::= { t11ZsAttribEntry 4 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Activating a Zone Set
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsActivateTable  OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsActivateEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table provides a mechanism to allow a Zone Set
Packit 022b05
           to be activated on a Fabric."
Packit 022b05
    ::= { t11ZsConfiguration 9 }
Packit 022b05
Packit 022b05
t11ZsActivateEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsActivateEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry reflects the state of the activation of a
Packit 022b05
           Zone Set by a particular switch (identified by values
Packit 022b05
           of fcmInstanceIndex and fcmSwitchIndex) on a particular
Packit 022b05
           Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex }
Packit 022b05
    ::= { t11ZsActivateTable 1 }
Packit 022b05
Packit 022b05
T11ZsActivateEntry ::= SEQUENCE {
Packit 022b05
    t11ZsActivateRequest       Unsigned32,
Packit 022b05
    t11ZsActivateDeactivate    INTEGER,
Packit 022b05
    t11ZsActivateResult        INTEGER,
Packit 022b05
    t11ZsActivateFailCause     SnmpAdminString,
Packit 022b05
    t11ZsActivateFailDomainId  FcDomainIdOrZero
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsActivateRequest OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..4294967295)
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "Setting this object to a value is a request for a
Packit 022b05
           Zone Set to be activated on the Fabric that is
Packit 022b05
           represented by this row.  The Zone Set to be
Packit 022b05
           activated is the one for which t11ZsSetIndex has
Packit 022b05
           the same value.
Packit 022b05
Packit 022b05
           If a Zone Set is already active on a Fabric when a
Packit 022b05
           request is made to activate a different one on that
Packit 022b05
           Fabric, then the existing Zone Set is automatically
Packit 022b05
           deactivated and the specified Zone Set is activated
Packit 022b05
           in its place.
Packit 022b05
Packit 022b05
           The value of this object when read is always 0."
Packit 022b05
    ::= { t11ZsActivateEntry 1 }
Packit 022b05
Packit 022b05
t11ZsActivateDeactivate OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     deactivate(1),
Packit 022b05
                     noop(2)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Setting this object to 'deactivate' is a request
Packit 022b05
           to deactivate the currently active Zone Set on
Packit 022b05
           a Fabric.
Packit 022b05
Packit 022b05
           Note that the deactivation of the active Zone Set
Packit 022b05
           allows all ports to communicate or no ports to
Packit 022b05
           communicate, depending on the current Default Zone
Packit 022b05
           behavior.
Packit 022b05
Packit 022b05
           No action is taken if this object is set to 'noop'.
Packit 022b05
           When read, the value of this object is always 'noop'."
Packit 022b05
    ::= { t11ZsActivateEntry 2 }
Packit 022b05
Packit 022b05
t11ZsActivateResult OBJECT-TYPE
Packit 022b05
    SYNTAX       INTEGER {
Packit 022b05
                     activateSuccess(1),
Packit 022b05
                     activateFailure(2),
Packit 022b05
                     deactivateSuccess(3),
Packit 022b05
                     deactivateFailure(4),
Packit 022b05
                     inProgress(5),
Packit 022b05
                     none(6)
Packit 022b05
                 }
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "This object indicates the outcome of the most recent
Packit 022b05
           activation/deactivation using this entry.
Packit 022b05
Packit 022b05
           When the value of this object is 'inProgress', the
Packit 022b05
           values of the corresponding instances of
Packit 022b05
           t11ZsActivateRequest and t11ZsActivateDeactivate
Packit 022b05
           cannot be modified.
Packit 022b05
Packit 022b05
           The value 'none' indicates activation/deactivation
Packit 022b05
           has not been attempted since the last restart of
Packit 022b05
           the management system."
Packit 022b05
    ::= { t11ZsActivateEntry 3 }
Packit 022b05
Packit 022b05
t11ZsActivateFailCause OBJECT-TYPE
Packit 022b05
    SYNTAX       SnmpAdminString (SIZE (0..64))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A textual message indicating the reason for the
Packit 022b05
           most recent failure of a Zone Set activation or
Packit 022b05
           deactivation, or the zero-length string if no
Packit 022b05
           information is available (e.g., because the
Packit 022b05
           corresponding instance of t11ZsActivateResult
Packit 022b05
           has the value 'none').
Packit 022b05
Packit 022b05
           When the corresponding instance of
Packit 022b05
           t11ZsActivateResult is either 'activateFailure'
Packit 022b05
           or 'deactivateFailure', the value of this object
Packit 022b05
           indicates the reason for that failure."
Packit 022b05
    ::= { t11ZsActivateEntry 4 }
Packit 022b05
Packit 022b05
t11ZsActivateFailDomainId OBJECT-TYPE
Packit 022b05
    SYNTAX       FcDomainIdOrZero
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "If the failure cause (as indicated by
Packit 022b05
           t11ZsSetFailCause) was specific to a particular
Packit 022b05
           device, this object contains the Domain_ID of that
Packit 022b05
           device.  Otherwise, this object contains zero."
Packit 022b05
    ::= { t11ZsActivateEntry 5 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- t11ZsActiveTable
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsActiveTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsActiveEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A table containing information on the currently
Packit 022b05
           enforced/active Zone Set on each Fabric.
Packit 022b05
           An active Zone Set cannot be modified.
Packit 022b05
           This table will be empty when no Zone Set is
Packit 022b05
           activated."
Packit 022b05
    ::= { t11ZsConfiguration 10 }
Packit 022b05
Packit 022b05
t11ZsActiveEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsActiveEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry represents an active Zone Set of a
Packit 022b05
           particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex), according to a particular
Packit 022b05
           switch (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex }
Packit 022b05
    ::= { t11ZsActiveTable 1 }
Packit 022b05
Packit 022b05
T11ZsActiveEntry ::= SEQUENCE {
Packit 022b05
    t11ZsActiveZoneSetName    T11ZoningName,
Packit 022b05
    t11ZsActiveActivateTime   TimeStamp
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsActiveZoneSetName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone Set on this Fabric."
Packit 022b05
    ::= { t11ZsActiveEntry 1 }
Packit 022b05
Packit 022b05
t11ZsActiveActivateTime OBJECT-TYPE
Packit 022b05
    SYNTAX       TimeStamp
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "The value of sysUpTime at which this entry was most
Packit 022b05
           recently activated.  If this row was activated prior to
Packit 022b05
           the last re-initialization of the local network management
Packit 022b05
           system, then this object will contain a zero value."
Packit 022b05
    ::= { t11ZsActiveEntry 2 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Zones in the Active/Enforced Zone Set
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsActiveZoneTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsActiveZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table contains all the Zones that are present in
Packit 022b05
           the active Zone Sets on all Fabrics."
Packit 022b05
    ::= { t11ZsConfiguration 11 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsActiveZoneEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry represents a Zone in the active Zone Set
Packit 022b05
           of a particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex), according to a particular
Packit 022b05
           switch (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex, t11ZsActiveZoneIndex }
Packit 022b05
    ::= { t11ZsActiveZoneTable 1 }
Packit 022b05
Packit 022b05
T11ZsActiveZoneEntry ::= SEQUENCE {
Packit 022b05
    t11ZsActiveZoneIndex           Unsigned32,
Packit 022b05
    t11ZsActiveZoneName            T11ZoningName,
Packit 022b05
    t11ZsActiveZoneBroadcastZoning TruthValue,
Packit 022b05
    t11ZsActiveZoneHardZoning      TruthValue
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsActiveZoneIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this Zone
Packit 022b05
           within the active Zone Set on a particular Fabric."
Packit 022b05
    ::= { t11ZsActiveZoneEntry 1 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11ZsActiveZoneName OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZoningName
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The name of this Zone."
Packit 022b05
    ::= { t11ZsActiveZoneEntry 2 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneBroadcastZoning OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object indicates whether broadcast Zoning is
Packit 022b05
           enabled on this Zone.  If broadcast Zoning is enabled,
Packit 022b05
           then broadcast frames generated by a member in this
Packit 022b05
           Zone will be restricted to members in this Zone.
Packit 022b05
Packit 022b05
           This object is only instantiated in Enhanced mode."
Packit 022b05
    ::= { t11ZsActiveZoneEntry 3 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneHardZoning OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object indicates whether hard Zoning is
Packit 022b05
           enabled on this Zone.
Packit 022b05
Packit 022b05
           This object is only instantiated in Enhanced mode."
Packit 022b05
    ::= { t11ZsActiveZoneEntry 4 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Zone Members in the Active/Enforced Zone Set
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsActiveZoneMemberTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsActiveZoneMemberEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table contains all members of all Zones
Packit 022b05
           within the active Zone Set on any Fabric."
Packit 022b05
    ::= { t11ZsConfiguration 12 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneMemberEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsActiveZoneMemberEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry represents a member of a Zone in the active
Packit 022b05
           Zone Set of a particular Fabric (identified by the value
Packit 022b05
           t11ZsServerFabricIndex), according to a particular
Packit 022b05
           switch (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex,
Packit 022b05
              t11ZsActiveZoneIndex, t11ZsActiveZoneMemberIndex }
Packit 022b05
    ::= { t11ZsActiveZoneMemberTable 1 }
Packit 022b05
Packit 022b05
T11ZsActiveZoneMemberEntry ::= SEQUENCE {
Packit 022b05
    t11ZsActiveZoneMemberIndex      Unsigned32,
Packit 022b05
    t11ZsActiveZoneMemberFormat     T11ZsZoneMemberType,
Packit 022b05
    t11ZsActiveZoneMemberID         OCTET STRING
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsActiveZoneMemberIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this
Packit 022b05
           member amongst the members of a particular Zone
Packit 022b05
           in the active Zone Set on a particular Fabric."
Packit 022b05
    ::= { t11ZsActiveZoneMemberEntry 1 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneMemberFormat OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsZoneMemberType
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object identifies the identifier format of the
Packit 022b05
           corresponding instance of t11ZsActiveZoneMemberID."
Packit 022b05
    ::= { t11ZsActiveZoneMemberEntry 2 }
Packit 022b05
Packit 022b05
t11ZsActiveZoneMemberID OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (1..255))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This value of this object identifies the member
Packit 022b05
           using the format specified in the corresponding
Packit 022b05
           instance of t11ZsActiveZoneMemberFormat."
Packit 022b05
    ::= { t11ZsActiveZoneMemberEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Zone Attributes in the Active/Enforced Zone Set
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsActiveAttribTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsActiveAttribEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This table contains information about some of the
Packit 022b05
           Attributes of the Zones within the active Zone Set
Packit 022b05
           on each Fabric.
Packit 022b05
Packit 022b05
           This table contains all the types of attributes
Packit 022b05
           that might apply zero, one, or more times to a Zone.
Packit 022b05
           Attributes that apply once and only to a Zone are
Packit 022b05
           specified in the t11ZsActiveZoneTable.
Packit 022b05
Packit 022b05
           This table will always be empty in Basic mode.
Packit 022b05
           It will also be empty if there are no Zones in
Packit 022b05
           any active Zone Set having any of the applicable
Packit 022b05
           types of attributes."
Packit 022b05
    ::= { t11ZsConfiguration 13 }
Packit 022b05
Packit 022b05
t11ZsActiveAttribEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsActiveAttribEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains an Attribute of a particular
Packit 022b05
           Zone in the active Zone Set of a particular Fabric
Packit 022b05
           (identified by the value of t11ZsServerFabricIndex),
Packit 022b05
           according to a particular switch (identified by
Packit 022b05
           values of fcmInstanceIndex and fcmSwitchIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex,
Packit 022b05
              t11ZsActiveZoneIndex, t11ZsActiveAttribIndex }
Packit 022b05
    ::= { t11ZsActiveAttribTable 1 }
Packit 022b05
Packit 022b05
T11ZsActiveAttribEntry ::= SEQUENCE {
Packit 022b05
    t11ZsActiveAttribIndex        Unsigned32,
Packit 022b05
    t11ZsActiveAttribType         Unsigned32,
Packit 022b05
    t11ZsActiveAttribValue        OCTET STRING
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsActiveAttribIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (1..4294967295)
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "An index value that uniquely identifies this
Packit 022b05
           attribute amongst the other attributes for a
Packit 022b05
           particular Zone in the active Zone Set on a
Packit 022b05
           particular Fabric."
Packit 022b05
    ::= { t11ZsActiveAttribEntry 1 }
Packit 022b05
Packit 022b05
t11ZsActiveAttribType  OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..65535)
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The type of attribute:
Packit 022b05
Packit 022b05
                0001       - Protocol
Packit 022b05
                00E0 (hex) - Vendor Specific
Packit 022b05
Packit 022b05
           Note that type 2 (Hard) and type 3 (Broadcast)
Packit 022b05
           do not need to be represented here, because they
Packit 022b05
           are represented by t11ZsActiveZoneBroadcastZoning and
Packit 022b05
           t11ZsActiveZoneHardZoning."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.3.8, Table 249."
Packit 022b05
    ::= { t11ZsActiveAttribEntry 2 }
Packit 022b05
Packit 022b05
t11ZsActiveAttribValue  OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (0..252))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The value of the attribute, formatted according to
Packit 022b05
           its type as indicated by the corresponding instance
Packit 022b05
           of t11ZsActiveAttribType.
Packit 022b05
Packit 022b05
           As specified in FC-GS-5, the length of an attribute
Packit 022b05
           value is at least 4 bytes, and if necessary, the value
Packit 022b05
           is appended with zero bytes so that the length is a
Packit 022b05
           multiple of 4.  For a Vendor-Specific attribute
Packit 022b05
           value, the first 8 bytes contain the T10 Vendor ID
Packit 022b05
           as described in FC-GS-5."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Generic Services-5 (FC-GS-5),
Packit 022b05
           ANSI INCITS 427-2007, section 6.4.8.3.8."
Packit 022b05
    ::= { t11ZsActiveAttribEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Zone Server Statistics
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsStatsTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsStatsEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A table of statistics maintained by Zone Servers."
Packit 022b05
    ::= { t11ZsStatistics 1 }
Packit 022b05
Packit 022b05
t11ZsStatsEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsStatsEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A set of statistics for a Zone Server on a
Packit 022b05
           particular Fabric (identified by the value of
Packit 022b05
           t11ZsServerFabricIndex) on a particular switch
Packit 022b05
           (identified by values of fcmInstanceIndex and
Packit 022b05
           fcmSwitchIndex)."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex }
Packit 022b05
    ::= { t11ZsStatsTable 1 }
Packit 022b05
Packit 022b05
T11ZsStatsEntry ::= SEQUENCE {
Packit 022b05
    t11ZsOutMergeRequests     Counter32,
Packit 022b05
    t11ZsInMergeAccepts       Counter32,
Packit 022b05
    t11ZsInMergeRequests      Counter32,
Packit 022b05
    t11ZsOutMergeAccepts      Counter32,
Packit 022b05
    t11ZsOutChangeRequests    Counter32,
Packit 022b05
    t11ZsInChangeAccepts      Counter32,
Packit 022b05
    t11ZsInChangeRequests     Counter32,
Packit 022b05
    t11ZsOutChangeAccepts     Counter32,
Packit 022b05
    t11ZsInZsRequests         Counter32,
Packit 022b05
    t11ZsOutZsRejects         Counter32
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsOutMergeRequests OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Merge Request Frames sent by this Zone
Packit 022b05
           Server to other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 1 }
Packit 022b05
Packit 022b05
t11ZsInMergeAccepts OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Merge Accept Frames received by this Zone
Packit 022b05
           Server from other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 2 }
Packit 022b05
Packit 022b05
t11ZsInMergeRequests OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Merge Request Frames received by this Zone
Packit 022b05
           Server from other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 3 }
Packit 022b05
Packit 022b05
t11ZsOutMergeAccepts OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Merge Accept Frames sent by this Zone
Packit 022b05
           Server to other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 4 }
Packit 022b05
Packit 022b05
t11ZsOutChangeRequests OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of change requests sent (via the Fabric
Packit 022b05
           Management Session Protocol) by this Zone Server to
Packit 022b05
           other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           This includes Acquire Change Authorization requests, Stage
Packit 022b05
           Fabric Config Update requests, Update Fabric Config requests
Packit 022b05
           and Release Change Authorization requests.  It also includes
Packit 022b05
           the corresponding types of requests defined by the Enhanced
Packit 022b05
           Commit Service.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, sections 10.6 and 13."
Packit 022b05
    ::= { t11ZsStatsEntry 5 }
Packit 022b05
Packit 022b05
t11ZsInChangeAccepts OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of SW_ACC messages received from other Zone
Packit 022b05
           Servers in the same Fabric (according to the Fabric
Packit 022b05
           Management Session Protocol) in response to change
Packit 022b05
           requests by this Zone Server.
Packit 022b05
Packit 022b05
           This includes SW_ACC messages received in response to
Packit 022b05
           Acquire Change Authorization requests, to Stage Fabric
Packit 022b05
           Config Update requests, to Update Fabric Config requests,
Packit 022b05
           and to Release Change Authorization requests.  It also
Packit 022b05
           includes responses to the corresponding types of requests
Packit 022b05
           defined for the Enhanced Commit Service.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, sections 10.6 and 13."
Packit 022b05
    ::= { t11ZsStatsEntry 6 }
Packit 022b05
Packit 022b05
t11ZsInChangeRequests OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of change requests received (via the Fabric
Packit 022b05
           Management Session Protocol) by this Zone Server from
Packit 022b05
           other Zone Servers in the same Fabric.
Packit 022b05
Packit 022b05
           This includes Acquire Change Authorization requests, Stage
Packit 022b05
           Fabric Config Update requests, Update Fabric Config requests
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           and Release Change Authorization requests.  It also includes
Packit 022b05
           the corresponding types of requests defined by the Enhanced
Packit 022b05
           Commit Service.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, sections 10.6 and 13."
Packit 022b05
    ::= { t11ZsStatsEntry 7 }
Packit 022b05
Packit 022b05
t11ZsOutChangeAccepts OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of SW_ACC messages sent by this Zone Server
Packit 022b05
           (according to the Fabric Management Session Protocol) in
Packit 022b05
           response to change requests from other Zone Servers in
Packit 022b05
           the same Fabric.
Packit 022b05
Packit 022b05
           This includes SW_ACC messages sent in response to
Packit 022b05
           Acquire Change Authorization requests, to Stage Fabric
Packit 022b05
           Config Update requests, to Update Fabric Config requests
Packit 022b05
           and to Release Change Authorization requests.  It also
Packit 022b05
           includes responses to the corresponding types of requests
Packit 022b05
           defined for the Enhanced Commit Service.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    REFERENCE
Packit 022b05
           "Fibre Channel - Switch Fabric-4 (FC-SW-4),
Packit 022b05
           ANSI INCITS 418-2006, April 2006, sections 10.6 and 13."
Packit 022b05
    ::= { t11ZsStatsEntry 8 }
Packit 022b05
Packit 022b05
t11ZsInZsRequests OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Zone Server requests received by this
Packit 022b05
           Zone Server on this Fabric, both those received in
Packit 022b05
           Basic mode and in Enhanced mode.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
t11ZsOutZsRejects OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The number of Zone Server requests rejected by this
Packit 022b05
           Zone Server on this Fabric, both those rejected in
Packit 022b05
           Basic mode and in Enhanced mode.
Packit 022b05
Packit 022b05
           This counter has no discontinuities other than those
Packit 022b05
           that all Counter32s have when sysUpTime=0."
Packit 022b05
    ::= { t11ZsStatsEntry 10 }
Packit 022b05
Packit 022b05
--
Packit 022b05
-- Notification Control Table
Packit 022b05
--
Packit 022b05
Packit 022b05
t11ZsNotifyControlTable OBJECT-TYPE
Packit 022b05
    SYNTAX       SEQUENCE OF T11ZsNotifyControlEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A table of control information for notifications
Packit 022b05
           generated due to Zone Server events."
Packit 022b05
    ::= { t11ZsConfiguration 14 }
Packit 022b05
Packit 022b05
t11ZsNotifyControlEntry OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsNotifyControlEntry
Packit 022b05
    MAX-ACCESS   not-accessible
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Each entry contains notification control information
Packit 022b05
           specific to a Zone Server for a particular Fabric
Packit 022b05
           (identified by the value of t11ZsServerFabricIndex)
Packit 022b05
           on a particular switch (identified by values of
Packit 022b05
           fcmInstanceIndex and fcmSwitchIndex).
Packit 022b05
Packit 022b05
           The persistence across reboots of writable values in
Packit 022b05
           a row of this table is specified by the instance of
Packit 022b05
           t11ZsServerDatabaseStorageType that is INDEXed by
Packit 022b05
           the same values of fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
           and t11ZsServerFabricIndex."
Packit 022b05
    INDEX   { fcmInstanceIndex, fcmSwitchIndex,
Packit 022b05
              t11ZsServerFabricIndex }
Packit 022b05
    ::= { t11ZsNotifyControlTable 1 }
Packit 022b05
Packit 022b05
T11ZsNotifyControlEntry ::= SEQUENCE {
Packit 022b05
     t11ZsNotifyRequestRejectEnable    TruthValue,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
     t11ZsNotifyMergeFailureEnable     TruthValue,
Packit 022b05
     t11ZsNotifyMergeSuccessEnable     TruthValue,
Packit 022b05
     t11ZsNotifyDefZoneChangeEnable    TruthValue,
Packit 022b05
     t11ZsNotifyActivateEnable         TruthValue,
Packit 022b05
     t11ZsRejectCtCommandString        OCTET STRING,
Packit 022b05
     t11ZsRejectRequestSource          FcNameIdOrZero,
Packit 022b05
     t11ZsRejectReasonCode             T11NsGs4RejectReasonCode,
Packit 022b05
     t11ZsRejectReasonCodeExp          T11ZsRejectReasonExplanation,
Packit 022b05
     t11ZsRejectReasonVendorCode       OCTET STRING
Packit 022b05
}
Packit 022b05
Packit 022b05
t11ZsNotifyRequestRejectEnable OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies whether t11ZsRequestRejectNotify
Packit 022b05
           notifications should be generated by the Zone Server
Packit 022b05
           for this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 1 }
Packit 022b05
Packit 022b05
t11ZsNotifyMergeFailureEnable OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies whether t11ZsMergeFailureNotify
Packit 022b05
           notifications should be generated by the Zone Server
Packit 022b05
           for this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 2 }
Packit 022b05
Packit 022b05
t11ZsNotifyMergeSuccessEnable OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies whether t11ZsMergeSuccessNotify
Packit 022b05
           notifications should be generated by the Zone Server
Packit 022b05
           for this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 3 }
Packit 022b05
Packit 022b05
t11ZsNotifyDefZoneChangeEnable OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies whether t11ZsDefZoneChangeNotify
Packit 022b05
           notifications should be generated by the Zone Server
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           for this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 4 }
Packit 022b05
Packit 022b05
t11ZsNotifyActivateEnable OBJECT-TYPE
Packit 022b05
    SYNTAX       TruthValue
Packit 022b05
    MAX-ACCESS   read-write
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object specifies whether t11ZsActivateNotify
Packit 022b05
           notifications should be generated by the Zone Server
Packit 022b05
           for this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 5 }
Packit 022b05
Packit 022b05
t11ZsRejectCtCommandString OBJECT-TYPE
Packit 022b05
    SYNTAX        OCTET STRING (SIZE (0..255))
Packit 022b05
    MAX-ACCESS    read-only
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The binary content of the Zone Server request,
Packit 022b05
           formatted as an octet string (in network byte order)
Packit 022b05
           containing the Common Transport Information Unit
Packit 022b05
           (CT_IU), as described in Table 2 of FC-GS-5 (including
Packit 022b05
           the preamble), which was most recently rejected by the
Packit 022b05
           Fabric Configuration Server for this Fabric.
Packit 022b05
Packit 022b05
           This object contains the zero-length string
Packit 022b05
           if and when the CT-IU's content is unavailable.
Packit 022b05
Packit 022b05
           When the length of this object is 255 octets, it
Packit 022b05
           contains the first 255 octets of the CT-IU (in
Packit 022b05
           network byte order)."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 6 }
Packit 022b05
Packit 022b05
t11ZsRejectRequestSource OBJECT-TYPE
Packit 022b05
    SYNTAX       FcNameIdOrZero
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The WWN that was the source of the CT_IU
Packit 022b05
           contained in the corresponding instance of
Packit 022b05
           t11ZsRejectCtCommandString."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 7 }
Packit 022b05
Packit 022b05
t11ZsRejectReasonCode OBJECT-TYPE
Packit 022b05
    SYNTAX       T11NsGs4RejectReasonCode
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "The reason code corresponding to the most recent
Packit 022b05
           rejection of a request by the Zone Server for
Packit 022b05
           this Fabric."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 8 }
Packit 022b05
Packit 022b05
t11ZsRejectReasonCodeExp OBJECT-TYPE
Packit 022b05
    SYNTAX       T11ZsRejectReasonExplanation
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When the value of t11ZsRejectReasonCode is
Packit 022b05
           'Unable to perform command request', this
Packit 022b05
           object contains the corresponding reason code
Packit 022b05
           explanation."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 9 }
Packit 022b05
Packit 022b05
t11ZsRejectReasonVendorCode       OBJECT-TYPE
Packit 022b05
    SYNTAX       OCTET STRING (SIZE (1))
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "When the value of t11ZsRejectReasonCode is
Packit 022b05
           'Vendor Specific Error', this object contains
Packit 022b05
           the corresponding vendor-specific reason code."
Packit 022b05
    ::= { t11ZsNotifyControlEntry 10 }
Packit 022b05
Packit 022b05
t11ZsFabricIndex OBJECT-TYPE
Packit 022b05
    SYNTAX       Unsigned32 (0..4096)
Packit 022b05
    MAX-ACCESS   accessible-for-notify
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This object contains either a value of
Packit 022b05
           T11FabricIndex to identify the Fabric on which
Packit 022b05
           some occurrence has caused a notification to be
Packit 022b05
           generated, or it has the value 4096 to indicate
Packit 022b05
           all applicable Fabrics."
Packit 022b05
    ::= { t11ZsConfiguration 15 }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
-- Notifications
Packit 022b05
Packit 022b05
t11ZsRequestRejectNotify NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { t11FamLocalSwitchWwn,
Packit 022b05
                   t11ZsRejectRequestSource,
Packit 022b05
                   t11ZsRejectCtCommandString,
Packit 022b05
                   t11ZsRejectReasonCode,
Packit 022b05
                   t11ZsRejectReasonCodeExp,
Packit 022b05
                   t11ZsRejectReasonVendorCode }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This notification is generated whenever a Zone Server
Packit 022b05
           (indicated by the value of t11FamLocalSwitchWwn) rejects
Packit 022b05
           a request.
Packit 022b05
Packit 022b05
           The value of t11ZsRejectCtCommandString indicates the
Packit 022b05
           rejected request, and the values of t11ZsRejectReasonCode,
Packit 022b05
           t11ZsRejectReasonCodeExp and t11ZsRejectReasonVendorCode
Packit 022b05
           indicate the reason for the rejection.  The value of
Packit 022b05
           t11ZsRequestClient indicates the source of the request."
Packit 022b05
    ::= { t11ZsMIBNotifications 1 }
Packit 022b05
Packit 022b05
t11ZsMergeFailureNotify NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { ifIndex, t11ZsFabricIndex }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This notification indicates that a Zone merge
Packit 022b05
           failure has occurred on the Fabric indicated by the
Packit 022b05
           value of t11ZsFabricIndex, on the interface
Packit 022b05
           indicated by the value of ifIndex.
Packit 022b05
Packit 022b05
           If multiple Virtual Fabrics are configured on an
Packit 022b05
           interface, and all have a Zone merge failure
Packit 022b05
           at the same time, then just one notification is
Packit 022b05
           generated and t11ZsFabricIndex has the value 4096."
Packit 022b05
    ::= { t11ZsMIBNotifications 2 }
Packit 022b05
Packit 022b05
t11ZsMergeSuccessNotify NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { ifIndex, t11ZsFabricIndex }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This notification indicates that a successful Zone
Packit 022b05
           merge has occurred on the Fabric indicated by the
Packit 022b05
           value of t11ZsFabricIndex, on the interface
Packit 022b05
           indicated by the value of ifIndex.
Packit 022b05
Packit 022b05
           If multiple Virtual Fabrics are configured on an
Packit 022b05
           interface, and all have a successful Zone Merge
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           at the same time, then just one notification is
Packit 022b05
           generated and t11ZsFabricIndex has the value 4096."
Packit 022b05
    ::= { t11ZsMIBNotifications 3 }
Packit 022b05
Packit 022b05
t11ZsDefZoneChangeNotify NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { t11ZsServerDefaultZoneSetting }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This notification indicates that the
Packit 022b05
           value of a Default Zone Setting has changed.
Packit 022b05
           The value of t11ZsServerDefaultZoneSetting
Packit 022b05
           contains the value after the change."
Packit 022b05
    ::= { t11ZsMIBNotifications 4 }
Packit 022b05
Packit 022b05
t11ZsActivateNotify NOTIFICATION-TYPE
Packit 022b05
    OBJECTS      { t11FamLocalSwitchWwn, t11ZsActivateResult }
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This notification is generated whenever a switch
Packit 022b05
           (indicated by the value of t11FamLocalSwitchWwn)
Packit 022b05
           activates/deactivates a Zone Set on a Fabric.
Packit 022b05
           The t11ZsActivateResult object denotes the outcome
Packit 022b05
           of the activation/deactivation."
Packit 022b05
    ::= { t11ZsMIBNotifications 5 }
Packit 022b05
Packit 022b05
-- Conformance
Packit 022b05
Packit 022b05
t11ZsMIBCompliances OBJECT IDENTIFIER ::= { t11ZsMIBConformance 1 }
Packit 022b05
t11ZsMIBGroups      OBJECT IDENTIFIER ::= { t11ZsMIBConformance 2 }
Packit 022b05
Packit 022b05
t11ZsMIBCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "The compliance statement for entities that
Packit 022b05
           implement the Zone Server."
Packit 022b05
    MODULE MANDATORY-GROUPS {t11ZsBasicGroup,
Packit 022b05
                             t11ZsNotificationControlGroup,
Packit 022b05
                             t11ZsNotificationGroup }
Packit 022b05
Packit 022b05
    GROUP        t11ZsEnhancedModeGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This group is mandatory only for those systems
Packit 022b05
           with Zone Servers that support Enhanced Mode."
Packit 022b05
Packit 022b05
    GROUP        t11ZsActivateGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Only entities that provide write access for
Packit 022b05
           activating a Zone Set support need to support
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           this group."
Packit 022b05
Packit 022b05
    GROUP        t11ZsStatisticsGroup
Packit 022b05
    DESCRIPTION
Packit 022b05
           "These counters, containing Zone Server statistics,
Packit 022b05
           are mandatory only for those systems that count
Packit 022b05
           such events."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsSetRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsSetZoneRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAliasRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneMemberRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAttribBlockRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAttribRowStatus
Packit 022b05
    SYNTAX       INTEGER { active(1) }
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerDatabaseStorageType
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerDistribute
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerCommit
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerReadFromDatabase
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerOperationMode
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerDefaultZoneSetting
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerMergeControlSetting
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsServerDefZoneBroadcast
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsSetName
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneName
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneAttribBlock
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAliasName
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneMemberFormat
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsZoneMemberID
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAttribBlockName
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAttribType
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsAttribValue
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsActivateRequest
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsActivateDeactivate
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    OBJECT       t11ZsNotifyRequestRejectEnable
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsNotifyMergeFailureEnable
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsNotifyMergeSuccessEnable
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsNotifyDefZoneChangeEnable
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    OBJECT       t11ZsNotifyActivateEnable
Packit 022b05
    MIN-ACCESS   read-only
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Write access is not required."
Packit 022b05
Packit 022b05
    ::= { t11ZsMIBCompliances 1 }
Packit 022b05
Packit 022b05
-- Units of Conformance
Packit 022b05
Packit 022b05
t11ZsBasicGroup OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11ZsServerCapabilityObject,
Packit 022b05
               t11ZsServerDatabaseStorageType,
Packit 022b05
               t11ZsServerDistribute,
Packit 022b05
               t11ZsServerResult,
Packit 022b05
               t11ZsServerReasonCode,
Packit 022b05
               t11ZsServerReasonCodeExp,
Packit 022b05
               t11ZsServerReasonVendorCode,
Packit 022b05
               t11ZsServerLastChange,
Packit 022b05
               t11ZsServerHardZoning,
Packit 022b05
               t11ZsServerReadFromDatabase,
Packit 022b05
               t11ZsServerOperationMode,
Packit 022b05
               t11ZsSetName,
Packit 022b05
               t11ZsSetRowStatus,
Packit 022b05
               t11ZsZoneName,
Packit 022b05
               t11ZsZoneAttribBlock,
Packit 022b05
               t11ZsZoneRowStatus,
Packit 022b05
               t11ZsSetZoneRowStatus,
Packit 022b05
               t11ZsZoneMemberFormat,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
               t11ZsZoneMemberID,
Packit 022b05
               t11ZsZoneMemberRowStatus,
Packit 022b05
               t11ZsActiveZoneSetName,
Packit 022b05
               t11ZsActiveActivateTime,
Packit 022b05
               t11ZsActiveZoneName,
Packit 022b05
               t11ZsActiveZoneMemberFormat,
Packit 022b05
               t11ZsActiveZoneMemberID
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of objects for displaying and updating
Packit 022b05
           the Zone configuration of a Zone Server capable of
Packit 022b05
           operating in Basic mode."
Packit 022b05
    ::= { t11ZsMIBGroups 1 }
Packit 022b05
Packit 022b05
t11ZsEnhancedModeGroup OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11ZsServerCommit,
Packit 022b05
               t11ZsServerChangeModeResult,
Packit 022b05
               t11ZsServerDefaultZoneSetting,
Packit 022b05
               t11ZsServerMergeControlSetting,
Packit 022b05
               t11ZsServerDefZoneBroadcast,
Packit 022b05
               t11ZsAliasName,
Packit 022b05
               t11ZsAliasRowStatus,
Packit 022b05
               t11ZsAttribBlockName,
Packit 022b05
               t11ZsAttribBlockRowStatus,
Packit 022b05
               t11ZsAttribType,
Packit 022b05
               t11ZsAttribValue,
Packit 022b05
               t11ZsAttribRowStatus,
Packit 022b05
               t11ZsActiveZoneBroadcastZoning,
Packit 022b05
               t11ZsActiveZoneHardZoning,
Packit 022b05
               t11ZsActiveAttribType,
Packit 022b05
               t11ZsActiveAttribValue
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of additional objects for displaying
Packit 022b05
           and updating the Zone configuration of a Zone Server
Packit 022b05
           capable of operating in Enhanced mode."
Packit 022b05
    ::= { t11ZsMIBGroups 2 }
Packit 022b05
Packit 022b05
t11ZsStatisticsGroup OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11ZsOutMergeRequests,
Packit 022b05
               t11ZsInMergeAccepts,
Packit 022b05
               t11ZsInMergeRequests,
Packit 022b05
               t11ZsOutMergeAccepts,
Packit 022b05
               t11ZsOutChangeRequests,
Packit 022b05
               t11ZsInChangeAccepts,
Packit 022b05
               t11ZsInChangeRequests,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
               t11ZsOutChangeAccepts,
Packit 022b05
               t11ZsInZsRequests,
Packit 022b05
               t11ZsOutZsRejects
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of objects for collecting Zone Server
Packit 022b05
            statistics information."
Packit 022b05
    ::= { t11ZsMIBGroups 3 }
Packit 022b05
Packit 022b05
t11ZsNotificationControlGroup OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11ZsNotifyRequestRejectEnable,
Packit 022b05
               t11ZsNotifyMergeFailureEnable,
Packit 022b05
               t11ZsNotifyMergeSuccessEnable,
Packit 022b05
               t11ZsNotifyDefZoneChangeEnable,
Packit 022b05
               t11ZsNotifyActivateEnable,
Packit 022b05
               t11ZsRejectCtCommandString,
Packit 022b05
               t11ZsRejectRequestSource,
Packit 022b05
               t11ZsRejectReasonCode,
Packit 022b05
               t11ZsRejectReasonCodeExp,
Packit 022b05
               t11ZsRejectReasonVendorCode,
Packit 022b05
               t11ZsFabricIndex
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of notification control and
Packit 022b05
           notification information objects for monitoring
Packit 022b05
           Zone Server request rejection and Zone merge
Packit 022b05
           failures."
Packit 022b05
    ::= { t11ZsMIBGroups 4 }
Packit 022b05
Packit 022b05
t11ZsActivateGroup OBJECT-GROUP
Packit 022b05
    OBJECTS  { t11ZsActivateRequest,
Packit 022b05
               t11ZsActivateDeactivate,
Packit 022b05
               t11ZsActivateResult,
Packit 022b05
               t11ZsActivateFailCause,
Packit 022b05
               t11ZsActivateFailDomainId
Packit 022b05
             }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of objects that allow a Zone Set to
Packit 022b05
           be activated via SNMP SetRequests and provide the
Packit 022b05
           status and result of such an activation."
Packit 022b05
    ::= { t11ZsMIBGroups 5 }
Packit 022b05
Packit 022b05
t11ZsNotificationGroup NOTIFICATION-GROUP
Packit 022b05
    NOTIFICATIONS { t11ZsRequestRejectNotify,
Packit 022b05
                    t11ZsMergeFailureNotify,
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                    t11ZsMergeSuccessNotify,
Packit 022b05
                    t11ZsDefZoneChangeNotify,
Packit 022b05
                    t11ZsActivateNotify }
Packit 022b05
    STATUS        current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A collection of notification(s) for monitoring
Packit 022b05
           Zone Server request rejection, Zone merge
Packit 022b05
           failures and successes, and Default Zoning
Packit 022b05
           behavioral changes."
Packit 022b05
    ::= { t11ZsMIBGroups 6 }
Packit 022b05
Packit 022b05
END