GWWEB-MIB device MIB details by Novell
GWWEB-MIB file content
The SNMP protocol is used to for conveying information and commands between agents and managing entities. SNMP uses the User Datagram Protocol (UDP) as the transport protocol for passing data between managers and agents. The reasons for using UDP for SNMP are, firstly it has low overheads in comparison to TCP, which uses a 3-way hand shake for connection. Secondly, in congested networks, SNMP over TCP is a bad idea because TCP in order to maintain reliability will flood the network with retransmissions.
Management information (MIB) is represented as a collection of managed objects. These objects together form a virtual information base called MIB. An agent may implement many MIBs, but all agents must implement a particular MIB called MIB-II [16]. This standard defines variables for things such as interface statistics (interface speeds, MTU, octets sent, octets received, etc.) as well as various other things pertaining to the system itself (system location, system contact, etc.). The main goal of MIB-II is to provide general TCP/IP management information.
Use ActiveXperts Network Monitor 2024 to import vendor-specific MIB files, inclusing GWWEB-MIB.
Vendor: | Novell |
---|---|
Mib: | GWWEB-MIB [download] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- GWWEB MIB -- Novell GroupWise Web Access Management Information Base (MIB) -- Copyright (C) 1994, 1995, 1996, 1997, 1998 Novell Inc., All Rights Reserved -- Naming Tree: 1.3.6.1.4.1.23 -- iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) novell(23) -- Date: April 1, 1998 GWWEB-MIB DEFINITIONS ::= BEGIN IMPORTS Counter, TimeTicks, Gauge, enterprises FROM RFC1155-SMI DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215 OBJECT-TYPE FROM RFC-1212; novell OBJECT IDENTIFIER ::= { enterprises 23 } mibDoc OBJECT IDENTIFIER ::= { novell 2 } gwWeb OBJECT IDENTIFIER ::= { mibDoc 77 } gwWebAccess OBJECT IDENTIFIER ::= { gwWeb 1 } -- ====================================== webAccess Get Variables ========= gwWebAccessTable OBJECT-TYPE SYNTAX SEQUENCE OF WEBAccessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of WebAccess objects" ::= { gwWebAccess 1 } webAccessEntry OBJECT-TYPE SYNTAX WEBAccessEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the WebAccess Table" INDEX { gwWebAccessIndex } ::= { gwWebAccessTable 1 } WEBAccessEntry ::= SEQUENCE { gwWebAccessIndex INTEGER, gwWebAccessName DisplayString, gwWebAccessCompletedRequests Counter, gwWebAccessFailedRequests Counter, gwWebAccessTotalThreads Counter, gwWebAccessBusyThreads Counter, gwWebAccessPeakBusyThread Counter, gwWebAccessCurrentUsers Counter, gwWebAccessTotalUsers Counter, gwWebAccessPeakUsers Counter, gwWebAccessUptime TimeTicks, gwWebAccessOS DisplayString, gwWebAccessVersion DisplayString } gwWebAccessIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Index into the WebAccess table" ::= { webAccessEntry 1 } gwWebAccessName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of this WebAccess agent." ::= { webAccessEntry 2 } gwWebAccessCompletedRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of completed requests." ::= { webAccessEntry 3 } gwWebAccessFailedRequests OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of failed requests." ::= { webAccessEntry 4 } gwWebAccessTotalThreads OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of threads." ::= { webAccessEntry 5} gwWebAccessBusyThreads OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of currently busy threads." ::= { webAccessEntry 6} gwWebAccessPeakBusyThreads OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The peak number of busy threads." ::= { webAccessEntry 7} gwWebAccessCurrentUsers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of current users." ::= { webAccessEntry 8} gwWebAccessTotalUsers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of users." ::= { webAccessEntry 9} gwWebAccessPeakUsers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The peak number of users." ::= { webAccessEntry 10 } gwWebAccessUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "Uptime of this WebAccess agent." ::= { webAccessEntry 11} gwWebAccessOS OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) ACCESS read-only STATUS mandatory DESCRIPTION "Operating System name and version" ::= { webAccessEntry 12 } gwWebAccessVersion OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) ACCESS read-only STATUS mandatory DESCRIPTION "Version and date of this WebAccess agent." ::= { webAccessEntry 13 } END