-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-SWITCH-CEF-MIB-V1SMI.my
347 lines (309 loc) · 8.97 KB
/
CISCO-SWITCH-CEF-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
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
-- MIB file created 15-Mar-2012 20:43:40, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-SWITCH-CEF-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-SWITCH-CEF-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
entPhysicalIndex
FROM ENTITY-MIB
ciscoMgmt
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoSwitchCefMIB OBJECT IDENTIFIER ::= { ciscoMgmt 790 }
-- MODULE-IDENTITY
-- LastUpdated
-- 201112150000Z
-- 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 module defines management objects for the
-- CEF features on Cisco Layer 2 and Layer 3 devices.
--
-- Definition of some of the terms used in this MIB:
--
-- CEF - Cisco Express Forwarding.
--
-- VPN - Virtual private network.
--
-- VRF - VPN Routing and Forwarding instance.
--
-- MPLS - Multiprotocol Label Switching
--
-- EoMPLS - Ethernet over MPLS
-- RevDate
-- 201112150000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoSwitchCefMIBNotifs OBJECT IDENTIFIER ::= { ciscoSwitchCefMIB 0 }
ciscoSwitchCefMIBObjects OBJECT IDENTIFIER ::= { ciscoSwitchCefMIB 1 }
ciscoSwitchCefMIBConform OBJECT IDENTIFIER ::= { ciscoSwitchCefMIB 2 }
cscStats OBJECT IDENTIFIER ::= { ciscoSwitchCefMIBObjects 1 }
cscSwitchCefMIBCompliances OBJECT IDENTIFIER ::= { ciscoSwitchCefMIBConform 1 }
cscSwitchCefMIBGroups OBJECT IDENTIFIER ::= { ciscoSwitchCefMIBConform 2 }
cscSwitchCefStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF CscSwitchCefStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides CEF statistics for switching engines."
::= { cscStats 1 }
cscSwitchCefStatsEntry OBJECT-TYPE
SYNTAX CscSwitchCefStatsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry providing CEF statistics information
maintained by a particular switching engine entity
(identified by entPhysicalIndex).
An entry of this table is created if a switch engine
with these CEF statistics is detected by the
managed system.
An entry of this table is deleted if the
removal of the switching engine itself."
INDEX { entPhysicalIndex }
::= { cscSwitchCefStatsTable 1 }
CscSwitchCefStatsEntry ::= SEQUENCE {
cscIpv4NonVrfRoutes Gauge,
cscIpv4VrfRoutes Gauge,
cscIpv4MulticastRoutes Gauge,
cscIpv4UnicastRoutes Gauge,
cscIpv6GlobalRoutes Gauge,
cscIpv6NonVrfRoutes Gauge,
cscIpv6VrfRoutes Gauge,
cscIpv6LinkLocalRoutes Gauge,
cscIpv6MulticastRoutes Gauge,
cscIpv6UnicastRoutes Gauge,
cscMplsRoutes Gauge,
cscMplsVpnRoutes Gauge,
cscEomL2Routes Gauge,
cscEomIpv4MulticastRoutes Gauge,
cscEomIpv6MulticastRoutes Gauge,
cscTotalRoutes Gauge
}
cscIpv4NonVrfRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv4 non VRF routes."
::= { cscSwitchCefStatsEntry 1 }
cscIpv4VrfRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv4 VRF routes."
::= { cscSwitchCefStatsEntry 2 }
cscIpv4MulticastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv4 multicast routes."
::= { cscSwitchCefStatsEntry 3 }
cscIpv4UnicastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv4 unicast routes."
::= { cscSwitchCefStatsEntry 4 }
cscIpv6GlobalRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 global routes."
::= { cscSwitchCefStatsEntry 5 }
cscIpv6NonVrfRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 non VRF routes."
::= { cscSwitchCefStatsEntry 6 }
cscIpv6VrfRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 VRF routes."
::= { cscSwitchCefStatsEntry 7 }
cscIpv6LinkLocalRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 link-local routes."
::= { cscSwitchCefStatsEntry 8 }
cscIpv6MulticastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 multicast routes."
::= { cscSwitchCefStatsEntry 9 }
cscIpv6UnicastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of IPv6 unicast routes."
::= { cscSwitchCefStatsEntry 10 }
cscMplsRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of MPLS routes."
::= { cscSwitchCefStatsEntry 11 }
cscMplsVpnRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of MPLS VPN routes."
::= { cscSwitchCefStatsEntry 12 }
cscEomL2Routes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of EoMPLS L2 routes."
::= { cscSwitchCefStatsEntry 13 }
cscEomIpv4MulticastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of EoMPLS Ipv4 Multicast routes."
::= { cscSwitchCefStatsEntry 14 }
cscEomIpv6MulticastRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of EoMPLS Ipv6 Multicast routes."
::= { cscSwitchCefStatsEntry 15 }
cscTotalRoutes OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of routes."
::= { cscSwitchCefStatsEntry 16 }
cscSwitchCefIpv4StatsGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing Ipv4
-- statistics for switching engines.
-- objects
-- cscIpv4NonVrfRoutes, cscIpv4VrfRoutes, cscIpv4MulticastRoutes,
-- cscIpv4UnicastRoutes
cscSwitchCefIpv6StatsGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing Ipv6
-- statistics for switching engines.
-- objects
-- cscIpv6NonVrfRoutes, cscIpv6VrfRoutes, cscIpv6MulticastRoutes,
-- cscIpv6UnicastRoutes
cscSwitchCefIpv6GlobalStatsGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing Ipv6 Global
-- statistics for switching engines.
-- objects
-- cscIpv6GlobalRoutes
cscSwitchCefIpv6LinkLocalGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 4 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing Ipv6 Link Local Route
-- statistics for switching engines.
-- objects
-- cscIpv6LinkLocalRoutes
cscSwitchCefEomL2Group OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 5 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing EoMPLS L2 Route
-- statistics for switching engines.
-- objects
-- cscEomL2Routes
cscMplsStatsGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 6 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing MPLS Route
-- statistics for switching engines.
-- objects
-- cscMplsRoutes
cscMplsStatsGroupExt OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 7 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing additional MPLS CEF
-- statistics for switching engines.
-- objects
-- cscMplsVpnRoutes, cscEomIpv4MulticastRoutes,
-- cscEomIpv6MulticastRoutes
cscTotalStatsGroup OBJECT IDENTIFIER ::= { cscSwitchCefMIBGroups 8 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing MPLS CEF
-- statistics for switching engines.
-- objects
-- cscTotalRoutes
cscSwitchCefMIBCompliance OBJECT IDENTIFIER ::= { cscSwitchCefMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for
-- CISCO-SWITCH-CEF-MIB.
-- Module
-- >>current<<
-- MandGroup
-- cscSwitchCefIpv4StatsGroup
-- MandGroup
-- cscSwitchCefIpv6StatsGroup
-- MandGroup
-- cscTotalStatsGroup
-- OptGroup
-- cscSwitchCefIpv6GlobalStatsGroup
-- OptGroup
-- cscSwitchCefIpv6LinkLocalGroup
-- OptGroup
-- cscSwitchCefEomL2Group
-- OptGroup
-- cscMplsStatsGroup
-- OptGroup
-- cscMplsStatsGroupExt
END