diff options
author | Ido Barnea <ibarnea@cisco.com> | 2017-02-19 17:01:27 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2017-02-21 12:03:42 +0200 |
commit | 977c61cb03e8bfc5f03d174b1761c2003f0e7ba6 (patch) | |
tree | 0af73f379be03a9abeb63324cda0d97cbc12afd8 /doc | |
parent | e37db2930e8c495e0f08bf0cb9b8529c0d88a3b3 (diff) |
Removed mac keyword from all traffic profiles
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/trex_book.asciidoc | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/doc/trex_book.asciidoc b/doc/trex_book.asciidoc index de5801fd..3f0db6c0 100755 --- a/doc/trex_book.asciidoc +++ b/doc/trex_book.asciidoc @@ -1309,23 +1309,19 @@ Cpu Utilization : 0.1 % dual_port_mask : "1.0.0.0" tcp_aging : 1 udp_aging : 1 - mac : [0x00,0x00,0x00,0x01,0x00,0x00] <3> - cap_ipg : true <4> - cap_ipg_min : 30 <5> - cap_override_ipg : 200 <6> - vlan : { enable : 1 , vlan0 : 100 , vlan1 : 200 } <7> - mac_override_by_ip : true <8> + cap_ipg : true <3> + cap_ipg_min : 30 <4> + cap_override_ipg : 200 <5> + vlan : { enable : 1 , vlan0 : 100 , vlan1 : 200 } <6> + mac_override_by_ip : true <7> ---- <1> Test duration (seconds). Can be overridden using the `-d` option. -<2> See the link:trex_manual.html#_clients_servers_ip_allocation_scheme[generator] section. -// what does note 2 mean? see somewhere else? isn't this simply the generator section? -<3> Default source/destination MAC address. The configuration YAML can override this. -<4> true (default) indicates that the IPG is taken from the cap file (also taking into account cap_ipg_min and cap_override_ipg if they exist). false indicates that IPG is taken from per template section. -<5> The following two options can set the min ipg in microseconds: (if (pkt_ipg<cap_ipg_min) { pkt_ipg=cap_override_ipg} ) -<6> Value to override (microseconds), as described in note above. -<7> Enable load balance feature. See xref:trex_load_bal[trex load balance section] for info. -<8> Enable MAC address replacement by client IP. - +<2> See full explanation on generator section link:trex_manual.html#_clients_servers_ip_allocation_scheme[here]. +<3> true (default) indicates that the IPG is taken from the cap file (also taking into account cap_ipg_min and cap_override_ipg if they exist). false indicates that IPG is taken from per template section. +<4> The following two options can set the min ipg in microseconds: (if (pkt_ipg<cap_ipg_min) { pkt_ipg=cap_override_ipg} ) +<5> Value to override (microseconds), as described in note above. +<6> Enable load balance feature. See xref:trex_load_bal[trex load balance section] for info. +<7> Enable MAC address replacement by client IP. ==== Timer Wheel section configuration |