blob: c7e4566b2bfb353081cf30cf23cbc1c83ac587a3 [file] [log] [blame]
Damjan Marion3153f002022-05-14 00:14:02 +02001packet-generator new { \
2 name x \
3 limit 1 \
4 node ethernet-input \
5 size 64-64 \
6 data { \
7 IP6: 1.2.3 -> 4.5.6 \
8 ICMP: 3002::2 -> 3001::2 \
9 ICMP echo_request \
10 incrementing 100 \
11 } \
Ed Warnickecb9cada2015-12-08 15:45:58 -070012}
13
Neale Ranns044183f2017-01-24 01:34:25 -080014
15loop create
16loop create
17set int state loop0 up
18set int state loop1 up
19
20set int ip address loop0 2001:1::1/64
21set int ip address loop1 2001:2::1/64
22
ShivaShankarKb0f956c2020-03-18 15:34:11 +053023set ip neighbor loop0 2001:1::2 00:00:DD:EE:AA:DD
24set ip neighbor loop1 2001:2::2 00:00:DD:EE:AA:EE
Neale Ranns044183f2017-01-24 01:34:25 -080025
26ip route add 3001::/64 via 2001:2::2 loop1
27
28trace add pg-input 100