Troubleshooting Flashcards

1
Q

Troubleshooting Steps

A
  1. ID Problem
  2. Est. Theory
  3. Test Theory
  4. Est. Plan of Action
  5. Implement
  6. Verify Success
  7. Document Findings
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ID Problem

A

What Changed
Duplicate if possible
Break into smaller pieces, address each

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Establish Theory

A

Start with Obvious
Top-down, Bottom-up along OSI layers
Break to small pieces, remove pieces that don’t apply

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Test Theory

A

Implement change, examine result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Plan of Action

A

Minimize impact on ops
Plan B
Plan C
Have backup to go back/undo changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Implement Plan

A

Try the fix
Escalate if necessary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Verify Functionality

A

Verify full system functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Document Findings

A

Help Desk Database/Knowledge Base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Signal errors on Fiber network

A

Check that right fiber type is used
Single/multimode fiber, different fiber diameters
Writing on outside of fiber cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Cable analyzer shows interference measuring NEXT or low SNR

A

Near End CrossTalk
Signal to Noise Ratio

Measure at both ends of cable
Maybe need shielded cable
Check crimp
Maintain max twists in pairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Tool to monitor status of network devices and connections

A

With SNMP track metrics in a MIB
Management Information Base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What to monitor with SNMP

A

Link Status
Utilization, throughput over time chart
Error Rate
- CRC errors, runts/giants, drops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

CRC Error

A

Cyclic Redundancy Check

FCS at end of frame does not match result from CRC
Frame Check Sequence - checksum at end of frame

Problem with signal, check cable, connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Runts

A

Received Frame lass than 64 bytes

May be result of collision if half-duplex network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Giants

A

Received Frame greater than 1518 bytes (or max configured frame size)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Drops

A

Frame not transmitted or received

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How to prevent Switching Loops

A

Enable STP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Root Bridge Selection - STP

A

All bridges/switches are assigned a bridge ID
Lowest ID is root
If tie, lowest MAC is root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Port Roles - STP

A

Root Port - port traffic takes to get to the root bridge
Designated Port - active port to other devices on net
Blocked Port - port deactivated to prevent loops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Port States - STP

A

Blocking/Discarding
Listening - not forwarding, cleaning the MAC table
Learning - not forwarding, adding to the MAC table
Forwarding - actively forwarding messages
Disabled - admin manually turned off port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Everything appears to be correctly configured but packets are still getting dropped

A

Check if an ACL is configured somewhere on the network blocking traffic

Access Control List

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

ICMP Host Unreachable Message

A

Tells you that router couldn’t find a route to destination

Check for missing entry in routing tables

23
Q

A client is assigned an APIPA address despite having DHCP configured

A

DHCP address pool may be exhausted

With APIPA, can only access resources on local subnet

Monitor for this using IPAM
Mitigate by reducing lease time

24
Q

IPAM

A

IP Address Management

Tool to monitor and report IP address shortages

25
Duplicate IP Address
Caused by: - Static IP Addressing - Multiple overlapping DHCP servers - Rogue DHCP server Prevent - Ping address before assigning to check if already used
26
Congestion
Too much traffic on limited speed link Cause packet queueing, buffering Queue gets full
27
Jitter
Jitter is time between packets received Packets delayed in streaming service (VOIP, video, etc.) Choppy, stutter in voice calls Clicking heard
28
Slow wireless
Disable legacy, low speed support. Leave only latest tech active Check for overlapping RF channels Adjust output power
29
Roaming Misconfiguration
Access Points supporting SSID must be configured identically
30
Protocol Analyzers
Wireshark Solve complex network issues
31
Nmap
Network Mapper Port Scan OS Scan - Discover OS on devices without logging in to device Service Scan Find rogue devices Works on Layer 2 making it hard for rogue to hide ex: - nmap -F 10.1.10.222
32
CDP
Cisco Discovery Protocol Cisco proprietary version of LLDP ID devices on network - port, MAC, VLAN, etc
33
LLDP
Link Layer Discovery Protocol ID devices on network - port, MAC, VLAN, etc
34
ping
uses ICMP to determine round trip time
35
traceroute
tracert (Windows) traceroute (Unix/Linux/Mac) get info on routers packet travels through uses TTL exceded messages - find first router by setting TTL=1 - find second router by setting TTL=2 ICMP commonly filtered so may not get info on a router. Get asterisk instead
36
nslookup
Query DNS
37
dig
nslookup like tool but with more options
38
tcpdump
Capture packets from command line
39
netstat
netstat -a - show all active connections netstat -b - show binaries (windows) - executable used to make connections netstat -n - show IP addresses, not resolve names
40
ipconfig
get IP details of station /all more detail Linux - ifconfig Linux (new) - ip address
41
arp
arp -a - get all MAC addresses of systems on net layer 2 May need to ping device to get it added to arp tables
42
Tone Generator
Tool - connect one end of cable to device, touch other end with probe, tone is generated
43
Cable tester
Test pinout of cable continuity test
44
Tap
Send a copy of packets to capture device
45
Visual Fault Locator
"flashlight" to shine light down fiber cable Light shows through cable jacket where fiber is broken
46
cmd show mac-address-table
Shows mac table
47
cmd show route
show routing table form router
48
cmd show interface
status of interface up, down, any errors speed, MTU, encapsulation type performance
49
cmd show config
see configuration of device
50
cmd show arp
show arp cache in device
51
cmd show vlan
see which vlans are associated with each interface
52
cmd show power
POE data
53
Command to reactivate a switch port that is "administratively down"
no shutdown
54