Advertisement
teknoraver

OpenvSwitch AP

Sep 17th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. root@apu:~# ovs-vsctl show
  2. a81eab11-76c9-4ceb-b8f2-ac36da933233
  3. Bridge ovsbr
  4. Port "enp2s0"
  5. Interface "enp2s0"
  6. Port "wlp4s0"
  7. Interface "wlp4s0"
  8. Port "enp3s0"
  9. Interface "enp3s0"
  10. Port ovsbr
  11. Interface ovsbr
  12. type: internal
  13. Port "wlp6s0"
  14. Interface "wlp6s0"
  15. ovs_version: "2.6.2"
  16. root@apu:~# iw dev wlp4s0 station dump |grep ^Station
  17. Station 00:21:6a:9d:7c:68 (on wlp4s0)
  18. Station 34:80:b3:f8:ca:14 (on wlp4s0)
  19. root@apu:~# ip neigh |grep 34:80:b3:f8:ca:14
  20. 192.168.85.11 dev ovsbr lladdr 34:80:b3:f8:ca:14 REACHABLE
  21. root@apu:~# ping 192.168.85.11 -c4
  22. PING 192.168.85.11 (192.168.85.11) 56(84) bytes of data.
  23. 64 bytes from 192.168.85.11: icmp_seq=1 ttl=64 time=207 ms
  24. 64 bytes from 192.168.85.11: icmp_seq=2 ttl=64 time=235 ms
  25. 64 bytes from 192.168.85.11: icmp_seq=3 ttl=64 time=273 ms
  26. 64 bytes from 192.168.85.11: icmp_seq=4 ttl=64 time=269 ms
  27.  
  28. --- 192.168.85.11 ping statistics ---
  29. 4 packets transmitted, 4 received, 0% packet loss, time 3004ms
  30. rtt min/avg/max/mdev = 207.055/246.340/273.293/27.196 ms
  31. root@apu:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement