mirror of
https://github.com/Telecominfraproject/olg-ucentral-schema.git
synced 2026-01-27 10:21:42 +00:00
22 lines
343 B
JSON
22 lines
343 B
JSON
{
|
|
"uuid": 1765963982,
|
|
"interfaces": [
|
|
{
|
|
"name": "eth1",
|
|
"type": "ethernet",
|
|
"role": "downstream",
|
|
"enabled": true,
|
|
"mac-address": "02:61:b2:a2:0b:00",
|
|
"ethernet": {
|
|
"speed": "1000",
|
|
"duplex": "full"
|
|
},
|
|
"ipv6": {
|
|
"addressing": "static",
|
|
"address": [
|
|
"2001:db8::1/64"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |