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