ubantu18.04@Intel 82545EM 【安装文档】TRex流量分析仪保姆级安装指南--基于VMware虚拟机( 六 )

##console启动Using 'python3' as Python interpeterConnecting to RPC server on localhost:4501[SUCCESS]Connecting to publisher server on localhost:4500[SUCCESS]Acquiring ports [0, 1]:[SUCCESS]Server Info:Server version:v3.00 @ STLServer mode:StatelessServer CPU:1 x Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHzPorts count:2 x 1Gbps @ 82545EM Gigabit Ethernet Controller (Copper)-=TRex Console v3.0=-Type 'help' or '?' for supported actionstrex>quitShutting down RPC clientroot@ubuntu:/home/ag/trex/v3.00#到此,TRex的安装流程结束
但是这只相当于走完了"helloworld",更多的使用方法请参考[0]
感谢各个社区的内容分享,参考资料我已经在文末给出
参考资料与注释[0]TRex官方文档https://trex-tgn.cisco.com/trex/doc/trex_manual.html#_hardware_recommendations
[1]https://www.cnblogs.com/hanyanling/p/13364204.html
[2]http://www.isimble.com/2018/11/15/dpdk-setup/
[3]https://blog.51cto.com/feishujun/5573292
[4]https://dev.to/dannypsnl/dpdk-eal-input-output-error-1kn4
[5]https://blog.csdn.net/Longyu_wlz/article/details/121443906
[6]https://blog.csdn.net/yb890102/article/details/127587910
[7]
注:未启用的网卡在终端中使用ifconfig命令是查不到的,需要先使用ip addr找出网卡,再激活,此时网卡会变为* Active *状态
#激活网卡ifconfig [网卡名称] up

经验总结扩展阅读