ADVANTECH-COMMON-MIB

File: ADVANTECH-COMMON-MIB.mib (17779 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC-v1
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY enterprises OBJECT-TYPE
Integer32 IpAddress Counter
TimeTicks OBJECT-GROUP DisplayString
DateAndTime SnmpAdminString

Defined Types

SnmpTrapSrvEntry  
SEQUENCE    
  snmpTrapSrvIndex INTEGER
  snmpTrapSrvIP IpAddress
  snmpTrapSrvPort INTEGER
  snmpTrapSrvAuthentication INTEGER
  snmpTrapSrvCommunity DisplayString
  snmpTrapVersion INTEGER

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

Defined Values

advantech 1.3.6.1.4.1.10297
OBJECT IDENTIFIER    

advantechCommonMIB 1.3.6.1.4.1.10297.100
The MIB module is for Advantech automation devices common entities. Copyright (C) 2015 Advantech Automation Group.
MODULE-IDENTITY    

atSystem 1.3.6.1.4.1.10297.100.1
OBJECT IDENTIFIER    

atMgmt 1.3.6.1.4.1.10297.100.2
OBJECT IDENTIFIER    

atPciConfig 1.3.6.1.4.1.10297.100.3
OBJECT IDENTIFIER    

sysModuleID 1.3.6.1.4.1.10297.100.1.1
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,.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sysDeviceName 1.3.6.1.4.1.10297.100.1.2
The user defined name of the device, e.g. alias name, may be its device location.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sysDescr 1.3.6.1.4.1.10297.100.1.3
A textual description of the entity/device that this only contain printable ASCII characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

sysImageVersion 1.3.6.1.4.1.10297.100.1.4
The release version number of the entity/device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

sysReleaseDate 1.3.6.1.4.1.10297.100.1.5
The release date of the entity/device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

sysFirstBootTime 1.3.6.1.4.1.10297.100.1.6
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'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

sysBootTime 1.3.6.1.4.1.10297.100.1.7
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'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DateAndTime  

sysBootCount 1.3.6.1.4.1.10297.100.1.8
The boot count since the entity/device was first boot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snmpTrapSrvObj 1.3.6.1.4.1.10297.100.2.1
OBJECT IDENTIFIER    

snmpTrapSrvNumber 1.3.6.1.4.1.10297.100.2.1.1
The number of the snmpTrapSrvTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

snmpTrapSrvTable 1.3.6.1.4.1.10297.100.2.1.2
The (conceptual) table listing the information of the remote SNMP Trap server acting as a trap receiver.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpTrapSrvEntry

snmpTrapSrvEntry 1.3.6.1.4.1.10297.100.2.1.2.1
SNMP Trap server entry. Contains the IP address of a SNMP Trap server
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpTrapSrvEntry  

snmpTrapSrvIndex 1.3.6.1.4.1.10297.100.2.1.2.1.1
This object contains the index of the table being a unique value for each entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

snmpTrapSrvIP 1.3.6.1.4.1.10297.100.2.1.2.1.2
This parameter specifies the IP address of the SNMP Trap Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrapSrvPort 1.3.6.1.4.1.10297.100.2.1.2.1.3
The port number for the SNMP Trap Server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

snmpTrapSrvAuthentication 1.3.6.1.4.1.10297.100.2.1.2.1.4
This parameter enables authentication traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

snmpTrapSrvCommunity 1.3.6.1.4.1.10297.100.2.1.2.1.5
This parameter specifies the SNMP community.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..256)  

snmpTrapVersion 1.3.6.1.4.1.10297.100.2.1.2.1.6
This parameter specifies the SNMP trap version.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

pciConfigObj 1.3.6.1.4.1.10297.100.3.1
OBJECT IDENTIFIER    

psNumber 1.3.6.1.4.1.10297.100.3.1.1
The number of the psTable
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pciSlotTable 1.3.6.1.4.1.10297.100.3.1.2
A list of PCI device/functions entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PCISlotEntry

pciSlotEntry 1.3.6.1.4.1.10297.100.3.1.2.1
PCI slot entry. Contains the information of PCI devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  PCISlotEntry  

psIndex 1.3.6.1.4.1.10297.100.3.1.2.1.1
This object contains the index of the table being a unique value for each entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

psBusIndex 1.3.6.1.4.1.10297.100.3.1.2.1.2
The PCI Bus number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

psDeviceIndex 1.3.6.1.4.1.10297.100.3.1.2.1.3
The PCI device or slot number that this entry describes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..31  

psFunctionIndex 1.3.6.1.4.1.10297.100.3.1.2.1.4
The PCI function number that this entry describes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

psDisplayName 1.3.6.1.4.1.10297.100.3.1.2.1.5
Service name of the PCI device. e.g. Intel 82579LM Gigabit Network Connection
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

psDescr 1.3.6.1.4.1.10297.100.3.1.2.1.6
PCI device description
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

psVendorID 1.3.6.1.4.1.10297.100.3.1.2.1.7
Identifies the manufacturer of the device. 65535(0xFFFF) is an invalid value for a vendor ID. Vendor ID Manufacturer ------------- ------------ 5118(0x13FE) Advantech Co.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psDeviceID 1.3.6.1.4.1.10297.100.3.1.2.1.8
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psSubsysVendorID 1.3.6.1.4.1.10297.100.3.1.2.1.9
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psSubsysDeviceID 1.3.6.1.4.1.10297.100.3.1.2.1.10
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psClassCode 1.3.6.1.4.1.10297.100.3.1.2.1.11
Identifies the generic function of the device. Base Sub- Prog Class Class If. Description ------ ------ ------ -------------------------------------- 00h Device was built before Class Code definitions were finalized
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(3)  

psManufacturer 1.3.6.1.4.1.10297.100.3.1.2.1.12
The manufacturer name of the PCI device
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

psLocation 1.3.6.1.4.1.10297.100.3.1.2.1.13
The location information consists of PCI bus number, device number, and function. e.g. PCI bus 0, device 0, funciton 0
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

psBaseAddress 1.3.6.1.4.1.10297.100.3.1.2.1.14
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(80)  

psLength 1.3.6.1.4.1.10297.100.3.1.2.1.15
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(80)  

psIRQ 1.3.6.1.4.1.10297.100.3.1.2.1.16
which interrupt pin the device uses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psState 1.3.6.1.4.1.10297.100.3.1.2.1.17
The PCI device enable status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

psModuleType 1.3.6.1.4.1.10297.100.3.1.2.1.18
The module function type
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER com(1), can(2), amonet(3), motion(4), wireless(5)  

psModulePorts 1.3.6.1.4.1.10297.100.3.1.2.1.19
The port/ring/axis total number ports of the module
Status: current Access: read-only
OBJECT-TYPE    
  Integer32