blob: ea7682dd2f0ac0e0065d424502d1c11dbc3c56ce [file] [log] [blame]
pingping-lin86d9f512015-08-17 18:29:41 -07001{
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 "bgpSpeakers" : [
31 {
32 "name" : "bgpSpeaker1",
33 "attachmentDpid" : "00:00:00:00:00:00:00:a1",
34 "attachmentPort" : "1",
35 "macAddress" : "00:00:00:00:00:01",
36 "interfaceAddresses" : [
37 {
38 "interfaceDpid" : "00:00:00:00:00:00:00:a3",
39 "interfacePort" : "1",
40 "ipAddress" : "192.168.10.101"
41 },
42 {
43 "interfaceDpid" : "00:00:00:00:00:00:00:a5",
44 "interfacePort" : "1",
45 "ipAddress" : "192.168.20.101"
46 },
47 {
48 "interfaceDpid" : "00:00:00:00:00:00:00:a2",
49 "interfacePort" : "1",
50 "ipAddress" : "192.168.30.101"
51 },
52 {
53 "interfaceDpid" : "00:00:00:00:00:00:00:a6",
54 "interfacePort" : "1",
55 "ipAddress" : "192.168.40.101"
56 },
57 {
58 "interfaceDpid" : "00:00:00:00:00:00:00:a4",
59 "interfacePort" : "4",
60 "ipAddress" : "192.168.60.101"
61 }
62 ]
63 }
64 ]
65}