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 » Cisco » CISCO-ENTITY-CAPABILITY

CISCO-ENTITY-CAPABILITY device MIB details by Cisco

CISCO-ENTITY-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-ENTITY-CAPABILITY.


Vendor: Cisco
Mib: CISCO-ENTITY-CAPABILITY  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- ciscoEntityCapabilities MIB
--
-- AGENT-CAPABILITIES mib for ENTITY-MIB 
--
-- June 2002, Subra Hegde
-- August 2003, Seth Wang
--
-- Copyright(c) 2002-2003 by Cisco Systems,Inc.
--
-- *****************************************************************

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

ciscoEntityCapability MODULE-IDENTITY
        LAST-UPDATED    "200308120000Z"
        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-snmp@cisco.com
                        cs-lan-switch-snmp@cisco.com"
        DESCRIPTION
                "The Agent Capabilities for ENTITY-MIB."

        REVISION "200308120000Z"
        DESCRIPTION
            "Updated the ciscoEntityCapability OID with the one
             assigned by CANA."
        REVISION "200308080000Z"
        DESCRIPTION
            "Added ciscoEntityCapV12R0111bEXCat6K
             ciscoEntityCapV12R0214SXCat6K and
             ciscoEntityCapCatOSV08R0101."
        REVISION "200206120000Z"
        DESCRIPTION
            "Initial version of this MIB module."
        ::= { ciscoAgentCapability 277 }

ciscoEntityCapabilityV2R00 AGENT-CAPABILITIES

PRODUCT-RELEASE "MGX8850 Release 2.00,
                BPX SES Release 1.00"
STATUS          current
DESCRIPTION     "Agent capabilities for ENTITY-MIB."

SUPPORTS ENTITY-MIB
INCLUDES { entityPhysicalGroup,entityPhysical2Group  }

VARIATION    entPhysicalName
DESCRIPTION  "This Object is set to one of the following 
             for entPhysicalClass = module(9)
                 * Slot Number for the Module
                 * Slot Number as seen in rear view of the
                   chassis for the line module(Back cards).
             for entPhysicalClass = chassis(1)
                 * Chassis number(Shelf number)"

VARIATION    entPhysicalMfgName
DESCRIPTION  "This Object is set to PCB Part Number
             800 Level if applicable. It contains
             a zero-length string if 800 level
             is not applicable."

VARIATION    entPhysicalModelName
DESCRIPTION  "This Object is set to PCB Part Number 
             73 Level if applicable. It contains
             a zero-length string if 73 Level is not 
             applicable."

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

    ::= { ciscoEntityCapability 1 }

ciscoEntityCapV12R0111bEXCat6K AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.1(11b)EX on Catalyst 6000/6500
                         and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "ENTITY-MIB capabilities."

    SUPPORTS            ENTITY-MIB
        INCLUDES        { entityPhysicalGroup, entityLogicalGroup,
                          entityMappingGroup, entityGeneralGroup,
                          entityNotificationsGroup }

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

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

    ::= { ciscoEntityCapability 2 }

ciscoEntityCapV12R0214SXCat6K AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.2(14)SX on Catalyst 6000/6500
                         and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "ENTITY-MIB capabilities."

    SUPPORTS            ENTITY-MIB
        INCLUDES        { entityPhysicalGroup, entityLogicalGroup,
                          entityMappingGroup, entityGeneralGroup,
                          entityNotificationsGroup,
                          entityPhysical2Group, entityLogical2Group }

        VARIATION       entPhysicalSerialNum
            ACCESS      read-only
            DESCRIPTION "Only support read-only access."

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

    ::= { ciscoEntityCapability 3 }

ciscoEntityCapCatOSV08R0101 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco CatOS 8.1(1)."
    STATUS              current
    DESCRIPTION         "ENTITY-MIB capabilities."

    SUPPORTS            ENTITY-MIB
        INCLUDES        { entityPhysicalGroup, entityMappingGroup,
                          entityGeneralGroup, entityNotificationsGroup,
                          entityPhysical2Group }

        VARIATION       entPhysicalSerialNum
            ACCESS      read-only
            DESCRIPTION "Only support read-only access."

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

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

    ::= { ciscoEntityCapability 4 }

END