SaiSujithReddy

arp flood table id =100

Sep 14th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. sai@sai:~/odl/l2switch/distribution/karaf/target/assembly/bin$ sudo mn --controller=remote,ip=192.168.56.101 --switch=ovsk,protocols=OpenFlow13 --topo=linear,2
  2. *** Creating network
  3. *** Adding controller
  4. Connecting to remote controller at 192.168.56.101:6653
  5. *** Adding hosts:
  6. h1 h2
  7. *** Adding switches:
  8. s1 s2
  9. *** Adding links:
  10. (h1, s1) (h2, s2) (s2, s1)
  11. *** Configuring hosts
  12. h1 h2
  13. *** Starting controller
  14. c0
  15. *** Starting 2 switches
  16. s1 s2 ...
  17. *** Starting CLI:
  18. mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
  19. OFPST_FLOW reply (OF1.3) (xid=0x2):
  20. cookie=0x2b00000000000000, duration=2.862s, table=0, n_packets=2, n_bytes=170, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  21. cookie=0x2b00000000000002, duration=2.862s, table=0, n_packets=19, n_bytes=2920, priority=0 actions=drop
  22. mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
  23. OFPST_FLOW reply (OF1.3) (xid=0x2):
  24. cookie=0x2b00000000000003, duration=5.022s, table=0, n_packets=2, n_bytes=170, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  25. cookie=0x2b00000000000001, duration=5.022s, table=0, n_packets=24, n_bytes=3823, priority=0 actions=drop
  26. mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
  27. OFPST_FLOW reply (OF1.3) (xid=0x2):
  28. cookie=0x2b00000000000000, duration=1321.561s, table=0, n_packets=1, n_bytes=70, priority=2,in_port=1 actions=output:2,CONTROLLER:65535
  29. cookie=0x2b00000000000001, duration=1321.559s, table=0, n_packets=360, n_bytes=69748, priority=2,in_port=2 actions=output:1
  30. cookie=0x2b00000000000003, duration=1327.284s, table=0, n_packets=267, n_bytes=22695, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  31. cookie=0x2b00000000000001, duration=1327.284s, table=0, n_packets=29, n_bytes=4400, priority=0 actions=drop
  32. mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
  33. OFPST_FLOW reply (OF1.3) (xid=0x2):
  34. cookie=0x2b00000000000003, duration=1325.381s, table=0, n_packets=1, n_bytes=70, priority=2,in_port=1 actions=output:2,CONTROLLER:65535
  35. cookie=0x2b00000000000002, duration=1325.381s, table=0, n_packets=356, n_bytes=68315, priority=2,in_port=2 actions=output:1
  36. cookie=0x2b00000000000000, duration=1331.111s, table=0, n_packets=267, n_bytes=22695, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
  37. cookie=0x2b00000000000002, duration=1331.111s, table=0, n_packets=28, n_bytes=4310, priority=0 actions=drop
Advertisement
Add Comment
Please, Sign In to add comment