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-FLASH-CAPABILITY

CISCO-FLASH-CAPABILITY device MIB details by Cisco

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


Vendor: Cisco
Mib: CISCO-FLASH-CAPABILITY  [download]  [view objects]
Tool: ActiveXperts Network Monitor 2024 [download]    (ships with advanced SNMP/MIB tools)
-- *****************************************************************
-- CISCO-FLASH-CAPABILITY.my: CISCO-FLASH-MIB AGENT-CAPABILITIES
--
-- September 2001, A S Kiran Koushik
-- April 2004, Wen Xu
--
-- Copyright (c) 2001, 2003, 2004 by Cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************

CISCO-FLASH-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        DisplayString
                FROM SNMPv2-MIB
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoFlashCapability MODULE-IDENTITY
                LAST-UPDATED    "200404010000Z"
                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"
                DESCRIPTION
                        "Agent capabilities for CISCO-FLASH-MIB"
                REVISION        "200404010000Z"
                DESCRIPTION
                        "Added ciscoFlashMibCapCatOSV08R0301."
                REVISION        "200310210000Z"
                DESCRIPTION
                        "Added ciscoFlashMibCapCatOSV7R0501Cat6k,
                        and ciscoFlashMibCapV12R0113ECat6K."
                REVISION        "200109251234Z"
                DESCRIPTION
                        "Initial version of this MIB module."
        ::= { ciscoAgentCapability 222 }

ciscoFlashCapabilityV12R00S AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 12.0S"
STATUS          current
DESCRIPTION     "CISCO-FLASH-MIB capabilities"

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        { ciscoFlashDeviceInfoGroup }

VARIATION       ciscoFlashDeviceChangeTrap -- NOTIFICATION-TYPE
--              OBJECTS { ciscoFlashDeviceIndex, ciscoFlashDeviceSize }
DESCRIPTION
        "A ciscoFlashDeviceChangeTrap is sent whenever a
        removable Flash device is inserted or removed.
        If the value of ciscoFlashDeviceSize is 0, it means
        that the flash device was removed.
        If the value of ciscoFlashDeviceSize is greater than
        zero, it means that the flash device was inserted."

    ::= { ciscoFlashCapability 1 }

ciscoFlashCapabilityV12R01 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 12.1"
STATUS          current
DESCRIPTION     "CISCO-FLASH-MIB capabilities"

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        { ciscoFlashDeviceInfoGroup }

VARIATION       ciscoFlashDeviceChangeTrap -- NOTIFICATION-TYPE
--              OBJECTS { ciscoFlashDeviceIndex, ciscoFlashDeviceSize }
DESCRIPTION
        "A ciscoFlashDeviceChangeTrap is sent whenever a
        removable Flash device is inserted or removed.
        If the value of ciscoFlashDeviceSize is 0, it means
        that the flash device was removed.
        If the value of ciscoFlashDeviceSize is greater than
        zero, it means that the flash device was inserted."

    ::= { ciscoFlashCapability 2 }

ciscoFlashCapabilityV12R02 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 12.2"
STATUS          current
DESCRIPTION     "CISCO-FLASH-MIB capabilities"

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        { ciscoFlashDeviceInfoGroup }

VARIATION       ciscoFlashDeviceChangeTrap -- NOTIFICATION-TYPE
--              OBJECTS { ciscoFlashDeviceIndex, ciscoFlashDeviceSize }
DESCRIPTION
        "A ciscoFlashDeviceChangeTrap is sent whenever a
        removable Flash device is inserted or removed.
        If the value of ciscoFlashDeviceSize is 0, it means
        that the flash device was removed.
        If the value of ciscoFlashDeviceSize is greater than
        zero, it means that the flash device was inserted."

    ::= { ciscoFlashCapability 3 }

ciscoFlashMibCapCatOSV7R0501Cat4k  AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco CatOS 7.5(1) on  Catalyst 4000."
STATUS          current
DESCRIPTION     "CISCO-FLASH-MIB capabilities."

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        {
                  ciscoFlashDeviceInfoGroup,
                  ciscoFlashPartitionInfoGroup,
                  ciscoFlashFileInfoGroupRev1,
                  ciscoFlashCopyOpGroup,
                  ciscoFlashMiscOpGroup,
                  ciscoFlashNotifGroup
                }
