NAUTEL-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, enterprises FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; nautel MODULE-IDENTITY LAST-UPDATED "201802150000Z" ORGANIZATION "www.nautel.com" CONTACT-INFO "postal: Nautel Limited 10089 Peggy's Cove Road Hackett's Cove NS B3Z 3J4 Canada email: support@nautel.com" DESCRIPTION "Top-level infrastructure of the Nautel enterprise MIB tree" REVISION "201802150000Z" DESCRIPTION "Correcting syntax" REVISION "201611290000Z" DESCRIPTION "Fixing the definition of the TrueFalse data type" REVISION "201205180000Z" DESCRIPTION "First draft" ::= { enterprises 28142 } -- -- Nautel enterprise-specific management objects -- products OBJECT IDENTIFIER ::= { nautel 1 } groups OBJECT IDENTIFIER ::= { nautel 2 } snmp OBJECT IDENTIFIER ::= { products 0 } agent OBJECT IDENTIFIER ::= { snmp 1 } configurationFile OBJECT IDENTIFIER ::= { snmp 2 } -- -- Textual Conventions -- Tenths ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "An integer to be displayed with 1 decimal place; i.e. 12345 displayed as 1234.5" SYNTAX INTEGER (-10000..10000) Hundredths ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-2" STATUS current DESCRIPTION "An integer to be displayed with 2 decimal places; i.e. 12345 displayed as 123.45" SYNTAX INTEGER (-10000..10000) Thousandths ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-3" STATUS current DESCRIPTION "An integer to be displayed with 3 decimal places; i.e. 12345 displayed as 12.345" SYNTAX INTEGER (-10000..10000) Millionths ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-6" STATUS current DESCRIPTION "An integer to be displayed with 6 decimal places; i.e. 12345 displayed as .012345" SYNTAX INTEGER (-10000..10000) OnOff ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "On or off state for alarms" SYNTAX INTEGER { off(0), on(1) } RfState ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "RF state" SYNTAX INTEGER { off(0), on(1), inhibited(2) } LocalRemote ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Local or remote access" SYNTAX INTEGER { local(0), remote(1) } AorB ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Exciter A or B" SYNTAX INTEGER { a(0), b(1) } CombinerRoutingStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Combiner Mode Idle/Test/Combined/In-Transit" SYNTAX INTEGER { idle(0), test(1), combiner(2), inTransit(3) } OpenClosed ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Interlock state" SYNTAX INTEGER { closed(0), open(1) } YesNo ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Interlock state" SYNTAX INTEGER { no(0), yes(1) } TrueFalse ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Definition of true/false" SYNTAX INTEGER { true(1), false(0) } END