Cisco ESA (Email Security Appliance)
<h1>1 Cisco ESA(邮件安全设备)在 EVE-NG 中的添加指南</h1><h2>1.1 适用版本信息</h2>
<table>
<thead>
<tr>
<th>EVE 镜像文件夹名</th>
<th>下载文件名</th>
<th>版本</th>
<th>虚拟CPU</th>
<th>虚拟内存</th>
<th>控制台</th>
</tr>
</thead>
<tbody>
<tr>
<td>phoebe-10-0-1-087-C000V</td>
<td>Cisco-phoebe-10-0-1-087-C000V.qcow2.tgz</td>
<td>10.0.1</td>
<td>1</td>
<td>4096MB</td>
<td>vnc/https</td>
</tr>
</tbody>
</table>
<blockquote>
<p>说明:其他版本可参考以下步骤操作</p>
</blockquote>
<h2>1.2 操作步骤</h2>
<ol>
<li>通过 EVE 命令行界面,创建临时文件夹并进入该文件夹:</li>
</ol>
<pre><code class="language-Bash">mkdir abc
cd abc
</code></pre>
<ol start="2">
<li>使用 FileZilla 或 WinSCP 等工具,将下载的镜像文件上传至 EVE 的 /root/abc 文件夹,然后通过命令行解压:</li>
</ol>
<pre><code class="language-Markdown">tar xzvf phoebe-10-0-1-087-C000V.qcow2.tgz
</code></pre>
<ol start="3">
<li>创建目标镜像文件夹:</li>
</ol>
<pre><code class="language-Bash">mkdir /opt/unetlab/addons/qemu/phoebe-10-0-1-087-C000V
</code></pre>
<ol start="4">
<li>移动并 rename 镜像硬盘文件:</li>
</ol>
<pre><code class="language-Bash">mv phoebe-10-0-1-087-C000V.qcow2 /opt/unetlab/addons/qemu/phoebe-10-0-1-087-C000V/virtioa.qcow2
</code></pre>
<ol start="5">
<li>清理临时文件并修复权限:</li>
</ol>
<pre><code class="language-Bash">cd ..
rm -rf abc
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
</code></pre>
<h2>1.3 关键配置要求</h2>
<p>在拓扑中添加节点时,需为其设置 1 个虚拟 CPU 和 4GB 虚拟内存。</p>
<h2>1.4 关键点总结</h2>
<ol>
<li>核心前提:确认镜像文件版本与虚拟资源配置匹配(1vCPU + 4GB vRAM);</li>
<li>操作核心:通过命令行完成镜像解压、路径迁移与权限修复,依赖文件传输工具上传镜像;</li>
<li>通用适配:步骤适用于多数 Cisco ESA 版本,仅需替换对应镜像文件名与文件夹名;</li>
<li>控制台访问:支持通过 vnc 或 https 方式连接设备控制台。</li>
</ol>
页:
[1]