Files
vpp/src/plugins/tracedump/setup.pg
Damjan Marion 3153f007c0 vlib: exec cli line-by-line processing and script updates
Type: improvement
Change-Id: I82e7c0acc547794bcc7c42f4b8881a8251bf7a9b
Signed-off-by: Damjan Marion <damarion@cisco.com>
2022-05-16 01:31:54 +00:00

35 lines
844 B
Plaintext

set term pag off
packet-generator new { \
name worker0 \
worker 0 \
limit 12 \
rate 1.2e7 \
size 128-128 \
interface local0 \
node ethernet-input \
data { IP4: 1.2.40 -> 3cfd.fed0.b6c8 \
UDP: 192.168.40.1 - 192.168.40.100 -> 192.168.50.10 \
UDP: 1234 -> 2345 \
incrementing 114 \
} \
}
packet-generator new { \
name worker1 \
worker 1 \
limit 12 \
rate 1.2e7 \
size 128-128 \
interface local0 \
node ethernet-input \
data { IP4: 1.2.4 -> 3cfd.fed0.b6c9 \
UDP: 192.168.41.1 - 192.168.41.100 -> 192.168.51.10 \
UDP: 1234 -> 2345 \
incrementing 114 \
} \
}
trace add pg-input 20
pa en