ActiveXperts Network Monitor 2019##AdminFavorites

CTRON-TIMED-RESET-MIB by vendor Enterasys Networks Inc

CTRON-TIMED-RESET-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 2019 to import vendor-specific MIB files, inclusing CTRON-TIMED-RESET-MIB.


Vendor: Enterasys Networks Inc
Mib: CTRON-TIMED-RESET-MIB  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2019 [download]    (ships with advanced SNMP/MIB tools)
CTRON-TIMED-RESET-MIB DEFINITIONS ::= BEGIN

--  ctron-timed-reset-mib.txt
--  Revision: 01.00.00
--  Part Number:
--  Date: Feb 21, 2002

--  Cabletron Systems, Inc.
--  35 Industrial Way, P.O. Box 5005
--  Rochester, NH 03867-0505
--  (603) 332-9400
--  support@ctron.com

--  This module provides definitions for Cabletron's
--  enterprise-specific timed reset functionality.
--
--  This module describes existing functionality.
--
--  This module will be extended, as needed.

--  Cabletron Systems reserves the right to make changes in
--  specification and other information contained in this document
--  without prior notice.  The reader should consult Cabletron Systems
--  to determine whether any such changes have been made.
--
--  In no event shall Cabletron Systems be liable for any incidental,
--  indirect, special, or consequential damages whatsoever (including
--  but not limited to lost profits) arising out of or related to this
--  document or the information contained in it, even if Cabletron
--  Systems has been advised of, known, or should have known, the
--  possibility of such damages.
--
--  Cabletron grants vendors, end-users, and other interested parties
--  a non-exclusive license to use this Specification in connection
--  with the management of Cabletron products.

--  Copyright Feb 2002 Enterasys Networks

IMPORTS

      OBJECT-TYPE
            FROM RFC-1212
      ctDevice
            FROM CTRON-MIB-NAMES;

ctTimedResetMIB     OBJECT IDENTIFIER ::= { ctDevice 2 }

ctTimedResetStatus         OBJECT-TYPE
       SYNTAX  INTEGER {
          disabled(0),
          softEnabled(1),
          hardEnabled(2)
       }
       ACCESS  read-write
       STATUS  deprecated
       DESCRIPTION
          "softEnabled(1) - soft reset in ctTimedResetTimeEntered seconds.
           hardEnabled(2) - hard reset in ctTimedResetTimeEntered seconds.

           A zero value in ctTimedResetTimeEntered will cause an immediate
           reset.

           Setting this to disabled(0) will cause any currently enabled
           timed reset will be disabled."
       ::= { ctTimedResetMIB 1 }

ctTimedResetTimeEntered    OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-write
       STATUS  deprecated
       DESCRIPTION
          "The time, in seconds, from the time ctTimedResetStatus
           is set to softEnabled(1) or hardEnabled(2), until the
           board will reset."
       ::= { ctTimedResetMIB 2 }

ctTimedResetTimeRemaining  OBJECT-TYPE
       SYNTAX  INTEGER
       ACCESS  read-only
       STATUS  deprecated
       DESCRIPTION
          "The time, in seconds, remaining until a reset will occur.
           The time is not meaningful if ctTimedResetStatus is
           disabled(0)."
       ::= { ctTimedResetMIB 3 }

ctTimedResetOperationalMode OBJECT-TYPE
       SYNTAX  INTEGER {
          currentMode(0),
          ieee8021Q(1),
          secureFast(2)
       }
       ACCESS  read-write
       STATUS  deprecated
       DESCRIPTION
          "The operational mode to run in when a timed reset occurs.
           When set to currentMode(0), the operational mode will remain
           unchanged.  When set to ieee8021Q(1), the operational mode
           will be 802.1Q Switching.  When set to secureFast(2),
           the operational mode will be Secure Fast VLAN."
       ::= { ctTimedResetMIB 4 }

ctTimedResetNVRamReset  OBJECT-TYPE
       SYNTAX  INTEGER {
         dontResetNVRam(0),
         resetNVRam(1)
         }
       ACCESS  read-write
       STATUS  deprecated
       DESCRIPTION
         "dontResetNVRam(0) - NVRAM will not be cleared on timed reset.
          resetNVRam(1)     - NVRAM will be cleared on timed reset."
       ::= { ctTimedResetMIB 5 }

END