Add Aufgabe 1.4
This commit is contained in:
130
Uebung1/Aufgabe1_4.mn
Normal file
130
Uebung1/Aufgabe1_4.mn
Normal file
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"application": {
|
||||
"dpctl": "",
|
||||
"ipBase": "10.0.0.0/8",
|
||||
"netflow": {
|
||||
"nflowAddId": "0",
|
||||
"nflowTarget": "",
|
||||
"nflowTimeout": "600"
|
||||
},
|
||||
"openFlowVersions": {
|
||||
"ovsOf10": "0",
|
||||
"ovsOf11": "0",
|
||||
"ovsOf12": "0",
|
||||
"ovsOf13": "1"
|
||||
},
|
||||
"sflow": {
|
||||
"sflowHeader": "128",
|
||||
"sflowPolling": "30",
|
||||
"sflowSampling": "400",
|
||||
"sflowTarget": ""
|
||||
},
|
||||
"startCLI": "1",
|
||||
"switchType": "ovs",
|
||||
"terminalType": "xterm"
|
||||
},
|
||||
"controllers": [
|
||||
{
|
||||
"opts": {
|
||||
"controllerProtocol": "tcp",
|
||||
"controllerType": "remote",
|
||||
"hostname": "c0",
|
||||
"remoteIP": "127.0.0.1",
|
||||
"remotePort": 6633
|
||||
},
|
||||
"x": "430.0",
|
||||
"y": "91.0"
|
||||
}
|
||||
],
|
||||
"hosts": [
|
||||
{
|
||||
"number": "1",
|
||||
"opts": {
|
||||
"defaultRoute": "10.0.0.254",
|
||||
"hostname": "h1",
|
||||
"ip": "10.0.0.1",
|
||||
"nodeNum": 1,
|
||||
"sched": "host"
|
||||
},
|
||||
"x": "172.0",
|
||||
"y": "382.0"
|
||||
},
|
||||
{
|
||||
"number": "2",
|
||||
"opts": {
|
||||
"defaultRoute": "10.0.0.254",
|
||||
"hostname": "h2",
|
||||
"ip": "10.0.0.2",
|
||||
"nodeNum": 2,
|
||||
"sched": "host",
|
||||
"startCommand": "ip address add 10.0.0.100 dev h2-eth0"
|
||||
},
|
||||
"x": "335.0",
|
||||
"y": "428.0"
|
||||
},
|
||||
{
|
||||
"number": "4",
|
||||
"opts": {
|
||||
"defaultRoute": "10.0.0.254",
|
||||
"hostname": "h4",
|
||||
"ip": "10.0.0.4",
|
||||
"nodeNum": 4,
|
||||
"sched": "host",
|
||||
"startCommand": "ip address add 10.0.0.100 dev h4-eth0"
|
||||
},
|
||||
"x": "596.0",
|
||||
"y": "390.0"
|
||||
},
|
||||
{
|
||||
"number": "3",
|
||||
"opts": {
|
||||
"defaultRoute": "10.0.0.254",
|
||||
"hostname": "h3",
|
||||
"ip": "10.0.0.3",
|
||||
"nodeNum": 3,
|
||||
"sched": "host",
|
||||
"startCommand": "ip address add 10.0.0.100 dev h3-eth0"
|
||||
},
|
||||
"x": "481.0",
|
||||
"y": "417.0"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"dest": "s1",
|
||||
"opts": {},
|
||||
"src": "h4"
|
||||
},
|
||||
{
|
||||
"dest": "s1",
|
||||
"opts": {},
|
||||
"src": "h1"
|
||||
},
|
||||
{
|
||||
"dest": "s1",
|
||||
"opts": {},
|
||||
"src": "h2"
|
||||
},
|
||||
{
|
||||
"dest": "h3",
|
||||
"opts": {},
|
||||
"src": "s1"
|
||||
}
|
||||
],
|
||||
"switches": [
|
||||
{
|
||||
"number": "1",
|
||||
"opts": {
|
||||
"controllers": [
|
||||
"c0"
|
||||
],
|
||||
"hostname": "s1",
|
||||
"nodeNum": 1,
|
||||
"switchType": "default"
|
||||
},
|
||||
"x": "449.0",
|
||||
"y": "241.0"
|
||||
}
|
||||
],
|
||||
"version": "2"
|
||||
}
|
Reference in New Issue
Block a user