| { |
| "apps" : { |
| "org.opencord.sadis" : { |
| "sadis" : { |
| "integration" : { |
| "cache" : { |
| "enabled" : true, |
| "maxsize" : 60, |
| "ttl" : "PT1m" |
| } |
| }, |
| "entries" : [ { |
| "id" : "s1-eth1", |
| "nasPortId" : "s1-eth1", |
| "uniTagList": [ |
| { |
| "uniTagMatch": 35, |
| "ponCTag":33, |
| "ponSTag":7, |
| "technologyProfileId": 2, |
| "upstreamBandwidthProfile":"High-Speed-Internet", |
| "downstreamBandwidthProfile":"Service1" |
| } |
| ] |
| }, { |
| "id" : "1", |
| "hardwareIdentifier" : "00:00:00:00:00:01", |
| "ipAddress" : "127.0.0.1", |
| "uplinkPort": "2" |
| } ] |
| }, |
| "bandwidthprofile":{ |
| "integration":{ |
| "cache":{ |
| "enabled":true, |
| "maxsize":40, |
| "ttl":"PT1m" |
| } |
| }, |
| "entries":[ |
| { |
| "id":"High-Speed-Internet", |
| "cir": 500000, |
| "cbs": 10000, |
| "eir": 500000, |
| "ebs": 10000, |
| "air": 100000 |
| }, |
| { |
| "id":"VOIP", |
| "cir": 500000, |
| "cbs": 10000, |
| "eir": 500000, |
| "ebs": 10000, |
| "air": 100000 |
| }, |
| { |
| "id":"Service1", |
| "cir": 600000, |
| "cbs": 10000, |
| "eir": 400000, |
| "ebs": 10000 |
| }, |
| { |
| "id":"Service2", |
| "cir": 600000, |
| "cbs": 10000, |
| "eir": 400000, |
| "ebs": 10000 |
| }, |
| { |
| "id":"VOD", |
| "cir": 600000, |
| "cbs": 10000, |
| "eir": 400000, |
| "ebs": 10000 |
| }, |
| { |
| "id":"Service3", |
| "cir": 600000, |
| "cbs": 10000, |
| "eir": 400000, |
| "ebs": 10000 |
| }, |
| { |
| "id":"Default", |
| "cir": 0, |
| "cbs": 0, |
| "eir": 512, |
| "ebs": 30, |
| "air": 0 |
| } |
| ] |
| } |
| } |
| }, |
| "devices":{ |
| "of:0000000000000001":{ |
| "basic":{ |
| "driver":"pmc-olt" |
| } |
| } |
| } |
| } |