You are here:

MonitorTools.com > Technical documentation > SNMP > MIB > Cisco > CISCO-INT-SERV-CAPABILITY
ActiveXperts Network Monitor 2019##AdminFavorites

CISCO-INT-SERV-CAPABILITY by vendor Cisco

CISCO-INT-SERV-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 2019 to import vendor-specific MIB files, inclusing CISCO-INT-SERV-CAPABILITY.


Vendor: Cisco
Mib: CISCO-INT-SERV-CAPABILITY  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2019 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- CISCO-INT-SERV-CAPABILITY.my
--
-- AGENT-CAPABILITIES for INT-SERV-MIB 
--
-- Copyright(c) 2002 by Cisco Systems,Inc.
--
-- Author: 
-- *****************************************************************

CISCO-INT-SERV-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;   

ciscoIntServCapability MODULE-IDENTITY
        LAST-UPDATED    "200206210000Z"
        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-rsvp@cisco.com"
        DESCRIPTION
                "The Agent Capabilities for INT-SERV-MIB."
        ::= { ciscoAgentCapability 9999 }

ciscoIntServCapabilityVismV3R00 AGENT-CAPABILITIES
PRODUCT-RELEASE      "VISM Release 3.00"
STATUS               current
DESCRIPTION          "INT-SERV-MIB Capabilities."

    SUPPORTS INT-SERV-MIB
	INCLUDES {intSrvIfAttribGroup, intSrvFlowsGroup, intSrvGenObjectsGroup}

	VARIATION    intSrvIfAttribFlows
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvIfAttribPropagationDelay
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvIfAttribStatus
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowType
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowOwner
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowDestAddr
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowSenderAddr
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowDestAddrLength
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowProtocol
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowSenderAddrLength
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowDestPort
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowPort
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowFlowId
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvFlowInterface
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowIfAddr
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowRate
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowBurst
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowWeight
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowQueue
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowMinTU
        ACCESS       not-implemented
        DESCRIPTION     "Not supported."

	VARIATION    intSrvFlowMaxTU
        ACCESS       not-implemented
        DESCRIPTION     "Not supported."

	VARIATION    intSrvFlowBestEffort
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvFlowPoliced
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvFlowDiscard
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowService
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvFlowOrder
        ACCESS       not-implemented
        DESCRIPTION  "Not supported."

	VARIATION    intSrvFlowStatus
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

	VARIATION    intSrvFlowNewIndex
	ACCESS       read-only
	DESCRIPTION  "write access is not supported."

        ::= { ciscoIntServCapability 1 }
END