aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/vnet/lfib/ip4-to-mpls
blob: 857537977515d665aaee24450b620a9cceaa251d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
packet-generator new {
  name x
  limit 1
  node ip4-input
  size 64-64
  no-recycle
  data {
    ICMP: 1.0.0.2 -> 2.2.2.2
    ICMP echo_request
    incrementing 100
  }
}

loop create
loop create
set int state loop0 up
set int state loop1 up

set int ip address loop0 1.0.0.1/24
set int ip address loop1 2.0.0.1/24

set ip arp static loop1 2.0.0.2 dead.beef.babe
set int mpls loop1 enable
ip route add 2.2.2.2/32 via 2.0.0.2 loop1 out-label 33

trace add pg-input 100