Files
2014-06-30 13:58:10 +02:00

109 lines
3.3 KiB
INI

[Config Moversight_OneMaster]
network = ubeeme.moversight.simulations.EvaluationNetwork
#router setup
*.rte[*].interfaceTable.displayAddresses = false
*.ppp[*].queueType = "DropTailQueue" # in routers
*.ppp[*].queue.frameCapacity = 10 # in routers
*.cli[*].moversight.localPort = 100
*.cli[*].moversight.destPort = 100
*.cli[*].moversight.testCase = 0
*.cli[*].moversight.enableNFD = false
*.cli[0].moversight.simulationTrigger = true
*.cli[0].moversight.destAddresses = "192.168.0.2 192.168.0.3 192.168.0.4 192.168.0.5 "
*.cli[4].moversight.simulationTrigger = false
*.cli[4].moversight.destAddresses = "192.168.0.6 192.168.0.7 192.168.0.8 192.168.0.9"
*.cli[8].moversight.simulationTrigger = false
*.cli[8].moversight.destAddresses = "192.168.0.10 192.168.0.11 192.168.0.12"
*.cli[*].moversight.maxPeerCount = 5
*.cli[*].moversight.maxClusterCount = 5
[Config Moversight_PendingTest]
network = ubeeme.moversight.simulations.EvaluationNetwork
#router setup
*.ppp[*].queueType = "DropTailQueue" # in routers
*.ppp[*].queue.frameCapacity = 10 # in routers
*.cli[*].moversight.localPort = 100
*.cli[*].moversight.destPort = 100
*.cli[*].moversight.testCase = 0
*.cli[*].moversight.testApp = 7
*.cli[*].moversight.enableNFD = true
*.cli[*].moversight.maxPeerCount = 4
*.cli[*].moversight.maxClusterCount = 5
*.cli[0].moversight.simulationTrigger = true
*.cli[0].moversight.destAddresses = "192.168.0.2 192.168.0.3 192.168.0.4 192.168.0.5 192.168.0.6"
[Config Moversight_Cloud]
network = ubeeme.moversight.simulations.EvaluationNetwork
#router setup
*.ppp[*].queueType = "DropTailQueue" # in routers
*.ppp[*].queue.frameCapacity = 10 # in routers
*.cli[*].moversight.localPort = 100
*.cli[*].moversight.destPort = 100
*.cli[*].moversight.testCase = 4
*.cli[0].moversight.simulationTrigger = true
*.cli[0].moversight.destAddresses = "192.168.0.2"
*.cli[*].moversight.maxPeerCount = 5
*.cli[*].moversight.maxClusterCount = 5
[Config Moversight_NFD_TEST]
network = ubeeme.moversight.simulations.EvaluationNetwork
#router setup
*.ppp[*].queueType = "DropTailQueue" # in routers
*.ppp[*].queue.frameCapacity = 10 # in routers
*.cli[*].moversight.localPort = 100
*.cli[*].moversight.destPort = 100
*.cli[*].moversight.enableNFD = true
*.cli[0].moversight.simulationTrigger = true
*.cli[0].moversight.destAddresses = "192.168.0.2"
# 192.168.0.3"
#192.168.0.4 192.168.0.5"
*.cli[4].moversight.simulationTrigger = false
*.cli[4].moversight.destAddresses = "192.168.0.6 192.168.0.7 192.168.0.8 192.168.0.9"
*.cli[8].moversight.simulationTrigger = false
*.cli[8].moversight.destAddresses = "192.168.0.10 192.168.0.11 192.168.0.12"
*.cli[*].moversight.maxPeerCount = 5
*.cli[*].moversight.maxClusterCount = 5
#[Config Moversight_LeaveAll]
#network = ubeeme.moversight.simulations.EvaluationNetwork
#
#EvaluationNetwork.p[*].recordStat = true
#
##enable NFD ?
#EvaluationNetwork.p[*].moversight.enableNFD = false
#EvaluationNetwork.p[*].moversight.printDebugMT = true
#EvaluationNetwork.p[*].moversight.testApp = 0
#EvaluationNetwork.p[*].moversight.testCase = 1
#EvaluationNetwork.p[*].moversight.peerPlacingStrategy = 0
#EvaluationNetwork.p[*].moversight.simulationTrigger = true
#
##trigger application?
#EvaluationNetwork.p[0].moversight.candidates = "1 2 3"
#EvaluationNetwork.p[3].moversight.candidates = "4 5 6"
#EvaluationNetwork.p[6].moversight.candidates = "7 8"