blob: 33920a56adf4090174b945bda814cdf8ac62196e [file] [log] [blame]
Guru Prasanna0ae8e692025-05-02 15:03:40 +05301{
2 "apps": {
3 "org.opencord.sadis": {
4 "bandwidthprofile": {
5 "entries": [
6 {
7 "id": "upstream_bw_profile_dpu_mgmt_gpon",
8 "gir": 10000,
9 "cbs": 382928,
10 "cir": 11904,
11 "pbs": 18692048,
12 "pir": 584064
13 },
14 {
15 "id": "High-Speed-Internet",
16 "gir": 50000,
17 "cbs": 10000,
18 "cir": 50000,
19 "pbs": 1000,
20 "pir": 300000
21 }
22 ]
23 },
24 "sadis": {
25 "entries": [
26 {
27 "id": "BBSIM_OLT_10",
28 "nasId": "BBSIM_OLT_10",
29 "hardwareIdentifier": "28:b9:d9:e2:93:d6",
30 "uplinkPort": "16777216",
31 "nniDhcpTrapVid": 4
32 },
33 {
34 "id": "BBSM000a0001-1",
35 "nasPortId": "BBSM000a0001-1",
36 "circuitId": "BBSM000a0001-1",
37 "remoteId": "BBSM000a0001",
38 "uniTagList": [
39 {
40 "uniTagMatch": 4096,
41 "ponCTag": 4090,
42 "ponSTag": 4,
43 "usPonCTagPriority": 0,
44 "usPonSTagPriority": 0,
45 "dsPonCTagPriority": 0,
46 "dsPonSTagPriority": 0,
47 "technologyProfileId": 65,
48 "downstreamBandwidthProfile": "upstream_bw_profile_dpu_mgmt_gpon",
49 "upstreamBandwidthProfile": "upstream_bw_profile_dpu_mgmt_gpon",
50 "serviceName": "DPU_MGMT_TRAFFIC"
51 },
52 {
53 "uniTagMatch": 4096,
54 "ponCTag": 101,
55 "ponSTag": 3101,
56 "technologyProfileId": 74,
57 "upstreamBandwidthProfile": "High-Speed-Internet",
58 "downstreamBandwidthProfile": "High-Speed-Internet",
59 "serviceName": "FTTB_SUBSCRIBER_TRAFFIC"
60 }
61 ]
62 }
63 ]
64 }
65 }
66 }
67}