mirror of
https://github.com/Telecominfraproject/olg-ucentral-schema.git
synced 2026-03-20 03:39:23 +00:00
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"interfaces": [
|
|
{
|
|
"ipv4": {
|
|
"addressing": "static",
|
|
"address": [
|
|
"172.18.200.19/7"
|
|
],
|
|
"gateway": "172.18.80.23"
|
|
},
|
|
"mtu": 1500,
|
|
"name": "eth2",
|
|
"role": "upstream",
|
|
"type": "ethernet"
|
|
},
|
|
{
|
|
"bridge": {
|
|
"members": [
|
|
"eth0",
|
|
"eth1",
|
|
"eth4",
|
|
"eth5"
|
|
],
|
|
"stp": false
|
|
},
|
|
"ipv4": {
|
|
"address": [
|
|
"10.28.34.254/24"
|
|
],
|
|
"addressing": "static"
|
|
},
|
|
"mtu": 1500,
|
|
"name": "br-lan",
|
|
"role": "downstream",
|
|
"type": "bridge"
|
|
}
|
|
],
|
|
"metrics": {
|
|
"health": {
|
|
"interval": 60
|
|
},
|
|
"statistics": {
|
|
"interval": 300,
|
|
"types": []
|
|
}
|
|
},
|
|
"services": {
|
|
"dhcp-server": {
|
|
"networks": [
|
|
{
|
|
"name": "dhcp-0",
|
|
"subnets": [
|
|
{
|
|
"default-router": "10.28.34.254",
|
|
"dns-servers": [
|
|
"10.28.34.254"
|
|
],
|
|
"lease-time": 86400,
|
|
"ranges": [
|
|
{
|
|
"start": "10.28.34.100",
|
|
"stop": "10.28.34.200"
|
|
}
|
|
],
|
|
"subnet": "10.28.34.0/24"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"system": {
|
|
"syslog": {
|
|
"local": [
|
|
{
|
|
"facility": "daemon",
|
|
"severity": "info"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"uuid": 1772783658
|
|
} |