-- file: comtekcmn.mib -- -- COMTEK Services, Inc. MIB for OS/400 -- Release -- Date FEBRUARY 2000 -- Author JS -- Version 2.06 -- -- Copyright 1995-2000 COMTEK Services, Inc. All Rights Reserved. -- -- This COMTEK Services SNMP Management Information Base (MIB) -- Specification (Specification) embodies COMTEK Services' -- confidential and proprietary intellectual property. COMTEK Services -- retains all title and ownership in the Specification, including any -- revisions. -- -- This Specification is supplied "AS IS," and COMTEK Services makes no -- warranty, either express or implied, as to the use, operation, -- condition, or performance of the Specification. -- -- This is the Communications Line, Controller, and Device MIB for -- NM*Server for OS/400. It is subject to revision -- during product development/enhancement. COMTEK-OS400-CMN-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC1212 comtek FROM COMTEK-DEFINITIONS-MIB ; comtekos400 OBJECT IDENTIFIER ::= { comtek 5 } os400cmn OBJECT IDENTIFIER ::= { comtekos400 1 } cmtkCmnCfg OBJECT IDENTIFIER ::= { os400cmn 1 } cmtkCmnVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "subagent version " ::= { cmtkCmnCfg 1 } cmtkCmnWaitTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The number of minutes to wait between checking all of the communications lines, controllers, and devices. " ::= { cmtkCmnCfg 2 } os400CmnLineCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "num lines " ::= { os400cmn 2 } os400CmnLineTable OBJECT-TYPE SYNTAX SEQUENCE OF Os400CmnLineTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table description " ::= { os400cmn 3 } os400CmnLineTableEntry OBJECT-TYPE SYNTAX Os400CmnLineTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Row in table description " INDEX {os400CmnLineIndex} ::= { os400CmnLineTable 1 } Os400CmnLineTableEntry ::= SEQUENCE { os400CmnLineName DisplayString, os400CmnLineStatusText DisplayString, os400CmnLineStatusNumeric INTEGER, os400CmnLineCatagory DisplayString, os400CmnLineTextDescription DisplayString, os400CmnLineIndex INTEGER } os400CmnLineName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the configured communications line. " ::= { os400CmnLineTableEntry 1 } os400CmnLineStatusText OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "status as text " ::= { os400CmnLineTableEntry 2 } os400CmnLineStatusNumeric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "line status numeric code " ::= { os400CmnLineTableEntry 3 } os400CmnLineCatagory OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "the type of line e.g. *ETH, *FR, etc " ::= { os400CmnLineTableEntry 4 } os400CmnLineTextDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The long text description of the line " ::= { os400CmnLineTableEntry 5 } os400CmnLineIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "line number " ::= { os400CmnLineTableEntry 10 } os400CmnCtlrCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of OS/400 communications controllers in the table " ::= { os400cmn 4 } os400CmnCtlrTable OBJECT-TYPE SYNTAX SEQUENCE OF Os400CmnCtlrTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table description " ::= { os400cmn 5 } os400CmnCtlrTableEntry OBJECT-TYPE SYNTAX Os400CmnCtlrTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Row in table description " INDEX {os400CmnCtlrIndex} ::= { os400CmnCtlrTable 1 } Os400CmnCtlrTableEntry ::= SEQUENCE { os400CmnCtlrStatusText DisplayString, os400CmnCtlrStatusNumeric INTEGER, os400CmnCtlrCatagory DisplayString, os400CmnCtlrTextDescription DisplayString, os400CmnCtlrIndex INTEGER, os400CmnCtlrName DisplayString } os400CmnCtlrName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the communications controller " ::= { os400CmnCtlrTableEntry 1 } os400CmnCtlrStatusText OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The text describing the status of the communications controller " ::= { os400CmnCtlrTableEntry 2 } os400CmnCtlrStatusNumeric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status of the communications controller represented numerically " ::= { os400CmnCtlrTableEntry 3 } os400CmnCtlrCatagory OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "the catagory of communications controller " ::= { os400CmnCtlrTableEntry 4 } os400CmnCtlrTextDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The long text description of the communications controller " ::= { os400CmnCtlrTableEntry 5 } os400CmnCtlrIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The index into the communications controller table " ::= { os400CmnCtlrTableEntry 10 } os400CmnDevCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of entries in the communications device table " ::= { os400cmn 6 } os400CmnDevTable OBJECT-TYPE SYNTAX SEQUENCE OF Os400CmnDevTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table description " ::= { os400cmn 7 } os400CmnDevTableEntry OBJECT-TYPE SYNTAX Os400CmnDevTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Row in table description " INDEX {os400CmnDevIndex} ::= { os400CmnDevTable 1 } Os400CmnDevTableEntry ::= SEQUENCE { os400CmnDevName DisplayString, os400CmnDevStatusText DisplayString, os400CmnDevStatusNumeric INTEGER, os400CmnDevCatagory DisplayString, os400CmnDevTextDescription DisplayString, os400CmnDevIndex INTEGER } os400CmnDevName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the communications device " ::= { os400CmnDevTableEntry 1 } os400CmnDevStatusText OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The status of the communications device displayed as text " ::= { os400CmnDevTableEntry 2 } os400CmnDevStatusNumeric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status of the communications device represented numerically " ::= { os400CmnDevTableEntry 3 } os400CmnDevCatagory OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The catagory of the communications device " ::= { os400CmnDevTableEntry 4 } os400CmnDevTextDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The long text description of the communicatinos device " ::= { os400CmnDevTableEntry 5 } os400CmnDevIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "the index into the communications device table " ::= { os400CmnDevTableEntry 10 } END