Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / T11-TC-MIB
1 T11-TC-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY, Unsigned32, mib-2
5                                      FROM SNMPv2-SMI  -- [RFC2578]
6     TEXTUAL-CONVENTION               FROM SNMPv2-TC;  -- [RFC2579]
7
8 t11TcMIB MODULE-IDENTITY
9     LAST-UPDATED "200603020000Z"
10     ORGANIZATION "T11"
11     CONTACT-INFO
12             "     Claudio DeSanti
13                   Cisco Systems, Inc.
14                   170 West Tasman Drive
15                   San Jose, CA 95134 USA
16                   Phone: +1 408 853-9172
17                   EMail: cds@cisco.com
18
19                   Keith McCloghrie
20                   Cisco Systems, Inc.
21                   170 West Tasman Drive
22                   San Jose, CA USA 95134
23                   Phone: +1 408-526-5260
24                   EMail: kzm@cisco.com"
25     DESCRIPTION
26            "This module defines textual conventions used in T11 MIBs.
27
28            Copyright (C) The Internet Society (2006).  This version
29            of this MIB module is part of RFC 4439;  see the RFC
30            itself for full legal notices."
31     REVISION    "200603020000Z"
32     DESCRIPTION
33            "Initial version of this MIB module, published as RFC 4439."
34     ::= { mib-2 136 }
35
36 T11FabricIndex ::= TEXTUAL-CONVENTION
37     DISPLAY-HINT  "d"
38     STATUS    current
39     DESCRIPTION
40            "A Fabric Index that is used as a unique
41            index value to identify a particular Fabric within
42            one (or more) physical infrastructures.
43
44            In an environment that is conformant to FC-SW-3, where
45
46
47
48            there is always exactly one Fabric in a single physical
49            infrastructure, the value of this Fabric Index will
50            always be 1.
51
52            However, the current standard, FC-SW-4, defines
53            how multiple Fabrics, each with its own management
54            instrumentation, could operate within one (or more)
55            physical infrastructures.  When such multiple Fabrics
56            are in use, this index value is used to uniquely
57            identify a particular Fabric within a physical
58            infrastructure.
59
60            Note that the value of this textual convention has a
61            range of (0..4095) so as to be consistent with FC-SW-4,
62            which says that a 'VF_ID Bitmap' is 512 bytes long, with
63            the high-order bit representing VF_ID zero, and the
64            low-order bit representing 4095."
65     REFERENCE   "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
66                  ANSI INCITS 418-2006, section 6.1.27.2.4."
67     SYNTAX      Unsigned32 (0..4095)
68
69 END