blob: 5b61d05150eb44d58281b31eb8ec808e324bbf73 [file] [log] [blame]
sanghoshin2dafdc32015-03-06 11:28:34 -08001{
2
3 "bgpPeers" : [
4 {
5 "attachmentDpid" : "00:00:00:00:00:00:00:01",
6 "attachmentPort" : "1",
7 "ipAddress" : "192.168.10.1"
8 },
9 {
10 "attachmentDpid" : "00:00:00:00:00:00:00:01",
11 "attachmentPort" : "2",
12 "ipAddress" : "192.168.20.1"
13 },
14 {
15 "attachmentDpid" : "00:00:00:00:00:00:00:01",
16 "attachmentPort" : "3",
17 "ipAddress" : "192.168.30.1"
18 },
19 {
20 "attachmentDpid" : "00:00:00:00:00:00:00:01",
21 "attachmentPort" : "4",
22 "ipAddress" : "192.168.60.2"
23 }
24
25 ],
26 "bgpSpeakers" : [
27 {
28 "name" : "bgpSpeaker1",
29 "attachmentDpid" : "00:00:00:00:00:00:00:02",
30 "attachmentPort" : "1",
31 "macAddress" : "00:00:00:00:00:02",
32 "interfaceAddresses" : [
33 {
34 "interfaceDpid" : "00:00:00:00:00:00:00:01",
35 "interfacePort" : "1",
36 "ipAddress" : "192.168.10.101"
37 },
38 {
39 "interfaceDpid" : "00:00:00:00:00:00:00:01",
40 "interfacePort" : "2",
41 "ipAddress" : "192.168.20.101"
42 },
43 {
44 "interfaceDpid" : "00:00:00:00:00:00:00:01",
45 "interfacePort" : "3",
46 "ipAddress" : "192.168.30.101"
47 },
48 {
49 "interfaceDpid" : "00:00:00:00:00:00:00:01",
50 "interfacePort" : "4",
51 "ipAddress" : "192.168.60.101"
52 }
53
54 ]
55
56 }
57
58 ]
59}