Home Wiki MIBs Browser MIB Validation Plain textSyntax HighlightingHTML encodingVendor MIBs Search RFCs By Number By Topic By Status By Module CompleteSearch Software Freely available CommercialSe arch CFP/ConferencesConfer ences Call for Papers Bibliography BooksJour nals Theses Tutorials SlidesPodcasts ExercisesOther tutorialsSNMPv1 demoSNMPv2c demoSNMPv3 demo Podcasts Traffic Traces IFIP WG6.6 Contact IFIP WG6.6 MIB module validation Standard Upload, flexible By URL, flexible Validation report File: wfsmib.mib Severity level requested: 1 Line Severity Problem 53 syntax error, unexpected 1 LOWERCASE_IDENTIFIER, expecting UPPERCASE_IDENTIFIER 60 syntax error, unexpected 1 COLON_COLON_EQUAL 63 syntax error, unexpected 1 LOWERCASE_IDENTIFIER 69 syntax error, unexpected 1 COLON_COLON_EQUAL 71 syntax error, unexpected 1 COLON_COLON_EQUAL, expecting OBJECT 94 unknown object identifier label 1 `wfsAlarmLogEntry' 116 lexically unexpected character, skipping to end of 1 line 117 syntax error, unexpected 1 LOWERCASE_IDENTIFIER, expecting '(' 123 1 syntax error, unexpected MAX_ACCESS 209 1 unknown object identifier label `wfsAlarmSeverity' The Simple Times -################################################ ############################ -- # # -- # wfs.mib # -- # A brief description of file. Detailed information regarding the # -- # creator: # -- # Version: 1.0 # -- # Date: 05/23/2013 # -- # Copyright Harmonic Inc. 2013 # -- # 4300 N 1st St San Jose, CA 95134 -- #(408) 542-2500 # -- # # -- # The WFS MIB file contained herein contains proprietary information # -- # which is the property of Harmonic Inc. The MIB may be used and/or copied # -- # only with the written permission of Harmonic Inc. or in accordance with # -- # the terms and conditions stipulated in the agreement / contract under # -- # which the programs have been supplied. # -- # Archive: $Archive$ # -- # Revision History: # -- # $Log$ # -- # # -################################################ ############################ --Divicom Root Definitions HARMONIC-WFS-MIB DEFINITIONS ::= BEGIN IMPORTS PhysAddress, DisplayString FROM RFC1213-MIB enterprises, IpAddress FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215; --- Object Identifiers -harmonic OBJECT IDENTIFIER ::= { enterprises 1563 } wfsAlarms OBJECT IDENTIFIER ::= { harmonic 340} -- Next, we will add the following section: wfsAlarmVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (10)) ACCESS read-only STATUS mandatory DESCRIPTION "Gives the version of the MIB." ::= { wfsAlarms 1} wfsAlarmLogTable OBJECT-TYPE 53 SYNTAX SEQUENCE OF wfsAlarmLogEntry (1) syntax error, unexpected LOWERCASE_IDENTIFIER, expecting UPPERCASE_IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "Returns 64 alarms or less if the total number of alarms are less. If index is 0, returns 64 alarms from the start" INDEX {wfsAlarmID} 60 ::= { wfsAlarms 2} (1) syntax error, unexpected COLON_COLON_EQUAL wfsAlarmLogEntry OBJECT-TYPE 63 SYNTAX wfsAlarmLogEntry (1) syntax error, unexpected LOWERCASE_IDENTIFIER ACCESS not-accessible STATUS mandatory DESCRIPTION "Each row of alarms and their properties." INDEX {wfsAlarmID} 69 ::= { wfsAlarmLogTable 1} (1) syntax error, unexpected COLON_COLON_EQUAL 71 wfsAlarmLogEntry ::= (1) syntax error, unexpected COLON_COLON_EQUAL, expecting OBJECT SEQUENCE { wfsAlarmID INTEGER, wfsAlarmAssertTime DisplayString (SIZE (25)), wfsAlarmAgentName DisplayString (SIZE (25)), wfsAlarmSeverity INTEGER, wfsAlarmState INTEGER, wfsAlarmObjectType INTEGER, wfsAlarmObjectID DisplayString (SIZE (100)), wfsAlarmObjectStatus INTEGER, wfsInfoText DisplayString (SIZE (0..255)) } wfsAlarmID OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the alarm sequence number. It is the AlarmID attribute in the database. When we get to the maximum, the number wraps back." 94 ::= { wfsAlarmLogEntry 2} (1) unknown object identifier label `wfsAlarmLogEntry' wfsAlarmAssertTime OBJECT-TYPE SYNTAX DisplayString (SIZE (25)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Time when the alarm was asserted." ::= { wfsAlarmLogEntry 3} wfsAlarmAgentName OBJECT-TYPE SYNTAX DisplayString (SIZE (25)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Unique name for the farm." ::= { wfsAlarmLogEntry 4} wfsAlarmSeverity OBJECT-TYPE SYNTAX INTEGER { 116 clear/info(0), (1) lexically unexpected character, skipping to end of line 117 indeterminate(1), (1) syntax error, unexpected LOWERCASE_IDENTIFIER, expecting '(' warning(2), minor(3), major(4), critical(5) } 123 MAX-ACCESS read-only (1) syntax error, unexpected MAX_ACCESS STATUS current DESCRIPTION "The level of severity of the alarm." ::= { wfsAlarmLogEntry 5} wfsAlarmState OBJECT-TYPE SYNTAX INTEGER { asserted(0), transient(1) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The state of the alarm." ::= { wfsAlarmLogEntry 6} wfsObjectType OBJECT-TYPE SYNTAX INTEGER { fetcher(0), controller(1), job(2), database(3) } ACCESS not-accessible STATUS mandatory DESCRIPTION "Name of the group to which the alarmed object belongs Fetcher, Controller, Job, Database. " ::= { wfsAlarmLogEntry 7} wfsObjectID OBJECT-TYPE SYNTAX DisplayString (SIZE (100)) ACCESS not-accessible STATUS mandatory DESCRIPTION "Unique id of the object." ::= { wfsAlarmLogEntry 8} wfsObjectStatus OBJECT-TYPE SYNTAX INTEGER { serviceOffline(0), serviceOnline(1), jobFailed(2), databaseConnectionFailed(3) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The status of the object." ::= { wfsAlarmLogEntry 9} wfsInfoText OBJECT-TYPE SYNTAX DisplayString (SIZE (255)) ACCESS not-accessible STATUS mandatory DESCRIPTION "This is the actual textual description of the alarm from the XML, truncated to 255 characters." ::= { wfsAlarmLogEntry 10} -- Traps are defined below: wfsTrap OBJECT IDENTIFIER ::= { wfsAlarms 3} wfsAlarmReplayTraps OBJECT-TYPE SYNTAX INTEGER { replay(1)} ACCESS write STATUS mandatory DESCRIPTION "Replay traps." ::= { wfsAlarms 4} wfsAlarmTrap TRAP-TYPE ENTERPRISE wfsTrap VARIABLES { wfsAlarmID, wfsAlarmAssertTime, wfsAlarmAgentName, 209 wfsAlarmSeverity, (1) unknown object identifier label `wfsAlarmSeverity' wfsAlarmState, wfsObjectType, wfsObjectID, wfsObjectStatus, wfsInfoText } DESCRIPTION "Traps specific to WFS" ::= 1 END