Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 1 | { |
| 2 | "ports" : { }, |
| 3 | "devices" : { }, |
| 4 | "hosts" : { }, |
| 5 | "apps" : { |
| 6 | "org.onosproject.provider.lldp" : { |
| 7 | "suppression" : { |
| 8 | "deviceTypes" : [ "ROADM", "OTN", "FIBER_SWITCH", "OPTICAL_AMPLIFIER" ], |
| 9 | "annotation" : "{\"no-lldp\":null}" |
| 10 | } |
| 11 | }, |
| 12 | "org.opencord.kafka" : { }, |
| 13 | "org.onosproject.core" : { |
| 14 | "multicast" : { |
| 15 | "ingressVlan" : 550, |
| 16 | "egressVlan" : 550, |
| 17 | "egressInnerVlan" : 55 |
| 18 | } |
| 19 | }, |
| 20 | "org.opencord.sadis" : { |
| 21 | "bandwidthprofile" : { |
| 22 | "integration" : { |
| 23 | "cache" : { |
| 24 | "enabled" : true, |
| 25 | "maxsize" : 40, |
| 26 | "ttl" : "PT1m" |
| 27 | } |
| 28 | }, |
| 29 | "entries" : [ { |
| 30 | "id" : "High-Speed-Internet", |
| 31 | "cir" : 500000, |
| 32 | "cbs" : 10000, |
| 33 | "eir" : 500000, |
| 34 | "ebs" : 10000, |
| 35 | "air" : 100000 |
| 36 | }, { |
| 37 | "id" : "VOIP", |
| 38 | "cir" : 400000, |
| 39 | "cbs" : 10000, |
| 40 | "eir" : 400000, |
| 41 | "ebs" : 10000, |
| 42 | "air" : 100000 |
| 43 | }, { |
| 44 | "id" : "User1-Specific", |
| 45 | "cir" : 60000, |
| 46 | "cbs" : 10000, |
| 47 | "eir" : 40000, |
| 48 | "ebs" : 10000 |
| 49 | }, { |
| 50 | "id" : "User1-Specific2", |
| 51 | "cir" : 500000, |
| 52 | "cbs" : 10000, |
| 53 | "eir" : 300000, |
| 54 | "ebs" : 10000 |
| 55 | } ] |
| 56 | }, |
| 57 | "sadis" : { |
| 58 | "integration" : { |
| 59 | "cache" : { |
| 60 | "enabled" : true, |
| 61 | "maxsize" : 50, |
| 62 | "ttl" : "PT1m" |
| 63 | } |
| 64 | }, |
| 65 | "entries" : [ { |
| 66 | "id" : "ALPHe3d1cfa7-1", |
| 67 | "nasPortId" : "ALPHe3d1cfa7-1", |
| 68 | "uniTagList" : [ { |
| 69 | "uniTagMatch" : 35, |
| 70 | "ponCTag" : 901, |
| 71 | "ponSTag" : 111, |
| 72 | "usPonCTagPriority" : 0, |
| 73 | "usPonSTagPriority" : 0, |
| 74 | "dsPonCTagPriority" : 0, |
| 75 | "dsPonSTagPriority" : 0, |
| 76 | "technologyProfileId" : 64, |
| 77 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 78 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | d5689c6 | 2020-09-10 16:21:37 -0700 | [diff] [blame] | 79 | "isDhcpRequired" : "true", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 80 | "serviceName" : "HSIA" |
| 81 | }, { |
| 82 | "uniTagMatch" : 65, |
| 83 | "ponCTag" : 444, |
| 84 | "ponSTag" : 333, |
| 85 | "usPonCTagPriority" : 7, |
| 86 | "usPonSTagPriority" : 7, |
| 87 | "dsPonCTagPriority" : 7, |
| 88 | "dsPonSTagPriority" : 7, |
| 89 | "technologyProfileId" : 65, |
| 90 | "downstreamBandwidthProfile" : "VOIP", |
| 91 | "upstreamBandwidthProfile" : "User1-Specific2", |
| 92 | "isDhcpRequired" : "true", |
Girish Gowdra | 824d767 | 2020-07-10 18:56:21 -0700 | [diff] [blame] | 93 | "configuredMacAddress" : "b4:96:91:0c:4f:e5", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 94 | "serviceName" : "VOIP" |
| 95 | }, { |
| 96 | "uniTagMatch" : 55, |
| 97 | "ponCTag" : 55, |
| 98 | "ponSTag" : 555, |
| 99 | "usPonCTagPriority" : 5, |
| 100 | "usPonSTagPriority" : 5, |
| 101 | "dsPonCTagPriority" : 5, |
| 102 | "dsPonSTagPriority" : 5, |
| 103 | "technologyProfileId" : 66, |
| 104 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 105 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | b3fda37 | 2020-07-23 10:41:20 -0700 | [diff] [blame] | 106 | "configuredMacAddress" : "b4:96:91:0c:4f:e5", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 107 | "serviceName" : "VOD", |
| 108 | "isDhcpRequired" : "true", |
| 109 | "isIgmpRequired" : "true" |
| 110 | }, { |
| 111 | "ponCTag" : 55, |
| 112 | "ponSTag" : 550, |
| 113 | "dsPonCTagPriority" : 5, |
| 114 | "dsPonSTagPriority" : 5, |
| 115 | "technologyProfileId" : 66, |
| 116 | "serviceName" : "MC" |
| 117 | } ] |
| 118 | }, { |
| 119 | "id" : "ALPHe3d1cea3-1", |
| 120 | "nasPortId" : "ALPHe3d1cea3-1", |
| 121 | "uniTagList" : [ { |
| 122 | "uniTagMatch" : 35, |
| 123 | "ponCTag" : 801, |
| 124 | "ponSTag" : 111, |
| 125 | "usPonCTagPriority" : 0, |
| 126 | "usPonSTagPriority" : 0, |
| 127 | "dsPonCTagPriority" : 0, |
| 128 | "dsPonSTagPriority" : 0, |
| 129 | "technologyProfileId" : 64, |
| 130 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 131 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | d5689c6 | 2020-09-10 16:21:37 -0700 | [diff] [blame] | 132 | "isDhcpRequired" : "true", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 133 | "serviceName" : "HSIA" |
| 134 | }, { |
| 135 | "uniTagMatch" : 65, |
| 136 | "ponCTag" : 444, |
| 137 | "ponSTag" : 333, |
| 138 | "usPonCTagPriority" : 7, |
| 139 | "usPonSTagPriority" : 7, |
| 140 | "dsPonCTagPriority" : 7, |
| 141 | "dsPonSTagPriority" : 7, |
| 142 | "technologyProfileId" : 65, |
| 143 | "downstreamBandwidthProfile" : "VOIP", |
| 144 | "upstreamBandwidthProfile" : "User1-Specific2", |
| 145 | "isDhcpRequired" : "true", |
Girish Gowdra | 824d767 | 2020-07-10 18:56:21 -0700 | [diff] [blame] | 146 | "configuredMacAddress" : "b4:96:91:0c:4f:e4", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 147 | "serviceName" : "VOIP" |
| 148 | }, { |
| 149 | "uniTagMatch" : 55, |
| 150 | "ponCTag" : 55, |
| 151 | "ponSTag" : 555, |
| 152 | "usPonCTagPriority" : 5, |
| 153 | "usPonSTagPriority" : 5, |
| 154 | "dsPonCTagPriority" : 5, |
| 155 | "dsPonSTagPriority" : 5, |
| 156 | "technologyProfileId" : 66, |
| 157 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 158 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | b3fda37 | 2020-07-23 10:41:20 -0700 | [diff] [blame] | 159 | "configuredMacAddress" : "b4:96:91:0c:4f:e4", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 160 | "serviceName" : "VOD", |
| 161 | "isDhcpRequired" : "true", |
| 162 | "isIgmpRequired" : "true" |
| 163 | }, { |
| 164 | "ponCTag" : 55, |
| 165 | "ponSTag" : 550, |
| 166 | "dsPonCTagPriority" : 5, |
| 167 | "dsPonSTagPriority" : 5, |
| 168 | "technologyProfileId" : 66, |
| 169 | "serviceName" : "MC" |
| 170 | } ] |
| 171 | }, { |
| 172 | "id" : "ALPHe3d1ceb7-1", |
| 173 | "nasPortId" : "ALPHe3d1ceb7-1", |
| 174 | "uniTagList" : [ { |
| 175 | "uniTagMatch" : 35, |
| 176 | "ponCTag" : 101, |
Suchitra Vemuri | a9fabd3 | 2020-07-10 16:21:11 -0700 | [diff] [blame] | 177 | "ponSTag" : 222, |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 178 | "usPonCTagPriority" : 0, |
| 179 | "usPonSTagPriority" : 0, |
| 180 | "dsPonCTagPriority" : 0, |
| 181 | "dsPonSTagPriority" : 0, |
| 182 | "technologyProfileId" : 64, |
| 183 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 184 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | d5689c6 | 2020-09-10 16:21:37 -0700 | [diff] [blame] | 185 | "isDhcpRequired" : "true", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 186 | "serviceName" : "HSIA" |
| 187 | }, { |
| 188 | "uniTagMatch" : 65, |
| 189 | "ponCTag" : 444, |
| 190 | "ponSTag" : 333, |
| 191 | "usPonCTagPriority" : 7, |
| 192 | "usPonSTagPriority" : 7, |
| 193 | "dsPonCTagPriority" : 7, |
| 194 | "dsPonSTagPriority" : 7, |
| 195 | "technologyProfileId" : 65, |
| 196 | "downstreamBandwidthProfile" : "VOIP", |
| 197 | "upstreamBandwidthProfile" : "User1-Specific2", |
| 198 | "isDhcpRequired" : "true", |
Girish Gowdra | 824d767 | 2020-07-10 18:56:21 -0700 | [diff] [blame] | 199 | "configuredMacAddress" : "b4:96:91:0c:4f:c9", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 200 | "serviceName" : "VOIP" |
| 201 | }, { |
| 202 | "uniTagMatch" : 55, |
| 203 | "ponCTag" : 55, |
| 204 | "ponSTag" : 555, |
| 205 | "usPonCTagPriority" : 5, |
| 206 | "usPonSTagPriority" : 5, |
| 207 | "dsPonCTagPriority" : 5, |
| 208 | "dsPonSTagPriority" : 5, |
| 209 | "technologyProfileId" : 66, |
| 210 | "downstreamBandwidthProfile" : "High-Speed-Internet", |
| 211 | "upstreamBandwidthProfile" : "User1-Specific", |
Girish Gowdra | b3fda37 | 2020-07-23 10:41:20 -0700 | [diff] [blame] | 212 | "configuredMacAddress" : "b4:96:91:0c:4f:c9", |
Suchitra Vemuri | 934b0cf | 2020-06-10 18:31:35 -0700 | [diff] [blame] | 213 | "serviceName" : "VOD", |
| 214 | "isDhcpRequired" : "true", |
| 215 | "isIgmpRequired" : "true" |
| 216 | }, { |
| 217 | "ponCTag" : 55, |
| 218 | "ponSTag" : 550, |
| 219 | "dsPonCTagPriority" : 5, |
| 220 | "dsPonSTagPriority" : 5, |
| 221 | "technologyProfileId" : 66, |
| 222 | "serviceName" : "MC" |
| 223 | } ] |
| 224 | }, { |
| 225 | "id" : "EC1838000853", |
| 226 | "hardwareIdentifier" : "00:00:00:00:00:01", |
| 227 | "ipAddress" : "10.192.20.206", |
| 228 | "uplinkPort" : "1048576" |
| 229 | } ] |
| 230 | } |
| 231 | }, |
| 232 | "org.opencord.igmpproxy" : { |
| 233 | "igmpproxy":{ |
| 234 | "FastLeave":"true", |
| 235 | "LastQueryInterval":1, |
| 236 | "MaxResp":1, |
| 237 | "enableIgmpProvisioning":"false", |
| 238 | "globalConnectPointMode":"true", |
| 239 | "globalConnectPoint" : "of:0000000000000001/3", |
| 240 | "sourceDeviceAndPort":"of:0000000000000001/3", |
| 241 | "outgoingIgmpVlanId":550, |
| 242 | "outgoingIgmpInnerVlanId":55, |
| 243 | "outgoingIgmpWithV3":"true", |
| 244 | "IgmpCos":5, |
| 245 | "IgmpUniCos":5, |
| 246 | "PeriodicQuery":"true", |
| 247 | "KeepAliveInterval":60, |
| 248 | "KeepAliveCount":5, |
| 249 | "requestDsIgmpPackets":false |
| 250 | } |
| 251 | } |
| 252 | }, |
| 253 | "regions" : { }, |
| 254 | "links" : { }, |
| 255 | "layouts" : { } |
| 256 | } |
| 257 | |