blob: a5d1867a61ced5c3a5645dc47faf76b8517562df [file] [log] [blame]
pingping-lin6f6332e2014-11-19 19:13:58 -08001{
2
3 "bgpPeers" : [
4 {
5 "attachmentDpid" : "00:00:00:00:00:00:00:a3",
6 "attachmentPort" : "1",
7 "ipAddress" : "192.168.10.1"
8 },
9 {
10 "attachmentDpid" : "00:00:00:00:00:00:00:a5",
11 "attachmentPort" : "1",
12 "ipAddress" : "192.168.20.1"
13 },
14 {
15 "attachmentDpid" : "00:00:00:00:00:00:00:a2",
16 "attachmentPort" : "1",
17 "ipAddress" : "192.168.30.1"
18 },
19 {
20 "attachmentDpid" : "00:00:00:00:00:00:00:a6",
21 "attachmentPort" : "1",
22 "ipAddress" : "192.168.40.1"
23 },
24 {
25 "attachmentDpid" : "00:00:00:00:00:00:00:a4",
26 "attachmentPort" : "4",
27 "ipAddress" : "192.168.60.1"
28 }
29
30 ],
31 "bgpSpeakers" : [
32 {
33 "name" : "bgpSpeaker1",
34 "attachmentDpid" : "00:00:00:00:00:00:00:a1",
35 "attachmentPort" : "1",
36 "macAddress" : "00:00:00:00:00:01",
37 "interfaceAddresses" : [
38 {
39 "interfaceDpid" : "00:00:00:00:00:00:00:a3",
40 "interfacePort" : "1",
41 "ipAddress" : "192.168.10.101"
42 },
43 {
44 "interfaceDpid" : "00:00:00:00:00:00:00:a5",
45 "interfacePort" : "1",
46 "ipAddress" : "192.168.20.101"
47 },
48 {
49 "interfaceDpid" : "00:00:00:00:00:00:00:a2",
50 "interfacePort" : "1",
51 "ipAddress" : "192.168.30.101"
52 },
53 {
54 "interfaceDpid" : "00:00:00:00:00:00:00:a6",
55 "interfacePort" : "1",
56 "ipAddress" : "192.168.40.101"
57 },
58 {
59 "interfaceDpid" : "00:00:00:00:00:00:00:a4",
60 "interfacePort" : "4",
61 "ipAddress" : "192.168.60.101"
62 }
63
64 ]
65
66 }
67
68 ]
69}