~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  IANA-ADDRESS-FAMILY-NUMBERS-MIB DEFINITIONS ::= BEGIN
 
2
 
 
3
  IMPORTS
 
4
      MODULE-IDENTITY,
 
5
      mib-2                               FROM SNMPv2-SMI
 
6
      TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
 
7
 
 
8
  ianaAddressFamilyNumbers MODULE-IDENTITY
 
9
      LAST-UPDATED "200203140000Z"  -- March 14, 2002
 
10
      ORGANIZATION "IANA"
 
11
      CONTACT-INFO
 
12
          "Postal:    Internet Assigned Numbers Authority
 
13
                      Internet Corporation for Assigned Names
 
14
                      and Numbers
 
15
                      4676 Admiralty Way, Suite 330
 
16
                      Marina del Rey, CA 90292-6601
 
17
                      USA
 
18
 
 
19
          Tel:    +1  310-823-9358
 
20
          E-Mail: iana@iana.org"
 
21
      DESCRIPTION
 
22
          "The MIB module defines the AddressFamilyNumbers
 
23
          textual convention."
 
24
 
 
25
      -- revision history
 
26
 
 
27
      REVISION     "200203140000Z"  -- March 14, 2002
 
28
      DESCRIPTION  "AddressFamilyNumbers assignment 22 to 
 
29
                   fibreChannelWWPN. AddressFamilyNumbers 
 
30
                   assignment 23 to fibreChannelWWNN.
 
31
                   AddressFamilyNumers assignment 24 to gwid."
 
32
 
 
33
      REVISION     "200009080000Z"  -- September 8, 2000
 
34
      DESCRIPTION  "AddressFamilyNumbers assignment 19 to xtpOverIpv4.  
 
35
                   AddressFamilyNumbers assignment 20 to xtpOverIpv6.  
 
36
                   AddressFamilyNumbers assignment 21 to xtpNativeModeXTP."
 
37
 
 
38
      REVISION     "200003010000Z"  -- March 1, 2000
 
39
      DESCRIPTION  "AddressFamilyNumbers assignment 17 to distinguishedName. 
 
40
                   AddressFamilyNumbers assignment 18 to asNumber."
 
41
 
 
42
      REVISION     "200002040000Z"  -- February 4, 2000
 
43
      DESCRIPTION  "AddressFamilyNumbers assignment 16 to dns."
 
44
 
 
45
      REVISION     "9908260000Z"  -- August 26, 1999
 
46
      DESCRIPTION  "Initial version, published as RFC 2677."
 
47
      ::= { mib-2 72 }
 
48
 
 
49
  AddressFamilyNumbers ::= TEXTUAL-CONVENTION
 
50
      STATUS       current
 
51
      DESCRIPTION
 
52
          "The definition of this textual convention with the
 
53
          addition of newly assigned values is published
 
54
          periodically by the IANA, in either the Assigned
 
55
          Numbers RFC, or some derivative of it specific to
 
56
          Internet Network Management number assignments.
 
57
          (The latest arrangements can be obtained by
 
58
          contacting the IANA.)
 
59
 
 
60
          The enumerations are described as:
 
61
 
 
62
          other(0),    -- none of the following
 
63
          ipV4(1),     -- IP Version 4
 
64
          ipV6(2),     -- IP Version 6
 
65
          nsap(3),     -- NSAP
 
66
          hdlc(4),     -- (8-bit multidrop)
 
67
          bbn1822(5),
 
68
          all802(6),   -- (includes all 802 media
 
69
                       --   plus Ethernet 'canonical format')
 
70
          e163(7),
 
71
          e164(8),     -- (SMDS, Frame Relay, ATM)
 
72
          f69(9),      -- (Telex)
 
73
          x121(10),    -- (X.25, Frame Relay)
 
74
          ipx(11),     -- IPX (Internet Protocol Exchange)
 
75
          appleTalk(12),  -- Apple Talk
 
76
          decnetIV(13),   -- DEC Net Phase IV
 
77
          banyanVines(14),  -- Banyan Vines
 
78
          e164withNsap(15),
 
79
                       -- (E.164 with NSAP format subaddress)
 
80
          dns(16),     -- (Domain Name System)
 
81
          distinguishedName(17), -- (Distinguished Name, per X.500)
 
82
          asNumber(18), -- (16-bit quantity, per the AS number space)
 
83
          xtpOverIpv4(19),  -- XTP over IP version 4
 
84
          xtpOverIpv6(20),  -- XTP over IP version 6
 
85
          xtpNativeModeXTP(21),  -- XTP native mode XTP
 
86
          fibreChannelWWPN(22),  -- Fibre Channel World-Wide Port Name 
 
87
          fibreChannelWWNN(23),  -- Fibre Channel World-Wide Node Name
 
88
          gwid(24),    -- Gateway Identifier 
 
89
          reserved(65535)
 
90
 
 
91
          Requests for new values should be made to IANA via
 
92
          email (iana@iana.org)."
 
93
      SYNTAX  INTEGER {
 
94
                  other(0),
 
95
                  ipV4(1),
 
96
                  ipV6(2),
 
97
                  nsap(3),
 
98
                  hdlc(4),
 
99
                  bbn1822(5),
 
100
                  all802(6),
 
101
                  e163(7),
 
102
                  e164(8),
 
103
                  f69(9),
 
104
                  x121(10),
 
105
                  ipx(11),
 
106
                  appleTalk(12),
 
107
                  decnetIV(13),
 
108
                  banyanVines(14),
 
109
                  e164withNsap(15),
 
110
                  dns(16),
 
111
                  distinguishedName(17), -- (Distinguished Name, per X.500)
 
112
                  asNumber(18), -- (16-bit quantity, per the AS number space)
 
113
                  xtpOverIpv4(19),
 
114
                  xtpOverIpv6(20),
 
115
                  xtpNativeModeXTP(21),
 
116
                  fibreChannelWWPN(22),
 
117
                  fibreChannelWWNN(23),
 
118
                  gwid(24),
 
119
                  reserved(65535)
 
120
              }
 
121
      END