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-STP-EXTENSIONS-CAPABILITY

CISCO-STP-EXTENSIONS-CAPABILITY device MIB details by Cisco

CISCO-STP-EXTENSIONS-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-STP-EXTENSIONS-CAPABILITY.


Vendor: Cisco
Mib: CISCO-STP-EXTENSIONS-CAPABILITY  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- CISCO-STP-EXTENSIONS-CAPABILITY.my:
-- Cisco CISCO-STP-EXTENSIONS-MIB AGENT-CAPABILITIES
--
-- August 2003, Lilian Jiang 
--
-- Copyright (c) 2003, 2004 by Cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************

CISCO-STP-EXTENSIONS-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY,
        Unsigned32
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoStpExtensionsCapability MODULE-IDENTITY
        LAST-UPDATED    "200406020000Z"
        ORGANIZATION    "Cisco Systems, Inc."
        CONTACT-INFO
                "       Cisco Systems
                        Customer Service

                Postal: 170 West Tasman Drive
                        San Jose, CA  95134
                        USA

                   Tel: +1 800 553-NETS

                E-mail: cs-lan-switch-snmp@cisco.com"
        DESCRIPTION
                "The capabilities description of 
                CISCO-STP-EXTENSIONS-MIB."
        REVISION        "200406020000Z"
        DESCRIPTION
                "Added cstpxCapCatOSV08R0401 for Cisco CatOS
                8.4(1)."
        REVISION        "200404020000Z"
        DESCRIPTION 
                "Added cstpxCapV12R0217bSXACat6k for Cisco IOS
                12.2(17b)SXA."   
        REVISION        "200401210000Z"
        DESCRIPTION
                "Added cstpxCapCatOSV08R0301 for Cisco CatOS
                8.3(1)."
        REVISION        "200309100000Z"
        DESCRIPTION
                "Initial version of this MIB module."
        ::= { ciscoAgentCapability 360 }

cstpxCapCatOSV08R0101 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco CatOS 8.1(1)."
    STATUS              current
    DESCRIPTION         "CISCO-STP-EXTENSIONS-MIB capabilities."

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxPreferredVlansGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpx4kVlanGroup,
                          stpxSpanningTreeGroup,
                          stpxMISTPGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxMISTPGroup2,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxBpduSkewingGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxPreferredMSTInstancesGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup 
                        }
    ::= { ciscoStpExtensionsCapability 1 }