VARIATION       ciscoFlashCopyCommand
SYNTAX          INTEGER {
                          copyToFlashWithoutErase(2),
                          copyFromFlash(3)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopyProtocol
SYNTAX          INTEGER {
                          tftp(1),
                          rcp(2)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopySourceName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashCopyRemoteUserName
SYNTAX          DisplayString (SIZE (1..40))
DESCRIPTION     "Only support up to 40 characters long."

VARIATION       ciscoFlashMiscOpCommand
SYNTAX          INTEGER {
                          verify(2),
                          delete(3),
                          undelete(4),
                          squeeze(5),
                          format(6)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashMiscOpDestinationName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashPartitioningCompletionTrap
ACCESS          not-implemented
DESCRIPTION
        "The current implentation does not support flash partitioning.
        Hense, this object is not supported."

    ::= { ciscoFlashCapability 4 }

ciscoFlashMibCapCatOSV7R0501Cat6k AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco CatOS 7.5(1) on Catalyst 6000."
STATUS          current
DESCRIPTION     "CISCO-FLASH-MIB capabilities."

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        {
                  ciscoFlashDeviceInfoGroupRev1,
                  ciscoFlashPartitionInfoGroup,
                  ciscoFlashFileInfoGroupRev1,
                  ciscoFlashCopyOpGroup,
                  ciscoFlashMiscOpGroup,
                  ciscoFlashNotifGroupRev1
                }
VARIATION       ciscoFlashCopyCommand
SYNTAX          INTEGER {
                          copyToFlashWithoutErase(2),
                          copyFromFlash(3)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopyProtocol
SYNTAX          INTEGER {
                          tftp(1),
                          rcp(2)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopySourceName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashCopyRemoteUserName
SYNTAX          DisplayString (SIZE (1..40))
DESCRIPTION     "Only support up to 40 characters long."

VARIATION       ciscoFlashMiscOpCommand
SYNTAX          INTEGER {
                          verify(2),
                          delete(3),
                          undelete(4),
                          squeeze(5),
                          format(6)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashMiscOpDestinationName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashPartitioningCompletionTrap
ACCESS          not-implemented
DESCRIPTION
        "The current implentation does not support flash partitioning.
        Hense, this object is not supported."

    ::= { ciscoFlashCapability 5 }

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

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        {
                  ciscoFlashDeviceInfoGroupRev1,
                  ciscoFlashPartitionInfoGroup,
                  ciscoFlashFileInfoGroupRev1,
                  ciscoFlashCopyOpGroup,
                  ciscoFlashMiscOpGroup,
                  ciscoFlashNotifGroupRev1
                }
VARIATION       ciscoFlashCopyProtocol
SYNTAX          INTEGER {
                          tftp(1),
                          rcp(2)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashPartitioningCompletionTrap
ACCESS          not-implemented
DESCRIPTION
        "The current implentation does not support flash partitioning.
        Hense, this object is not supported."

    ::= { ciscoFlashCapability 6 }

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

SUPPORTS        CISCO-FLASH-MIB
INCLUDES        {
                  ciscoFlashDeviceInfoGroupRev1,
                  ciscoFlashPartitionInfoGroup,
                  ciscoFlashFileInfoGroupRev1,
                  ciscoFlashCopyOpGroupRev1,
                  ciscoFlashMiscOpGroup,
                  ciscoFlashNotifGroupRev1
                }
VARIATION       ciscoFlashCopyCommand
SYNTAX          INTEGER {
                          copyToFlashWithoutErase(2),
                          copyFromFlash(3)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopyProtocol
SYNTAX          INTEGER {
                          tftp(1),
                          rcp(2)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashCopySourceName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashCopyRemoteUserName
SYNTAX          DisplayString (SIZE (1..40))
DESCRIPTION     "Only support up to 40 characters long."

VARIATION       ciscoFlashMiscOpCommand
SYNTAX          INTEGER {
                          verify(2),
                          delete(3),
                          undelete(4),
                          squeeze(5),
                          format(6)
                        }
DESCRIPTION
        "Only limited set of enumerated values are supported."

VARIATION       ciscoFlashMiscOpDestinationName
SYNTAX          DisplayString (SIZE (1..63))
DESCRIPTION     "Only support up to 63 characters long."

VARIATION       ciscoFlashPartitioningCompletionTrap
ACCESS          not-implemented
DESCRIPTION     "The current implentation does not support flash
                partitioning.  Hense, this object is not
                supported."

    ::= { ciscoFlashCapability 7 }

END