summaryrefslogtreecommitdiff
path: root/MIBS/allied/AT-STACK-MIB
blob: 550876c5e438409758b3b8cc2cbeab3f6f1a27a3 (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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
-- ============================================================================
-- AT-PAE.MIB, Allied Telesis enterprise MIB: stacking module
--
-- Copied from AT-STACK.MIB of pre 2.9.1 release
--
-- Copyright (c) 2006 by Allied Telesis, Inc.
-- All rights reserved.
-- 
-- ============================================================================

AT-STACK-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE
        FROM SNMPv2-SMI

    DisplayString
        FROM SNMPv2-TC

	modules,
	DisplayStringUnsized
		FROM AT-SMI-MIB
	hostId
		FROM AT-SYSINFO-MIB
;

stack MODULE-IDENTITY
    LAST-UPDATED "200605241222Z"
    ORGANIZATION "Allied Telesis, Inc"
	CONTACT-INFO
	    "http://www.alliedtelesis.com"
	DESCRIPTION
	    "This MIB file contains definitions of managed objects for the
	    handling of stacking Allied Telesis switches. "

    REVISION "200605030926Z"
DESCRIPTION
	"Initial Revision"

::= { modules 120 }

-- The stack group contains objects for managing stack members.

stackId OBJECT-TYPE
    SYNTAX  INTEGER (1..16) 
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
            "The stack ID variable identifies the given device as belonging to the stack
			with the given stack ID. The default stack ID is 1. To change the stack ID,
			stacking must be disabled. Once the stack ID is changed and stacking
			enabled again, the member joins an existing stack with the same stack ID or
			forms a new stack with its stack ID."
	DEFVAL { 1 }
		::= { stack 1 }

 stackSnmpHost OBJECT-TYPE
    SYNTAX  INTEGER (1..32) 
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
            "The SNMP host variable specifies the host ID of the stack member that
			should responds to SNMP requests. It defaults to the lowest host ID that is
			active in the stack, and is re-evaluated whenever the stack membership
			changes. This ensures that the variable always has a value that corresponds
			to a valid stack member."
		::= { stack 2 }

 stackStatus OBJECT-TYPE
    SYNTAX  INTEGER {enabled(1), disabled (2)} 
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
			"The stack status variable specifies the current status of the stack module on
			the current SNMP host. The default is disabled (1)."
		::= { stack 3 }

 stackInterface OBJECT-TYPE
    SYNTAX  DisplayString
    MAX-ACCESS  read-only
    STATUS  current
    DESCRIPTION
			"The stack interface variable is used to specify the
			interface on the current SNMP host that should be used to send and receive
			stack messages. The default is none and can be replaced by an existing
			VLAN."
		::= { stack 4 }

 stackAuth OBJECT-TYPE
    SYNTAX  INTEGER {none (0), plaintext (1), md5 (2)} 
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
			"The stack authentication variable specifies whether stacking messages
			should be authenticated with the password given as the value of the stack
			password variable. By default, the authentication method is none (0). If
			plaintext (1) is specified, a cleartext password authenticates stacking
			messages. If MD5 (2) is specified, an encrypted password authenticates
			stacking protocol packets. The authentication type"
		::= { stack 5 }

 stackPassword OBJECT-TYPE
    SYNTAX  DisplayStringUnsized (SIZE(0..8))
    MAX-ACCESS  read-write
    STATUS  current
    DESCRIPTION
			"The stack password variable holds a text string that authenticates stack
			messages. By default, this variable holds an empty string. This must be
			changed before setting the stack authentication method to plaintext or MD5."
		::= { stack 6 }

counters     OBJECT IDENTIFIER ::= { stack 7 }

	debugErrors OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Stack debug errors."
	::= { counters 1 }

rxPkts OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Stacking packets received."
	::= { counters 2 }

rxDiscards OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Stacking packets received and discarded."
	::= { counters 3 }

txPkts OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Stacking packets transmited."
	::= { counters 4 }

txFails OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Stacking packets transmit failures."
	::= { counters 5 }

sdrCount OBJECT-TYPE
	SYNTAX INTEGER
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Number of stacking records in database."
	::= { counters 6 }

stackMemberTable OBJECT-TYPE
	SYNTAX SEQUENCE OF StackMemberEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
		"This table displays details about each of the stack members that are present
		in the stack to which the current SNMP host belongs. The details provided
		are the host ID, MAC address, designated and backup master, and state of
		each host."
		::= { stack 8 }

stackMemberEntry OBJECT-TYPE
	SYNTAX StackMemberEntry
	MAX-ACCESS not-accessible
	STATUS current
	DESCRIPTION
		"An entry in the ATR enterprise stackMemberTable table."
	INDEX { hostId }
		::= { stackMemberTable 1 }

StackMemberEntry ::=
	SEQUENCE {
		memberHostId			INTEGER (1..32),
		macAddress				DisplayString,
		dedicatedMaster			INTEGER (1..32),
		backupDedicatedMaster	INTEGER (1..32),
		state					DisplayString
	}

memberHostId OBJECT-TYPE
	SYNTAX INTEGER (1..32)
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"The host Id of this member."
	::= { stackMemberEntry 1 }

macAddress OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"The MAC address of this member."
	::= { stackMemberEntry 2 }

dedicatedMaster OBJECT-TYPE
	SYNTAX INTEGER (1..32)
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Host Id of the dedicated master."
	::= { stackMemberEntry 3 }

backupDedicatedMaster OBJECT-TYPE
	SYNTAX INTEGER (1..32)
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"Host Id of the backup dedicated master."
	::= { stackMemberEntry 4 }

state OBJECT-TYPE
	SYNTAX DisplayString
	MAX-ACCESS  read-only
	STATUS  current
	DESCRIPTION
		"The state of this member."
	::= { stackMemberEntry 5 }

END