BASIS-RAS-DISK-MIB device MIB details by Stratacom
BASIS-RAS-DISK-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 BASIS-RAS-DISK-MIB.
Vendor: | Stratacom |
---|---|
Mib: | BASIS-RAS-DISK-MIB [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- BASIS-RAS-DISK-MIB -- -- June 2002 -- -- Copyright (c) 1996-1998, 2002 by cisco Systems, Inc. -- All rights reserved. -- ***************************************************************** -- -- LAST-UPDATED "200206030000Z" -- DESCRIPTION "This MIB contains information on the -- Disk Related Objects for MGX8220." -- -- REVISION "200206030000Z" -- DESCRIPTION -- "Added Cisco Copyrights to the MIB." -- BASIS-RAS-DISK-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB axisDiagnostics FROM BASIS-MIB; rasDsk OBJECT IDENTIFIER ::= { axisDiagnostics 2 } -- ---------------------------------------------------------------------- -- -- Group "axisDiagnostics" -- This group contains information pertained to RAS Disk diagnostics in -- AXIS. -- -- ---------------------------------------------------------------------- rasDskStatus OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates whether the RAS Disk diagnostics has been Enabled or not. " DEFVAL { disable } ::= { rasDsk 1 } dskHealth OBJECT-TYPE SYNTAX INTEGER { pass (1), fail (2), unknown (3), testInProgress (4) } ACCESS read-only STATUS mandatory DESCRIPTION "Shows the Status of the Hard Disk, which depends on the number of corrupted files and number of Bad sectors in the ASC. The Status is PASS if there are no Corrupted files in the Disk AND the number of Bad Sectors is within the threshold value. If the Disk has one or more Corrupted files OR if the Number of Bad Sectors exceeds the threshold value, the Status is FAIL. If Diagnostics is going on, the Status is TestInProgress. Status will be UNKNOWN until the diagnostics starts for the first time. " DEFVAL { unknown } ::= { rasDsk 2 } standbyDskHealth OBJECT-TYPE SYNTAX INTEGER { pass (1), fail (2), unknown (3), testInProgress (4) } ACCESS read-only STATUS mandatory DESCRIPTION "Shows the Status of the Standby ASC Hard Disk, which depends on the number of corrupted files and number of Bad sectors in the Standby ASC. The Status is UNKNOWN, if there is no Standby ASC in the shelf. " DEFVAL { unknown } ::= { rasDsk 3 } wakeupInterval OBJECT-TYPE SYNTAX INTEGER (12..168) ACCESS read-write STATUS mandatory DESCRIPTION "Indicates the RAS Disk diagnostics task Wake up time period, in HOURS. This Interval is configurable between 12 hours and 7 days. If RAS Disk diagnostics is Enabled, the diagnostics starts whenever the wakeupInterval is elapsed. If RAS Disk diagnostics is Enabled AND if the CLI cnfrasdsk is executed, then the Disk diagnostics starts immediately. " DEFVAL { 12 } ::= { rasDsk 4 } lastTime OBJECT-TYPE SYNTAX DisplayString (SIZE (20)) ACCESS read-only STATUS mandatory DESCRIPTION "Shows the Time when the RAS Disk diagnostics was Last done. The format is DD MONTH HH:MM:SS. " ::= { rasDsk 5 } numBadSectors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Number of Bad Sectors found in the Disk. " DEFVAL { 0 } ::= { rasDsk 6 } crptdPRIfiles OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Number of SM configuration files, corrupted. " DEFVAL { 0 } ::= { rasDsk 7 } crptdFWfiles OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Number of FirmWare files, corrupted. " DEFVAL { 0 } ::= { rasDsk 8 } END