N10-009-Section_5 Flashcards
Step 1 of Troubleshooting Methodology
Identify the problem - Gather Info, question users, Identify symptoms determine if anything has changed, duplicate the problem if possible, approach multiple problems individually
Step 2 of Troubleshooting Methodology
Establish a Theory of Probable Cause - Question the obvious, Consider multiple approaches (top to bottom/bottom to top OSI) divide and conquer
Step 3 of Troubleshooting Methodology
Test the Theory to Determine the Cause - if theory confirmed, determine next steps to resolve, if not confirmed, establish a new theory
Step 4 of Troubleshooting Methodology
Establish a plan of action to resolve the problem and identify potential effects
Step 5 of Troubleshooting Methodology
Implement the solution or escalate as necessary
Step 6 of Troubleshooting Methodology
Verify full system functionality and implement preventive measure if applicable
Step 7 of Troubleshooting Methodology
Document findings, actions, outcomes, and lessons learned throughout the process
Measurements for Single Mode Fiber cable
9/125 microns (um). This means the core is 9 and the cladding makes up 125 total
Measurements for Multi Mode Fiber cable
50/125 or 62.5/125. This means the core is 50-62.5 and the cladding makes up 125 total
Fiber and frequencies must match equipment
Signal errors will be seen on the interface
TIA
Telecommunications Industry Association. Sets standards for physical cables
XT
Crosstalk. Leaking of signal into other wires, either other pairs in twisted pairs or other cables completely. A lot of crosstalk is due to a bad connector, check your crimp
NEXT
Near End Cross Talk. Interference measured at the transmitting end. (The end plugged into the testing device)
FEXT
Far End Cross Talk. Interference measured at the receiving end. (The end plugged into the testing device receiver)
AXT
Alien Crosstalk. Interference from other cables
ACR
Attenuation to Crosstalk Ratio. Difference between insertion loss and NEXT. You can compare how much signal you’re losing total to the amount of signal you’re losing to crosstalk between wires. This is seen as SNR (Signal-to-Noise Ratio)
SNR
Signal to Noise Ratio 10:1 = good, 1:1 is bad
Attenuation
Signal strength diminishes over distance. Also diminishes over transfer to different mediums. (Connectors/interfaces)
Auto-MDIX
A technology on some NICs that can detect a mis-crimped cable and digitally account for the mismatch. Not reliable.
CRC
CRC (Cyclic Redundancy Check) is an error-detection technique used in digital networks and storage devices to ensure the integrity of data. It is a mathematical algorithm that generates a checksum (a short binary sequence) based on the contents of a data block. The checksum is appended to the data, and the receiver uses the same algorithm to verify that the data was transmitted or stored without errors.
Error Disabled (Port Status)
When a device disables an interface due to an error without human intervention (flapping interface or duplex mismatch) Must be administratively re-enabled
Administratively down (Port Status)
The device admin has intentionally turned off an interface
Suspended (Port Status)
The configuration is not compatible with the current connection, similar to Error Disabled, but occurs immediately
Endspan (PoE)
Built in power from the switch
Midspan (PoE)
In-line power from an injector
PoE
802.3af. 15.4W DC power. 350 mA max current
PoE+
802.3at. 25.5W DC power. 600 mA max current
PoE++
Type 3=51W DC power. 600 mA max current, Type 4=71.3W DC power. 960 mA max current. Allows for 10GBase-T connecitons
Describe switching loops
There is nothing at the MAC address level to identify loops, IP has TTL so IP loops wont happen. STP can be configured to avoid loops
BPDU
Bridge Protocol Data Unit. A MAC layer multicast sent by a switch to other switches that contains configuration and topology changes. These are sent every 2 seconds to check in with the network, if 3 are missed the link is considered down
STP
STP (Spanning Tree Protocol) is a network protocol used in Ethernet networks to prevent loops that can occur when there are multiple active paths between switches. It ensures a loop-free topology by selectively blocking redundant paths. Loops can cause broadcast storms, duplicate frames, and network congestion. STP avoids this by ensuring only one active path exists between any two network devices. STP dynamically adapts to network changes (e.g., a link or switch failure) by reactivating blocked paths as needed. STP uses a unique Bridge ID (switch priority + MAC address) to identify switches and determine the network topology.
Root Bridge
Part of STP. All switches on a network elect a root bridge. Each switch is given a Bridge ID between 0 and 61440 and the lowest is the root.
Root Port
STP. The port on a switch to get back to the Root Bridge
Designated Port
STP. Active port that passes traffic, just not a Root port.
Blocked Port
STP. A blocked port will be a port determined to cause a loop by STP, and therefore blocked. Can be unblocked if STP determines the main path is down.
STP Port State, Blocking/Discarding
Not forwarding to prevent a loop
STP Port State, Listening
Nor forwarding and cleaning the MAC table
STP Port State, Learning
Not forwarding and adding to the MAC table
STP Port State, Forwarding
Data passes through and is fully operational
STP Port State, Disabled
Administrator has turned off the port
Gateway of Last Resort
A route that is configured to handle traffic if there is nothing in the routing table that matches. Can be added statically. 0.0.0.0/0
IPAM
IP Address Management - Keeps track of all IP addresses on your network - can help to manage DHCP scopes and provide additional rules to configure DHCP
Jitter
Time between frames. For real-time data transfers, you want the frames to come in at a consistent pace. Jitter is the measurement of this consistency.
Nmap
Network Mapper. Software that can find and learn about network devices. Scan ports to fine and ID open ports. Scan services on a device
CDP
Cisco Discovery Protocol. Can provide info about the configurations of a switch and its interfaces. Can be used by switches to propagate information to other switches and devices.
LLDP
Link Layer Discovery Protocol. Vendor neutral version of CDP. Gets information about the configuration of a switch and its interfaces
DIG
Domain Information Groper. More advanced domain information, better than nslookup.
SPAN
Switched Port ANalyzer. A software tap to intercept network traffic and capture packets.
Visual Fault Locator
A flashlight for optical fiber, light will show through the fiber cable jacket if there is a fault
Show mac-address-table / show mac address-table
Switch command. Or show mac-address-table
Show route / show ip route
Routers maintain lists of the next hop. Shows the routing table
Show interface / show interfaces FastEthernet 0/0
Shows config and monitor / performance info on an interface
Show config / show running-config
Shows config
Show arp
Views the arp cache
Show vlan
Shows the vlan info for all ports and vlans on the switch
Show power
List of interfaces and the PoE that�s being used