summaryrefslogtreecommitdiff
path: root/MIBS/enterasys/CTRON-ETWMIM-MIB
blob: ff14d0b12d242d7dac55d368447150190995edbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
CTRON-ETWMIM-MIB DEFINITIONS ::= BEGIN

        --  ETWMIM-MIB
        --  Revision: 0.02.00
        --  Part Number: 2170991
        --  Date: August 14, 1995

        --  Cabletron Systems, Inc.
        --  35 Industrial Way, P.O. Box 5005
        --  Rochester, NH 03867-0505
        --  (603) 332-9400
        --  support@ctron.com

        --  This module provides authoritative definitions for part
        --  of the naming tree below:
        --
        --              cabletron { enterprises 52 }
        --
        --  This module will be extended, as additional sub-sections
        --  of this naming tree are defined.
        --

        --  Cabletron Systems reserves the right to make changes in 
        --  specification and other information contained in this document 
        --  without prior notice.  The reader should consult Cabletron Systems
        --  to determine whether any such changes have been made.
        --
        --  In no event shall Cabletron Systems be liable for any incidental, 
        --  indirect, special, or consequential damages whatsoever (including 
        --  but not limited to lost profits) arising out of or related to this
        --  document or the information contained in it, even if Cabletron
        --  Systems has been advised of, known, or should have known, the 
        --  possibility of such damages.
        --
        --  Cabletron grants vendors, end-users, and other interested parties
        --  a non-exclusive license to use this Specification in connection
        --  with the management of Cabletron products.

        --  Copyright August 95 Cabletron Systems


        -- 
        -- 
        IMPORTS
                        OBJECT-TYPE                     FROM RFC-1212
                        ctPModuleETWMIM                 FROM CTRON-MIB-NAMES;


        etwDbExist OBJECT-TYPE
                SYNTAX  INTEGER {
                                exists(1),
                                no-exists(2)
                                }
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "Denotes whether a T1 daughter board is attached to the 
                         Etwmim card being managed"
                ::= { ctPModuleETWMIM 1 }

        etwDbEnabled OBJECT-TYPE
                SYNTAX  INTEGER {
                                enabled(1),
                                disabled(2)
                                }
                ACCESS  read-write
                STATUS  mandatory
                DESCRIPTION
                        "This object exists if etwDbExist is 1. Setting
                         this object to 1 will cause the WAN port to use the
                         daughterboard T1 port. Setting this object to 2
                         will cause the WAN port to use the synchronous port"
                ::= { ctPModuleETWMIM 2 }       
        
        etwDbFracToggle OBJECT-TYPE
                SYNTAX  INTEGER {
                                update-table(1),
                                display-new(2),
                                display-old(3),
                                restore-old(4)
                                }
                ACCESS  read-write
                STATUS  mandatory
                DESCRIPTION
                        "This object exists if etwDbExist is 1.  Setting this
                        object to 1 will cause the T1 fractional table to be
                        updated with the new values, as entered. Setting this
                        object to 2, will cause the T1 fractional table to be
                        the table as it is being entered. Setting this object
                        to 3, will cause the T1 fractional table to be the
                        table that is currently in use, regardless of any
                        changes being entered.  Setting this object to 4, will
                        cause any changes that have been made to the fractional
                        table since the last update-table to be deleted."
                REFERENCE 
                        "IETF RFC 1232"
                ::= { ctPModuleETWMIM 3 }       

        etwFWRev        OBJECT-TYPE
                SYNTAX  OCTET STRING (SIZE(8))
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "Denotes the revision of firmware in the module.
                        The format of the string is xx.xx.xx, where the first
                        pair indicates version, and the second pair indicates
                        revision."
                ::= { ctPModuleETWMIM 4 }

        etwHWRev        OBJECT-TYPE
                SYNTAX  INTEGER
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "Denotes the revision of hardware."
                ::= { ctPModuleETWMIM 5 }

        etwEpimEnabled OBJECT-TYPE
                SYNTAX  INTEGER {
                                enabled(1),
                                disabled(2)
                                }
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This object gives the status of the EPIM port on the
                        etwmim.  A value of 1 indicates that the hardware has
                        been set to use the Epim port for the ethernet
                        connection.  A value of 2 indicates that the hardware
                        has been set to use the A channel for the ethernet
                        connection"
                ::=  { ctPModuleETWMIM 6 }

        etwEpimType             OBJECT-TYPE
                SYNTAX  OBJECT IDENTIFIER 
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "Identifies the type of EPIM that is present in the
                        EPIM slot. The value is allocated in the Ctron naming 
                        tree."
                ::=     { ctPModuleETWMIM 7 }

        etwEpimLink             OBJECT-TYPE
                SYNTAX  INTEGER {
                                link-established(1),
                                link-not-established(2),
                                link-unknown(3)
                                }
                ACCESS  read-only
                STATUS  mandatory
                DESCRIPTION
                        "This object will indicate whether a link is
                        established on the EPIM link.  A value of 1 indicates
                        that a link is established. A value of 2 indicates that
                        a link is not established.  A value of 3 indicates that
                        the status of the link is unknown or not valid for the
                        type of Epim installed."
                ::=     { ctPModuleETWMIM 8 }

        etwClearNvramOnBoot     OBJECT-TYPE
                SYNTAX  INTEGER 
                ACCESS  read-write
                STATUS  mandatory
                DESCRIPTION
                        "When set to a 1, the system will clear all persistant
                         objects, except for the download objects,  from nvram 
                         on the next system boot"
                ::=     { ctPModuleETWMIM 9 }

END