blob: a28dedf5ea226e83905364801654ced8a9ad1f23 [file] [log] [blame]
pingping-linffca7e22015-11-13 15:43:08 -08001{
2 "ports" : {
3 "of:00000000000000a8/5" : {
4 "interfaces" : {
5 "interfaces" : [
6 {
7 "ips" : [ "10.0.5.101/24" ],
8 "mac" : "00:00:00:00:00:01"
9 }
10 ]
11 }
12 },
13 "of:0000000000000a32/4" : {
14 "interfaces" : {
15 "interfaces" : [
16 {
17 "ips" : [ "10.0.4.101/24" ],
18 "mac" : "00:00:00:00:00:01"
19 }
20 ]
21 }
22 },
23 "of:0000000000000a28/3" : {
24 "interfaces" : {
25 "interfaces" : [
26 {
27 "ips" : [ "10.0.6.101/24" ],
28 "mac" : "00:00:00:00:00:01"
29 }
30 ]
31 }
32 }
33 },
34 "apps" : {
35 "org.onosproject.router" : {
36 "bgp" : {
37 "bgpSpeakers" : [
38 {
39 "connectPoint" : "of:0000000000000a24/1",
40 "peers" : [
41 "10.0.4.1",
42 "10.0.5.1",
43 "10.0.6.1"
44 ]
45 }
46 ]
47 }
48 }
49 }
50}