19.EVE-NG优化非官方支持镜像的接口显示名称



文章列表(关注微信公众号EmulatedLab,及时获取文章以及下载链接)

1、EVE-NG介绍(EVE-NG最好用的模拟器,仿真环境时代来临!)

2、EVE-NG安装过程介绍

3、EVE-NG导入Dynamips和IOL

4、EVE-NG导入QEMU镜像

5、EVE-NG关联SecureCRT,VNC,Wireshark

6、EVE-NG网卡桥接,带您走进更高级的实验

7、EVE-NG硬盘扩容,存储海量镜像

8、EVE-NG定制个人镜像,脚本快速导入

9、EVE-NG容纳H3C、Huawei,吞并GNS3

10、EVE-NG镜像来啦!打造国内最大的EVE交流圈

11、EVE-NG镜像再次来袭,无所不能!

12、EVE-NG镜像增持,走上神坛!

13、EVE-NG内存不够?教您扩大虚拟内存!

14、EVE-NG更新方便,不费劲儿!

15、EVE-NG小众镜像,助力尝鲜!

16、EVE-NG体验Seafile,抛弃10K/s网盘

17、EVE-NG增添监控服务器镜像,再上新高度!

18、EVE-NG变身Learning Centre版本及重置Web用户密码

19、EVE-NG优化非官方支持镜像的接口显示名称

20、EVE-NG华丽登场Openstack镜像,体验私有云!

点击查看配套视频教程!



目前已优化的设备包含:

H3C vSR

H3C vFW

H3C vLB

HuaweiUSG

HillStone

以H3C vSR举例

原接口名称

终端执行命令

[email protected]:~# cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘vsr‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i < \$this-> ethernet; \$i++) {\n\t\t\t\t\t\t\t\$n = ‘Gi‘.(\$i+1).‘/0‘;                // Interfacename\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])) {\n\t\t\t\t\t\t\t\t//Previous interface found, copy from old one\n\t\t\t\t\t\t\t\t\$this ->ethernets[\$i] = \$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else{\n\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = newInterfc(Array(‘name‘ => \$n, ‘type‘ => ‘ethernet‘),\$i);\n\t\t\t\t\t\t\t\t} catch (Exception \$e){\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / \n12).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this ->id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

[email protected]:~#

更改后的接口名称与OS中显示的名称吻合

注意:

老用户直接执行命令即可!

新用户在导入设备时,接口名称就已优化,无需额外执行命令!

所有设备相应的执行命令:(每个命令都有细微差别)


1、H3C vSR:

cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘vsr‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i < \$this-> ethernet; \$i++) {\n\t\t\t\t\t\t\t\$n = ‘Gi‘.(\$i+1).‘/0‘;                // Interfacename\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])) {\n\t\t\t\t\t\t\t\t//Previous interface found, copy from old one\n\t\t\t\t\t\t\t\t\$this ->ethernets[\$i] = \$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = new Interfc(Array(‘name‘=> \$n, ‘type‘ => ‘ethernet‘), \$i);\n\t\t\t\t\t\t\t\t} catch (Exception\$e) {\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / \n12).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this ->id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

2、H3C vFW:

cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘vfw‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i < \$this-> ethernet; \$i++) {\n\t\t\t\t\t\t\t\$n = ‘Gi‘.(\$i+1).‘/0‘;                // Interfacename\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])) {\n\t\t\t\t\t\t\t\t//Previous interface found, copy from old one\n\t\t\t\t\t\t\t\t\$this ->ethernets[\$i] = \$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = new Interfc(Array(‘name‘=> \$n, ‘type‘ => ‘ethernet‘), \$i);\n\t\t\t\t\t\t\t\t} catch (Exception\$e) {\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / \n12).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this ->id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

3、H3C vLB:

cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘vlb‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i < \$this-> ethernet; \$i++) {\n\t\t\t\t\t\t\t\$n = ‘Gi‘.(\$i+1).‘/0‘;                // Interfacename\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])) {\n\t\t\t\t\t\t\t\t//Previous interface found, copy from old one\n\t\t\t\t\t\t\t\t\$this ->ethernets[\$i] = \$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = new Interfc(Array(‘name‘=> \$n, ‘type‘ => ‘ethernet‘), \$i);\n\t\t\t\t\t\t\t\t} catch (Exception\$e) {\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / \n12).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this ->id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

4、Huawei USG:

cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘usg‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i < \$this-> ethernet; \$i++) {\n\t\t\t\t\t\t\tif (\$i==0) {\n\t\t\t\t\t\t\t\t\$n =‘Gi0/‘.\$i.‘/0‘;                //Interface name\n\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\t\$n =‘Gi1/0/‘.(\$i-1);                //Interface name\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])){\n\t\t\t\t\t\t\t\t// Previous interface found, copy from oldone\n\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] =\$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = new Interfc(Array(‘name‘=> \$n, ‘type‘ => ‘ethernet‘), \$i);\n\t\t\t\t\t\t\t\t} catch (Exception\$e) {\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / 512).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this -> id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

5、HillStone:

cp/opt/unetlab/html/includes/__node.php{,.`date +%s`}&&sed -i "/case‘a10‘:/i\\\t\t\t\t\tcase ‘hillstone‘:\n\t\t\t\t\t\tfor (\$i = 0; \$i <\$this -> ethernet; \$i++) {\n\t\t\t\t\t\t\t\$n = ‘ethernet0/‘.\$i;                // Interfacename\n\t\t\t\t\t\t\tif (isset(\$old_ethernets[\$i])) {\n\t\t\t\t\t\t\t\t//Previous interface found, copy from old one\n\t\t\t\t\t\t\t\t\$this ->ethernets[\$i] = \$old_ethernets[\$i];\n\t\t\t\t\t\t\t} else{\n\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\$this -> ethernets[\$i] = newInterfc(Array(‘name‘ => \$n, ‘type‘ => ‘ethernet‘),\$i);\n\t\t\t\t\t\t\t\t} catch (Exception \$e){\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s ‘).‘ERROR:‘.\$GLOBALS[‘messages‘][40020]);\n\t\t\t\t\t\t\t\t\terror_log(date(‘M d H:i:s‘).(string) \$e);\n\t\t\t\t\t\t\t\t\treturn40020;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// Setting CMD flags(virtual device and map to TAP device)\n\t\t\t\t\t\t\t\$this -> flags_eth .=‘ -device %NICDRIVER%,netdev=net‘.\$i.‘,mac=50:‘.sprintf(‘%02x‘, \$this ->tenant).‘:‘.sprintf(‘%02x‘, \$this -> id / 512).‘:‘.sprintf(‘%02x‘, \$this-> id % 512).‘:00:‘.sprintf(‘%02x‘, \$i);\n\t\t\t\t\t\t\t\$this ->flags_eth .= ‘ -netdev tap,id=net‘.\$i.‘,ifname=vunl‘.\$this ->tenant.‘_‘.\$this ->id.‘_‘.\$i.‘,script=no‘;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n"/opt/unetlab/html/includes/__node.php

感谢群友[辽宁]-奥斯丁提供的脚本!



本篇于2017-06-14在微信公众号EmulatedLab上发表

Maosen | 森

时间: 2024-10-11 11:53:55

19.EVE-NG优化非官方支持镜像的接口显示名称的相关文章

zatree插件优化:支持HTTP Basic Authorization认证访问zabbix API

zatree是监控软件zabbix的一个插件,主要功能是提供host group的树形展示和在item里指定关键字查询及数据排序. zatree项目地址https://github.com/spide4k/zatree,安装方法进到不同版本目录看readme. 最近遇到一个问题,当zabbix的web端使用了http基本认证方式的时候,zatree插件不能正常调用zabbix的api,导致报错. 查看错误信息方法:打开php的显示错误, # vi /etc/php.ini display_err

转:宏定义的极致发挥---让你的普通C++类轻松支持IDispatch自动化接口(二)

Posted on 2011-01-13 20:44 一桶浆糊 这是上一篇博客<宏定义的极致发挥---让你的普通C++类轻松支持IDispatch自动化接口>所展示的示例代码的改进版,改进之处有: 1.如果不想直接提供成员作为属性,可以用成员函数的方式提供属性读写. 2.支持基类映射表,即如果基类也实现了映射表,派生类不用重复填表,自动合并基类表项.唯一的要求就是DISPID不要重复. 3.可以同时合并多个基类映射表. 4.添加可选参数支持,比如某个方法有5个参数,后3个为可选参数(有默认值)

ledisdb:支持类redis接口的嵌入式nosql

前言 java中的反射的底层实现是,在jvm的Classloader获得全限定名来创建Class. 正文 获得反射类型对象 1.类名.class 不执行静态快 2..Class<?> getClass() Returns the runtime class of this Object. 3.static Class<?> forName(String className) Returns the Class object associated with the class or

运行时错误&#39;430&#39;: 类不支持自动化或不支持期望的接口。New ADODB.Connection问题

运行时错误'430': 类不支持自动化或不支持期望的接口. 问题: 经调试发现,是运行到下面语句时出错:Set MyConn = New ADODB.Connection  运行到这里是提示本错误 这个MyConn在通用里是这么声明的:    Dim MyConn As ADODB.Connection 你引用 2.8 版的试试. 定位: C:\Program Files \Common Files\Sysem\ADO\msado15.dll   (用2.8解决问题) === nstalling

跨平台支持的WebService接口Demo,利用xstream快速解析和生成xml文件

原文:跨平台支持的WebService接口Demo,利用xstream快速解析和生成xml文件 源代码下载地址:http://www.zuidaima.com/share/1591110000167936.htm 这个是我本人写的CXF的WebService的一个正在项目中使用的程序, 支持跨平台,经测试,java和C#客户端能正常使用,其中利用Xstream生成和解析xml,不需要修改对象;支持内部私有字段,直接根据生成java类生成xml,反过来根据xml生成java类. 运行说明: 部署到

基于 request cache 请求缓存技术优化批量商品数据查询接口_一点课堂(多岸学院)

基于 request cache 请求缓存技术优化批量商品数据查询接口 Hystrix command 执行时 8 大步骤第三步,就是检查 Request cache 是否有缓存. 首先,有一个概念,叫做 Request Context 请求上下文,一般来说,在一个 web 应用中,如果我们用到了 Hystrix,我们会在一个 filter 里面,对每一个请求都施加一个请求上下文.就是说,每一次请求,就是一次请求上下文.然后在这次请求上下文中,我们会去执行 N 多代码,调用 N 多依赖服务,有的

Glance支持镜像的格式

Glance支持多种镜像的格式, 下面列出了目前已经支持的镜像格式: raw – 非结构化的镜像格式 vhd – 一种通用的虚拟机磁盘格式, 可用于Vmware.Xen.Microsoft Virtual PC/Virtual Server/Hyper-V.VirtualBox等. vmdk – Vmware的虚拟机磁盘格式, 同样也支持多种Hypervisor vdi – VirtualBox.QEMU等支持的虚拟机磁盘格式 iso – 光盘存档格式 qcow2 – 一种支持QEMU并且可以动

MySQL管理与优化(19):应用优化

应用优化: 使用连接池: 使用数据库连接池,可以复用数据库连接对象,从而减少创建新连接带来的资源消耗. 减少对MySQL的访问: 避免对同一数据做重复检索: 理清应用的业务逻辑,尽量减少查询次数. 使用查询缓存: 有关Mysql Query Cache的参数: mysql> SHOW VARIABLES LIKE '%query_cache%'; +------------------------------+---------+ | Variable_name | Value | +-----

Spring Security(19)——对Acl的支持

目录 1.1           准备工作 1.2           表功能介绍 1.2.1     表acl_sid 1.2.2     表acl_class 1.2.3     表acl_object_identity 1.2.4     表acl_entry 1.3           Acl主要接口 1.4           配置AclService 1.4.1     配置DataSource 1.4.2     配置LookupStrategy 1.4.3     配置AclAu