Reference record for OID 1.3.6.1.4.1.9.9.10.1.1.4.1.1.7



parent
1.3.6.1.4.1.9.9.10.1.1.4.1.1 (ciscoFlashPartitionEntry)
node code
7
node name
ciscoFlashPartitionChecksumAlgorithm
dot oid
1.3.6.1.4.1.9.9.10.1.1.4.1.1.7
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) cisco(9) ciscoMgmt(9) ciscoFlashMIB(10) ciscoFlashMIBObjects(1) ciscoFlashDevice(1) ciscoFlashPartitions(4) ciscoFlashPartitionTable(1) ciscoFlashPartitionEntry(1) ciscoFlashPartitionChecksumAlgorithm(7)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • /iso/identified-organization/dod/internet/private/enterprises/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • /iso/org/dod/internet/private/enterprise/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • /iso/org/dod/internet/private/enterprises/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • /iso/iso-identified-organization/dod/internet/private/enterprise/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • /iso/iso-identified-organization/dod/internet/private/enterprises/cisco/ciscoMgmt/ciscoFlashMIB/ciscoFlashMIBObjects/ciscoFlashDevice/ciscoFlashPartitions/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/9/9/10/1/1/4/1/1/7

    Description by circitor

    Checksum algorithm identifier for checksum method
    used by the file system. Normally, this would be
    fixed for a particular file system. When a file
    system writes a file to Flash, it checksums the
    data written. The checksum then serves as a way
    to validate the data read back whenever the file
    is opened for reading.
    Since there is no way, when using TFTP, to guarantee
    that a network download has been error free (since
    UDP checksums may not have been enabled), this
    object together with the ciscoFlashFileChecksum
    object provides a method for any management station
    to regenerate the checksum of the original file
    on the server and compare checksums to ensure that
    the file download to Flash was error free.
    simpleChecksum represents a simple 1s complement
    addition of short word values. Other algorithm
    values will be added as necessary.

    Parsed from file CISCO-FLASH-MIB.mib
    Module: CISCO-FLASH-MIB

    Description by cisco_v1

    Checksum algorithm identifier for checksum method
    used by the file system. Normally, this would be
    fixed for a particular file system. When a file
    system writes a file to Flash, it checksums the
    data written. The checksum then serves as a way
    to validate the data read back whenever the file
    is opened for reading.
    Since there is no way, when using TFTP, to guarantee
    that a network download has been error free (since
    UDP checksums may not have been enabled), this
    object together with the ciscoFlashFileChecksum
    object provides a method for any management station
    to regenerate the checksum of the original file
    on the server and compare checksums to ensure that
    the file download to Flash was error free.
    simpleChecksum represents a simple 1s complement
    addition of short word values. Other algorithm
    values will be added as necessary.

    Description by oid_info

    ciscoFlashPartitionChecksumAlgorithm OBJECT-TYPE
    SYNTAX INTEGER
    {
    simpleChecksum(1),
    undefined(2),
    simpleCRC(3)
    }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
    "Checksum algorithm identifier for checksum method
    used by the file system. Normally, this would be
    fixed for a particular file system. When a file
    system writes a file to Flash, it checksums the
    data written. The checksum then serves as a way
    to validate the data read back whenever the file
    is opened for reading.
    Since there is no way, when using TFTP, to guarantee
    that a network download has been error free (since
    UDP checksums may not have been enabled), this
    object together with the ciscoFlashFileChecksum
    object provides a method for any management station
    to regenerate the checksum of the original file
    on the server and compare checksums to ensure that
    the file download to Flash was error free.
    simpleChecksum represents a simple 1s complement
    addition of short word values. Other algorithm
    values will be added as necessary.
    "

    View at oid-info.com

    Description by mibdepot

    Checksum algorithm identifier for checksum method
    used by the file system. Normally, this would be
    fixed for a particular file system. When a file
    system writes a file to Flash, it checksums the
    data written. The checksum then serves as a way
    to validate the data read back whenever the file
    is opened for reading.
    Since there is no way, when using TFTP, to guarantee
    that a network download has been error free (since
    UDP checksums may not have been enabled), this
    object together with the ciscoFlashFileChecksum
    object provides a method for any management station
    to regenerate the checksum of the original file
    on the server and compare checksums to ensure that
    the file download to Flash was error free.
    simpleChecksum represents a simple 1s complement
    addition of short word values. Other algorithm
    values will be added as necessary.

    Parsed from file cisco-flash.mib.txt
    Company: None
    Module: CISCO-FLASH-MIB

    Description by cisco

    Checksum algorithm identifier for checksum method
    used by the file system. Normally, this would be
    fixed for a particular file system. When a file
    system writes a file to Flash, it checksums the
    data written. The checksum then serves as a way
    to validate the data read back whenever the file
    is opened for reading.
    Since there is no way, when using TFTP, to guarantee
    that a network download has been error free (since
    UDP checksums may not have been enabled), this
    object together with the ciscoFlashFileChecksum
    object provides a method for any management station
    to regenerate the checksum of the original file
    on the server and compare checksums to ensure that
    the file download to Flash was error free.
    simpleChecksum represents a simple 1s complement
    addition of short word values. Other algorithm
    values will be added as necessary.

    Information by circitor

    ciscoFlashPartitionChecksumAlgorithm OBJECT-TYPE SYNTAX INTEGER { simpleChecksum(1), undefined(2), simpleCRC(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Checksum algorithm identifier for checksum method used by the file system. Normally, this would be fixed for a particular file system. When a file system writes a file to Flash, it checksums the data written. The checksum then serves as a way to validate the data read back whenever the file is opened for reading. Since there is no way, when using TFTP, to guarantee that a network download has been error free (since UDP checksums may not have been enabled), this object together with the ciscoFlashFileChecksum object provides a method for any management station to regenerate the checksum of the original file on the server and compare checksums to ensure that the file download to Flash was error free. simpleChecksum represents a simple 1s complement addition of short word values. Other algorithm values will be added as necessary." ::= { ciscoFlashPartitionEntry 7 }

    Information by cisco_v1

    ciscoFlashPartitionChecksumAlgorithm OBJECT-TYPE SYNTAX INTEGER { simpleChecksum(1), undefined(2), simpleCRC(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Checksum algorithm identifier for checksum method used by the file system. Normally, this would be fixed for a particular file system. When a file system writes a file to Flash, it checksums the data written. The checksum then serves as a way to validate the data read back whenever the file is opened for reading. Since there is no way, when using TFTP, to guarantee that a network download has been error free (since UDP checksums may not have been enabled), this object together with the ciscoFlashFileChecksum object provides a method for any management station to regenerate the checksum of the original file on the server and compare checksums to ensure that the file download to Flash was error free. simpleChecksum represents a simple 1s complement addition of short word values. Other algorithm values will be added as necessary." ::= { ciscoFlashPartitionEntry 7 }

    Information by oid_info

    Automatically extracted from Cisco "SNMP v2 MIBs".

    Information by mibdepot

    ciscoFlashPartitionChecksumAlgorithm OBJECT-TYPE SYNTAX INTEGER { simpleChecksum(1), undefined(2), simpleCRC(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Checksum algorithm identifier for checksum method used by the file system. Normally, this would be fixed for a particular file system. When a file system writes a file to Flash, it checksums the data written. The checksum then serves as a way to validate the data read back whenever the file is opened for reading. Since there is no way, when using TFTP, to guarantee that a network download has been error free (since UDP checksums may not have been enabled), this object together with the ciscoFlashFileChecksum object provides a method for any management station to regenerate the checksum of the original file on the server and compare checksums to ensure that the file download to Flash was error free. simpleChecksum represents a simple 1s complement addition of short word values. Other algorithm values will be added as necessary. " ::= { ciscoFlashPartitionEntry 7 }

    Information by cisco

    ciscoFlashPartitionChecksumAlgorithm OBJECT-TYPE SYNTAX INTEGER { simpleChecksum(1), undefined(2), simpleCRC(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Checksum algorithm identifier for checksum method used by the file system. Normally, this would be fixed for a particular file system. When a file system writes a file to Flash, it checksums the data written. The checksum then serves as a way to validate the data read back whenever the file is opened for reading. Since there is no way, when using TFTP, to guarantee that a network download has been error free (since UDP checksums may not have been enabled), this object together with the ciscoFlashFileChecksum object provides a method for any management station to regenerate the checksum of the original file on the server and compare checksums to ensure that the file download to Flash was error free. simpleChecksum represents a simple 1s complement addition of short word values. Other algorithm values will be added as necessary." ::= { ciscoFlashPartitionEntry 7 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.9)

    Greg Satz

    Current Registration Authority (recovered by parent 1.3.6.1.4.1.9)

    Cisco Systems, Inc.

    Brothers (14)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.1 ciscoFlashPartitionIndex 0 0 Flash partition sequence number used to index within
    table of initialized flash partitions.
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.2 ciscoFlashPartitionStartChip 0 0 Chip sequence number of first chip in partition.
    Used as an index into the chip table.
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.3 ciscoFlashPartitionEndChip 0 0 Chip sequence number of last chip in partition.
    Used as an index into the chip table.
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.4 ciscoFlashPartitionSize 0 0 Flash partition size. It should be an integral
    multiple of ciscoFlashDeviceMinPartitionSize.
    If there is a single partition, this…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.5 ciscoFlashPartitionFreeSpace 0 0 Free space within a Flash partition.
    Note that the actual size of a file in Flash includes
    a small overhead that represents the f…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.6 ciscoFlashPartitionFileCount 0 0 Count of all files in a flash partition. Both
    good and bad (deleted or invalid checksum) files
    will be included in this count.
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.8 ciscoFlashPartitionStatus 0 0 Flash partition status can be :

    * readOnly if device is not programmable either because
    chips could not be recognized or an erron…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.9 ciscoFlashPartitionUpgradeMethod 0 0 Flash partition upgrade method, ie., method by which
    new files can be downloaded into the partition.
    FLH stands for Flash Load He…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.10 ciscoFlashPartitionName 0 0 Flash partition name used to refer to a partition
    by the system. This can be any alpha-numeric character
    string of the form AAAAA…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.11 ciscoFlashPartitionNeedErasure 0 0 This object indicates whether a partition requires
    erasure before any write operations can be done in it.
    A management station sh…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.12 ciscoFlashPartitionFileNameLength 0 0 Maximum file name length supported by the file
    system.
    Max file name length will depend on the file
    system implemented. Today, all…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.13 ciscoFlashPartitionSizeExtended 0 0 Flash partition size. It should be an integral
    multiple of ciscoFlashDeviceMinPartitionSize.
    If there is a single partition, this…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.14 ciscoFlashPartitionFreeSpaceExtended 0 0 Free space within a Flash partition.
    Note that the actual size of a file in Flash includes
    a small overhead that represents the f…
    1.3.6.1.4.1.9.9.10.1.1.4.1.1.15 ciscoFlashPartitionLowSpaceNotifThreshold 0 0 This object specifies the minimum threshold value in percentage
    of free space for each partition. If the free space available
    goe…