Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. root@os-net:~# ovs-ofctl show br-int && ovs-ofctl dump-flows br-int
  2. OFPT_FEATURES_REPLY (xid=0x2): dpid:000096530985234a
  3. n_tables:254, n_buffers:256
  4. capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
  5. actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
  6. 5(qr-e8c25760-2b): addr:ce:3d:ea:97:00:00
  7. config: PORT_DOWN
  8. state: LINK_DOWN
  9. speed: 0 Mbps now, 0 Mbps max
  10. 6(tapb0728908-62): addr:96:53:09:85:23:4a
  11. config: PORT_DOWN
  12. state: LINK_DOWN
  13. speed: 0 Mbps now, 0 Mbps max
  14. 8(snooper0): addr:6a:27:67:87:d3:bd
  15. config: 0
  16. state: 0
  17. speed: 0 Mbps now, 0 Mbps max
  18. 10(patch-tun): addr:ca:29:9f:94:18:52
  19. config: 0
  20. state: 0
  21. speed: 0 Mbps now, 0 Mbps max
  22. LOCAL(br-int): addr:96:53:09:85:23:4a
  23. config: 0
  24. state: 0
  25. speed: 0 Mbps now, 0 Mbps max
  26. OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
  27. NXST_FLOW reply (xid=0x4):
  28. cookie=0x0, duration=23.412s, table=0, n_packets=1, n_bytes=78, idle_age=22, priority=1 actions=NORMAL
  29. cookie=0x0, duration=23.324s, table=22, n_packets=0, n_bytes=0, idle_age=23, priority=0 actions=drop
  30.  
  31.  
  32.  
  33. root@os-net:~# ovs-ofctl show br-int && ovs-ofctl dump-flows br-tun
  34. OFPT_FEATURES_REPLY (xid=0x2): dpid:000096530985234a
  35. n_tables:254, n_buffers:256
  36. capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
  37. actions: OUTPUT SET_VLAN_VID SET_VLAN_PCP STRIP_VLAN SET_DL_SRC SET_DL_DST SET_NW_SRC SET_NW_DST SET_NW_TOS SET_TP_SRC SET_TP_DST ENQUEUE
  38. 5(qr-e8c25760-2b): addr:ce:3d:ea:97:00:00
  39. config: PORT_DOWN
  40. state: LINK_DOWN
  41. speed: 0 Mbps now, 0 Mbps max
  42. 6(tapb0728908-62): addr:96:53:09:85:23:4a
  43. config: PORT_DOWN
  44. state: LINK_DOWN
  45. speed: 0 Mbps now, 0 Mbps max
  46. 8(snooper0): addr:6a:27:67:87:d3:bd
  47. config: 0
  48. state: 0
  49. speed: 0 Mbps now, 0 Mbps max
  50. 10(patch-tun): addr:ca:29:9f:94:18:52
  51. config: 0
  52. state: 0
  53. speed: 0 Mbps now, 0 Mbps max
  54. LOCAL(br-int): addr:96:53:09:85:23:4a
  55. config: 0
  56. state: 0
  57. speed: 0 Mbps now, 0 Mbps max
  58. OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
  59. NXST_FLOW reply (xid=0x4):
  60. cookie=0x0, duration=62.887s, table=0, n_packets=0, n_bytes=0, idle_age=62, priority=1,in_port=1 actions=resubmit(,1)
  61. cookie=0x0, duration=61.626s, table=0, n_packets=0, n_bytes=0, idle_age=61, priority=1,in_port=2 actions=resubmit(,2)
  62. cookie=0x0, duration=62.795s, table=0, n_packets=5, n_bytes=390, idle_age=54, priority=0 actions=drop
  63. cookie=0x0, duration=62.705s, table=1, n_packets=0, n_bytes=0, idle_age=62, priority=1,dl_dst=00:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,20)
  64. cookie=0x0, duration=62.622s, table=1, n_packets=0, n_bytes=0, idle_age=62, priority=1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,21)
  65. cookie=0x0, duration=62.539s, table=2, n_packets=0, n_bytes=0, idle_age=62, priority=0 actions=drop
  66. cookie=0x0, duration=62.457s, table=3, n_packets=0, n_bytes=0, idle_age=62, priority=0 actions=drop
  67. cookie=0x0, duration=62.375s, table=10, n_packets=0, n_bytes=0, idle_age=62, priority=1 actions=learn(table=20,hard_timeout=300,priority=1,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],output:NXM_OF_IN_PORT[]),output:1
  68. cookie=0x0, duration=62.293s, table=20, n_packets=0, n_bytes=0, idle_age=62, priority=0 actions=resubmit(,21)
  69. cookie=0x0, duration=62.212s, table=21, n_packets=0, n_bytes=0, idle_age=62, priority=0 actions=drop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement