cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Cisco Prime Infrastructure 2.0 and ASA 55xx platform problem

marcelvos82
Level 1
Level 1

Hello,

We recently upgraded to Prime Infrastructure 2.0 with the hope being able to manage our ASA's from PRIME (and complete an LMS migration).

When I attempt to add ASA's to prime i get the following collection errors:

Unable to collect processor and RAM information.          Processor and RAM information.          Unexpected error. See the log file inventory.log for details.

In the logfile I get the following XML parsing error on the MIB:

<palError>

  <deviceId>6284310032</deviceId>

  <code>VALIDATION_ERROR</code>

  <message>Failed to validate output XML: cvc-maxInclusive-valid: Value '3484331296' is not facet-valid with respect to maxInclusive '2147483647' for type 'int'.</message>

  <result>

    <result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/CISCO-MEMORY-POOL-MIB/xmp-im-file-system-module.xsd">

      <xmp-im-file-system-module>

        <MemoryPoolStatistics>

          <memoryPoolIndex>1</memoryPoolIndex>

          <free>4294967295</free>

          <largestFree>4294967295</largestFree>

          <used>3484331296</used>

        </MemoryPoolStatistics>

To me it seems that the ASA returns a value that is bigger then int32 and thus causes an overflow? Any clues? Workarounds to add an ASA to Prime without checking these MIB'S?

Regards,

Marcel

Who Me Too'd this topic