]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/examples/ip_pipeline/config/l3fwd_arp.sh
update download target update for octopus release
[ceph.git] / ceph / src / seastar / dpdk / examples / ip_pipeline / config / l3fwd_arp.sh
CommitLineData
7c673cae
FG
1#
2# run ./config/l3fwd_arp.sh
3#
4
5################################################################################
6# ARP
7################################################################################
8p 1 arp add default 4 #SINK0
9p 1 arp add 0 10.0.0.1 a0:b0:c0:d0:e0:f0
10p 1 arp add 1 11.0.0.1 a1:b1:c1:d1:e1:f1
11p 1 arp add 2 12.0.0.1 a2:b2:c2:d2:e2:f2
12p 1 arp add 3 13.0.0.1 a3:b3:c3:d3:e3:f3
13p 1 arp ls
14
15################################################################################
16# Routing: encap = ethernet, arp = on
17################################################################################
18p 1 route add default 4 #SINK0
19p 1 route add 100.0.0.0 10 port 0 ether 10.0.0.1
20p 1 route add 100.64.0.0 10 port 1 ether 11.0.0.1
21p 1 route add 100.128.0.0 10 port 2 ether 12.0.0.1
22p 1 route add 100.192.0.0 10 port 3 ether 13.0.0.1
23p 1 route ls
24
25################################################################################
26# Routing: encap = ethernet_qinq, arp = on
27################################################################################
28#p 1 route add default 4 #SINK0
29#p 1 route add 100.0.0.0 10 port 0 ether 10.0.0.1 qinq 1000 2000
30#p 1 route add 100.64.0.0 10 port 1 ether 11.0.0.1 qinq 1001 2001
31#p 1 route add 100.128.0.0 10 port 2 ether 12.0.0.1 qinq 1002 2002
32#p 1 route add 100.192.0.0 10 port 3 ether 13.0.0.1 qinq 1003 2003
33#p 1 route ls
34
35################################################################################
36# Routing: encap = ethernet_mpls, arp = on
37################################################################################
38#p 1 route add default 4 #SINK0
39#p 1 route add 100.0.0.0 10 port 0 ether 10.0.0.1 mpls 1000:2000
40#p 1 route add 100.64.0.0 10 port 1 ether 11.0.0.1 mpls 1001:2001
41#p 1 route add 100.128.0.0 10 port 2 ether 12.0.0.1 mpls 1002:2002
42#p 1 route add 100.192.0.0 10 port 3 ether 13.0.0.1 mpls 1003:2003
43#p 1 route ls