BCENT - Basic Cisco Entry Networking Technician: Using Command-Line Utilities
BCENT - Basic Cisco Entry Networking Technician: Using Command-Line Utilities
Networking Technician
Chapter 10
Using Command-Line Utilities
FOUNDATION TOPICS
•Windows Commands
•UNIX Commands
USING COMMAND-LINE UTILITIES
• What are some of the more useful Microsoft Windows and UNIX
commands for configuring and troubleshooting network clients and
servers?
USING COMMAND-LINE UTILITIES
nbtstat –c
o Displays a PC’s NetBIOS name cache
WINDOWS COMMANDS
ipconfig /all
o provides additional configuration info
ipconfig /release
o releases an IP address from the PC
ipconfig /renew
o requests an IP address from the DHCP server
WINDOWS COMMANDS
•tracert – displays the path between your device (the source) and a
destination IP address, showing each router hop
tracert 192.168.1.1
o Note: switches are not in the hops
WINDOWS COMMANDS
route print
o Displays the contents of the IP routing table
route delete
o Delete an entry from the IP routing table
•Windows Commands
arp ipconfig
nbtstat netstat
nslookup ping
route tracert
•UNIX Commands
man arp
dig and nslookup host
ifconfig traceroute
netstat ping