blob: 35380ce74e4a652607ba36c3eefa77cfb0bc30be [file] [log] [blame]
slowrdb071b22017-07-07 11:10:25 -07001{
Dimitrios Mavrommatisf0c06322017-10-31 23:49:04 -07002 "apps": {
3 "org.onosproject.artemis": {
4 "artemis": {
5 "moas": { },
6 "monitors": {
7 "exabgp": [
8 "192.168.1.2:5000"
9 ],
10 "ripe": []
11 },
12 "prefixes": [
13 {
14 "moas": [ ],
15 "paths": [
16 {
17 "neighbor": [
18 {
19 "asn": 65002,
20 "neighbor": [
21 65001
22 ]
23 }
24 ],
25 "origin": 65004
26 }
27 ],
28 "prefix": "40.0.0.0/8"
29 }
30 ]
31 }
32 },
33 "org.onosproject.reactive.routing": {
34 "reactiveRouting": {
35 "ip4LocalPrefixes": [
36 {
37 "ipPrefix" : "40.0.0.0/24",
38 "type" : "PUBLIC",
39 "gatewayIp" : "40.0.0.1"
40 },
41 {
42 "ipPrefix" : "150.1.3.0/30",
43 "type" : "PRIVATE",
44 "gatewayIp" : "150.1.3.2"
45 }
46 ],
47 "ip6LocalPrefixes": [],
48 "virtualGatewayMacAddress": "e2:f5:32:16:9a:46"
49 }
50 },
51 "org.onosproject.router": {
52 "bgp": {
53 "bgpSpeakers" : [
54 {
55 "name" : "speaker1",
56 "connectPoint" : "of:00002a45d713e141/4",
57 "peers" : [
58 "150.1.3.1"
59 ]
60 }
61 ]
62 }
63 }
64 },
65 "devices": {
66 "ovsdb:192.168.0.2": {
67 "basic": {
68 "driver": "ovs"
69 }
70 }
71 },
72 "ports": {
slowrdb071b22017-07-07 11:10:25 -070073 "of:00002a45d713e141/2" : {
74 "interfaces" : [
75 {
76 "name" : "sw1-1",
77 "ips" : [ "150.1.3.2/30" ],
78 "mac" : "e2:f5:32:16:9a:46"
79 }
80 ]
81 },
82 "of:00002a45d713e141/3" : {
83 "interfaces" : [
84 {
85 "name" : "sw1-1",
86 "ips" : [ "40.0.0.1/24" ],
87 "mac" : "e2:f5:32:16:9a:46"
88 }
89 ]
90 }
slowrdb071b22017-07-07 11:10:25 -070091 }
Dimitrios Mavrommatisf0c06322017-10-31 23:49:04 -070092}