mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
43 lines
996 B
JSON
43 lines
996 B
JSON
![]() |
{
|
||
|
"interfaces": {
|
||
|
"network": {
|
||
|
"interface": "eth2",
|
||
|
"address": "10.0.0.10",
|
||
|
"gateway": "10.0.0.2",
|
||
|
"address-ipv6": "fc66:1337:7331:8::10",
|
||
|
"gateway-ipv6": "fc66:1337:7331:8::1"
|
||
|
},
|
||
|
"access": [
|
||
|
{
|
||
|
"interface": "eth1",
|
||
|
"type": "ipoe",
|
||
|
"outer-vlan": 7,
|
||
|
"vlan-mode": "N:1"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"sessions": {
|
||
|
"count": 1,
|
||
|
"session-time": 0,
|
||
|
"max-outstanding": 800,
|
||
|
"start-rate": 400,
|
||
|
"stop-rate": 400
|
||
|
},
|
||
|
"access-line": {
|
||
|
"agent-remote-id": "DEU.RTBRICK.{session-global}",
|
||
|
"agent-circuit-id": "0.0.0.0/0.0.0.0 eth 0:{session-global}"
|
||
|
},
|
||
|
"dhcp": {
|
||
|
"enable": true,
|
||
|
"broadcast": false
|
||
|
},
|
||
|
"dhcpv6": {
|
||
|
"enable": true
|
||
|
},
|
||
|
"session-traffic": {
|
||
|
"autostart": true,
|
||
|
"ipv4-pps": 1,
|
||
|
"ipv6-pps": 1,
|
||
|
"ipv6pd-pps": 1
|
||
|
}
|
||
|
}
|