-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-CONTENT-NETWORK-MIB-V1SMI.my
279 lines (253 loc) · 7.77 KB
/
CISCO-CONTENT-NETWORK-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
-- MIB file created 06-Feb-2002 10:59:20, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-CONTENT-NETWORK-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-CONTENT-NETWORK-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
ZeroBasedCounter32
FROM RMON2-MIB
ciscoMgmt
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215;
ciscoContentNetworkMIB OBJECT IDENTIFIER ::= { ciscoMgmt 216 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200110111825Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems Customer Service
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134-1706 USA
-- Tel: +1 800 553-NETS
-- E-mail: [email protected]
-- Descr
-- This MIB module defines objects for Content Network devices.
--
-- A Content Network is a collection of devices that optimizes the
-- delivery of Internet content (such as HTML documents and MPEG
-- files) by caching content near clients, by proactively pushing
-- content into those caches, and by routing each client request to
-- the best device available at that moment to serve the particular
-- content requested.
--
-- Content Network devices include Content Engines (CEs) for
-- serving content, Content Routers (CRs) for routing client
-- requests, and Content Distribution Managers (CDMs) for
-- administering the network.
-- RevDate
-- 200110111825Z
-- RevDescr
-- Deprecated:
-- ccnNotifServerStart
-- ccnNotifServerStop
-- Added:
-- ccnNotifOffline
-- ccnNotifNeedsAttention
-- ccnNotifWaitingForCdm
-- ccnNotifOnline
-- RevDate
-- 200105232134Z
-- RevDescr
-- Initial version of this MIB module.
ciscoContentNetworkMIBObjects OBJECT IDENTIFIER ::= { ciscoContentNetworkMIB 1 }
ccnReport OBJECT IDENTIFIER ::= { ciscoContentNetworkMIBObjects 1 }
ccnReportDns OBJECT IDENTIFIER ::= { ccnReport 1 }
ccnReportAcct OBJECT IDENTIFIER ::= { ccnReport 2 }
ciscoContentNetworkMIBNotif OBJECT IDENTIFIER ::= { ciscoContentNetworkMIB 2 }
ccnNotifications OBJECT IDENTIFIER ::= { ciscoContentNetworkMIBNotif 0 }
ccnMIBConformance OBJECT IDENTIFIER ::= { ciscoContentNetworkMIB 3 }
ccnMIBCompliances OBJECT IDENTIFIER ::= { ccnMIBConformance 1 }
ccnMIBGroups OBJECT IDENTIFIER ::= { ccnMIBConformance 2 }
ccnReportDnsRequestRate OBJECT-TYPE
SYNTAX Gauge
-- Units
-- requests-per-second
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of DNS requests per second."
::= { ccnReportDns 1 }
ccnReportDnsClientCount OBJECT-TYPE
SYNTAX ZeroBasedCounter32
-- Rsyntax Gauge
-- Units
-- clients
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of DNS clients that have contacted this device
since the DNS server last started."
::= { ccnReportDns 2 }
ccnReportDnsRequests OBJECT-TYPE
SYNTAX ZeroBasedCounter32
-- Rsyntax Gauge
-- Units
-- requests
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of DNS requests since the DNS server
last started."
::= { ccnReportDns 3 }
ccnReportAcctBytesServed OBJECT-TYPE
SYNTAX ZeroBasedCounter32
-- Rsyntax Gauge
-- Units
-- bytes
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of bytes of content served to clients
from this device since the servers on this device last
started."
::= { ccnReportAcct 1 }
ccnReportAcctObjectsCached OBJECT-TYPE
SYNTAX Gauge
-- Units
-- objects
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Total number of objects in the content cache."
::= { ccnReportAcct 2 }
ccnReportAcctCacheHitRate OBJECT-TYPE
SYNTAX Gauge
-- Units
-- objects-per-minute
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of cache hits per minute."
::= { ccnReportAcct 3 }
ccnReportAcctCacheMissRate OBJECT-TYPE
SYNTAX Gauge
-- Units
-- objects-per-minute
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of cache misses per minute."
::= { ccnReportAcct 4 }
ccnNotifServerStart TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- deprecated
DESCRIPTION
"The servers on this device are being started. This object is
deprecated by ccnNotifOnline."
::= 1
ccnNotifServerStop TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- deprecated
DESCRIPTION
"The servers on this device are being stopped. This object is
deprecated by ccnNotifOnline, ccnNotifNeedsAttention and
ccnNotifWaitingForCdm."
::= 2
ccnNotifOffline TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- mandatory
DESCRIPTION
"The device is about to disconnect from the network."
::= 3
ccnNotifNeedsAttention TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- mandatory
DESCRIPTION
"The device is on the network, but is unregistered (not
associated with any CDN) or needs some other adjustment which
cannot be done via the CDM administrator interface (such as
repairing a disk, completing a software upgrade, or configuring
the CDM database)."
::= 4
ccnNotifWaitingForCdm TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- mandatory
DESCRIPTION
"The device (CE or CR) is waiting for configuration information
from the CDM. The device is on the network and is either
failing to communicate with the CDM or is being told explictly
by the CDM to continue waiting pending activation by the CDN
administrator."
::= 5
ccnNotifOnline TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoContentNetworkMIBNotif
-- Status
-- mandatory
DESCRIPTION
"The device is operational and ready to participate in the CDN."
::= 6
ccnReportingGroup OBJECT IDENTIFIER ::= { ccnMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- DNS and Accounting with low capacity Counter32 and Gauge32
-- objects.
-- objects
-- ccnReportDnsRequestRate, ccnReportDnsClientCount,
-- ccnReportDnsRequests, ccnReportAcctBytesServed,
-- ccnReportAcctObjectsCached, ccnReportAcctCacheHitRate,
-- ccnReportAcctCacheMissRate
ccnNotifGroup OBJECT IDENTIFIER ::= { ccnMIBGroups 2 }
-- NOTIFICATION-GROUP
-- Status
-- deprecated
-- Descr
-- Notifications for the Cisco Content Network.This object is
-- deprecated by ccnNotifGroupRev1.
-- notifications
-- ccnNotifServerStart, ccnNotifServerStop
ccnNotifGroupRev1 OBJECT IDENTIFIER ::= { ccnMIBGroups 3 }
-- NOTIFICATION-GROUP
-- Status
-- mandatory
-- Descr
-- Notifications for the Cisco Content Network.
-- notifications
-- ccnNotifOffline, ccnNotifNeedsAttention,
-- ccnNotifWaitingForCdm, ccnNotifOnline
ccnMIBCompliance OBJECT IDENTIFIER ::= { ccnMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for Cisco Systems entities which
-- implement the Content Network applications. This object is
-- deprecated by ccnMIBComplianceRev1.
-- Module
-- >>current<<
-- MandGroup
-- ccnReportingGroup
-- MandGroup
-- ccnNotifGroup
ccnMIBComplianceRev1 OBJECT IDENTIFIER ::= { ccnMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for Cisco Systems entities which
-- implement the Content Network applications.
-- Module
-- >>current<<
-- MandGroup
-- ccnReportingGroup
-- MandGroup
-- ccnNotifGroupRev1
END