blob: 34ec854adf26becebb5b7b3fdc4f46a65047e6b1 [file] [log] [blame]
Matus Fabian49331682016-12-01 01:32:03 -08001create packet-generator interface pg0
2create packet-generator interface pg1
3
Damjan Marion3153f002022-05-14 00:14:02 +02004packet-generator new { \
5 name f1 \
6 limit 1000000 \
7 node ip4-input \
8 size 64-64 \
9 worker 0 \
10 interface pg0 \
11 data { \
12 UDP: 10.0.0.3 -> 172.16.1.2 \
13 UDP: 3000 -> 3001 \
14 length 128 checksum 0 incrementing 1 \
15 } \
Matus Fabian49331682016-12-01 01:32:03 -080016}
17
18
Damjan Marion3153f002022-05-14 00:14:02 +020019packet-generator new { \
20 name f2 \
21 limit 1000000 \
22 node ip4-input \
23 size 64-64 \
24 worker 1 \
25 interface pg1 \
26 data { \
27 UDP: 172.16.1.2 -> 172.16.1.3 \
28 UDP: 3001 -> 3000 \
29 length 128 checksum 0 incrementing 1 \
30 } \
Matus Fabian49331682016-12-01 01:32:03 -080031}
32
Matus Fabian2ba92e32017-08-21 07:05:03 -070033nat44 add address 172.16.1.3
34nat44 add static mapping local 10.0.0.3 external 172.16.1.3
Matus Fabian49331682016-12-01 01:32:03 -080035set int ip address pg0 10.0.0.1/24
36set int ip address pg1 172.16.1.1/24
37set int state pg0 up
38set int state pg1 up
ShivaShankarKb0f956c2020-03-18 15:34:11 +053039set ip neighbor static pg0 10.0.0.3 abcd.abcd.abcd
40set ip neighbor static pg1 172.16.1.2 cdef.abcd.abcd
Matus Fabian2ba92e32017-08-21 07:05:03 -070041set int nat44 in pg0 out pg1
Matus Fabian49331682016-12-01 01:32:03 -080042trace add pg-input 10