beautypg.com

FieldServer FS-8704-09 SNMP User Manual

Page 23

background image

FS-8704-09 SNMP Driver Manual

Page 23 of 39


FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com

Tel: (408) 262 2299 Fax: (408) 262 9042 Toll Free: (888) 509 1970 email: [email protected]

Appendix A.3.1.

Customizing the MIB File Header:

Use the ‘Custom’ MIB_Style.

The MB8Sim.exe application looks for a file called ‘MIBhead.ini”. If the file is absent or cannot be
opened then a standard MIB file is produced. If the file can be opened then the application
inserts the contents of the file into the header. In the example below the section in blue italics
would be replaced with the contents of the MIBhead.ini file.

FIELDSERVER-MIB DEFINITIONS ::= BEGIN

IMPORTS
enterprises, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
TRAP-TYPE
FROM RFC-1215;

fieldserver_technologies MODULE-IDENTITY
LAST-UPDATED "200308121338Z"
ORGANIZATION
"FieldServer Technologies"
CONTACT-INFO
"[email protected]"
DESCRIPTION
"FieldServer Technologies"
::= { enterprises 6347 }

snmp_server_v1_00a OBJECT IDENTIFIER ::= { fieldserver_technologies 1 }


dataArray1 OBJECT IDENTIFIER ::= { snmp_server_v1_00a 1 }

dataValue1_0 OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Data value."
::= { dataArray1 0 }


…………………………………… remainder of file omitted from this example …