Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [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": "LBADTN2038AD991", |
Andrea Campanella | 77cf088 | 2021-09-27 12:02:04 +0200 | [diff] [blame] | 15 | "hardwareIdentifier": "00:24:45:c2:a4:b2", |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 16 | "nasId": "LBADTN2038AD991", |
Girish Gowdra | d2d6f8d | 2021-10-22 10:44:29 -0700 | [diff] [blame] | 17 | "uplinkPort": 16777216 |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 18 | }, |
| 19 | { |
| 20 | "id": "SCOMa0302125-1", |
| 21 | "nasPortId": "SCOMa0302125-1", |
| 22 | "circuitId": "SCOMa0302125-1", |
| 23 | "remoteId": "LBADTN2038AD991", |
| 24 | "uniTagList": [ |
| 25 | { |
| 26 | "uniTagMatch": 4096, |
| 27 | "ponCTag": 4096, |
| 28 | "ponSTag": 35, |
| 29 | "technologyProfileId": 64, |
| 30 | "upstreamBandwidthProfile": "Default", |
| 31 | "downstreamBandwidthProfile": "Default", |
| 32 | "isDhcpRequired": false |
| 33 | } |
| 34 | ] |
| 35 | }, |
| 36 | { |
| 37 | "id": "SCOMa030210e-1", |
| 38 | "nasPortId": "SCOMa030210e-1", |
| 39 | "circuitId": "SCOMa030210e-1", |
| 40 | "remoteId": "LBADTN2038AD991", |
| 41 | "uniTagList": [ |
| 42 | { |
| 43 | "uniTagMatch": 4096, |
| 44 | "ponCTag": 4096, |
| 45 | "ponSTag": 36, |
| 46 | "technologyProfileId": 64, |
| 47 | "upstreamBandwidthProfile": "User_Bandwidth1", |
| 48 | "downstreamBandwidthProfile": "User_Bandwidth2", |
| 49 | "isDhcpRequired": false |
| 50 | } |
| 51 | ] |
| 52 | }, |
| 53 | { |
| 54 | "id": "SCOM00001c0f-1", |
| 55 | "nasPortId": "SCOM00001c0f-1", |
| 56 | "circuitId": "SCOM00001c0f-1", |
| 57 | "remoteId": "LBADTN2038AD991", |
| 58 | "uniTagList": [ |
| 59 | { |
| 60 | "uniTagMatch": 4096, |
| 61 | "ponCTag": 4096, |
| 62 | "ponSTag": 37, |
| 63 | "technologyProfileId": 64, |
| 64 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 65 | "downstreamBandwidthProfile": "User_Bandwidth3", |
| 66 | "isDhcpRequired": false |
| 67 | } |
| 68 | ] |
Andrea Campanella | 164aab5 | 2021-04-07 17:19:08 +0200 | [diff] [blame] | 69 | }, |
| 70 | { |
| 71 | "id": "ADTN20177888-1", |
| 72 | "nasPortId": "ADTN20177888-1", |
| 73 | "circuitId": "ADTN20177888-1", |
| 74 | "remoteId": "LBADTN2038AD991", |
| 75 | "uniTagList": [ |
| 76 | { |
| 77 | "uniTagMatch": 4096, |
| 78 | "ponCTag": 4096, |
| 79 | "ponSTag": 38, |
| 80 | "technologyProfileId": 64, |
| 81 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 82 | "downstreamBandwidthProfile": "User_Bandwidth3", |
| 83 | "isDhcpRequired": false |
| 84 | } |
| 85 | ] |
Andrea Campanella | 26174ba | 2021-11-15 18:38:54 -0800 | [diff] [blame] | 86 | }, |
| 87 | { |
| 88 | "id": "SCOMa0305fc1-1", |
| 89 | "nasPortId": "SCOMa0305fc1-1", |
| 90 | "circuitId": "SCOMa0305fc1-1", |
| 91 | "remoteId": "LBADTN2038AD991", |
| 92 | "uniTagList": [ |
| 93 | { |
| 94 | "uniTagMatch": 4096, |
| 95 | "ponCTag": 4096, |
| 96 | "ponSTag": 40, |
| 97 | "technologyProfileId": 64, |
| 98 | "upstreamBandwidthProfile": "User_Bandwidth3", |
| 99 | "downstreamBandwidthProfile": "User_Bandwidth3", |
| 100 | "isDhcpRequired": false |
| 101 | } |
| 102 | ] |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 103 | } |
| 104 | ] |
| 105 | }, |
| 106 | "bandwidthprofile": { |
| 107 | "integration": { |
| 108 | "cache": { |
| 109 | "enabled": true, |
| 110 | "maxsize": 40, |
| 111 | "ttl": "PT1m" |
| 112 | } |
| 113 | }, |
| 114 | "entries": [ |
| 115 | { |
| 116 | "id": "Default", |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 117 | "gir": 0, |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 118 | "cbs": 30, |
| 119 | "cir": 16000, |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 120 | "pbs": 30, |
| 121 | "pir": 32000 |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 122 | }, |
| 123 | { |
| 124 | "id": "User_Bandwidth1", |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 125 | "gir": 50000, |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 126 | "cbs": 10000, |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 127 | "cir": 50000, |
| 128 | "pbs": 1000, |
| 129 | "pir": 300000 |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 130 | }, |
| 131 | { |
| 132 | "id": "User_Bandwidth2", |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 133 | "gir": 100000, |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 134 | "cbs": 5000, |
| 135 | "cir": 100000, |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 136 | "pbs": 5000, |
| 137 | "pir": 300000 |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 138 | }, |
| 139 | { |
| 140 | "id": "User_Bandwidth3", |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 141 | "gir": 100000, |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 142 | "cbs": 5000, |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 143 | "cir": 100000, |
| 144 | "pbs": 5000, |
| 145 | "pir": 400000 |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 146 | } |
Girish Gowdra | 21ec25d | 2021-05-24 10:07:01 -0700 | [diff] [blame] | 147 | |
Andrea Campanella | 252d94f | 2020-12-16 12:28:51 +0100 | [diff] [blame] | 148 | ] |
| 149 | } |
| 150 | } |
| 151 | } |
| 152 | } |