Matteo Scandolo | c3e5372 | 2020-12-08 15:14:53 -0800 | [diff] [blame] | 1 | { |
| 2 | "integration": |
| 3 | { |
| 4 | "url": "file:src/test/resources/%s", |
| 5 | "cache": |
| 6 | { |
| 7 | "maxsize": 50, |
| 8 | "ttl": "PT1m" |
| 9 | } |
| 10 | }, |
| 11 | |
| 12 | "entries": |
| 13 | [ |
| 14 | { |
| 15 | "id": "1", |
| 16 | "nasPortId": "1/1/2", |
| 17 | "uplinkPort": 125, |
| 18 | "slot": 3, |
| 19 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 20 | "ipAddress":"10.10.10.10", |
| 21 | "nasId":"XXX-NASID", |
| 22 | "circuitId":"circuit123", |
| 23 | "remoteId":"remote123", |
| 24 | "uniTagList": [ |
| 25 | { |
| 26 | "uniTagMatch":100, |
Gustavo Silva | 882b055 | 2022-06-14 10:32:36 -0300 | [diff] [blame] | 27 | "ponCTag":2, |
| 28 | "ponSTag":2, |
Matteo Scandolo | c3e5372 | 2020-12-08 15:14:53 -0800 | [diff] [blame] | 29 | "usPonCTagPriority":0, |
| 30 | "usPonSTagPriority":1, |
| 31 | "dsPonCTagPriority":0, |
| 32 | "dsPonSTagPriority":1, |
| 33 | "technologyProfileId":64, |
| 34 | "upstreamBandwidthProfile":"HSA", |
| 35 | "downstreamBandwidthProfile":"HSA", |
| 36 | "serviceName":"HSIA" |
| 37 | } |
| 38 | ] |
| 39 | }, |
| 40 | |
| 41 | { |
| 42 | "id": "2", |
| 43 | "nasPortId": "1/1/2", |
| 44 | "uplinkPort": 129, |
| 45 | "slot": 4, |
| 46 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 47 | "ipAddress":"1.1.1.1", |
| 48 | "nasId":"YYY-NASID", |
| 49 | "circuitId":"circuit234", |
| 50 | "remoteId":"remote234", |
| 51 | "uniTagList": [ |
| 52 | { |
| 53 | "uniTagMatch":100, |
Gustavo Silva | 882b055 | 2022-06-14 10:32:36 -0300 | [diff] [blame] | 54 | "ponCTag":2, |
| 55 | "ponSTag":2, |
Matteo Scandolo | c3e5372 | 2020-12-08 15:14:53 -0800 | [diff] [blame] | 56 | "usPonCTagPriority":0, |
| 57 | "usPonSTagPriority":1, |
| 58 | "dsPonCTagPriority":0, |
| 59 | "dsPonSTagPriority":1, |
| 60 | "technologyProfileId":64, |
| 61 | "upstreamBandwidthProfile":"HSA", |
| 62 | "downstreamBandwidthProfile":"HSA", |
| 63 | "serviceName":"HSIA" |
| 64 | }, |
| 65 | { |
| 66 | "uniTagMatch":200, |
Gustavo Silva | 882b055 | 2022-06-14 10:32:36 -0300 | [diff] [blame] | 67 | "ponCTag":2, |
| 68 | "ponSTag":3, |
Matteo Scandolo | c3e5372 | 2020-12-08 15:14:53 -0800 | [diff] [blame] | 69 | "usPonCTagPriority":0, |
| 70 | "usPonSTagPriority":1, |
| 71 | "dsPonCTagPriority": 0, |
| 72 | "dsPonSTagPriority": 1, |
| 73 | "technologyProfileId":65, |
| 74 | "upstreamBandwidthProfile":"IPTV", |
| 75 | "downstreamBandwidthProfile":"IPTV", |
| 76 | "serviceName":"IPTV", |
| 77 | "isIgmpRequired": "true", |
| 78 | "isDhcpRequired": "true", |
Gustavo Silva | 882b055 | 2022-06-14 10:32:36 -0300 | [diff] [blame] | 79 | "configuredMacAddress": "ff:aa:dd:cc:bb:ee", |
| 80 | "enableMacLearning": "true" |
Matteo Scandolo | c3e5372 | 2020-12-08 15:14:53 -0800 | [diff] [blame] | 81 | } |
| 82 | ] |
| 83 | } |
| 84 | ] |
| 85 | } |