blob: c51de68ae0603ebcefdac0cd0520473a94cd892c [file] [log] [blame]
Jonathan Hartd0caacd2014-10-20 17:56:35 -07001{
2 "bgpPeers" : [
3 {
4 "attachmentDpid" : "00:00:00:00:00:00:00:a3",
5 "attachmentPort" : "1",
6 "ipAddress" : "192.168.10.1"
7 },
8 {
9 "attachmentDpid" : "00:00:00:00:00:00:00:a5",
10 "attachmentPort" : "1",
11 "ipAddress" : "192.168.20.1"
12 },
13 {
14 "attachmentDpid" : "00:00:00:00:00:00:00:a2",
15 "attachmentPort" : "1",
16 "ipAddress" : "192.168.30.1"
Jonathan Hartb358c1e2014-10-23 11:05:17 -070017 },
18 {
19 "attachmentDpid" : "00:00:00:00:00:00:00:a6",
20 "attachmentPort" : "1",
21 "ipAddress" : "192.168.40.1"
22 },
23 {
24 "attachmentDpid" : "00:00:00:00:00:00:00:a4",
25 "attachmentPort" : "4",
26 "ipAddress" : "192.168.60.1"
Jonathan Hartd0caacd2014-10-20 17:56:35 -070027 }
28 ],
29 "bgpSpeakers" : [
30 {
31 "name" : "bgpSpeaker1",
32 "attachmentDpid" : "00:00:00:00:00:00:00:a1",
33 "attachmentPort" : "1",
34 "macAddress" : "00:00:00:00:00:01",
35 "interfaceAddresses" : [
36 {
37 "interfaceDpid" : "00:00:00:00:00:00:00:a3",
38 "interfacePort" : "1",
39 "ipAddress" : "192.168.10.101"
40 },
41 {
42 "interfaceDpid" : "00:00:00:00:00:00:00:a5",
43 "interfacePort" : "1",
44 "ipAddress" : "192.168.20.101"
45 },
46 {
47 "interfaceDpid" : "00:00:00:00:00:00:00:a2",
48 "interfacePort" : "1",
49 "ipAddress" : "192.168.30.101"
50 },
51 {
52 "interfaceDpid" : "00:00:00:00:00:00:00:a6",
53 "interfacePort" : "1",
54 "ipAddress" : "192.168.40.101"
55 },
56 {
57 "interfaceDpid" : "00:00:00:00:00:00:00:a4",
58 "interfacePort" : "4",
59 "ipAddress" : "192.168.60.101"
60 }
61
62 ]
63
64 }
Pingping Line28ae4c2015-03-13 11:37:03 -070065 ],
66 "ip4LocalPrefixes" : [
67 {
68 "ipPrefix" : "100.0.0.0/24",
Pingping Linc9e16bf2015-04-10 14:42:41 -070069 "type" : "PUBLIC",
70 "gatewayIp" : "100.0.0.1"
Pingping Line28ae4c2015-03-13 11:37:03 -070071 },
72 {
73 "ipPrefix" : "200.0.0.0/8",
Pingping Linc9e16bf2015-04-10 14:42:41 -070074 "type" : "PUBLIC",
75 "gatewayIp" : "200.0.0.3"
Pingping Line28ae4c2015-03-13 11:37:03 -070076 },
77 {
78 "ipPrefix" : "192.0.0.0/24",
Pingping Linc9e16bf2015-04-10 14:42:41 -070079 "type" : "PRIVATE",
80 "gatewayIp" : "192.0.0.254"
Pingping Line28ae4c2015-03-13 11:37:03 -070081 }
82 ],
83 "ip6LocalPrefixes" : [
Pingping Linc9e16bf2015-04-10 14:42:41 -070084 ],
85 "virtualGatewayMacAddress" : "00:00:00:00:00:01"
Jonathan Hartd0caacd2014-10-20 17:56:35 -070086}