Host template for Cisco ASR

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
vinaynetalkar
Posts: 2
Joined: Fri May 06, 2016 4:34 am

Host template for Cisco ASR

Post by vinaynetalkar »

Hi ,

I tried to import host template for cisco ASR as attached below , when i import host template i am getting error "Error: XML: Hash version does not exist."

I am using cacti version Version 0.8.7g on linux host.

Does anyone have different host template for Cisco ASR which i can use.
Attachments
cacti_host_template_cisco_asr_router.xml
(533.57 KiB) Downloaded 632 times
User avatar
OID
Posts: 10
Joined: Fri May 06, 2016 1:25 am
Location: Germany

Re: Host template for Cisco ASR

Post by OID »

The template was exported from a newer version of cacti. Digits 3 to 6 in the hash are the cacti version.

You can try to replace the version in the hash to match your installed version or update your cacti installation.
vinaynetalkar
Posts: 2
Joined: Fri May 06, 2016 4:34 am

Re: Host template for Cisco ASR

Post by vinaynetalkar »

What cacti version this template was exported from.
User avatar
OID
Posts: 10
Joined: Fri May 06, 2016 1:25 am
Location: Germany

Re: Host template for Cisco ASR

Post by OID »

Code 0025 is for version 0.8.8c

Code: Select all

$hash_version_codes = array(
        '0.8.4'  => '0000',
        '0.8.5'  => '0001',
        '0.8.5a' => '0002',
        '0.8.6'  => '0003',
        '0.8.6a' => '0004',
        '0.8.6b' => '0005',
        '0.8.6c' => '0006',
        '0.8.6d' => '0007',
        '0.8.6e' => '0008',
        '0.8.6f' => '0009',
        '0.8.6g' => '0010',
        '0.8.6h' => '0011',
        '0.8.6i' => '0012',
        '0.8.6j' => '0013',
        '0.8.7'  => '0014',
        '0.8.7a' => '0015',
        '0.8.7b' => '0016',
        '0.8.7c' => '0017',
        '0.8.7d' => '0018',
        '0.8.7e' => '0019',
        '0.8.7f' => '0020',
        '0.8.7g' => '0021',
        '0.8.7h' => '0022',
        '0.8.7i' => '0023',
        '0.8.8'  => '0024',
        '0.8.8a' => '0024',
        '0.8.8b' => '0024',
        '0.8.8c' => '0025',
        '0.8.8d' => '0026');
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests