{
  "interfaces": {
    "access": [
      {
        "interface": "SN-1-DT",
        "network-interface": "SN-2-DT:10",
        "stream-group-id": 1,
        "outer-vlan-min": 1001,
        "outer-vlan-max": 1100,
        "inner-vlan-min": 1001,
        "inner-vlan-max": 1100
      }
    ],
    "network": [
      {
        "interface": "SN-2-DT",
        "vlan": 10,
        "address": "192.0.2.2/27",
        "gateway": "192.0.2.1",
        "address-ipv6": "2001:db8::2/64",
        "gateway-ipv6": "2001:db8::1",
        "isis-instance-id": 1,
        "isis-level": 1,
        "ldp-instance-id": 1
      }
    ]
  },
  "pppoe": {
    "reconnect": true,
    "discovery-timeout": 3,
    "discovery-retry": 10
  },
  "sessions": {
    "count": 1,
    "max-outstanding": 100,
    "start-rate": 100,
    "stop-rate": 100
  },
  "access-line": {
    "agent-remote-id": "DEU.RTBRICK.{session-global}",
    "agent-circuit-id": "0.0.0.0/0.0.0.0 eth 0:{session-global}",
    "rate-up": 1024,
    "rate-down": 16384
  },
  "ppp": {
    "mru": 1492,
    "authentication": {
      "username": "{session}@rtbrick.com",
      "password": "pppoe",
      "timeout": 5,
      "retry": 30,
      "protocol": "PAP"
    },
    "lcp": {
      "conf-request-timeout": 5,
      "conf-request-retry": 10,
      "keepalive-interval": 30,
      "keepalive-retry": 3
    },
    "ipcp": {
      "enable": true,
      "conf-request-timeout": 5,
      "conf-request-retry": 10
    },
    "ip6cp": {
      "enable": true,
      "conf-request-timeout": 5,
      "conf-request-retry": 10
    }
  },
  "streams": [
    {
      "name": "BE",
      "stream-group-id": 1,
      "type": "ipv4",
      "direction": "both",
      "network-ipv4-address": "192.0.2.2",
      "network-interface": "SN-2-DT:10",
      "vlan-priority": 1,
      "priority": 128,
      "length": 1000,
      "pps": 2000
    },
    {
      "name": "LowDelay",
      "stream-group-id": 1,
      "type": "ipv4",
      "direction": "both",
      "network-ipv4-address": "192.0.2.2",
      "network-interface": "SN-2-DT:10",
      "vlan-priority": 2,
      "priority": 160,
      "length": 1000,
      "pps": 2000
    },
    {
      "name": "LowLoss",
      "stream-group-id": 1,
      "type": "ipv4",
      "direction": "both",
      "network-ipv4-address": "192.0.2.2",
      "network-interface": "SN-2-DT:10",
      "vlan-priority": 3,
      "priority": 192,
      "length": 1000,
      "pps": 2000
    },
    {
      "name": "VoIP",
      "stream-group-id": 1,
      "type": "ipv4",
      "direction": "both",
      "network-ipv4-address": "192.0.2.2",
      "network-interface": "SN-2-DT:10",
      "vlan-priority": 4,
      "priority": 224,
      "length": 1000,
      "pps": 2000
    }
  ],
  "isis": [
    {
      "instance-id": 1,
      "area": [
        "49.0001/24"
      ],
      "system-id": "1920.0000.2065",
      "router-id": "192.0.2.65",
      "hostname": "BNG-Blaster",
      "hello-padding": false,
      "teardown-time": 15,
      "lsp-tx-interval": 5,
      "lsp-tx-window-size": 5,
      "external": {
        "mrt-file": "/home/supervisor/isis.mrt",
        "connections": [
          {
            "system-id": "1980.5110.0001",
            "l1-metric": 10
          }
        ]
      }
    }
  ],
  "ldp": [
    {
      "instance-id": 1,
      "lsr-id": "192.0.2.65",
      "raw-update-file": "/home/supervisor/out.ldp"
    }
  ],
  "bgp": [
    {
      "network-interface": "SN-2-DT:10",
      "local-as": 4200000001,
      "peer-as": 42000001,
      "local-ipv4-address": "198.51.100.3",
      "peer-ipv4-address": "192.0.2.64",
      "raw-update-file": "/home/supervisor/internet.bgp"
    }
  ]
}