David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 1 | { |
| 2 | "integration": |
| 3 | { |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 4 | "cache": |
| 5 | { |
| 6 | "enabled": true, |
| 7 | "maxsize": 50, |
| 8 | "ttl": "PT1m" |
| 9 | } |
| 10 | }, |
| 11 | |
| 12 | "entries": |
| 13 | [ |
| 14 | { |
| 15 | "id": "1", |
| 16 | "cTag": 2, |
| 17 | "sTag": 2, |
| 18 | "nasPortId": "1/1/2", |
| 19 | "port": 125, |
| 20 | "slot": 3, |
Amit Ghosh | 38b232a | 2017-07-23 15:11:56 +0100 | [diff] [blame] | 21 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 22 | "ipAddress":"10.10.10.10", |
David K. Bainbridge | 8bf98e0 | 2017-08-07 10:41:56 -0700 | [diff] [blame] | 23 | "nasId":"XXX-NASID", |
| 24 | "circuitId":"circuit123", |
| 25 | "remoteId":"remote123" |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 26 | }, |
| 27 | |
| 28 | { |
| 29 | "id": "2", |
| 30 | "cTag": 4, |
| 31 | "sTag": 4, |
| 32 | "nasPortId": "1/1/2", |
| 33 | "port": 129, |
| 34 | "slot": 4, |
Amit Ghosh | 38b232a | 2017-07-23 15:11:56 +0100 | [diff] [blame] | 35 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 36 | "ipAddress":"1.1.1.1", |
David K. Bainbridge | 8bf98e0 | 2017-08-07 10:41:56 -0700 | [diff] [blame] | 37 | "nasId":"YYY-NASID", |
| 38 | "circuitId":"circuit234", |
Deepa vaddireddy | ad29519 | 2017-08-10 13:14:02 +0530 | [diff] [blame^] | 39 | "remoteId":"remote234" |
Amit Ghosh | 38b232a | 2017-07-23 15:11:56 +0100 | [diff] [blame] | 40 | }, |
| 41 | |
| 42 | { |
| 43 | "id": "cc:dd:ee:ff:aa:bb", |
| 44 | "hardwareIdentifier": "cc:dd:ee:ff:aa:bb", |
| 45 | "ipAddress":"12.12.12.12", |
David K. Bainbridge | 8bf98e0 | 2017-08-07 10:41:56 -0700 | [diff] [blame] | 46 | "nasId":"CCC-NASID", |
| 47 | "circuitId":"circuit345", |
| 48 | "remoteId":"remote345" |
David K. Bainbridge | eda2b05 | 2017-07-12 09:41:04 -0700 | [diff] [blame] | 49 | } |
| 50 | ] |
Amit Ghosh | 38b232a | 2017-07-23 15:11:56 +0100 | [diff] [blame] | 51 | } |