A10 vThunder
<h1>1 A10 vThunder</h1><h2>1.1 本指南所基于的版本</h2>
<p>你可以通过在A10官网创建免费账户,下载A10 vThunder镜像并获取30天的试用许可证: <a href="https://get.a10networks.com/vthunder-trial/">https://get.a10networks.com/vthunder-trial/</a></p>
<table>
<thead>
<tr>
<th>EVE镜像文件夹名称</th>
<th>下载文件名</th>
<th>版本</th>
<th>vCPU数量</th>
<th>vRAM</th>
<th>控制台</th>
<th>HDD格式</th>
<th>接口</th>
</tr>
</thead>
<tbody>
<tr>
<td>a10-vThunder-4.1.4V</td>
<td>ACOS_vThunder_4_1_4-GR1-P2_151.qcow2.gz</td>
<td>4.1.4</td>
<td>4</td>
<td>4096</td>
<td>Telnet</td>
<td>virtioa</td>
<td>3个virtio-pci-net</td>
</tr>
</tbody>
</table>
<h2>1.2 操作说明</h2>
<p>其他版本也可按照以下步骤进行操作。</p>
<ol>
<li>从EVE命令行界面(CLI)创建A10 vThunder镜像文件夹:</li>
</ol>
<pre><code class="language-Bash">mkdir /opt/unetlab/addons/qemu/a10-vThunder-4.1.4
cd /opt/unetlab/addons/qemu/a10-vThunder-4.1.4
</code></pre>
<ol start="2">
<li>使用FileZilla或WinSCP等工具,将下载的 <code>ACOS_vThunder_4_1_4-GR1-P2_151.qcow2.gz</code>镜像上传到EVE中创建的 <code>/opt/unetlab/addons/qemu/a10-vThunder-4.1.4</code>文件夹,然后在命令行界面解压:</li>
</ol>
<pre><code class="language-Bash">gunzip ACOS_vThunder_4_1_4-GR1-P2_151.qcow2.gz
</code></pre>
<ol start="3">
<li>将解压后的镜像 <code>vThunder_4_1_4-GR1-P2_151.qcow2</code>重命名为 <code>virtioa.qcow2</code>:</li>
</ol>
<pre><code class="language-Bash">mv ACOS_vThunder_4_1_4-GR1-P2_151.qcow2 virtioa.qcow2
</code></pre>
<ol start="4">
<li>修复权限:</li>
</ol>
<pre><code class="language-Bash">cd ..
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
</code></pre>
<p><strong>默认登录信息</strong>:<code>admin/a10</code></p>
<p><img src="data/attachment/forum/202504/10/005856zxu9hpe4pi24446u.png" alt="" /></p>
<p>感谢大佬分享~~</p>
页:
[1]