blob: cb59cbf20363891ebe9df2eaf8698a1d438b433c [file] [log] [blame]
Luca Prete09dfe1e2016-08-16 10:56:17 -07001{
2 "ports" : {
3 "of:00000000000000a1/1" : {
4 "interfaces" : [
5 {
6 "name" : "sw1-1",
7 "ips" : [ "2001:1::101/48" ],
8 "mac" : "00:00:00:00:00:01"
9 }
10 ]
11 },
12 "of:00000000000000a2/1" : {
13 "interfaces" : [
14 {
15 "name" : "sw2-1",
16 "ips" : [ "2001:2::101/48" ],
17 "mac" : "00:00:00:00:00:01"
18 }
19 ]
20 },
21 "of:00000000000000a5/1" : {
22 "interfaces" : [
23 {
24 "name" : "sw5-1",
25 "ips" : [ "2001:3::101/48" ],
26 "mac" : "00:00:00:00:00:01"
27 }
28 ]
29 },
30 "of:00000000000000a6/1" : {
31 "interfaces" : [
32 {
33 "name" : "sw6-1",
34 "ips" : [ "2001:4::101/48" ],
35 "mac" : "00:00:00:00:00:01"
36 }
37 ]
38 }
39 },
40 "apps" : {
41 "org.onosproject.router" : {
42 "bgp" : {
43 "bgpSpeakers" : [
44 {
45 "name" : "speaker1",
46 "connectPoint" : "of:00000000000000a3/1",
47 "peers" : [
48 "2001:1::1",
49 "2001:2::1",
50 "2001:3::1",
51 "2001:4::1"
52 ]
53 }
54 ]
55 }
56 }
57 }
58}