12-19-2018 11:57 AM - edited 06-04-2019 02:44 AM
I am unable to SSH into the devices in the TRex sandbox.
I am VPN'd into the sandbox. The web SSH option errors out.
Using putty to SSH into the device refuses connection.
There are only two devices in the sandbox and both of them do not work.
Could someone please give me a hand with the TRex sandbox?
12-19-2018 12:32 PM
Hello @jleehawkins,
https://trex-tgn.cisco.com/trex/doc/trex_manual.html#_download_and_installation
I could only find this, I hope it's useful
Use the following command to identify ports.
[bash]>sudo ./dpdk_setup_ports.py -s Network devices using DPDK-compatible driver ============================================ Network devices using kernel driver =================================== 0000:03:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv= unused=ixgb # 0000:03:00.1 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv= unused=ixgb 0000:13:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv= unused=ixgb 0000:13:00.1 '82599ES 10-Gigabit SFI/SFP+ Network Connection' drv= unused=ixgb 0000:02:00.0 '82545EM Gigabit Ethernet Controller (Copper)' if=eth2 drv=e1000 unused=igb_uio *Active* # Other network devices ===================== <none>
If you have not run any DPDK applications, the command output shows a list of interfaces bound to the kernel or not bound at all. | |
The interface marked active is the one used by your ssh connection. Never put this interface into TRex config file. |
Regards
12-19-2018 12:52 PM
Hi,
Thanks for finding this. The problem isn't configuring the TRex box. The issue is getting access to the device to configure the application. SSH access is not working in the sandbox.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide