ufes-20191-redes-mininet/t1/topodep1.mn

134 lines
2.9 KiB
Plaintext

{
"application": {
"dpctl": "",
"ipBase": "10.0.0.0/8",
"netflow": {
"nflowAddId": "0",
"nflowTarget": "",
"nflowTimeout": "600"
},
"openFlowVersions": {
"ovsOf10": "1",
"ovsOf11": "0",
"ovsOf12": "0",
"ovsOf13": "0"
},
"sflow": {
"sflowHeader": "128",
"sflowPolling": "30",
"sflowSampling": "400",
"sflowTarget": ""
},
"startCLI": "0",
"switchType": "ovs",
"terminalType": "xterm"
},
"controllers": [
{
"opts": {
"controllerProtocol": "tcp",
"controllerType": "ref",
"hostname": "c0",
"remoteIP": "127.0.0.1",
"remotePort": 6633
},
"x": "335.0",
"y": "52.0"
}
],
"hosts": [
{
"number": "1",
"opts": {
"hostname": "h1",
"nodeNum": 1,
"sched": "host"
},
"x": "252.0",
"y": "178.0"
},
{
"number": "2",
"opts": {
"hostname": "h2",
"nodeNum": 2,
"sched": "host"
},
"x": "252.0",
"y": "121.0"
},
{
"number": "3",
"opts": {
"hostname": "h3",
"nodeNum": 3,
"sched": "host"
},
"x": "414.0",
"y": "122.0"
},
{
"number": "4",
"opts": {
"hostname": "h4",
"nodeNum": 4,
"sched": "host"
},
"x": "414.0",
"y": "178.0"
},
{
"number": "5",
"opts": {
"hostname": "h5",
"nodeNum": 5,
"sched": "host"
},
"x": "335.0",
"y": "250.0"
}
],
"links": [
{
"dest": "s1",
"opts": {},
"src": "h2"
},
{
"dest": "s1",
"opts": {},
"src": "h1"
},
{
"dest": "s1",
"opts": {},
"src": "h3"
},
{
"dest": "h4",
"opts": {},
"src": "s1"
},
{
"dest": "h5",
"opts": {},
"src": "s1"
}
],
"switches": [
{
"number": "1",
"opts": {
"controllers": [
"c0"
],
"hostname": "s1",
"nodeNum": 1,
"switchType": "default"
},
"x": "335.0",
"y": "177.0"
}
],
"version": "2"
}