[tkined] INT_GEN.MIB:227: bad format in OBJECT-TYPE (fwd)

Paul.Casteels (casteels@uia.ua.ac.be)
Fri, 18 Dec 1998 12:23:39 +0100 (MET)

I obtained the MIB files from Intel's site. Withe Perl::SNMP they seem to
work fine.
When scotty parses the file INT_GEN.MIB, I get an error messdage.
I have indicated the offending line. If I comment it out it seems to work.

Kind regards and thanks,

Paul Casteels casteels@uia.ua.ac.be Tel: +32.3.8202455
Fax: +32.3.8202470
University of Antwerp Dpt.Physics
Universiteitsplein 1
B-2610 Wilrijk
Belgium

sysConfTable OBJECT-TYPE
SYNTAX SEQUENCE OF SysConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table is used to describe the state of the device's
configuration."
::= { system 8 }

sysConfEntry OBJECT-TYPE
SYNTAX SysConfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Configuration information entry:
Index 1 is the active configuration.

Index 2 is the backup configuration (if it exists)."
-> INDEX { INTEGER }
::= { sysConfTable 1 }

SysConfEntry ::= SEQUENCE {
confStatus INTEGER,
confName OCTET STRING (SIZE (0..256)),
confTime TimeTicks,
confTftpIp IpAddress
}

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.