Blame mibs/ietf/T11-TC-MIB

Packit 022b05
T11-TC-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, Unsigned32, mib-2
Packit 022b05
                                     FROM SNMPv2-SMI  -- [RFC2578]
Packit 022b05
    TEXTUAL-CONVENTION               FROM SNMPv2-TC;  -- [RFC2579]
Packit 022b05
Packit 022b05
t11TcMIB MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED "200603020000Z"
Packit 022b05
    ORGANIZATION "T11"
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
                  Phone: +1 408 853-9172
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 USA 95134
Packit 022b05
                  Phone: +1 408-526-5260
Packit 022b05
                  EMail: kzm@cisco.com"
Packit 022b05
    DESCRIPTION
Packit 022b05
           "This module defines textual conventions used in T11 MIBs.
Packit 022b05
Packit 022b05
           Copyright (C) The Internet Society (2006).  This version
Packit 022b05
           of this MIB module is part of RFC 4439;  see the RFC
Packit 022b05
           itself for full legal notices."
Packit 022b05
    REVISION    "200603020000Z"
Packit 022b05
    DESCRIPTION
Packit 022b05
           "Initial version of this MIB module, published as RFC 4439."
Packit 022b05
    ::= { mib-2 136 }
Packit 022b05
Packit 022b05
T11FabricIndex ::= TEXTUAL-CONVENTION
Packit 022b05
    DISPLAY-HINT  "d"
Packit 022b05
    STATUS    current
Packit 022b05
    DESCRIPTION
Packit 022b05
           "A Fabric Index that is used as a unique
Packit 022b05
           index value to identify a particular Fabric within
Packit 022b05
           one (or more) physical infrastructures.
Packit 022b05
Packit 022b05
           In an environment that is conformant to FC-SW-3, where
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
           there is always exactly one Fabric in a single physical
Packit 022b05
           infrastructure, the value of this Fabric Index will
Packit 022b05
           always be 1.
Packit 022b05
Packit 022b05
           However, the current standard, FC-SW-4, defines
Packit 022b05
           how multiple Fabrics, each with its own management
Packit 022b05
           instrumentation, could operate within one (or more)
Packit 022b05
           physical infrastructures.  When such multiple Fabrics
Packit 022b05
           are in use, this index value is used to uniquely
Packit 022b05
           identify a particular Fabric within a physical
Packit 022b05
           infrastructure.
Packit 022b05
Packit 022b05
           Note that the value of this textual convention has a
Packit 022b05
           range of (0..4095) so as to be consistent with FC-SW-4,
Packit 022b05
           which says that a 'VF_ID Bitmap' is 512 bytes long, with
Packit 022b05
           the high-order bit representing VF_ID zero, and the
Packit 022b05
           low-order bit representing 4095."
Packit 022b05
    REFERENCE   "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
Packit 022b05
                 ANSI INCITS 418-2006, section 6.1.27.2.4."
Packit 022b05
    SYNTAX      Unsigned32 (0..4095)
Packit 022b05
Packit 022b05
END