Unix Network Commands Flashcards
arp
address resolution protocol used to display and control mac address to IP address
What does “arp -a “ does?
displays current options
What does “arp -n” does?
displays iP as numbers instead of symbols
What does “arp -i” does?
specifies that the arp command should be limited to the interface
What does “arp -d” does?
deletes entry
What does “arp -s” does?
added entry
What does “arp -s tmp “ does?
makes the entry temporary
What does “arp -s reject” does?
traffic to the destination specified will be rejected. sender will be notified
What does “arp -s blackhole” does?
traffic to the destination specified will be rejected. sender will not be notified.
dig
used to resolve FQDN to Ip address
host
used to resolve FQDN to IP and IP to FQDN
ifconfig
display host configuration about those interfaces. This could also update the configuration
traceroute
prints out the route packets trace to network host
netstat
display various information about current connections
What does “netstat -a “ does?
displays all host active Ip-based sessions