You are here:

MonitorTools.com > Technical documentation > SNMP > MIB > Enterasys Networks > ENTERASYS-JUMBO-ETHERNET-FRAME-MIB
ActiveXperts Network Monitor 2019##AdminFavorites

ENTERASYS-JUMBO-ETHERNET-FRAME-MIB by vendor Enterasys Networks

ENTERASYS-JUMBO-ETHERNET-FRAME-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 ENTERASYS-JUMBO-ETHERNET-FRAME-MIB.


Vendor: Enterasys Networks
Mib: ENTERASYS-JUMBO-ETHERNET-FRAME-MIB  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2019 [download]    (ships with advanced SNMP/MIB tools)
ENTERASYS-JUMBO-ETHERNET-FRAME-MIB DEFINITIONS ::= BEGIN

--  enterasys-jumbo-ethernet-frame-mib.txt
--
--  Part Number:
--
--

--  This module provides authoritative definitions for Enterasys 
--  Networks' Jumbo Ethernet Frame MIB.

--
--  This module will be extended, as needed.

--  Enterasys Networks reserves the right to make changes in this
--  specification and other information contained in this document
--  without prior notice.  The reader should consult Enterasys Networks
--  to determine whether any such changes have been made.
--
--  In no event shall Enterasys Networks 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 Enterasys
--  Networks has been advised of, known, or should have known, the
--  possibility of such damages.
--
--  Enterasys Networks grants vendors, end-users, and other interested
--  parties a non-exclusive license to use this Specification in 
--  connection with the management of Enterasys Networks products.

--  Copyright December, (2002-2003) Enterasys Networks, Inc.

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Integer32
        FROM SNMPv2-SMI
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    ifIndex
        FROM IF-MIB
    EnabledStatus
        FROM P-BRIDGE-MIB
    etsysModules
        FROM ENTERASYS-MIB-NAMES;

etsysJumboEthernetFrameMIB MODULE-IDENTITY
    LAST-UPDATED "200301242126Z"  -- Fri Jan 24 21:26 GMT 2003
    ORGANIZATION "Enterasys Networks, Inc"
    CONTACT-INFO
        "Postal:  Enterasys Networks
                  35 Industrial Way, P.O. Box 5005
                  Rochester, NH 03867-0505

         Phone:   +1 603 332 9400
         E-mail:  support@enterasys.com
         WWW:     http://www.enterasys.com"
    DESCRIPTION
        "This MIB module defines a portion of the SNMP MIB under
         the Enterasys Networks enterprise OID pertaining to 
         jumbo Ethernet frames."

    REVISION "200301242126Z"  -- Fri Jan 24 21:26 GMT 2003
    DESCRIPTION
        "Changed the per port enable status to a per port
         administrative and operational status."

    REVISION "200212202156Z"  -- Fri Dec 20 21:56 GMT 2002
    DESCRIPTION
        "The initial version of this MIB module"

    ::= { etsysModules 34 } 

etsysJumboEthernetFrame
    OBJECT IDENTIFIER ::= { etsysJumboEthernetFrameMIB 1 }


-- ---------------------------------------------------------- --
-- branches in the ENTERASYS-JUMBO-ETHERNET-FRAME-MIB
-- ---------------------------------------------------------- --

etsysJumboEnetFrameControl
    OBJECT IDENTIFIER ::= { etsysJumboEthernetFrame 1 }


-- ---------------------------------------------------------- --
-- Objects in the etsysJumboEnetFrameControl group
-- ---------------------------------------------------------- --

etsysJumboEnetFrameTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF EtsysJumboEnetFrameEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "A list of entries for interfaces that have support for
         jumbo Ethernet frames."
    ::= { etsysJumboEnetFrameControl 1 }

etsysJumboEnetFrameEntry OBJECT-TYPE
    SYNTAX      EtsysJumboEnetFrameEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "An entry containing management information applicable to a
         particular interface that has support for jumbo Ethernet
         frames."
    INDEX { ifIndex }
    ::= { etsysJumboEnetFrameTable 1 }

