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