Created
December 20, 2015 18:32
-
-
Save icarocamelo/260f4fafc76fce5f7b84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mininet@mininet-vm:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows s1|head -10 | |
| OFPST_FLOW reply (OF1.3) (xid=0x2): | |
| cookie=0x1, duration=378.143s, table=0, n_packets=76, n_bytes=6460, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535 | |
| cookie=0x3, duration=378.142s, table=0, n_packets=0, n_bytes=0, priority=10000,arp actions=CONTROLLER:65535,NORMAL | |
| cookie=0x0, duration=378.140s, table=0, n_packets=0, n_bytes=0, priority=9000,ip,nw_src=10.0.0.1,nw_dst=10.0.0.3 actions=push_mpls:0x8847,set_field:22154->mpls_label,output:2 | |
| cookie=0x0, duration=113.231s, table=0, n_packets=0, n_bytes=0, priority=9000,mpls,mpls_label=410740,mpls_bos=1 actions=pop_mpls:0x8847,output:1 | |
| cookie=0x0, duration=378.143s, table=0, n_packets=0, n_bytes=0, priority=0 actions=goto_table:1 | |
| cookie=0x0, duration=378.138s, table=1, n_packets=0, n_bytes=0, priority=0 actions=goto_table:2 | |
| cookie=0x0, duration=378.135s, table=2, n_packets=0, n_bytes=0, priority=0 actions=goto_table:3 | |
| cookie=0x0, duration=378.132s, table=3, n_packets=0, n_bytes=0, priority=0 actions=goto_table:4 | |
| cookie=0x0, duration=378.240s, table=4, n_packets=0, n_bytes=0, priority=0 actions=goto_table:5 | |
| mininet@mininet-vm:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows s2|head -10 | |
| OFPST_FLOW reply (OF1.3) (xid=0x2): | |
| cookie=0x3, duration=411.033s, table=0, n_packets=0, n_bytes=0, priority=10000,arp actions=CONTROLLER:65535,NORMAL | |
| cookie=0x4, duration=411.033s, table=0, n_packets=166, n_bytes=14110, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535 | |
| cookie=0x0, duration=152.250s, table=0, n_packets=0, n_bytes=0, priority=9000,mpls,mpls_label=410740,mpls_bos=1 actions=output:2 | |
| cookie=0x0, duration=152.250s, table=0, n_packets=0, n_bytes=0, priority=9000,mpls,mpls_label=22154,mpls_bos=1 actions=output:3 | |
| cookie=0x0, duration=411.033s, table=0, n_packets=0, n_bytes=0, priority=0 actions=goto_table:1 | |
| cookie=0x0, duration=411.033s, table=1, n_packets=0, n_bytes=0, priority=0 actions=goto_table:2 | |
| cookie=0x0, duration=411.032s, table=2, n_packets=0, n_bytes=0, priority=0 actions=goto_table:3 | |
| cookie=0x0, duration=411.032s, table=3, n_packets=0, n_bytes=0, priority=0 actions=goto_table:4 | |
| cookie=0x0, duration=411.036s, table=4, n_packets=0, n_bytes=0, priority=0 actions=goto_table:5 | |
| mininet@mininet-vm:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows s3|head -10 | |
| OFPST_FLOW reply (OF1.3) (xid=0x2): | |
| cookie=0x4, duration=435.695s, table=0, n_packets=0, n_bytes=0, priority=10000,arp actions=CONTROLLER:65535,NORMAL | |
| cookie=0x4, duration=435.691s, table=0, n_packets=87, n_bytes=7395, priority=9500,dl_type=0x88cc actions=CONTROLLER:65535 | |
| cookie=0x0, duration=169.936s, table=0, n_packets=0, n_bytes=0, priority=9000,mpls,mpls_label=22154,mpls_bos=1 actions=pop_mpls:0x8847,output:1 | |
| cookie=0x0, duration=169.963s, table=0, n_packets=0, n_bytes=0, priority=9000,ip,nw_src=10.0.0.3,nw_dst=10.0.0.1 actions=push_mpls:0x8847,set_field:410740->mpls_label,output:2 | |
| cookie=0x0, duration=435.810s, table=0, n_packets=0, n_bytes=0, priority=0 actions=goto_table:1 | |
| cookie=0x0, duration=435.749s, table=1, n_packets=0, n_bytes=0, priority=0 actions=goto_table:2 | |
| cookie=0x0, duration=435.747s, table=2, n_packets=0, n_bytes=0, priority=0 actions=goto_table:3 | |
| cookie=0x0, duration=435.744s, table=3, n_packets=0, n_bytes=0, priority=0 actions=goto_table:4 | |
| cookie=0x0, duration=435.851s, table=4, n_packets=0, n_bytes=0, priority=0 actions=goto_table:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment