1AS 4200000001
2router-id 42.0.0.1
3
4network 192.0.2.0/24 set {
5	localpref 15
6	med 42
7	origin egp
8	prepend-self 5
9	nexthop 1.2.3.4 }
10network 198.51.100.0/24 set {
11	community 42:1 community GRACEFUL_SHUTDOWN
12	ext-community rt 127.0.0.1:15 ext-community ovs invalid
13	large-community 4200000001:42:1 large-community 4200000001:2:4200000001
14}
15network 203.0.113.0/24
16
17network 2001:db8:1::/48 set {
18	localpref 15
19	med 42
20	origin egp
21	prepend-self 5
22	nexthop 2001:db8:42::1 }
23network 2001:db8:2::/48 set {
24	community 42:1 community GRACEFUL_SHUTDOWN
25	ext-community rt 127.0.0.1:15 ext-community ovs invalid
26	large-community 4200000001:42:1 large-community 4200000001:2:4200000001
27}
28network 2001:db8:3::/48
29
30vpn "dummy" on mpe11 {
31	rd 4200000001:1
32	import-target rt 4200000001:42
33	export-target rt 4200000001:42
34
35	network 192.0.2.0/24 set {
36		localpref 15
37		med 42
38		origin egp
39		prepend-self 5
40		nexthop 1.2.3.4 }
41	network 198.51.100.0/24 set {
42		community 42:1 community GRACEFUL_SHUTDOWN
43		ext-community rt 127.0.0.1:15 ext-community ovs invalid
44		large-community 4200000001:42:1 large-community 4200000001:2:42
45	}
46	network 203.0.113.0/24
47
48	network 2001:db8:1::/48 set {
49		localpref 15
50		med 42
51		origin egp
52		prepend-self 5
53		nexthop 2001:db8:42::1 }
54	network 2001:db8:2::/48 set {
55		community 42:1 community GRACEFUL_SHUTDOWN
56		ext-community rt 127.0.0.1:15 ext-community ovs invalid
57		large-community 4200000001:42:1 large-community 4200000001:2:42
58	}
59	network 2001:db8:3::/48
60}
61
62dump table-v2 "./mrt-table-v2.mrt"
63dump table-mp "./mrt-table-mp.mrt"
64dump table "./mrt-table.mrt"
65