blob: 1dd59eab0c45399f05e3544bf587d7c1810567f8 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001[TOPOLOGY]
2
3 [[COMPONENT]]
4 [[["Mininet1"]]]
5 'host' = '192.168.56.101'
6 'user' = 'openflow'
7 'password' = 'openflow'
8 'type' = "MininetCliDriver"
9 [[[["COMPONENTS"]]]]
10 # Specify the Option for mininet
11 'topo' = 'single'
12 'topocount' = '3'
13 'switch' = 'ovsk'
14 'controller' = 'remote'
15 [[["POX2"]]]
16 'host' = '192.168.56.101'
17 'user' = 'openflow'
18 'password' = 'openflow'
19 'type' = 'PoxCliDriver'
20 'no-cli' = '1' #or '0' if want to run in cli mode
21 'location' = 'default' #"/home/openflow/OFAutomation-OFAutomation-0.0.1/lib/pox/"
22 [[[["COMPONENTS"]]]]
23 'pox_lib_location' = '/home/openflow/pox/'
24 [[[[["samples.of_tutorial"]]]]]