Cisco 3745 custom template

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
Madeyourmaker
Posts: 3
Joined: Mon Mar 08, 2021 12:42 pm

Cisco 3745 custom template

Post by Madeyourmaker » Fri Mar 25, 2022 6:41 am

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)'
);
?>

Post Reply