Command Line Interface (CLI) Flashcards
> syslog
can run on different platforms and generate common reports to a central collection computer
> nslookup
Windows
Linux equivalent = dig
displays name and IP Of devices default DNS server
> hostname
fast and easy way to verify a computer’s name
> arp -a
command to view ARP cache
> ping
test ability of one network host to communicate with another
> route print
route delete / route add
to show or manipulate routing table on a computer
> netstat -e
displays network summary info for the device
> net share
command that creates a share but does not assign a drive letter
> tracert
Windows
Linux equivalent = traceroute
identifies IP address of each of the hops between 2 systems
> net use
command that assigns a drive letter in the local computer to a shared folder or another computer
> ipconfig
Unix version = ifconfig
displays basic IP address configuration for the device
> nbtstat -n
shows NetBIOS names that are in use by device
> ipconfig /flushdns
command to flush the DNS cache