1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-06-19 22:28:17 +02:00

add arp testfiles

This commit is contained in:
Kelly Brazil
2019-10-30 13:29:06 -07:00
parent cf8d13030b
commit 9c9823c3b8
5 changed files with 16 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Address HWtype HWaddress Flags Mask Iface
gateway ether 00:50:56:f7:4a:fc C ens33
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
Entries: 2 Skipped: 0 Found: 2
+3
View File
@@ -0,0 +1,3 @@
Address HWtype HWaddress Flags Mask Iface
gateway ether 00:50:56:f7:4a:fc C ens33
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash
arp > arp.out
arp -v > arp-v.out
df > df.out
df -h > df-h.out
env > env.out
+4
View File
@@ -0,0 +1,4 @@
Address HWtype HWaddress Flags Mask Iface
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
_gateway ether 00:50:56:f7:4a:fc C ens33
Entries: 2 Skipped: 0 Found: 2
+3
View File
@@ -0,0 +1,3 @@
Address HWtype HWaddress Flags Mask Iface
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
_gateway ether 00:50:56:f7:4a:fc C ens33