Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # ovs-ofctl dump-flows br-int
  2. NXST_FLOW reply (xid=0x4):
  3. cookie=0x0, duration=2294.826s, table=0, n_packets=11217, n_bytes=2250359, idle_age=1, priority=3,in_port=22,dl_vlan=121 actions=mod_vlan_vid:3,NORMAL
  4. cookie=0x0, duration=2298.824s, table=0, n_packets=864255, n_bytes=706819694, idle_age=0, priority=3,in_port=22,dl_vlan=122 actions=mod_vlan_vid:2,NORMAL
  5. cookie=0x0, duration=2300.574s, table=0, n_packets=248316, n_bytes=259036772, idle_age=0, priority=3,in_port=22,dl_vlan=124 actions=mod_vlan_vid:1,NORMAL
  6. cookie=0x0, duration=2305.47s, table=0, n_packets=837, n_bytes=92495, idle_age=0, priority=2,in_port=22 actions=drop
  7. cookie=0x0, duration=2307.213s, table=0, n_packets=794075, n_bytes=622315181, idle_age=0, priority=1 actions=NORMAL
  8.  
  9. # ovs-ofctl dump-flows br-ext
  10. NXST_FLOW reply (xid=0x4):
  11. cookie=0x0, duration=2296.477s, table=0, n_packets=10854, n_bytes=4418897, idle_age=2, priority=4,in_port=8,dl_vlan=3 actions=mod_vlan_vid:121,NORMAL
  12. cookie=0x0, duration=2300.478s, table=0, n_packets=633273, n_bytes=584455798, idle_age=0, priority=4,in_port=8,dl_vlan=2 actions=mod_vlan_vid:122,NORMAL
  13. cookie=0x0, duration=2302.224s, table=0, n_packets=148669, n_bytes=33356009, idle_age=0, priority=4,in_port=8,dl_vlan=1 actions=mod_vlan_vid:124,NORMAL
  14. cookie=0x0, duration=2306.827s, table=0, n_packets=258, n_bytes=83849, idle_age=2296, priority=2,in_port=8 actions=drop
  15. cookie=0x0, duration=2308.415s, table=0, n_packets=1171637, n_bytes=992794477, idle_age=0, priority=1 actions=NORMAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement