Skip to content

Instantly share code, notes, and snippets.

@naterh
Created September 16, 2015 14:23
Show Gist options
  • Save naterh/a88646595ad94033a100 to your computer and use it in GitHub Desktop.
Save naterh/a88646595ad94033a100 to your computer and use it in GitHub Desktop.
{
"links": [
{
"ethernet_mac_address": "a0:36:9f:32:47:d8",
"id": "tap89cf0764-7b",
"mtu": 1500,
"type": "phy",
"vif_id": "89cf0764-7b8f-49a1-8a5d-89efe11126c3"
},
{
"id": "vlan0",
"type": "vlan",
"vlan_id": 101,
"vlan_link": "bond0",
"vlan_mac_address": "a0:36:9f:32:47:d8"
},
{
"ethernet_mac_address": "a0:36:9f:32:47:d9",
"id": "tapd3f7b9a3-3e",
"mtu": 1500,
"type": "phy",
"vif_id": "d3f7b9a3-3e55-4b4d-8c5c-8abc9ab0f55b"
},
{
"id": "vlan1",
"type": "vlan",
"vlan_id": 401,
"vlan_link": "bond0",
"vlan_mac_address": "a0:36:9f:32:47:d9"
},
{
"bond_links": [
"tap89cf0764-7b",
"tapd3f7b9a3-3e"
],
"bond_miimon": 100,
"bond_mode": "802.3ad",
"bond_xmit_hash_policy": "layer3+4",
"id": "bond0",
"type": "bond"
}
],
"networks": [
{
"id": "network0",
"ip_address": "104.130.20.113",
"link": "vlan0",
"netmask": "255.255.255.0",
"network_id": "00000000-0000-0000-0000-000000000000",
"routes": [
{
"gateway": "104.130.20.1",
"netmask": "0.0.0.0",
"network": "0.0.0.0"
}
],
"type": "ipv4"
},
{
"id": "network1",
"ip_address": "10.184.13.78",
"link": "vlan1",
"netmask": "255.255.240.0",
"network_id": "11111111-1111-1111-1111-111111111111",
"routes": [
{
"gateway": "10.184.0.1",
"netmask": "255.240.0.0",
"network": "10.176.0.0"
},
{
"gateway": "10.184.0.1",
"netmask": "255.240.0.0",
"network": "10.208.0.0"
}
],
"type": "ipv4"
}
],
"services": [
{
"address": "69.20.0.164",
"type": "dns"
},
{
"address": "69.20.0.196",
"type": "dns"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment