Suchitra Vemuri | 2306d8c | 2020-11-25 12:20:44 -0800 | [diff] [blame] | 1 | { |
| 2 | "apps": { |
| 3 | "org.opencord.sadis": { |
| 4 | "sadis": { |
| 5 | "integration": { |
| 6 | "cache": { |
| 7 | "enabled": false, |
| 8 | "maxsize": 50, |
| 9 | "ttl": "PT0m" |
| 10 | } |
| 11 | }, |
| 12 | "entries": [ |
| 13 | { |
| 14 | "id": "ALPHe3d1cf8e-1", |
| 15 | "nasPortId": "ALPHe3d1cf8e-1", |
| 16 | "circuitId": "", |
| 17 | "remoteId": "", |
| 18 | "uniTagList": [{ |
| 19 | "ponCTag": 11, |
| 20 | "ponSTag": 222, |
| 21 | "technologyProfileId": 64, |
| 22 | "downstreamBandwidthProfile": "User_Bandwidth2", |
| 23 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 24 | "isDhcpRequired": true |
| 25 | }] |
| 26 | }, |
| 27 | { |
| 28 | "id": "ALPHe3d1cfe3-1", |
| 29 | "nasPortId": "ALPHe3d1cfe3-1", |
| 30 | "circuitId": "", |
| 31 | "remoteId": "", |
| 32 | "uniTagList": [{ |
| 33 | "ponCTag": 12, |
| 34 | "ponSTag": 111, |
| 35 | "technologyProfileId": 64, |
| 36 | "downstreamBandwidthProfile": "Default", |
| 37 | "upstreamBandwidthProfile": "Default", |
| 38 | "isDhcpRequired": true |
| 39 | }] |
| 40 | }, |
| 41 | { |
| 42 | "id": "EC1721000208", |
| 43 | "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| 44 | "ipAddress": "10.192.20.206", |
| 45 | "nasId": "EC1721000208", |
| 46 | "uplinkPort": 1048576 |
| 47 | } |
| 48 | ] |
| 49 | }, |
| 50 | "bandwidthprofile":{ |
| 51 | "integration":{ |
| 52 | "cache":{ |
| 53 | "enabled":true, |
| 54 | "maxsize":40, |
| 55 | "ttl":"PT1m" |
| 56 | } |
| 57 | }, |
| 58 | "entries":[ |
| 59 | { |
| 60 | "id": "Default", |
| 61 | "air": 100000, |
| 62 | "cbs": 30, |
| 63 | "cir": 16000, |
| 64 | "ebs": 30, |
| 65 | "eir": 16000 |
| 66 | }, |
| 67 | { |
| 68 | "id": "User_Bandwidth1", |
| 69 | "air": 100000, |
| 70 | "cbs": 10000, |
| 71 | "cir": 30000, |
| 72 | "ebs": 1000, |
| 73 | "eir": 20000 |
| 74 | }, |
| 75 | { |
| 76 | "id": "User_Bandwidth2", |
| 77 | "air": 100000, |
| 78 | "cbs": 5000, |
| 79 | "cir": 100000, |
| 80 | "ebs": 5000, |
| 81 | "eir": 100000 |
| 82 | }, |
| 83 | { |
| 84 | "id": "User_Bandwidth3", |
| 85 | "air": 100000, |
| 86 | "cbs": 5000, |
Girish Gowdra | 486338c | 2021-05-19 17:27:48 -0700 | [diff] [blame] | 87 | "cir": 100000, |
Suchitra Vemuri | 2306d8c | 2020-11-25 12:20:44 -0800 | [diff] [blame] | 88 | "ebs": 5000, |
Girish Gowdra | 486338c | 2021-05-19 17:27:48 -0700 | [diff] [blame] | 89 | "eir": 100000 |
Suchitra Vemuri | 2306d8c | 2020-11-25 12:20:44 -0800 | [diff] [blame] | 90 | } |
| 91 | |
| 92 | ] |
| 93 | } |
| 94 | } |
| 95 | } |
| 96 | } |