-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-WAN-ATM-PARTY-MIB.mib
388 lines (322 loc) · 11.9 KB
/
CISCO-WAN-ATM-PARTY-MIB.mib
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
-- ****************************************************************
-- CISCO-WAN-ATM-PARTY-MIB.my:
--
-- CISCO MSSBU ATM Point-to-Multipoint Connection Party MIB
--
-- Copyright (c) 2002 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-WAN-ATM-PARTY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
Integer32,
Unsigned32
FROM SNMPv2-SMI
RowStatus,
TruthValue,
DisplayString,
TEXTUAL-CONVENTION FROM SNMPv2-TC
MODULE-COMPLIANCE,
OBJECT-GROUP FROM SNMPv2-CONF
ifIndex FROM IF-MIB
ciscoMgmt FROM CISCO-SMI;
ciscoWanAtmPartyMIB MODULE-IDENTITY
LAST-UPDATED "200206170000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]
"
DESCRIPTION
"A management station can use this MIB to provision,
manage or delete one or more 'parties' on an ATM
point-to-multipoint Soft PVCC(SPVC) connection.
The user must add a root endpoint to the managed system
before proceed to add one or more 'parties' to the root.
The provision and management of a 'root' endpoint is
beyond the scope of this MIB. Please refer to
CISCO-WAN-ATM-CONN-MIB.my for the provisioning and
management of a 'root' endpoint.
This MIB is based on 'ITU-T recommendation Q.2971 (10/95)
BROADBAND INTEGRATED SERVICES DIGITAL NETWORK (B-ISDN)
- DIGITAL SUBSCRIBER SIGNALLING SYSTEM No. 2 (DSS 2) -
USER-NETWORK INTERFACE LAYER 3 SPECIFICATION FOR POINT-
TO-MULTIPOINT CALL/CONNECTION CONTROL"
REVISION "200206170000Z"
DESCRIPTION "Initial version of the MIB"
::= { ciscoMgmt 99998 }
ciscoWanAtmPartyMIBNotifs
OBJECT IDENTIFIER ::= { ciscoWanAtmPartyMIB 0 }
ciscoWanAtmPartyMIBObjects
OBJECT IDENTIFIER ::= { ciscoWanAtmPartyMIB 1 }
cwapConfig
OBJECT IDENTIFIER ::= { ciscoWanAtmPartyMIBObjects 1 }
ciscoWanAtmPartyMIBConform
OBJECT IDENTIFIER ::= { ciscoWanAtmPartyMIB 2 }
-- TEXTUAL CONVENTIONS
WanPartyAdminStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines 'administrative status' of a 'party'."
SYNTAX INTEGER {
up(1),
down(2)
}
WanPartyOperStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Defines 'operational status' of a 'party'."
SYNTAX INTEGER {
ok(1),
fail(2)
}
WanNsapAtmAddress ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"ATM address used by the managed system. The only
address type presently supported is ATM Network Service
Access Point (NSAP) addresses (20 octets)."
SYNTAX OCTET STRING (SIZE(20))
-- Party Configuration Group
cwapConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwapConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains mandatory 'party' configuration
for all ATM point-to-multipoint Soft Permanent Virtual
Channel Connections (SPVC).
"
::= { cwapConfig 1 }
cwapConfigEntry OBJECT-TYPE
SYNTAX CwapConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the 'cwapConfigTable'. Each entry
corresponds to one party of a point-to-multipoint
connection.
(1) To add an entry, the management
application must first provision a 'root' endpoint.
(2) While adding an entry, the variables
'cwapNSAPAddress', 'cwapVpi' and 'cwapVci' are
mandatory. The 'cwapNSAPAddress', 'csapVpi'
and 'cwapVci' are not required to be unique.
(3) The row creation will fail if the root endpoint does
not exist.
(4) The following management operations are permitted on
a row when the 'cwapRowStatus' is 'active':
a) row deletion.
b) toggling of the administrative status of a 'party'
via the 'cwapAdminStatus' object.
c) triggering a reroute via the 'cwapReroute' object.
(5) The table index 'ifIndex' refers to that of the root.
The 'ifIndex' identifies an ATM Virtual Interface
('ifType' atmVirtual(149)).
"
INDEX {ifIndex, cwapRootVpi,
cwapRootVci, cwapReference}
::= { cwapConfigTable 1 }
CwapConfigEntry ::=
SEQUENCE {
cwapRootVpi Integer32,
cwapRootVci Integer32,
cwapReference Integer32,
cwapNSAPAddress WanNsapAtmAddress,
cwapVpi Integer32,
cwapVci Integer32,
cwapAdminStatus WanPartyAdminStatus,
cwapOperStatus WanPartyOperStatus,
cwapReroute TruthValue,
cwapIdentifier Unsigned32,
cwapUploadCounter Unsigned32,
cwapRootPhysicalId DisplayString,
cwapRowStatus RowStatus
}
cwapRootVpi OBJECT-TYPE
SYNTAX Integer32 (0..4095)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the Virtual Path
Identifier(VPI) of the root endpoint
this party is associated with."
::= { cwapConfigEntry 1 }
cwapRootVci OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the Virtual
Channel Identifier (VCI) of the root
endpoint this party is associated with."
::= { cwapConfigEntry 2 }
cwapReference OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An arbitrary integer which serves to distinguish
between the multiple parties attached to a root of
a point-to-multipoint SPVC."
::= { cwapConfigEntry 3 }
cwapNSAPAddress OBJECT-TYPE
SYNTAX WanNsapAtmAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ATM NSAP address of this party."
::= { cwapConfigEntry 4 }
cwapVpi OBJECT-TYPE
SYNTAX Integer32 (0..4095)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VPI value of this party."
::= { cwapConfigEntry 5 }
cwapVci OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VCI value of this party."
::= { cwapConfigEntry 6 }
cwapReroute OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The management station uses this object to trigger the
re-routing of the party.
* Rerouting takes effect, when this object is set to true(1).
When set to false(2), no action is taken.
* The value 'false' will always be returned on snmp query
to this variable.
* During reroute operation, the 'cwapOperStatus' will contain
the value 'fail'. Upon successful completion of reroute,
the 'cwapOperStatus' will change to the value 'ok'. If the
reroute operation failed, the 'cwapOperStatus' will stay in
'fail'. The management station should query the
'cwapOperStatus' to decide if a reroute request is
successful or not."
DEFVAL { false }
::= { cwapConfigEntry 7 }
cwapAdminStatus OBJECT-TYPE
SYNTAX WanPartyAdminStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The 'administrative status' of this party.
"
DEFVAL { up }
::= { cwapConfigEntry 8 }
cwapOperStatus OBJECT-TYPE
SYNTAX WanPartyOperStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The 'operational status' of this party."
::= { cwapConfigEntry 9 }
cwapIdentifier OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An arbitrary integer which serves to
distinguish all parties on a node.
This value is assigned by the managed
system when a party is added.
The use of this variable is implementation specific."
::= { cwapConfigEntry 10 }
cwapUploadCounter OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This counter is used by the management station to
determine if a party had been modified and requires
further action from management station.
The use of this variable is implementation specific.
This functionality is conventionally achieved by time
stamping using a time-of-day clock. However, in switches
where time-of-day clock is not available, the following
scheme is used:
The upload counter is incremented, when:
* assignment of a party to a cwapIdentifier. This
happens when a party is added and assigned this
cwapIdentifier.
* de-assignment of connection from a cwapIdentifier. This
happens when a connection is deleted.
* When there is a status change done to this party."
::= { cwapConfigEntry 11 }
cwapRootPhysicalId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains physical description of the
physical interface the root resides. The presentation of
this object is implementation specific."
::= { cwapConfigEntry 12 }
cwapRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to create, modify or delete an entry
in the ciscoWanAtmPartyTable.
* A row may be created using the 'CreateAndGo' option. When
the row is successfully created, the RowStatus would be
set to 'active' by the agent.
* A row may be deleted by setting the RowStatus to 'destroy'.
"
::= { cwapConfigEntry 13 }
ciscoWanAtmPartyMIBCompliances OBJECT IDENTIFIER
::= { ciscoWanAtmPartyMIBConform 1 }
ciscoWanAtmPartyMIBGroups OBJECT IDENTIFIER
::= { ciscoWanAtmPartyMIBConform 2 }
-- compliance statements
ciscoWanAtmPartyMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMPv2 entities which
implement one or more parties of an ATM point-to-
multi-point connection."
MODULE -- this module
MANDATORY-GROUPS { ciscoWanAtmPartyGroup }
OBJECT cwapRowStatus
SYNTAX INTEGER {
active(1), createAndGo(4), destroy(6)
}-- subset of RowStatus
DESCRIPTION
"Only three of the six enumerated values for the
RowStatus textual convention need to be supported."
::= { ciscoWanAtmPartyMIBCompliances 1 }
-- units of conformance
ciscoWanAtmPartyGroup OBJECT-GROUP
OBJECTS {
cwapNSAPAddress,
cwapVpi,
cwapVci,
cwapAdminStatus,
cwapOperStatus,
cwapReroute,
cwapIdentifier,
cwapUploadCounter,
cwapRootPhysicalId,
cwapRowStatus
}
STATUS current
DESCRIPTION
"This group contains the information of a
'party' per each SPVC point-to-multipoint
connection."
::= { ciscoWanAtmPartyMIBGroups 2 }
END