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-CONFIG-COPY-CAPABILITY

CISCO-CONFIG-COPY-CAPABILITY device MIB details by Cisco

CISCO-CONFIG-COPY-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-CONFIG-COPY-CAPABILITY.


Vendor: Cisco
Mib: CISCO-CONFIG-COPY-CAPABILITY  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- CISCO-CONFIG-COPY-CAPABILITY.my:
-- CISCO-CONFIG-COPY-MIB AGENT-CAPABILITIES
--
-- October 1999, Vinod B C
-- April 2002, Subra Hegde
--
-- Copyright (c) 1999, 2002, 2004 by Cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
--

CISCO-CONFIG-COPY-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        TruthValue, DisplayString
                FROM SNMPv2-TC
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI
        ConfigCopyProtocol, ConfigFileType,
        ConfigCopyFailCause, ConfigCopyState
                FROM CISCO-CONFIG-COPY-MIB;

ciscoConfigCopyCapability MODULE-IDENTITY
        LAST-UPDATED    "200406080000Z"
        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-snmp@cisco.com
                        cs-lan-switch-snmp@cisco.com"
        DESCRIPTION
                "This is the Agent Capabilities for
                 CISCO-CONFIG-COPY-MIB."

        REVISION        "200406080000Z"
        DESCRIPTION
                "Added capability statement
                 ciscoConfigCopyCapCatOSV08R0401."
        REVISION        "200403170000Z"
        DESCRIPTION
                "Adding new varbind for ccCopyCompletion
                 Notification."
        REVISION        "200204290000Z"
        DESCRIPTION
                "Added ciscoConfigCopyCapabilityV2R0175
                 for RPM-PR module in MGX8850."
        REVISION        "200009060000Z"
        DESCRIPTION
                "Added VARIATION clauses to
                 ccCopySourceFileType and ccCopyDestFileType."
        REVISION        "9910070000Z"
        DESCRIPTION
                "Initial version of this MIB module."
        ::= { ciscoAgentCapability 128 }

ciscoConfigCopyCapabilityV12R00 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.0"
    STATUS              current
    DESCRIPTION         "CONFIG-COPY MIB capabilities"

    SUPPORTS            CISCO-CONFIG-COPY-MIB
        INCLUDES        { ccCopyGroup }

        VARIATION       ccCopyProtocol
            SYNTAX      INTEGER { tftp(1) }
            DESCRIPTION "ftp(2) and rcp(3) are not available"

        ::= { ciscoConfigCopyCapability 1 }

ciscoConfigCopyCapabilityV12R01 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.1"
    STATUS              current
    DESCRIPTION         "CONFIG-COPY MIB capabilities"

    SUPPORTS            CISCO-CONFIG-COPY-MIB
        INCLUDES        { ccCopyGroup }

        VARIATION       ccCopyProtocol
            SYNTAX      INTEGER { tftp(1) }
            -- no       { ftp(2) and rcp(3) }
            DESCRIPTION "ftp(2) and rcp(3) are not available"

        VARIATION       ccCopySourceFileType
            SYNTAX      INTEGER {
                            networkFile(1),
                            startupConfig(3),
                            runningConfig(4)
                        }
            -- no       { iosFile(2) and terminal(5) }
            DESCRIPTION "iosFile(2) and terminal(5) not supported."

        VARIATION       ccCopyDestFileType
            SYNTAX      INTEGER {
                            networkFile(1),
                            startupConfig(3),
                            runningConfig(4)
                        }
            -- no       { iosFile(2) and terminal(5) }
            DESCRIPTION "iosFile(2) and terminal(5) not supported."

        ::= { ciscoConfigCopyCapability 2 }

