5.5 Given a scenario, use the appropriate tool or protocol to solve networking issues. Flashcards
1
Q
What is a protocol analyzer?
A
- Solves complex application issues
- Gathers frames on the network (or in the air)
- Sometimes this is built into the device.
- Allows you the agility to view traffic patterns.
2
Q
ping
A
- Tells you if a device on the network is reachable using ICMP.
-
Internet Control Message Protocol
– a set of rules that network devices use to communicate error messages and operational information. It is a key part of a network’s error reporting and testing process.
3
Q
traceroute/tracert
A
- Determine the route a packet takes to a destination, mapping the entire path between you and that secondary device.
- Uses a different aspect of ICMP TTL exceeded error message (hops)
- TTL=1 is for the first router, TTL=2 is the second router, etc.
- Not all devices will reply with ICMP TTL exceeded error messages.
4
Q
nslookup / dig
A
- Allows you to look-up information from DNS servers (canonical names, IP addresses, cache timers, etc.)
- nslookup has been deprecated (instead you should be using the dig command that provides more advanced information for you).
5
Q
tcpdump
A
- this tool captures packets from the command line without needing to download a separate application.
- Available for more Linux/Unix OSs (WinDump for Windows)
- pcap format is how the data is save to be used in other applications.
6
Q
netstat
A
- Network Statistics
- Who we are communicating with over the network and who might be communicating with us.
(-a) = show all active connections
(-b) = show binaries (windows)
(-n) = do not resolve names (IP addresses ONLY)
7
Q
ip/ifconfig/ipconfig
A
- This tool helps determine TCP/IP and network adapter information along with some additional details.
1. (ipconfig) - Windows TCP/IP configuration
2. (ifconfig) - Linux interface configuration
3. (ip address) - the latest Linux utility
8
Q
arp
A
- Determines the MAC address based on an IP address
- (-a) allows you to view your local ARP table.
9
Q
Nmap
A
- Network Mapper
- Find and learn more about network devices (visual representation of the network).
- Port scans, operating system scan, service scans
- This is an active scanning tool.
10
Q
LLDP
A
- Link Layer Discovery Protocol
- This can help you identify the port number, MAC Addresses, VLAN IDs, etc.
- Vendor neutral and not specific to any one device.
11
Q
CDP
A
- Cisco Discovery Protocol
- This can help you identify the port number, MAC Addresses, VLAN IDs, etc.
- Specific to Cisco devices.
12
Q
Toner
A
- Puts analog sound on the wire using an inductive probe, meaning it doesn’t need to touch the copper
- You can hear the tone through a small speaker.
13
Q
Cable Tester
A
- This tests continuity of the cable.
- Can identify missing pins or crossed wires.
14
Q
Taps / Port Mirrors
A
- It allows you to intercept traffic and send a copy to a packet capture device.
- Physical Taps: placed in the middle and can be passive or active.
- Port Mirror: non-physical tap located in the actual switch device; limited functionality but can be used in a pinch.
15
Q
Wi-Fi Analyzer
A
- This will help you with signal coverage or potential interference.
- Hardware based analyzer is more specialized and will allow you to view all of the 802.11 information in the air.
16
Q
Visual Fault Locator
A
- A flashlight for optical fiber
- Light will show through the fiber jacket where fiver is broken (may need to turn out the lights to see).
17
Q
Basic Networking device commands
A
- show mac-address-table
- show route
- show interface
- show config
- show arp
- show vlan
- show power
18
Q
“Show mac-address-table” command
A
- All switches maintain a MAC address table
- show command lists these out and there are many options available for showing information.
19
Q
“Show ip route” command
A
- Routers maintain a list of next hops
- View the current routing table
- Dynamic routes can change and static routes must be manually configured.
- You will use this list to find errors (or) use the table to manually determine the next hop
20
Q
“Show interfaces” command
A
- This command will show you the status of an interface (up/down, connected, disabled, speed, duplex, etc.)
- View configuration information (speed, MTU, encapsulation type, etc)
- Identify Errors (CRC errors, drops, input/output errors)
21
Q
“Show config” command
A
- View the device settings (configurations)
- Displays the currently running configuration (or config settings that are stored on that device).
- Bit of a learning curve to for the syntax of the information.
22
Q
“Show arp” command
A
- This command allows you to view the ARP protocol information/cache.
- Useful when troubleshooting connectivity (Do we see the MAC address associated with the IP address?)
23
Q
“Show vlan” command
A
- This command allows you to view the VLANs associated with the switch interfaces
- Allows you to view default VLAN ID and assigned VLAN ID numbers
- This will be usefully for needing to confirm the assignment for each interface.
24
Q
“Show power” command
A
- This will allow you to display power-related information (power supply status, Power over Ethernet usage).
- Monitor power usage (available, used, and remaining power)
- Manage PoE devices (plan for future PoE devices)