EtsysJumboEnetFrameEntry ::=
    SEQUENCE { 
        etsysJumboEnetFrameEnable        EnabledStatus,
        etsysJumboEnetFrameMtu           Integer32,
        etsysJumboEnetFrameAdminStatus   EnabledStatus,
        etsysJumboEnetFrameOperStatus    EnabledStatus
    }

etsysJumboEnetFrameEnable   OBJECT-TYPE
    SYNTAX      EnabledStatus
    MAX-ACCESS  read-write
    STATUS      obsolete
    DESCRIPTION
        "The enabled/disabled status of the passing of jumbo Ethernet
         frames on the interface."
    DEFVAL { disabled }
    ::= { etsysJumboEnetFrameEntry 1 }

etsysJumboEnetFrameMtu   OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The MTU for this interface when etsysJumboEnetFrameEnable
         is enabled.  The managed entity will reflect this value in
         ifMtu when the passing of jumbo frames is enabled on this
         interface."
    REFERENCE
        "IETF RFC2863 IF-MIB"
    ::= { etsysJumboEnetFrameEntry 2 }

etsysJumboEnetFrameAdminStatus   OBJECT-TYPE
    SYNTAX      EnabledStatus
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The administrative enabled/disabled status for the passing
         of jumbo Ethernet frames on this interface."
    DEFVAL { disabled }
    ::= { etsysJumboEnetFrameEntry 3 }

etsysJumboEnetFrameOperStatus   OBJECT-TYPE
    SYNTAX      EnabledStatus
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The operational status of the passing of jumbo Ethernet
         frames on this interface."
    ::= { etsysJumboEnetFrameEntry 4 }


-- -------------------------------------------------------------
-- Conformance Information
-- -------------------------------------------------------------

etsysJumboEnetFrameConformance
    OBJECT IDENTIFIER ::= { etsysJumboEthernetFrameMIB 2 }

etsysJumboEnetFrameGroups
    OBJECT IDENTIFIER ::= { etsysJumboEnetFrameConformance 1 }

etsysJumboEnetFrameCompliances
    OBJECT IDENTIFIER ::= { etsysJumboEnetFrameConformance 2 }


-- -------------------------------------------------------------
-- Units of conformance
-- -------------------------------------------------------------

etsysJumboEnetFrameControlGroup OBJECT-GROUP
    OBJECTS {
        etsysJumboEnetFrameEnable,
        etsysJumboEnetFrameMtu
    }
    STATUS      obsolete
    DESCRIPTION
        "A collection of objects relating to per interface
         Jumbo Ethernet frame support."
    ::= { etsysJumboEnetFrameGroups 1 }

etsysJumboEnetFrameControlGroup2 OBJECT-GROUP
    OBJECTS {
        etsysJumboEnetFrameMtu,
        etsysJumboEnetFrameAdminStatus,
        etsysJumboEnetFrameOperStatus
    }
    STATUS      current
    DESCRIPTION
        "A collection of objects relating to per interface
         Jumbo Ethernet frame support."
    ::= { etsysJumboEnetFrameGroups 2 }

-- -------------------------------------------------------------
-- Compliance statements
-- -------------------------------------------------------------

etsysJumboEnetFrameCompliance MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "The compliance statement for devices that support the
         Enterasys Jumbo Ethernet Frame MIB."

    MODULE
    MANDATORY-GROUPS { etsysJumboEnetFrameControlGroup }

    ::= { etsysJumboEnetFrameCompliances 1 }

etsysJumboEnetFrameCompliance2 MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
        "The compliance statement for devices that support the
         Enterasys Jumbo Ethernet Frame MIB."

    MODULE
    MANDATORY-GROUPS { etsysJumboEnetFrameControlGroup2 }

    ::= { etsysJumboEnetFrameCompliances 2 }

END