cstpxCapV12R0113E AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.1(13)E on Catalyst 6000/6500
                        and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "CISCO-STP-EXTENSIONS-MIB capabilities."

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpxSpanningTreeGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup 
                        }

        VARIATION       stpxSpanningTreeType
            SYNTAX      INTEGER { 
                                  pvstPlus(1),
                                  mst(4),
                                  rapidPvstPlus(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported."

        VARIATION       stpxMSTRegionEditBufferStatus
            SYNTAX      INTEGER {
                                  released(1),
                                  acquiredBySnmp(2)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported."

        VARIATION       stpxMSTRegionEditBufferOperation
            SYNTAX      INTEGER {
                                  other(1),
                                  acquire(2),
                                  commit(4),
                                  rollBack(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported." 

    ::= { ciscoStpExtensionsCapability 2 }

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

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpxSpanningTreeGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup 
                        }

        VARIATION       stpxSpanningTreeType
            SYNTAX      INTEGER { 
                                  pvstPlus(1),
                                  mst(4),
                                  rapidPvstPlus(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported."

        VARIATION       stpxMSTRegionEditBufferStatus
            SYNTAX      INTEGER {
                                  released(1),
                                  acquiredBySnmp(2)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported."

        VARIATION       stpxMSTRegionEditBufferOperation
            SYNTAX      INTEGER {
                                  other(1),
                                  acquire(2),
                                  commit(4),
                                  rollBack(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported." 

    ::= { ciscoStpExtensionsCapability 3 }

cstpxCapCatOSV08R0301 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco CatOS 8.3(1) on Catalyst 6000/6500
                        and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "CISCO-STP-EXTENSIONS-MIB capabilities."

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxPreferredVlansGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpx4kVlanGroup,
                          stpxSpanningTreeGroup,
                          stpxMISTPGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxMISTPGroup2,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxBpduSkewingGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup,
                          stpxExtendedSysIDGroup,
                          stpxNotificationEnableGroup,
                          stpxFastStartOperModeGroup,
                          stpxMSTGroup3,
                          stpxSMSTGroup,
                          stpxSMSTInstanceGroup,
                          stpxSMSTInstanceEditGroup,
                          stpxSMSTPortStatusGroup,
                          stpxSMSTPortHelloTimeGroup 
                        }

        VARIATION       stpxSMSTRegionEditRevision
            SYNTAX      Unsigned32 (0..65535)   
            DESCRIPTION "Only support the revision range from 0 to 
                        65535." 

        VARIATION       stpxSMSTPortAdminHelloTime
            SYNTAX      Unsigned32 (0 | 100..1000)  
            DESCRIPTION "Only support the value of 0 and the range 
                        from 100 to 1000."

        VARIATION       stpxNotificationEnable
            SYNTAX      BITS { newRoot(0), topologyChange(1) }
            DESCRIPTION "Only limited set of enumerated values
                        are supported."
        
    ::= { ciscoStpExtensionsCapability 4 }

cstpxCapV12R0217bSXACat6k AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.2(17b)SXA on Catalyst 6000/6500
                        and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "CISCO-STP-EXTENSIONS-MIB capabilities."

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpxSpanningTreeGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup,
                          stpxExtendedSysIDGroup,
                          stpxNotificationEnableGroup,
                          stpxFastStartOperModeGroup
                        }

        VARIATION       stpxSpanningTreeType
            SYNTAX      INTEGER { 
                                  pvstPlus(1),
                                  mst(4),
                                  rapidPvstPlus(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported." 

        VARIATION       stpxMSTRegionEditBufferStatus
            SYNTAX      INTEGER {
                                  released(1),
                                  acquiredBySnmp(2)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported." 

        VARIATION       stpxMSTRegionEditBufferOperation
            SYNTAX      INTEGER {
                                  other(1),
                                  acquire(2),
                                  commit(4),
                                  rollBack(5)
                                }
            DESCRIPTION "Only limited set of enumerated values are
                        supported." 

    ::= { ciscoStpExtensionsCapability 5 }

cstpxCapCatOSV08R0401 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco CatOS 8.4(1) on Catalyst 6000/6500
                        and Cisco 7600 series devices."
    STATUS              current
    DESCRIPTION         "CISCO-STP-EXTENSIONS-MIB capabilities."

    SUPPORTS            CISCO-STP-EXTENSIONS-MIB
        INCLUDES        { 
                          stpxUplinkGroup,
                          stpxPreferredVlansGroup,
                          stpxSstpGroup,
                          stpxNotificationsGroup,
                          stpxBackboneGroup,
                          stpxRootGuardGroup,
                          stpxRootInconsistencyNotificationsGroup,
                          stpx4kVlanGroup,
                          stpxSpanningTreeGroup,
                          stpxMISTPGroup,
                          stpxLongPathCostModeGroup,
                          stpxPVSTVlanGroup,
                          stpxMISTPGroup2,
                          stpxLoopGuardGroup,
                          stpxLoopInconsistencyNotificationsGroup,
                          stpxFastStartGroup,
                          stpxBpduSkewingGroup,
                          stpxFastStartGroup2,
                          stpxLoopGuardGroup2,
                          stpxMSTGroup,
                          stpxFastStartGroup3,
                          stpxUplinkGroup2,
                          stpxBackboneGroup2,
                          stpxMSTGroup2,
                          stpxRSTPGroup,
                          stpxRPVSTGroup,
                          stpxExtendedSysIDGroup,
                          stpxNotificationEnableGroup,
                          stpxFastStartOperModeGroup,
                          stpxMSTGroup3,
                          stpxSMSTGroup,
                          stpxSMSTInstanceGroup,
                          stpxSMSTInstanceEditGroup,
                          stpxSMSTPortStatusGroup,
                          stpxSMSTPortHelloTimeGroup, 
                          stpxSMSTInstanceCISTGroup
                        }

        VARIATION       stpxSMSTRegionEditRevision
            SYNTAX      Unsigned32 (0..65535)   
            DESCRIPTION "Only a limited set of values is supported."

        VARIATION       stpxSMSTPortAdminHelloTime
            SYNTAX      Unsigned32 (0 | 100..1000)  
            DESCRIPTION "Only a limited set of values is supported."

        VARIATION       stpxNotificationEnable
            SYNTAX      BITS { newRoot(0), topologyChange(1),
                               inconsistency(2), rootInconsistency(3),
                               loopInconsistency(4) }
            DESCRIPTION "The enumerated values supported are all those
                        defined at the time this clause was written."
        
    ::= { ciscoStpExtensionsCapability 6 }
END