Ch. 3.4 Flashcards
(35 cards)
What does UPS mean?
What are UPSs good for?
Uninterruptible Power supply
Providing enough power to switch secondary power source or shut down system gracefully avoiding data loss
How do you troubleshoot network adapter? (2)
Verify &/ Reinstall network drivers
Check status LED
How do you troubleshoot the Data Link Layer?
Check the topology of your network and identify which part is affected
Port Status: What do these statuses mean?
Solid Green
Flickering Green?
Solid Green - Connected with no traffic
Flickering Green - Link is operating normally with traffic
Port Status: What do these statuses mean?
No Light
No Light - Link is not working or port is shut down
Port Status: What do these statuses mean?
Blinking Amber
Solid Amber
Blinking Amber - Fault has been detected
Solid Amber - Port is blocked by spanning tree algorithm.
Switch commands: What do these commands do?
show config
show startup-config
VS
show running-config
show config: displays switch configuration
show startup-config VS show running-config
The startup config could be different than what’s running now
Switch commands: What do these commands do?
show interface
show interface: lists state of all interfaces and report configuration details
Switch States: What does it mean?
Down/down
What are 2 possibilities of this issue?
There is no link.
Usually due to no host being attached.
Could be caused by speed mismatch
Switch States: What does it mean?
Administratively down/down
How do you bring it back up?
Interface has been disabled using shutdown command.
Use “no shutdown” to bring it up
Switch States: What does it mean?
Down/Error Disabled
What are 2 possibilities of this issue?
Interface is disabled due to error.
Usually due to STP or Port Security violation issue
Switch States: What does it mean?
Up/down (Suspended)
What is one command used to investigate?
Port is part of a link aggregation group and channel hasn’t been negotiated.
Command “show etherchannel” to investigate the cause
What are Interface Error Counters good for?
Recording data to troubleshoot
Why might collisions happen? (3)
If duplex setting on switch port and host are mismatched
If legacy hub or host NIC is connected to a switch
Configuration error at lvl 1 or 2 OSI model
Interface Counters: What does Link State mean?
What are 2 ways you can troubleshoot through Link State?
Measures whether an interface is working or not.
Can configure an alert if an interface goes down.
Track uptime/downtime %
Interface Counters: What do Resets track?
When should they be investigated?
When might they restart automatically?
Amount of times an interface have restarted over the counter period.
Anything but occasional resets
If traffic is very high or large number of errors
Interface Counters: What do Discards/Drops mean?
4 Reasons
Could be
1. Checksum Errors
2. Mismatched MTUs
3. High Load
4. Permissions
When is a CRC calculated?
Calculated by an interface when it sends a frame
What are CRC errors usually caused by? (2)
Usually by interference.
- Poor quality cable: Termination & Attenuation
- Mismatches of physical hardware
What is a Runt?
A frame that is smaller than minimum size (64 bytes for internet)
How is a runt frame usually caused? (2)
By collision
Possible driver issue
What is a giant?
A frame that is larger than the maximum allowed size for the receiving interface
What are 2 causes of a Giant frame error?
Jumbo Frame configuration errors
Ethernet Trunks
What is the first possible error by a Giant frame in detail?
How can you resolve it?
Jumbo Frame - When a host is configured to use jumbo frames but the switch isn’t.
Use command “show interface” to see if jumbo frames are accepted on the particular port