blob: e4df2f8e68c02d050e02eb6f9633e9c45bc1080d [file] [log] [blame]
Andreas Papazoisa9964ea2016-01-08 15:58:22 +02001{
2 "ports" : {
3 "of:00000000000000a1/1" : {
4 "interfaces" : [
5 {
6 "name" : "AS 65001",
7 "ips" : [ "10.0.0.3/24" ],
8 "mac" : "00:00:00:00:00:01"
9 }
10 ]
11 },
12 "of:00000000000000a1/2" : {
13 "interfaces" : [
14 {
15 "name" : "AS 65002",
16 "ips" : [ "10.0.0.3/24" ],
17 "mac" : "00:00:00:00:00:01"
18 }
19 ]
20 }
21 },
22 "apps" : {
23 "org.onosproject.sdxl3" : {
Andreas Papazoise6aebaa2016-05-26 15:25:51 +030024 "participants" : {
Andreas Papazoisc2c45012016-01-20 14:26:11 +020025 "bgpPeers": [
26 {
27 "name": "AS65001-R1",
28 "ip": "10.0.0.1",
29 "connectPoint": "of:00000000000000a1/1",
30 "intfName": "AS 65001"
31 },
32 {
33 "name": "AS65002-R2",
34 "ip": "10.0.0.2",
35 "connectPoint": "of:00000000000000a1/2",
36 "intfName": "AS 65002"
37 }
38 ]
39 }
Andreas Papazoisa9964ea2016-01-08 15:58:22 +020040 },
41 "org.onosproject.router" : {
42 "bgp" : {
43 "bgpSpeakers" : [
44 {
45 "name" : "bgp",
46 "connectPoint" : "of:00000000000000a1/3",
47 "peers" : [
48 "10.0.0.1",
49 "10.0.0.2"
50 ]
51 }
52 ]
53 }
54 }
55 }
56}