CISCO-VOICE-HDLC-DIAL-CONTROL-MIB device MIB details by Cisco
CISCO-VOICE-HDLC-DIAL-CONTROL-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 CISCO-VOICE-HDLC-DIAL-CONTROL-MIB.
Vendor: | Cisco |
---|---|
Mib: | CISCO-VOICE-HDLC-DIAL-CONTROL-MIB [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- CISCO-VOICE-HDLC-DIAL-CONTROL-MIB.my: Voice HDLC Dial Control MIB -- file -- -- April 1998, Steve Yang -- -- Copyright (c) 1998 by cisco Systems, Inc. -- All rights reserved. -- ***************************************************************** CISCO-VOICE-HDLC-DIAL-CONTROL-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF CvcGUid FROM CISCO-VOICE-DIAL-CONTROL-MIB cCallHistoryIndex FROM CISCO-DIAL-CONTROL-MIB ciscoExperiment FROM CISCO-SMI; ciscoVoiceHdlcDialControlMIB MODULE-IDENTITY LAST-UPDATED "9804140000Z" ORGANIZATION "Cisco Systems, Inc." CONTACT-INFO " Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-voice@cisco.com" DESCRIPTION "This MIB module enhances the IETF Dial Control MIB (RFC2128) by providing HDLC management information over a data network. " ::= { ciscoExperiment 37 } -- Voice HDLC Dial Control MIB objects definitions cvhdlcdcMIBObjects OBJECT IDENTIFIER ::= { ciscoVoiceHdlcDialControlMIB 1 } -- The Voice Dial Control MIB consists of the following group -- [1] Voice HDLC Dial Control Call History Group (cvHdlcCallHistory) cvHdlcCallHistory OBJECT IDENTIFIER ::= { cvhdlcdcMIBObjects 1 } --**************************************************************************** -- Voice over HDLC Dial Control Call History Group --**************************************************************************** -- -- Voice over HDLC Call History Table -- cvHdlcCallHistoryTable OBJECT-TYPE SYNTAX SEQUENCE OF CvHdlcCallHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table is the HDLC extension to the call history table of IETF Dial Control MIB. It contains HDLC call leg information about specific voice over HDLC call. " ::= { cvHdlcCallHistory 1 } cvHdlcCallHistoryEntry OBJECT-TYPE SYNTAX CvHdlcCallHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The information regarding a single HDLC call leg. An entry of this table is created when its associated call history entry in the IETF Dial Control MIB is created and the call history entry contains information for the call establishment to the peer on the data network backbone via a voice over HDLC peer. The entry is deleted when its associated call history entry in the IETF Dial Control MIB is deleted. " INDEX { cCallHistoryIndex } ::= { cvHdlcCallHistoryTable 1 } CvHdlcCallHistoryEntry ::= SEQUENCE { cvHdlcCallHistoryConnectionId CvcGUid, cvHdlcCallHistoryLowerIfName DisplayString, cvHdlcCallHistorySessionTarget DisplayString } cvHdlcCallHistoryConnectionId OBJECT-TYPE SYNTAX CvcGUid MAX-ACCESS read-only STATUS current DESCRIPTION "The global call identifier for the tandem call." ::= { cvHdlcCallHistoryEntry 1 } cvHdlcCallHistoryLowerIfName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..24)) MAX-ACCESS read-only STATUS current DESCRIPTION "The textual name of lower layer interface associated with this HDLC call." ::= { cvHdlcCallHistoryEntry 2 } cvHdlcCallHistorySessionTarget OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The object specifies the session target of the peer that is used for the voice over HDLC call. A null string indicates that the value is unavailable." ::= { cvHdlcCallHistoryEntry 3 } cvhdlcdcMIBConformance OBJECT IDENTIFIER ::= { ciscoVoiceHdlcDialControlMIB 3 } cvhdlcdcMIBCompliances OBJECT IDENTIFIER ::= { cvhdlcdcMIBConformance 1 } cvhdlcdcMIBGroups OBJECT IDENTIFIER ::= { cvhdlcdcMIBConformance 2 } -- compliance statements cvhdlcdcMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities which implement the CISCO VOICE HDLC DIAL CONTROL MIB" MODULE -- this module MANDATORY-GROUPS { cvHdlcCallHistoryGroup } ::= { cvhdlcdcMIBCompliances 1 } -- units of conformance cvHdlcCallHistoryGroup OBJECT-GROUP OBJECTS { cvHdlcCallHistoryConnectionId, cvHdlcCallHistoryLowerIfName, cvHdlcCallHistorySessionTarget } STATUS current DESCRIPTION "A collection of objects providing the HDLC Call capability." ::= { cvhdlcdcMIBGroups 1 } END