Arista vEOS路由器
<h1>1 Arista vEOS路由器使用指南</h1><p>本文档基于以下版本撰写:</p>
<table>
<thead>
<tr>
<th>EVE镜像文件夹名</th>
<th>下载文件名</th>
<th>版本</th>
<th>vCPU数量</th>
<th>vRAM大小</th>
<th>控制台类型</th>
<th>网卡类型</th>
<th>QEMU版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>veosr-router-4.23.5M</td>
<td>vEOS-Router-4.23.5M.qcow2</td>
<td>4.23.5M</td>
<td>2</td>
<td>6144M</td>
<td>telnet</td>
<td>6个e1000</td>
<td>2.12.0</td>
</tr>
</tbody>
</table>
<h2>1.1 操作指南</h2>
<p><strong>注意</strong>:如果使用的是EVE专业版v5.0.20或社区版v5.0.19及更早版本,需要更新EVE模板和图标。获取Arista路由器模板和图标,请在部署Arista路由器节点前按照[<a href="https://www.eve-ng.net/index.php/documentation/howtos/template-icons-and-config-scripts-update-from-git/">GIT更新模板、图标和配置脚本</a>](GIT Update for templates, icons and config scripts)的链接指引操作。其他版本也可按照以下步骤操作,针对不同的镜像版本,需相应使用正确的名称。</p>
<ol>
<li>通过SSH以root用户身份登录到EVE,在EVE的 <code>/opt/unetlab/addons/qemu</code>目录下创建镜像目录:</li>
</ol>
<pre><code class="language-Bash">mkdir /opt/unetlab/addons/qemu/veosr-router-4.23.5M
cd /opt/unetlab/addons/qemu/veosr-router-4.23.5M
</code></pre>
<ol start="2">
<li>使用FileZilla或WinSCP等工具将下载的KVM格式的vEOS-Router-4.23.5M.qcow2镜像上传到EVE。</li>
<li>将其重命名为 <code>hda.qcow2</code>:</li>
</ol>
<pre><code class="language-Bash">cd /opt/unetlab/addons/qemu/veosr-router-4.23.5M
mv vEOS-Router-4.23.5M.qcow2 hda.qcow2
</code></pre>
<ol start="4">
<li>修复权限:</li>
</ol>
<pre><code class="language-Bash">/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
</code></pre>
<p><strong>默认登录信息:用户名admin,无需密码,直接回车即可登录。</strong></p>
页:
[1]