All Downloads are FREE. Search and download functionalities are using the official Maven repository.

olt-app.4.1.0.source-code.vlan_cfg_with_default.json Maven / Gradle / Ivy

There is a newer version: 5.2.8
Show newest version
{
  "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"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy