Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [root@db ~]# arp -na
  2. Net to Media Table: IPv4
  3. Device IP Address Mask Flags Phys Addr
  4. ------ -------------------- --------------- -------- ---------------
  5. net1 10.0.0.1 255.255.255.255 SPLA 22:f8:33:9e:c5:47
  6. net1 10.0.0.101 255.255.255.255 72:83:42:27:b0:9d
  7. net0 176.111.58.71 255.255.255.255 0c:c4:7a:06:84:03
  8. net0 176.111.58.70 255.255.255.255 SPLA 0c:c4:7a:06:84:02
  9. net1 10.0.0.208 255.255.255.255 62:bd:64:fc:fc:80
  10. net0 176.111.58.1 255.255.255.255 00:0b:bf:22:d8:00
  11. [root@db ~]# ping -s 10.0.0.101
  12. PING 10.0.0.101: 56 data bytes
  13. 64 bytes from 10.0.0.101: icmp_seq=0. time=0.179 ms
  14. 64 bytes from 10.0.0.101: icmp_seq=1. time=0.182 ms
  15. ^C
  16. ----10.0.0.101 PING Statistics----
  17. 2 packets transmitted, 2 packets received, 0% packet loss
  18. round-trip (ms) min/avg/max/stddev = 0.179/0.180/0.182/0.002
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement