Page 1 of 1

Cisco 3745 custom template

Posted: Fri Mar 25, 2022 6:41 am
by Madeyourmaker
Hi, I have followed the guide in Eve Cookbook to create custom template.

The option for Cisco3745 shows up, but the error message, "Template does not exists or is not available (60031)."
For the yml template, I modified it based on Cisco 3725 template.

Any guidance or help is appreciated, thanks!

Code: Select all

---
type: dynamips
config_script: embedded
description: Cisco IOS 3745 (Dynamips)
name: "3745"
cpulimit: 1
icon: Router.png
idlepc: "0x6122e480"
nvram: 128
ram: 256
slot1: ""
slot2: ""
modules:
  "": Empty
  NM-1FE-TX: NM-1FE-TX
  NM-16ESW: NM-16ESW
dynamips_options: -P 3745 -o 4 -c 0x2102 -X --disk0 128 --disk1 128
...
My config.php:

Code: Select all

<?php
// TEMPLATE MODE .missing or .hided
DEFINE('TEMPLATE_DISABLED','.hided') ;

$custom_templates = Array(
	'3745' => 'Cisco 3745 (Dynaimps)'
);
?>