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
...
Code: Select all
<?php
// TEMPLATE MODE .missing or .hided
DEFINE('TEMPLATE_DISABLED','.hided') ;
$custom_templates = Array(
'3745' => 'Cisco 3745 (Dynaimps)'
);
?>