CISCO-VOICE-TONE-CADENCE-CAPABILITY device MIB details by Cisco
CISCO-VOICE-TONE-CADENCE-CAPABILITY 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-TONE-CADENCE-CAPABILITY.
Vendor: | Cisco |
---|---|
Mib: | CISCO-VOICE-TONE-CADENCE-CAPABILITY [download] [view objects] |
Tool: | ActiveXperts Network Monitor 2024 [download] (ships with advanced SNMP/MIB tools) |
-- ***************************************************************** -- CISCO-VOICE-TONE-CADENCE-CAPABILITY -- -- AGENT-CAPABILITIES MIB for CISCO-VOICE-TONE-CADENCE-MIB -- -- February 2004, Margaret Hsieh -- -- Copyright(c) 2004 by Cisco Systems, Inc. -- -- ***************************************************************** CISCO-VOICE-TONE-CADENCE-CAPABILITY DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, Unsigned32 FROM SNMPv2-SMI AGENT-CAPABILITIES FROM SNMPv2-CONF ciscoAgentCapability FROM CISCO-SMI; ciscoVoiceToneCadenceCapability MODULE-IDENTITY LAST-UPDATED "200402020000Z" 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-gateway@cisco.com" DESCRIPTION "The agent capabilities for CISCO-VOICE-TONE-CADENCE-MIB." REVISION "200402020000Z" DESCRIPTION "Initial version of this MIB module." ::= { ciscoAgentCapability 387 } cVoiceToneCadenceCapV5R00 AGENT-CAPABILITIES PRODUCT-RELEASE "MGX8850 Release 5.0.0" STATUS current DESCRIPTION "CISCO-VOICE-TONE-CADENCE-MIB capabilities for VXSM in release 5.0.0." SUPPORTS CISCO-VOICE-TONE-CADENCE-MIB INCLUDES { cvtcToneConfigGroup } VARIATION cvtcTonePlanVersion SYNTAX Unsigned32 (0..9) DESCRIPTION "VXSM supports limited data range." VARIATION cvtcProgrammableToneDuration SYNTAX Unsigned32 (0..655350) DESCRIPTION "Limited data range is supported." VARIATION cvtcProgrammableToneStorageType SYNTAX INTEGER { nonVolatile(3), permanent(4) } DESCRIPTION "VXSM supports permanent(4) for the entries in system built-in tone plans, nonVolatile(3) for the entries in user defined tone plans." VARIATION cvtcTonePlanId DESCRIPTION "The entries from 101 to 200 are built in system, and the range from 1 to 100 is configurable." VARIATION cvtcToneId SYNTAX Unsigned32 (1..10074) DESCRIPTION "The entries from 1 to 13 are built in system, and the range from 10000 to 10074 is configurable. (14..9999) are not supported." VARIATION cvtcToneName DESCRIPTION "This object does not allowed space between characters but it accepts underscore '_'." VARIATION cvtcProgrammableToneTable DESCRIPTION "One entry for each tone (indexed by cvtcToneId) in a tone plan will be created by the system automatically when the entry of the tone plan in cvtcTonePlanTable is created with the same indices cmgwIndex and cvtcTonePlanId. When the entry of the tone plan in cvtcTonePlanTable is deleted, the system automatically deletes all entries in this table with the corresponding indices cmgwIndex and cvtcTonePlanId. If a new entry is added to cvtcToneIdTable, since the existing tone plans do not contain the newly added tone ID, the entries of this table won't be affected. If the newly added tone ID is added to an existing tone plan, the existing tone plan should be deleted from cvtcTonePlanTable and re-created with the new tone plan file, all the entries of this table for the corresponding tone plan will be deleted and re-created automatically by the system." VARIATION cvtcProgrammableToneRowStatus ACCESS not-implemented DESCRIPTION "Not supported." ::= { ciscoVoiceToneCadenceCapability 1 } END