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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
|
-- *****************************************************************
-- ADVANTECH-COMMON-MIB: Advantech Industrial Common MIB
--
-- Jan 2015, Embedded Software
--
-- Copyright (c) 2015 by Advantech eAutomation Group, Inc.
-- All rights reserved.
-- ****************************************************************
ADVANTECH-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises,
OBJECT-TYPE,
Integer32,
IpAddress,
TimeTicks FROM SNMPv2-SMI -- RFC2578
OBJECT-GROUP FROM SNMPv2-CONF
DisplayString, DateAndTime FROM SNMPv2-TC-v1
SnmpAdminString FROM SNMP-FRAMEWORK-MIB -- RFC2279
;
advantech OBJECT IDENTIFIER ::= { enterprises 10297 }
advantechCommonMIB MODULE-IDENTITY
LAST-UPDATED "201501060000Z"
ORGANIZATION "Advantech eAutomation Group"
CONTACT-INFO
" Advantech eAutomation Embedded Software
E-mail: support@advantech.com
Campion.Kang@advantech.com.tw"
DESCRIPTION
"The MIB module is for Advantech automation devices common entities.
Copyright (C) 2015 Advantech Automation Group.
"
-- * Revision history
REVISION "201305250000Z"
DESCRIPTION
"Initial version of the Advantech Common MIB. "
REVISION "201308280000Z"
DESCRIPTION
"Fixed the worng id of psIRQ, psState,
psModuleType and psModulePorts in pciConfigObj "
REVISION "201308290000Z"
DESCRIPTION
"Update the Size of psBaseAddress to 32."
REVISION "201309060000Z"
DESCRIPTION
"1. Update the Size of psBaseAddress to 80(8x10).
2. Add psLength (pciSlotEntry 15).
3. Fixed wrong snmpTrapVersion enumeration from enable(1),
disabled(2) to v1(1), v2c(2), v3(3)."
REVISION "201410130000Z"
DESCRIPTION
"Add DateAndTime specification in the description of the oid
which is DateAndTime type."
REVISION "201410220000Z"
DESCRIPTION
"To support ManageEngine MibBrowser Free Tool"
REVISION "201501060000Z"
DESCRIPTION
"Change psDisplayName, psDescr, psManufacturer, psLocation to SnmpAdminString
to support UTF-8 string."
::= { advantech 100 }
atSystem OBJECT IDENTIFIER ::= {advantechCommonMIB 1}
atMgmt OBJECT IDENTIFIER ::= {advantechCommonMIB 2}
atPciConfig OBJECT IDENTIFIER ::= {advantechCommonMIB 3}
-- ***************************************************************************
-- atSystem group
-- a collection of objects common to all Advantech managed systems.
--
-- Implementation of the Advantech Common System group is mandatory
-- for all systems. If an agent is not configured to have a value
-- for any of these variables, a string of length 0 is
-- returned.
-- ***************************************************************************
sysModuleID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The module name of the device. This value
should include the full name of the hardware.
It is mandatory that this only contain
printable ASCII characters.
e.g. UNO-2184G, TPC-1840WP. etc,. "
::= { atSystem 1 }
sysDeviceName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS current
DESCRIPTION
"The user defined name of the device, e.g. alias name,
may be its device location."
::= { atSystem 2 }
sysDescr OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS current
DESCRIPTION
"A textual description of the entity/device that this only contain
printable ASCII characters."
::= { atSystem 3 }
sysImageVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The release version number of the entity/device."
::= { atSystem 4 }
sysReleaseDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The release date of the entity/device."
::= { atSystem 5 }
sysFirstBootTime OBJECT-TYPE
SYNTAX DateAndTime
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The first boot time since the entity/device was started
it will be reset if the device cleaned all files and registry
with clean boot.
A date-time specification.
field octets contents range
----- ------ -------- -----
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minutes 0..59
6 7 seconds 0..60
(use 60 for leap-second)
7 8 deci-seconds 0..9
8 9 direction from UTC '+' / '-'
9 10 hours from UTC 0..11
10 11 minutes from UTC 0..59
If this information is not known, then this
variable shall have the value corresponding to
January 1, year 0000, 00:00:00.0, which is encoded
as (hex)'00 00 01 01 00 00 00 00'."
::= { atSystem 6 }
sysBootTime OBJECT-TYPE
SYNTAX DateAndTime
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time since the entity/device was last re-initialized.
A date-time specification.
field octets contents range
----- ------ -------- -----
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minutes 0..59
6 7 seconds 0..60
(use 60 for leap-second)
7 8 deci-seconds 0..9
8 9 direction from UTC '+' / '-'
9 10 hours from UTC 0..11
10 11 minutes from UTC 0..59
If this information is not known, then this
variable shall have the value corresponding to
January 1, year 0000, 00:00:00.0, which is encoded
as (hex)'00 00 01 01 00 00 00 00'."
::= { atSystem 7 }
sysBootCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The boot count since the entity/device was first boot."
::= { atSystem 8 }
-- ***************************************************************************
-- atMgmt group
-- A collection of objects for Advantech Common Management
-- configuration.
-- ***************************************************************************
snmpTrapSrvObj OBJECT IDENTIFIER ::= { atMgmt 1 }
snmpTrapSrvNumber OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of the snmpTrapSrvTable"
::= { snmpTrapSrvObj 1 }
snmpTrapSrvTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnmpTrapSrvEntry
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The (conceptual) table listing the information of
the remote SNMP Trap server acting as a trap
receiver."
::= { snmpTrapSrvObj 2 }
snmpTrapSrvEntry OBJECT-TYPE
SYNTAX SnmpTrapSrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"SNMP Trap server entry. Contains the IP address of a SNMP Trap server"
INDEX { snmpTrapSrvIndex }
::= { snmpTrapSrvTable 1 }
SnmpTrapSrvEntry ::= SEQUENCE {
snmpTrapSrvIndex INTEGER,
snmpTrapSrvIP IpAddress,
snmpTrapSrvPort INTEGER,
snmpTrapSrvAuthentication INTEGER,
snmpTrapSrvCommunity DisplayString,
snmpTrapVersion INTEGER
}
snmpTrapSrvIndex OBJECT-TYPE
SYNTAX INTEGER (1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains the index of the table being a unique
value for each entry."
::= { snmpTrapSrvEntry 1 }
snmpTrapSrvIP OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the IP address of the SNMP Trap Server."
::= { snmpTrapSrvEntry 2 }
snmpTrapSrvPort OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The port number for the SNMP Trap Server."
::= { snmpTrapSrvEntry 3 }
snmpTrapSrvAuthentication OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter enables authentication traps."
::= { snmpTrapSrvEntry 4 }
snmpTrapSrvCommunity OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the SNMP community."
::= { snmpTrapSrvEntry 5 }
snmpTrapVersion OBJECT-TYPE
SYNTAX INTEGER { v1(1), v2c(2), v3(3) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the SNMP trap version."
::= { snmpTrapSrvEntry 6 }
-- ***************************************************************************
-- atPciConfig Group
-- The atPciConfig group provides a set of tables that details the
-- configuration information regarding the PCI configuration.
-- Implementation of the atPciConfig group is optional.
-- The atPciConfig group should be included on any system/device with
-- an PCI bus architecture.
-- ***************************************************************************
pciConfigObj OBJECT IDENTIFIER ::= { atPciConfig 1 }
psNumber OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"The number of the psTable"
::= { pciConfigObj 1 }
pciSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF PCISlotEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of PCI device/functions entries."
::= {pciConfigObj 2}
pciSlotEntry OBJECT-TYPE
SYNTAX PCISlotEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"PCI slot entry. Contains the information of PCI devices."
INDEX {psIndex}
::= {pciSlotTable 1}
PCISlotEntry ::= SEQUENCE {
psIndex INTEGER,
psBusIndex INTEGER,
psDeviceIndex INTEGER,
psFunctionIndex INTEGER,
psDisplayName SnmpAdminString,
psDescr SnmpAdminString,
psVendorID INTEGER,
psDeviceID INTEGER,
psSubsysVendorID INTEGER,
psSubsysDeviceID INTEGER,
psClassCode OCTET STRING,
psManufacturer SnmpAdminString,
psLocation SnmpAdminString,
psBaseAddress OCTET STRING,
psLength OCTET STRING,
psIRQ INTEGER,
psState INTEGER,
psModuleType INTEGER,
psModulePorts Integer32
}
psIndex OBJECT-TYPE
SYNTAX INTEGER (1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains the index of the table being a unique
value for each entry."
::= { pciSlotEntry 1 }
psBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI Bus number"
::= {pciSlotEntry 2}
psDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (0..31)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI device or slot number that this entry describes."
::= {pciSlotEntry 3}
psFunctionIndex OBJECT-TYPE
SYNTAX INTEGER (0..7)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI function number that this entry describes."
::= {pciSlotEntry 4}
psDisplayName OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Service name of the PCI device. e.g.
Intel 82579LM Gigabit Network Connection"
::= {pciSlotEntry 5}
psDescr OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"PCI device description"
::= {pciSlotEntry 6}
psVendorID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the manufacturer of the device. 65535(0xFFFF) is an
invalid value for a vendor ID.
Vendor ID Manufacturer
------------- ------------
5118(0x13FE) Advantech Co."
::= {pciSlotEntry 7}
psDeviceID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the particular device. This identier is allocated
by the vendor. The following is the Advantech PCI Device ID.
Device ID Description
------------- -----------------------
49154(0xC002) CAN 2 Ports(I/O)
49666(0xC202) CAN 2 Ports(memory)
49410(0xC102) CANopen 2 ports(I/O)
49666(0xC202) CANopen 2 ports(memory)
4097(0x1001) NVRAM
40964(0xA004) COM950 4 Ports
61952(0xF200) PCIe 2 COM950 Ports
62208(0xF300) PCIe 4 COM950 Ports
62464(0xF400) PCIe 8 COM950 Ports
43041(0xA821) PCIe 1 COM17V25x Port
43042(0xA822) PCIe 2 COM17V25x Ports
43043(0xA823) PCIe 3 COM17V25x Ports
43044(0xA824) PCIe 4 COM17V25x Ports
43048(0xA828) PCIe 8 COM17V25x Ports
43057(0xA831) PCIe 1 COM17V35x Port
43058(0xA832) PCIe 2 COM17V35x Ports
43059(0xA833) PCIe 3 COM17V35x Ports
43060(0xA834) PCIe 4 COM17V35x Ports
43064(0xA838) PCIe 8 COM17V35x Ports
"
::= {pciSlotEntry 8}
psSubsysVendorID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the manufacturer subsystem of the device. 65535(0xFFFF) is an
invalid value for a vendor ID.
Subsys Vendor ID Manufacturer
---------------- ------------
5118(0x13FE) Advantech Co."
::= {pciSlotEntry 9}
psSubsysDeviceID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the particular device subsystem. This identier is allocated
by the vendor.
Subsystem Device ID Description
------------------- --------------------------------------
4097(0x1001) NVRAM with KW
4113(0x1011) NVRAM without KW
"
::= {pciSlotEntry 10}
psClassCode OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(3))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the generic function of the device.
Base Sub- Prog
Class Class If. Description
------ ------ ------ --------------------------------------
00h Device was built before Class Code
definitions were finalized
"
::= {pciSlotEntry 11}
psManufacturer OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS current
DESCRIPTION
"The manufacturer name of the PCI device"
::= {pciSlotEntry 12}
psLocation OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS current
DESCRIPTION
"The location information consists of PCI bus number, device number,
and function.
e.g. PCI bus 0, device 0, funciton 0"
::= {pciSlotEntry 13}
psBaseAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(80))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Base address mapping registers for memory and IO. Refer
to the PCI specification for the format.
A memory or IO address is encoded as hex. For example:
A memory start address 0xF7E00000 will be encoded as
(hex)00 00 00 00 F7 E0 00 00.
According to the PCI specification, The IO address bit 0 will be 1.
An IO address 0xE800 will be encoded as (hex)00 00 00 00 00 00 E8 01.
"
::= {pciSlotEntry 14}
psLength OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(80))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The length of each PCI resource. It will be encoded as hex.
For example: Length 0x20000 will be encoded as (hex) 00 00 00 00 00 02 00 00"
::= {pciSlotEntry 15}
psIRQ OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"which interrupt pin the device uses."
::= {pciSlotEntry 16}
psState OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
ACCESS read-only
STATUS current
DESCRIPTION
"The PCI device enable status"
::= {pciSlotEntry 17}
psModuleType OBJECT-TYPE
SYNTAX INTEGER {
com(1),
can(2),
amonet(3),
motion(4),
wireless(5)
}
ACCESS read-only
STATUS current
DESCRIPTION
"The module function type"
::= {pciSlotEntry 18}
psModulePorts OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"The port/ring/axis total number ports of the module"
::= {pciSlotEntry 19}
END
|