Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | packet-generator new { |
2 | name x | ||||
3 | limit 1 | ||||
4 | node ethernet-input | ||||
5 | no-recycle | ||||
6 | pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap | ||||
7 | } | ||||
8 | |||||
9 | packet-generator new { | ||||
10 | name y | ||||
11 | limit 1 | ||||
12 | node hdlc-input | ||||
13 | no-recycle | ||||
14 | pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap | ||||
15 | } | ||||
16 | |||||
17 | tr add pg-input 10 | ||||
18 |