Jonathan Hart | 65048cd | 2014-12-01 14:12:57 -0800 | [diff] [blame] | 1 | { |
| 2 | "bgpPeers" : [ |
| 3 | { |
| 4 | "attachmentDpid" : "00:00:00:00:00:00:00:a1", |
| 5 | "attachmentPort" : "1", |
| 6 | "ipAddress" : "10.0.1.1" |
| 7 | }, |
| 8 | { |
| 9 | "attachmentDpid" : "00:00:00:00:00:00:00:a2", |
| 10 | "attachmentPort" : "1", |
| 11 | "ipAddress" : "10.0.2.1" |
| 12 | }, |
| 13 | { |
| 14 | "attachmentDpid" : "00:00:00:00:00:00:00:a5", |
| 15 | "attachmentPort" : "1", |
| 16 | "ipAddress" : "10.0.3.1" |
| 17 | }, |
| 18 | { |
| 19 | "attachmentDpid" : "00:00:00:00:00:00:00:a6", |
| 20 | "attachmentPort" : "1", |
| 21 | "ipAddress" : "10.0.4.1" |
| 22 | } |
| 23 | ], |
| 24 | "bgpSpeakers" : [ |
| 25 | { |
| 26 | "name" : "bgp", |
| 27 | "attachmentDpid" : "00:00:00:00:00:00:00:a3", |
| 28 | "attachmentPort" : "1", |
| 29 | "macAddress" : "00:00:00:00:00:01", |
| 30 | "interfaceAddresses" : [ |
| 31 | { |
| 32 | "interfaceDpid" : "00:00:00:00:00:00:00:a1", |
| 33 | "interfacePort" : "1", |
| 34 | "ipAddress" : "10.0.1.101" |
| 35 | }, |
| 36 | { |
| 37 | "interfaceDpid" : "00:00:00:00:00:00:00:a2", |
| 38 | "interfacePort" : "1", |
| 39 | "ipAddress" : "10.0.2.101" |
| 40 | }, |
| 41 | { |
| 42 | "interfaceDpid" : "00:00:00:00:00:00:00:a5", |
| 43 | "interfacePort" : "1", |
| 44 | "ipAddress" : "10.0.3.101" |
| 45 | }, |
| 46 | { |
| 47 | "interfaceDpid" : "00:00:00:00:00:00:00:a6", |
| 48 | "interfacePort" : "1", |
| 49 | "ipAddress" : "10.0.4.101" |
| 50 | } |
| 51 | ] |
| 52 | } |
| 53 | ] |
| 54 | } |