Advertisement
Guest User

Untitled

a guest
May 5th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [root@study-node1 ~]# ovs-ofctl dump-flows br-vlan
  2. NXST_FLOW reply (xid=0x4):
  3. cookie=0x0, duration=440798.267s, table=0, n_packets=1983, n_bytes=155520, idle_age=371, hard_age=65534, priority=1 actions=NORMAL
  4. cookie=0x0, duration=440530.848s, table=0, n_packets=54687, n_bytes=14624998, idle_age=4, hard_age=65534, priority=4,in_port=2,dl_vlan=1 actions=mod_vlan_vid:2001,NORMAL
  5. cookie=0x0, duration=440797.659s, table=0, n_packets=14, n_bytes=1168, idle_age=65534, hard_age=65534, priority=2,in_port=2 actions=drop
  6. [root@study-node1 ~]#
  7.  
  8.  
  9. [root@nethost ~]# ovs-ofctl dump-flows br-vlan
  10. NXST_FLOW reply (xid=0x4):
  11. cookie=0x0, duration=10588.437s, table=0, n_packets=0, n_bytes=0, idle_age=10588, priority=1 actions=NORMAL
  12. cookie=0x0, duration=10584.877s, table=0, n_packets=2, n_bytes=140, idle_age=10579, priority=4,in_port=2,dl_vlan=1 actions=mod_vlan_vid:2001,NORMAL
  13. cookie=0x0, duration=10587.741s, table=0, n_packets=618, n_bytes=46211, idle_age=42, priority=2,in_port=2 actions=drop
  14. [root@nethost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement