diff options
author | 2017-03-08 14:16:41 +0200 | |
---|---|---|
committer | 2017-03-08 14:16:41 +0200 | |
commit | f2818b3466937a91e5f5ff696a047dab59d85baa (patch) | |
tree | ca8b026d955d710085dfae0e7d55f4154074edad | |
parent | db0cc224d615a096e147b630a60b50e21a99c445 (diff) |
doc/ update tutorial to update to latest package
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
-rwxr-xr-x | doc/trex_vm_manual.asciidoc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/trex_vm_manual.asciidoc b/doc/trex_vm_manual.asciidoc index 5c7021db..803aecdb 100755 --- a/doc/trex_vm_manual.asciidoc +++ b/doc/trex_vm_manual.asciidoc @@ -108,11 +108,14 @@ TIP: Remote connection to the machine from anywhere in the hosting machine can b === Running TRex traffic generator - 1. Change dir to latest version supplied using: `cd /home/trex/v1.62/`. - 2. Run your desired TRex command. + 1. *upgrade* to the latest trex package see link:trex_manual.html#_obtaining_the_trex_package[how to upgrade] -IMPORTANT: When launching a TRex command, pay attention to make sure that you are using `sudo` prefix at the beggining of the command line. + + 2. Change dir to latest version updated for example `cd /home/trex/v2.20/`. (don't use the old version in the OVA) + + 3. Run your desired TRex command. + +IMPORTANT: When launching a TRex command, pay attention to make sure that you are using `sudo` prefix at the beggining of the command line. + and that you updated to latest v1.62 is very old version For example, let's run TRex with DNS traffic. The command is: |