AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Northern Telecom Ltd » Nortel-Magellan-Passport-HuntGroupEngMIB

Nortel-Magellan-Passport-HuntGroupEngMIB device MIB details by Northern Telecom Ltd

Nortel-Magellan-Passport-HuntGroupEngMIB 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 Nortel-Magellan-Passport-HuntGroupEngMIB.


Vendor: Northern Telecom Ltd
Mib: Nortel-Magellan-Passport-HuntGroupEngMIB  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
Nortel-Magellan-Passport-HuntGroupEngMIB
DEFINITIONS ::= BEGIN



IMPORTS

      OBJECT-TYPE
   FROM RFC-1212

      passportMIBs
   FROM Nortel-Magellan-Passport-UsefulDefinitionsMIB

      Counter32,
      DisplayString,
      StorageType,
      RowStatus,
      Unsigned32
   FROM Nortel-Magellan-Passport-StandardTextualConventionsMIB

      NonReplicated
   FROM Nortel-Magellan-Passport-TextualConventionsMIB

      lpIndex,
      lpEngIndex,
      lpEng
   FROM Nortel-Magellan-Passport-LogicalProcessorMIB;




-- LAST-UPDATED   "9902010000Z"
-- ORGANIZATION   "Nortel"
-- CONTACT-INFO   "
--         Nortel Magellan Network Management
--         
--         Postal: P.O. Box 5080, Station F 
--                 Ottawa, Ontario 
--                 Canada  K2C 3T1
--         
--         Email:  nm_plm@nt.com"
-- DESCRIPTION
--    "The module describing the Nortel Magellan Passport
--     HuntGroupEng Enterprise MIB."

huntGroupEngMIB OBJECT IDENTIFIER ::= { passportMIBs 131 }










-- Lp Eng HuntGroupService
-- The HuntGroupService component contains engineering statistics 
-- for all hunt groups on the FP.

lpEngHgs OBJECT IDENTIFIER ::= { lpEng 4 }



lpEngHgsRowStatusTable OBJECT-TYPE
   SYNTAX     SEQUENCE OF LpEngHgsRowStatusEntry
   ACCESS     not-accessible
   STATUS     mandatory
   DESCRIPTION
     "This entry controls the addition and deletion of 
      lpEngHgs components."
::= { lpEngHgs 1 }

lpEngHgsRowStatusEntry OBJECT-TYPE
   SYNTAX     LpEngHgsRowStatusEntry
   ACCESS     not-accessible
   STATUS     mandatory
   DESCRIPTION
     "A single entry in the table represents a single 
      lpEngHgs component."
   INDEX {
      lpIndex,
      lpEngIndex,
      lpEngHgsIndex }
::= { lpEngHgsRowStatusTable 1 }

LpEngHgsRowStatusEntry ::= SEQUENCE {
   lpEngHgsRowStatus
      RowStatus,
   lpEngHgsComponentName
      DisplayString,
   lpEngHgsStorageType
      StorageType,
   lpEngHgsIndex
      NonReplicated }

lpEngHgsRowStatus OBJECT-TYPE
   SYNTAX     RowStatus 
   ACCESS     read-write
   STATUS     mandatory
   DESCRIPTION
     "This variable is used as the basis for SNMP naming of
      lpEngHgs components.
      These components can be added and deleted."
::= { lpEngHgsRowStatusEntry 1 }

lpEngHgsComponentName OBJECT-TYPE
   SYNTAX     DisplayString 
   ACCESS     read-only
   STATUS     mandatory
   DESCRIPTION
     "This variable provides the component's string name for
      use with the ASCII Console Interface"
::= { lpEngHgsRowStatusEntry 2 }

lpEngHgsStorageType OBJECT-TYPE
   SYNTAX     StorageType 
   ACCESS     read-only
   STATUS     mandatory
   DESCRIPTION
     "This variable represents the storage type value for the
      lpEngHgs tables."
::= { lpEngHgsRowStatusEntry 4 }