ciscoConfigCopyCapabilityV2R0175 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "MGX8850 Release 2.1.75"
    STATUS              current
    DESCRIPTION         "CISCO-CONFIG-COPY-MIB Capabilities
                         for RPM-PR(Router Module)."

    SUPPORTS CISCO-CONFIG-COPY-MIB
        INCLUDES { ccCopyGroup }

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

        VARIATION       ccCopySourceFileType
            SYNTAX      INTEGER { runningConfig(4) }
            DESCRIPTION "Values networkFile(1), iosFile(2),
                         startupConfig(3), terminal(5) are
                         not supported."

        VARIATION       ccCopyDestFileType
            SYNTAX      INTEGER { startupConfig(3) }
            DESCRIPTION "Values networkFile(1), iosFile(2),
                         runningConfig(4), terminal(5) are
                         not supported."

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

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

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

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

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

        VARIATION       ccCopyEntryRowStatus
            SYNTAX      INTEGER {
                            active(1),
                            createAndGo(4),
                            destroy(6)
                        }
            DESCRIPTION "The Values notInService(2), notReady(3),
                         createAndWait(5) are not supported.
                         Value active(1) is Read-Only."

    ::= { ciscoConfigCopyCapability 3 }

ciscoConfigCopyCapabilityV12R30S AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco IOS 12.30S"
    STATUS              current
    DESCRIPTION         "CONFIG-COPY MIB capabilities"

    SUPPORTS            CISCO-CONFIG-COPY-MIB
        INCLUDES        { ccCopyGroup,
                          ccCopyNotificationsGroup
                        }

        VARIATION       ccCopyProtocol
            SYNTAX      INTEGER { tftp(1) }
            DESCRIPTION "ftp(2) and rcp(3) are not available"

        VARIATION       ccCopyCompletion      -- NOTIFICATION-TYPE
            -- OBJECTS  { ccCopyServerAddressRev1 }
            DESCRIPTION "ccCopyServerAddress will contain the address of
                         the server for IPv4 transport type. For other
                         transport type it will contain 0.0.0.0. And
                         ccCopyServerAddressRev1 will contain the
                         address of the server even for other
                         defined transport type."

     ::= { ciscoConfigCopyCapability 4 }

ciscoConfigCopyCapCatOSV08R0401 AGENT-CAPABILITIES
    PRODUCT-RELEASE     "Cisco CatOS 8.4(1)."
    STATUS               current
    DESCRIPTION         "CISCO-CONFIG-COPY-MIB capabilities."

    SUPPORTS            CISCO-CONFIG-COPY-MIB
        INCLUDES        { ccCopyGroup }

        VARIATION       ccCopyProtocol
            SYNTAX      ConfigCopyProtocol {
                            tftp(1),
                            ftp(2),
                            rcp(3)
                        }
            DESCRIPTION "Only limited set of enumerated values
                         are supported."

        VARIATION       ccCopySourceFileType
            SYNTAX      ConfigFileType {
                            networkFile(1),
                            iosFile(2),
                            runningConfig(4)
                        }
            DESCRIPTION "Only limited set of enumerated values
                         are supported."

        VARIATION       ccCopyDestFileType
            SYNTAX      ConfigFileType {
                            networkFile(1),
                            iosFile(2),
                            runningConfig(4)
                        }
            DESCRIPTION "Only limited set of enumerated values
                         are supported."

        VARIATION       ccCopyFileName
            SYNTAX      DisplayString(SIZE (1..98))
            DESCRIPTION "The length of the value for an instance of
                         ccCopyFileName ranges from 1 through 98
                         when the value of either instance of
                         ccCopySourceFileType and ccCopyDestFileType
                         is 'iosFile', and from 1 through 63 when
                         either of them is 'networkFile'."

        VARIATION       ccCopyNotificationOnCompletion
            SYNTAX      TruthValue { false(2) }
            DESCRIPTION "'true' is not supported."

        VARIATION       ccCopyState
            SYNTAX      ConfigCopyState {
                            waiting(1),
                            running(2),
                            successful(3),
                            failed(4)
                        }
            DESCRIPTION "The enumerated values supported are all those
                         defined at the time this clause was written."

        VARIATION       ccCopyFailCause
            SYNTAX      ConfigCopyFailCause {
                            unknown(1),
                            badFileName(2),
                            timeout(3),
                            noMem(4),
                            noConfig(5)
                        }
            DESCRIPTION "Only limited set of enumerated values
                         are supported."

         ::= { ciscoConfigCopyCapability 5 }
END