48 | | cd /tmp/pox |
49 | | ./pox.py --verbose forwarding.l2_learning |
50 | | }}} |
51 | | |
52 | | The output should look like this: |
53 | | {{{ |
54 | | POX 0.1.0 (betta) / Copyright 2011-2013 James McCauley, et al. |
55 | | DEBUG:core:POX 0.1.0 (betta) going up... |
56 | | DEBUG:core:Running on CPython (2.7.3/Apr 20 2012 22:39:59) |
57 | | DEBUG:core:Platform is Linux-3.2.0-56-generic-x86_64-with-Ubuntu-12.04-precise |
58 | | INFO:core:POX 0.1.0 (betta) is up. |
59 | | DEBUG:openflow.of_01:Listening on 0.0.0.0:6633 |
60 | | INFO:openflow.of_01:[9e-38-3e-8d-42-42 1] connected |
61 | | DEBUG:forwarding.l2_learning:Connection [9e-38-3e-8d-42-42 1] |
62 | | |
63 | | }}} |
64 | | |
65 | | {{{ |
| 61 | |
| 62 | {{{ |
| 63 | cd /tmp/pox |
| 64 | ./pox.py --verbose forwarding.l2_learning |
| 65 | }}} |
| 66 | |
| 67 | The output should look like this: |
| 68 | {{{ |
| 69 | POX 0.1.0 (betta) / Copyright 2011-2013 James McCauley, et al. |
| 70 | DEBUG:core:POX 0.1.0 (betta) going up... |
| 71 | DEBUG:core:Running on CPython (2.7.3/Apr 20 2012 22:39:59) |
| 72 | DEBUG:core:Platform is Linux-3.2.0-56-generic-x86_64-with-Ubuntu-12.04-precise |
| 73 | INFO:core:POX 0.1.0 (betta) is up. |
| 74 | DEBUG:openflow.of_01:Listening on 0.0.0.0:6633 |
| 75 | INFO:openflow.of_01:[9e-38-3e-8d-42-42 1] connected |
| 76 | DEBUG:forwarding.l2_learning:Connection [9e-38-3e-8d-42-42 1] |
| 77 | |
| 78 | }}} |
| 79 | |