Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / ITU-ALARM-TC-MIB
1 ITU-ALARM-TC-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4    MODULE-IDENTITY, mib-2
5        FROM SNMPv2-SMI         -- [RFC2578]
6    TEXTUAL-CONVENTION
7        FROM SNMPv2-TC;         -- [RFC2579]
8
9   ituAlarmTc MODULE-IDENTITY
10       LAST-UPDATED "200409090000Z"  -- September 09, 2004
11       ORGANIZATION "IETF Distributed Management Working Group"
12       CONTACT-INFO
13          " WG EMail: disman@ietf.org
14            Subscribe: disman-request@ietf.org
15            http://www.ietf.org/html.charters/disman-charter.html
16
17            Chair:     Randy Presuhn
18                       randy_presuhn@mindspring.com
19
20            Editors:   Sharon Chisholm
21                       Nortel Networks
22                       PO Box 3511 Station C
23                       Ottawa, Ont.  K1Y 4H7
24                       Canada
25                       schishol@nortelnetworks.com
26
27                       Dan Romascanu
28                       Avaya
29                       Atidim Technology Park, Bldg. #3
30                       Tel Aviv, 61131
31                       Israel
32                       Tel: +972-3-645-8414
33                       Email: dromasca@avaya.com"
34       DESCRIPTION
35          "This MIB module defines the ITU Alarm
36          textual convention for objects not expected to require
37          regular extension.
38
39          Copyright (C) The Internet Society (2004).  The
40          initial version of this MIB module was published
41          in RFC 3877.  For full legal notices see the RFC
42          itself.  Supplementary information may be available on:
43          http://www.ietf.org/copyrights/ianamib.html"
44       REVISION    "200409090000Z"  -- September 09, 2004
45       DESCRIPTION
46           "Initial version, published as RFC 3877."
47
48
49
50      ::= { mib-2 120 }
51
52 ItuPerceivedSeverity ::= TEXTUAL-CONVENTION
53     STATUS current
54     DESCRIPTION
55             "ITU perceived severity values"
56     REFERENCE
57            "ITU Recommendation M.3100, 'Generic Network Information
58             Model', 1995
59             ITU Recommendation X.733, 'Information Technology - Open
60             Systems Interconnection - System Management: Alarm
61             Reporting Function', 1992"
62     SYNTAX         INTEGER
63            {
64            cleared (1),
65            indeterminate (2),
66            critical (3),
67            major (4),
68            minor (5),
69            warning (6)
70            }
71
72 ItuTrendIndication ::= TEXTUAL-CONVENTION
73     STATUS current
74     DESCRIPTION
75             "ITU trend indication values for alarms."
76     REFERENCE
77            "ITU Recommendation M.3100, 'Generic Network Information
78             Model', 1995
79             ITU Recommendation X.733, 'Information Technology - Open
80             Systems Interconnection - System Management: Alarm
81             Reporting Function', 1992"
82     SYNTAX         INTEGER
83       {
84       moreSevere (1),
85       noChange (2),
86       lessSevere (3)
87       }
88
89 END