SaiSujithReddy

l2switch - master - flows by default no ping

Aug 2nd, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
  2. OFPST_FLOW reply (OF1.3) (xid=0x2):
  3. cookie=0x2b00000000000005, duration=72.008s, table=0, n_packets=41, n_bytes=7476, priority=2,in_port=1 actions=output:2
  4. cookie=0x2b00000000000004, duration=72.008s, table=0, n_packets=43, n_bytes=8123, priority=2,in_port=2 actions=output:1
  5. cookie=0x2b00000000000003, duration=76.996s, table=0, n_packets=33, n_bytes=2805, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  6. cookie=0x2b00000000000003, duration=76.997s, table=0, n_packets=38, n_bytes=6573, priority=0 actions=drop
  7. mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
  8. OFPST_FLOW reply (OF1.3) (xid=0x2):
  9. cookie=0x2b00000000000007, duration=75.689s, table=0, n_packets=80, n_bytes=15197, priority=2,in_port=3 actions=output:1,output:2
  10. 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
  11. 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
  12. cookie=0x2b00000000000002, duration=80.708s, table=0, n_packets=17, n_bytes=1445, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  13. cookie=0x2b00000000000002, duration=80.702s, table=0, n_packets=28, n_bytes=4012, priority=0 actions=drop
  14. mininet> sh ovs-ofctl dump-flows s3 -O OpenFlow13
  15. OFPST_FLOW reply (OF1.3) (xid=0x2):
  16. cookie=0x2b00000000000009, duration=79.441s, table=0, n_packets=83, n_bytes=15980, priority=2,in_port=3 actions=output:2,output:1
  17. 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
  18. 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
  19. cookie=0x2b00000000000004, duration=84.429s, table=0, n_packets=17, n_bytes=1445, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  20. 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