summaryrefslogtreecommitdiff
path: root/MIBS/trellix/MCAFEE-ATD-MIB
blob: ac8402a1f235cd218521834eeaeea9b1682f90b2 (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
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
-- *****************************************************************
-- MCAFEE-ATD.mib:  
-- McAfee Enterprise Structure of Management Information
-- Nov 2014, Pravin Yarolkar, Pawan Bhandari
-- Jan 2018, Vibhavari Mandal
-- Copyright (c) 2014 by McAfee, Inc.
-- All rights reserved.
-- 
-- *****************************************************************

MCAFEE-ATD-MIB DEFINITIONS ::= BEGIN
--
-- Top-level infrastructure of the Mcafee-ATD product MIB tree
--

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE,
    Integer32 FROM SNMPv2-SMI
    matdProducts
        FROM MCAFEE-INTRUVERT-SMI;

mcAfeeATDMIB MODULE-IDENTITY
    LAST-UPDATED "201411200000Z"
    ORGANIZATION "McAfee, Inc."
    CONTACT-INFO
         "McAfee Customer Service Department
         Postal: 5000 Headquarters Drive
         Plano, TX  75024
         USA
         Tel: +1 800 338 8754
         E-mail: support@mcafee.com"
    DESCRIPTION
        "Top-level infrastructure of the MATD product under enterprise.mcafee-intruvert MIB tree."
    REVISION "201411170000Z"
    DESCRIPTION
        "Initial Draft"
::= { matdProducts 1}

mcAfeeATDMIBObjects OBJECT IDENTIFIER ::= { mcAfeeATDMIB 1 }

atdCPUUtilizationAvg OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides CPU utilization of the system."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 1 }

atdMemoryUtilization OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides Memory utilization of the system."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 2 }

atdHDDSystemSpaceUtilization OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides HDD system space utilization of the system."
    ::= { mcAfeeATDMIBObjects 3 }

atdHDDDataSpaceUtilization OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides HDD data space utilization of the system."
    ::= { mcAfeeATDMIBObjects 4 }

atdInterfaceCountTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF AtdInterfaceCountEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table to list the received and sent packets over physical interfaces present in the system."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 5 }

atdInterfaceCountEntry OBJECT-TYPE
    SYNTAX      AtdInterfaceCountEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry (conceptual row) in the atdInterfaceCountTable."
    INDEX { atdInterfaceCountIndex }
    ::= { atdInterfaceCountTable 1 }

AtdInterfaceCountEntry ::= SEQUENCE
{
    atdInterfaceCountIndex INTEGER,
    atdInterfaceCountRx INTEGER,
    atdInterfaceCountTx INTEGER
}

atdInterfaceCountIndex OBJECT-TYPE
    SYNTAX      Integer32 (0..3)
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The auxiliary variable used for identifying instances of the columnar objects in the atdInterfaceCountTable."
    ::= { atdInterfaceCountEntry 1 }

atdInterfaceCountRx OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Received packets on given interface."
    DEFVAL { 0 }
    ::= { atdInterfaceCountEntry 2 }

atdInterfaceCountTx OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Transmitted packets on given interface."
    DEFVAL { 0 }
    ::= { atdInterfaceCountEntry 3 }

atdFileWaiting OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides number of sample in waiting in the system."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 6 }

atdFileAnalyzing OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides number of sample in analyzing in the system."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 7 }

atdSystemTemperature OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides system temperature."
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 8 }


atdSystemHealth OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides system health.Value is 
		1 if SYSTEM health is GOOD
		0 if SYETM health is BAD"
    DEFVAL { 0}
    ::= { mcAfeeATDMIBObjects 9 }

atdBackupSchedulerStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides configured backup scheduler status. Value is 
		1 if Backup Scheduler Status is OK
		0 if Backup Scheduler status is Failed"
    DEFVAL { 0}
    ::= { mcAfeeATDMIBObjects 10 }

atdLoadBalancerStatus OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides ATD Load Balancer Status. Value is 
		0 if device is in standalone mode
		1 if LB status is DOWN
		2 if LB status is UP and RUNNING
		3 if Node status is SW VERSION MISMATCH
		4 if Primary Node LB services are not UP
	    5 if SCP failed
	    6 if VM creation failed
	    7 if Invalid Status"
		
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 11 }

atdEmailConnectorStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides ATD Email Connector Status.Value is
		0 if Email Connector status is DISABLED
		1 if EmailConnector status is Enabled and EmailConnector health is GOOD
		2 if EmailConnector health is DEGRADED
		3 if EmailConnector health is OVERLOADED"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 12 }

atdEmailGatewayWaitTime OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object indicates whether system waittime is more than Email Gateway Wait Time threshold waittime. Value is 
		1 if threshold is reached 
		0 otherwise"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 13 }

atdMalwareInterfaceStatus OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides ATD Malware Interface status. Value is 
		1 if interface status is UP
		0 if interface status is DOWN"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 14 }

atdLicenseStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides ATD License Status. Value is 
		1 if License is VALID
		2 if License is INVALID
                3 if License is EXPIRED"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 15 }

atdDXLChannelStatus OBJECT-TYPE
    SYNTAX   Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides DXL status. Value is 
		1 if DXL is UP
		0 if DXL is DOWN"
    DEFVAL {0}
    ::= { mcAfeeATDMIBObjects 16 }

atdSensorStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides Sensor status. Value is 
		0 if Sensor status is INACTIVE
		1 if Sensor status is ACTIVE
		2 if Sensor status is NOT CONNECTED"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 17 }

atdTAXIIStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides TAXII Status. Value is 
		0 if TAXII channel health is DOWN
		1 if TAXII channel health is UP
		2 if TAXII channel health is UNKNOWN"
    DEFVAL { 0 }
	::= { mcAfeeATDMIBObjects 18 }
	
atdHDDVarSpaceUtilization OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides Var disk utilization in %"
    DEFVAL { 0 }
	::= { mcAfeeATDMIBObjects 19 }

atdMalwareDNSStatus OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "This object provides Malware DNS status. Value is
                1 if MALWARE DNS status is good
                0 if MALWARE DNS status is bad"
    DEFVAL { 0 }
    ::= { mcAfeeATDMIBObjects 20 }
END