Update Aufgabe1.3

This commit is contained in:
2022-05-21 23:37:49 +00:00
parent 83d7aac0c7
commit ade625fdb9
2 changed files with 69 additions and 50 deletions

View File

@@ -8,10 +8,10 @@
"nflowTimeout": "600"
},
"openFlowVersions": {
"ovsOf10": "1",
"ovsOf10": "0",
"ovsOf11": "0",
"ovsOf12": "0",
"ovsOf13": "0"
"ovsOf13": "1"
},
"sflow": {
"sflowHeader": "128",
@@ -19,7 +19,7 @@
"sflowSampling": "400",
"sflowTarget": ""
},
"startCLI": "0",
"startCLI": "1",
"switchType": "ovs",
"terminalType": "xterm"
},
@@ -27,7 +27,7 @@
{
"opts": {
"controllerProtocol": "tcp",
"controllerType": "ref",
"controllerType": "remote",
"hostname": "c0",
"remoteIP": "127.0.0.1",
"remotePort": 6633
@@ -38,28 +38,16 @@
],
"hosts": [
{
"number": "1",
"number": "3",
"opts": {
"defaultRoute": "10.0.1.14",
"hostname": "h1",
"ip": "10.0.1.1/28",
"nodeNum": 1,
"defaultRoute": "10.0.3.62",
"hostname": "h3",
"ip": "10.0.3.1/26",
"nodeNum": 3,
"sched": "host"
},
"x": "452.0",
"y": "66.0"
},
{
"number": "2",
"opts": {
"defaultRoute": "10.0.2.254",
"hostname": "h2",
"ip": "10.0.2.1/24",
"nodeNum": 2,
"sched": "host"
},
"x": "300.0",
"y": "145.0"
"x": "754.0",
"y": "143.0"
},
{
"number": "4",
@@ -74,16 +62,28 @@
"y": "444.0"
},
{
"number": "3",
"number": "2",
"opts": {
"defaultRoute": "10.0.3.62",
"hostname": "h3",
"ip": "10.0.3.1/26",
"nodeNum": 3,
"defaultRoute": "10.0.2.254",
"hostname": "h2",
"ip": "10.0.2.1/24",
"nodeNum": 2,
"sched": "host"
},
"x": "754.0",
"y": "143.0"
"x": "300.0",
"y": "145.0"
},
{
"number": "1",
"opts": {
"defaultRoute": "10.0.1.14",
"hostname": "h1",
"ip": "10.0.1.1/28",
"nodeNum": 1,
"sched": "host"
},
"x": "452.0",
"y": "66.0"
}
],
"links": [
@@ -114,31 +114,39 @@
}
],
"switches": [
{
"number": "2",
"opts": {
"controllers": [
"c0"
],
"hostname": "s2",
"nodeNum": 2,
"switchType": "default"
},
"x": "357.0",
"y": "300.0"
},
{
"number": "1",
"opts": {
"controllers": [
"c0"
],
"dpid": "1",
"hostname": "s1",
"netflow": "0",
"nodeNum": 1,
"sflow": "0",
"switchIP": "",
"switchType": "default"
},
"x": "576.0",
"y": "181.0"
},
{
"number": "2",
"opts": {
"controllers": [
"c0"
],
"dpid": "2",
"hostname": "s2",
"netflow": "0",
"nodeNum": 2,
"sflow": "0",
"switchIP": "",
"switchType": "default"
},
"x": "357.0",
"y": "300.0"
}
],
"version": "2"