Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000005, duration=72.008s, table=0, n_packets=41, n_bytes=7476, priority=2,in_port=1 actions=output:2
- cookie=0x2b00000000000004, duration=72.008s, table=0, n_packets=43, n_bytes=8123, priority=2,in_port=2 actions=output:1
- cookie=0x2b00000000000003, duration=76.996s, table=0, n_packets=33, n_bytes=2805, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000003, duration=76.997s, table=0, n_packets=38, n_bytes=6573, priority=0 actions=drop
- mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000007, duration=75.689s, table=0, n_packets=80, n_bytes=15197, priority=2,in_port=3 actions=output:1,output:2
- cookie=0x2b00000000000006, duration=75.69s, table=0, n_packets=2, n_bytes=140, priority=2,in_port=1 actions=output:3,output:2,CONTROLLER:65535
- cookie=0x2b00000000000008, duration=75.689s, table=0, n_packets=2, n_bytes=140, priority=2,in_port=2 actions=output:1,output:3,CONTROLLER:65535
- cookie=0x2b00000000000002, duration=80.708s, table=0, n_packets=17, n_bytes=1445, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000002, duration=80.702s, table=0, n_packets=28, n_bytes=4012, priority=0 actions=drop
- mininet> sh ovs-ofctl dump-flows s3 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000009, duration=79.441s, table=0, n_packets=83, n_bytes=15980, priority=2,in_port=3 actions=output:2,output:1
- cookie=0x2b0000000000000b, duration=79.441s, table=0, n_packets=2, n_bytes=140, priority=2,in_port=1 actions=output:3,output:2,CONTROLLER:65535
- cookie=0x2b0000000000000a, duration=79.441s, table=0, n_packets=2, n_bytes=140, priority=2,in_port=2 actions=output:3,output:1,CONTROLLER:65535
- cookie=0x2b00000000000004, duration=84.429s, table=0, n_packets=17, n_bytes=1445, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000004, duration=84.43s, table=0, n_packets=30, n_bytes=4180, priority=0 actions=drop
Advertisement
Add Comment
Please, Sign In to add comment