Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 |
| 2 | Test packet injection between two hosts |
| 3 | |
| 4 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 src-switch 00:00:00:00:00:00:00:00 32 |
| 5 | Run the packet-in test, specifying a specific switch physical port |
| 6 | |
| 7 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... vlan 1001 |
| 8 | Run the packet-in test, tagging packets with a specific VLAN |
| 9 | |
| 10 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... priority 2 |
| 11 | Run the packet-in test, tagging packets with a specific ether priority |
| 12 | |
| 13 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... src-ip-address 1.2.3.4 |
| 14 | Run the packet-in test, tagging packets with a specific source IP address |
| 15 | |
| 16 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... dst-ip-address 1.2.3.4 |
| 17 | Run the packet-in test, tagging packets with a specific destination IP address |
| 18 | |
| 19 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... protocol 6 |
| 20 | Run the packet-in test, tagging packets with a specific IP protocol number (TCP) |
| 21 | |
| 22 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... tos 7 |
| 23 | Run the packet-in test, tagging packets with a specific set of TOS bits |
| 24 | |
| 25 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... src-port 80 |
| 26 | Run the packet-in test, tagging packets with a specific source port number |
| 27 | |
| 28 | test packet-in src-host 00:00:00:00:00:01 dst-host 00:00:00:00:00:02 ... dst-port 443 |
| 29 | Run the packet-in test, tagging packets with a specific destination port number |