Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / iana / IANA-MALLOC-MIB
1 \r
2 IANA-MALLOC-MIB DEFINITIONS ::= BEGIN\r
3 \r
4 IMPORTS\r
5     MODULE-IDENTITY, mib-2           FROM SNMPv2-SMI\r
6     TEXTUAL-CONVENTION               FROM SNMPv2-TC;\r
7 \r
8 ianaMallocMIB MODULE-IDENTITY\r
9     LAST-UPDATED "200301271200Z" -- January 27, 2003\r
10     ORGANIZATION "IANA"\r
11     CONTACT-INFO\r
12             " Internet Assigned Numbers Authority\r
13               Internet Corporation for Assigned Names and Numbers\r
14               4676 Admiralty Way, Suite 330\r
15               Marina del Rey, CA 90292-6601\r
16 \r
17               Phone: +1 310 823 9358\r
18               EMail: iana&iana.org"\r
19     DESCRIPTION\r
20             "This MIB module defines the IANAscopeSource and\r
21             IANAmallocRangeSource textual conventions for use in MIBs\r
22             which need to identify ways of learning multicast scope and\r
23             range information.\r
24 \r
25             Any additions or changes to the contents of this MIB module\r
26             require either publication of an RFC, or Designated Expert\r
27             Review as defined in the Guidelines for Writing IANA\r
28             Considerations Section document.  The Designated Expert will\r
29             be selected by the IESG Area Director(s) of the Transport\r
30             Area."\r
31 \r
32     -- revision log\r
33 \r
34     REVISION     "200301271200Z" -- January 27, 2003\r
35     DESCRIPTION\r
36             "Initial version."\r
37     ::= { mib-2 102 } \r
38 \r
39 IANAscopeSource ::= TEXTUAL-CONVENTION\r
40    STATUS  current\r
41    DESCRIPTION\r
42             "The source of multicast scope information."\r
43    SYNTAX  INTEGER {\r
44               other(1),  -- none of the following\r
45               manual(2), -- statically configured\r
46               local(3),  -- automatically added by the system,\r
47                          -- such as a Source-Specific Multicast\r
48                          -- scope\r
49               mzap(4),   -- MZAP\r
50               madcap(5)  -- MADCAP\r
51            }\r
52 \r
53 IANAmallocRangeSource ::= TEXTUAL-CONVENTION\r
54    STATUS  current\r
55    DESCRIPTION\r
56             "The source of multicast address allocation range\r
57             information."\r
58    SYNTAX  INTEGER {\r
59               other(1),  -- none of the following\r
60               manual(2), -- statically configured\r
61               local(3)   -- automatically added by the system,\r
62                          -- such as a Source-Specific Multicast\r
63                          -- range\r
64            }\r
65 \r
66 END\r
67 \r