lpEngHgsIndex OBJECT-TYPE
   SYNTAX     NonReplicated 
   ACCESS     not-accessible
   STATUS     mandatory
   DESCRIPTION
     "This variable represents the index for the lpEngHgs tables."
::= { lpEngHgsRowStatusEntry 10 }

lpEngHgsOperationalTable OBJECT-TYPE
   SYNTAX     SEQUENCE OF LpEngHgsOperationalEntry
   ACCESS     not-accessible
   STATUS     mandatory
   DESCRIPTION
     "The Operational group contains attributes for all hunt groups on the 
      LP."
::= { lpEngHgs 10 }

lpEngHgsOperationalEntry OBJECT-TYPE
   SYNTAX     LpEngHgsOperationalEntry
   ACCESS     not-accessible
   STATUS     mandatory
   DESCRIPTION
     "An entry in the lpEngHgsOperationalTable."
   INDEX {
      lpIndex,
      lpEngIndex,
      lpEngHgsIndex }
::= { lpEngHgsOperationalTable 1 }

LpEngHgsOperationalEntry ::= SEQUENCE {
   lpEngHgsHuntGroups
      Unsigned32,
   lpEngHgsHuntAttempts
      Counter32 }

lpEngHgsHuntGroups OBJECT-TYPE
   SYNTAX     Unsigned32 (0..65535)
   ACCESS     read-only
   STATUS     mandatory
   DESCRIPTION
     "This attribute indicates the number of hunt groups provisioned on 
      the LP."
   DEFVAL     { 0 }
::= { lpEngHgsOperationalEntry 1 }

lpEngHgsHuntAttempts OBJECT-TYPE
   SYNTAX     Counter32 
   ACCESS     read-only
   STATUS     mandatory
   DESCRIPTION
     "This attribute counts the total number of hunt attempts made by all 
      hunt groups. The count includes both initial and subsequent hunt 
      attempts. Individual hunt groups maintain this counter within the 
      huntAttempts attribute of the Hg/n component. This counter wraps 
      to 0 when it exceeds its maximum value."
::= { lpEngHgsOperationalEntry 2 }




-- 
-- Version and Compliance statements
-- 



-- Object-Group Statement:
-- A list of all current accessible leaf objects.

-- OBJECTS { lpEngHgsStorageType,
--           lpEngHgsRowStatus,
--           lpEngHgsHuntGroups,
--           lpEngHgsHuntAttempts,
--           lpEngHgsComponentName }
-- STATUS  mandatory
-- DESCRIPTION
--   "A list of all current accessible leaf objects."

huntGroupEngGroup OBJECT IDENTIFIER ::= { huntGroupEngMIB 1 }
huntGroupEngGroupBE OBJECT IDENTIFIER ::= { huntGroupEngGroup 5 }
huntGroupEngGroupBE01 OBJECT IDENTIFIER ::= { huntGroupEngGroupBE 2 }
huntGroupEngGroupBE01A OBJECT IDENTIFIER ::= { huntGroupEngGroupBE01 2 }



-- Agent-Capabilities Statement:

-- PRODUCT-RELEASE "Passport Release 7.0 HuntGroupEng."
-- STATUS          mandatory
-- DESCRIPTION     "HuntGroupEng MIB: MIB Version BE01A,
--                  Software Version BG00S4C."
-- SUPPORTS        Nortel-Magellan-Passport-HuntGroupEngMIB
--    INCLUDES     { huntGroupEngGroupBE01A }

huntGroupEngCapabilities OBJECT IDENTIFIER ::= { huntGroupEngMIB 3 }
huntGroupEngCapabilitiesBE OBJECT IDENTIFIER ::= { huntGroupEngCapabilities 5 }
huntGroupEngCapabilitiesBE01 OBJECT IDENTIFIER ::= { huntGroupEngCapabilitiesBE 2 }
huntGroupEngCapabilitiesBE01A OBJECT IDENTIFIER ::= { huntGroupEngCapabilitiesBE01 2 }





END