aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/vnet/etc/scripts/ixge
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/vnet/etc/scripts/ixge')
-rw-r--r--vpp/vnet/etc/scripts/ixge15
1 files changed, 15 insertions, 0 deletions
diff --git a/vpp/vnet/etc/scripts/ixge b/vpp/vnet/etc/scripts/ixge
new file mode 100644
index 00000000..6722b536
--- /dev/null
+++ b/vpp/vnet/etc/scripts/ixge
@@ -0,0 +1,15 @@
+packet-generator new {
+ name x
+ limit 1
+ node ip4-lookup
+ size 50-50
+ data {
+ ICMP: 1.0.0.1 -> 1.0.0.3 ttl 1
+ incrementing 30
+ }
+}
+
+comment { tr add pg-input 100 }
+set int ip address TenGigabitEthernet5/0/0 33.0.1.1/8
+set int state TenGigabitEthernet5/0/0 up
+