-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-WAN-RPM-CONN-EXT-MIB-V1SMI.my
300 lines (274 loc) · 9.49 KB
/
CISCO-WAN-RPM-CONN-EXT-MIB-V1SMI.my
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
-- MIB file created 07-Jan-2004 14:37:46, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-WAN-RPM-CONN-EXT-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-WAN-RPM-CONN-EXT-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
TruthValue
FROM SNMPv2-TC-v1
ciscoWan
FROM CISCOWAN-SMI
--?? may need import of ifIndex from IF-MIB
ifIndex
FROM IF-MIB
cwaChanVpi, cwaChanVci
FROM CISCO-WAN-ATM-CONN-MIB
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoWanRpmConnExtMIB OBJECT IDENTIFIER ::= { ciscoWan 9 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200205210000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- Descr
-- This MIB together with the CISCO-WAN-ATM-CONN-MIB support
-- provisioning of PVC endpoints and SPVCs on the MGX's Route
-- Processor Module (RPM).
-- RevDate
-- 200205210000Z
-- RevDescr
-- Importing Unsigned32 from SNMPv2-SMI.
-- RevDate
-- 200203180000Z
-- RevDescr
-- Modified the range of cwrChanVirtualTemplate
-- to be consistent with value supported in CLI.
-- The Range has been modified from 0..25 to 0..200.
-- RevDate
-- 199909300000Z
-- RevDescr
-- Initial Version of this MIB Module.
cwRpmConnExtMIBObjects OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIB 1 }
cwRpmConnExt OBJECT IDENTIFIER ::= { cwRpmConnExtMIBObjects 1 }
ciscoWanRpmConnExtMIBConformance OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIB 2 }
ciscoWanRpmConnExtMIBCompliances OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIBConformance 1 }
ciscoWanRpmConnExtMIBGroups OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIBConformance 2 }
cwRpmChanExtTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwRpmChanExtEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table together with the 'cwAtmChanCnfgTable' support
provisioning of PVC endpoints and SPVCs on an RPM. This
table contains objects that are specific to RPM.
This table is an augmentation to the 'cwAtmChanCnfgTable'."
::= { cwRpmConnExt 1 }
cwRpmChanExtEntry OBJECT-TYPE
SYNTAX CwRpmChanExtEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry contains RPM specific parameters for a
connection endpoint on an RPM."
INDEX { ifIndex, cwaChanVpi, cwaChanVci }
-- Augments cwAtmChanCnfgEntry FROM CISCO-WAN-ATM-CONN-MIB
::= { cwRpmChanExtTable 1 }
CwRpmChanExtEntry ::= SEQUENCE {
cwrChanSubInterface Gauge,
cwrChanVcd Gauge,
cwrChanAalEncapType INTEGER,
cwrChanVirtualTemplate Gauge,
cwrChanInArpInterval Gauge,
cwrChanOamLoopbkTxInterval Gauge,
cwrChanOamManage TruthValue,
cwrChanOamRetryUpCount Gauge,
cwrChanOamRetryDownCount Gauge,
cwrChanOamRetryInterval Gauge
}
cwrChanSubInterface OBJECT-TYPE
SYNTAX Gauge(0..4294967295)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The RPM's backplane sub-interface for which this channel
is configured. Sub-interface 0 means the switch port."
DEFVAL { 0 }
::= { cwRpmChanExtEntry 1 }
cwrChanVcd OBJECT-TYPE
SYNTAX Gauge(0..4095)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Virtual Circuit Descriptor. A unique number which identifies
a connection."
::= { cwRpmChanExtEntry 2 }
cwrChanAalEncapType OBJECT-TYPE
SYNTAX INTEGER {
aal5ciscoPPP(1),
aal5muxAPOLLO(2),
aal5muxAPPLETALK(3),
aal5muxDECNET(4),
aal5muxIP(5),
aal5muxIPX(6),
aal5muxPPP(7),
aal5muxVINES(8),
aal5muxXNS(9),
aal5nlpid(10),
aal5snap(11),
ilmi(12),
qsaal(13)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"ATM adaptation layer (AAL) and Encapsulation type.
aal5ciscoPPP - For Cisco PPP over ATM.
'cwrChanVirtualTemplate' is required to be
set for this type.
aal5muxAPOLLO - For a multiplex (MUX) - type virtual
circuit using the Apollo protocol.
aal5muxAPPLETALK - For a MUX-type virtual circuit using the
AppleTalk protocol.
aal5muxDECNET - For a MUX-type virtual circuit using the
DECnet protocol.
aal5muxIP - For a MUX-type virtual circuit using the
IP protocol.
aal5muxIPX - For a MUX-type virtual circuit using the
IPX protocol.
aal5muxPPP - For a MUX-type virtual circuit using the
PPP protocol.
'cwrChanVirtualTemplate' is required to be
set for this type.
aal5muxVINES - For a MUX-type virtual circuit using the
VINES protocol.
aal5muxXNS - For a MUX-type virtual circuit using the
XNS protocol.
aal5nlpid - Allows ATM interfaces to interoperate with
HSSI.
aal5snap - The only encapsulation supported for
Inverse ARP. Logical Link Control/
Subnetwork Access Protocol (LLC/SNAP)
precedes the protocol datagram.
ilmi - Used to set up communication with ILMI.
qsaal - A signalling type PVC used for setting up
or tearing down SVCs."
DEFVAL { aal5snap }
::= { cwRpmChanExtEntry 3 }
cwrChanVirtualTemplate OBJECT-TYPE
SYNTAX Gauge(0..200)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object identifies the virtual template.
The non-zero value need to be specified for
Cisco PPP or MUX-type PPP encapsulation
(i.e. cwrChanAalEncapType = aal5ciscoPPP or
aal5muxPPP).
The value 0 signifies that Virtual Template
is not applicable. "
DEFVAL { 0 }
::= { cwRpmChanExtEntry 4 }
cwrChanInArpInterval OBJECT-TYPE
SYNTAX Gauge(0..60)
-- Units
-- minutes
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This specifies how often Inverse ARP datagrams will be sent
on this channel. 0 will disable the InArp for this channel.
This object is only supported for aal5snap encapsulation
(i.e. cwrChanAalEncapType = aal5snap)."
DEFVAL { 15 }
::= { cwRpmChanExtEntry 5 }
cwrChanOamLoopbkTxInterval OBJECT-TYPE
SYNTAX Gauge(0..600)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This specifies how often to generate an OAM F5 loopback cell
from this channel. 0 will disable generation of OAM F5
loopback cells."
DEFVAL { 10 }
::= { cwRpmChanExtEntry 6 }
cwrChanOamManage OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This enables/disables OAM management for this channel.
If set to true(1), OAM management is enabled."
DEFVAL { false }
::= { cwRpmChanExtEntry 7 }
cwrChanOamRetryUpCount OBJECT-TYPE
SYNTAX Gauge(1..600)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Number of consecutive end-to-end F5 OAM loopback cell
responses that must be received in order to change a PVC
connection state to up.
This object only applies if OAM management is enabled
(i.e. cwrChanOAMManage = true)."
DEFVAL { 3 }
::= { cwRpmChanExtEntry 8 }
cwrChanOamRetryDownCount OBJECT-TYPE
SYNTAX Gauge(1..600)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Number of consecutive end-to-end F5 OAM loopback cell
responses that are not received in order to change a PVC
connection state to down.
This object only applies if OAM management is enabled
(i.e. cwrChanOAMManage = true)."
DEFVAL { 5 }
::= { cwRpmChanExtEntry 9 }
cwrChanOamRetryInterval OBJECT-TYPE
SYNTAX Gauge(1..1000)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The frequency that end-to-end F5 OAM loopback cells are
transmitted when a change in UP/DOWN state of a PVC is
being verified.
This object only applies if OAM management is enabled
(i.e. cwrChanOAMManage = true)."
DEFVAL { 1 }
::= { cwRpmChanExtEntry 10 }
ciscoWanRpmConnExtMIBGroup OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- Objects related to ATM connection in RPM module.
-- objects
-- cwrChanSubInterface, cwrChanVcd, cwrChanAalEncapType,
-- cwrChanVirtualTemplate, cwrChanInArpInterval,
-- cwrChanOamLoopbkTxInterval, cwrChanOamManage,
-- cwrChanOamRetryUpCount, cwrChanOamRetryDownCount,
-- cwrChanOamRetryInterval
ciscoWanRpmConnExtMIBCompliance OBJECT IDENTIFIER ::= { ciscoWanRpmConnExtMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for the Cisco MGX RPM connection
-- management group.
-- Module
-- >>current<<
-- MandGroup
-- ciscoWanRpmConnExtMIBGroup
END