NET4009_Module 1 - Tshooting basics

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

7 Troubleshooting Steps

1. Defining the problem
2. Gathering information
3. Analyzing the information
4. Eliminating potential causes
5. Proposing a hypothesis (likely cause of the problem)
6. Testing and verifying validity of the proposed hypothesis
7. Solving the problem and documenting the work

<p>1. Defining the problem<br>2. Gathering information<br>3. Analyzing the information<br>4. Eliminating potential causes<br>5. Proposing a hypothesis (likely cause of the problem)<br>6. Testing and verifying validity of the proposed hypothesis<br>7. Solving the problem and documenting the work</p>
2
New cards

Unstructured Troubleshooting Approach

Shoot-from-the-hip

3
New cards

Structured Troubleshooting Approach

• Top-down
• Bottom-up
• Divide-and-conquer
• Follow-the-path
• Spot-the-differences
• Move-the-problem

4
New cards

Top down approach

Starting from the top OSI layer and moving down to the physical layer to find the issue

<p>Starting from the top OSI layer and moving down to the physical layer to find the issue</p>
5
New cards

Bottom-Up approach

Starting from the bottom of the OSI layer and working your way up to application layer.
This approach can troubleshoot spanning tree loops

6
New cards

Divide-and-Conquer Troubleshooting Approach

If it is not clear which of the top-down or bottom-up approach is appropriate the alternative is start at the middle and “divide and conquer”

7
New cards

Follow-the-Path Troubleshooting Approach

Following the network path from source to destination.
This approach can troubleshoot routing loops

8
New cards

Compare-Configurations Troubleshooting Approach

This approach is suited for configuration issues

9
New cards

Swap-Components Troubleshooting Approach

This approach is suited for hardware issues

10
New cards

Fundamental Tools and Applications in Network Maintenance Toolkit

  • Console; SSH/Telnet

  • HTTP/HTTPS

  • NTP

  • Logging

  • Backups

11
New cards

Logging severity levels

  1. Emergency

  2. Alert

  3. Critical

  4. Error

  5. Warning

  6. Notification

  7. Informational

  8. Debugging

12
New cards

What are the three functional components of network devices that manage data flow and processing?

  1. Data Plane: Handles the actual data forwarding and packet switching.

  2. Control Plane: Manages routing protocols and network topology, making decisions on where traffic should be sent.

  3. Management Plane: Provides network management functions, including monitoring and configuration of devices.

13
New cards

What command is used to troubleshoot cef for data plane?

show cef not-cef-switched

14
New cards

Cisco Express Forwarding

This technique allows for quick decision-making on packet forwarding by using a combination of a forwarding information base (FIB) and the CEF adjacency table.

15
New cards

How to display the CEF FIB table?

  • show ip cef ip-address

  • show ip cef network mask

16
New cards

Why should a ACL be used when enabling “debug ip packet”?

to limit traffic to:
- a particular host or between hosts
- protocol
- port
- network range

17
New cards

What are the most common reasons for High CPU utilization on routers/switches? How do you fix them?

  1. Packet Fragmentation/Reassmblies = adjust MTU size

  2. Software Encryption = Install hardware encryption module

  3. Inappropriate switching path = check weather or not the router is running CEF; "show ip cef summary” and “show cef not-cef-switched”

  4. High traffic load on node

  5. Spanning Tree loop on switch = root switch election is not done properly. make sure to manually choose a root switch

18
New cards

How to see CPU utilization on cisco router?

“show processes cpu”

19
New cards

What are the DHCP messages?

DORA = Discover, Offer, Request, Ack

20
New cards

DHCP Relay Agent Command

ip helper-address ip_address interface configuration mode command to configure a router to relay DHCP messages to a DHCP server

21
New cards

What are some DHCP Issues?

  • router not forwarding broadcasts

  • DHCP pool out of IP addresses

  • duplicate IP addresses

  • interface not configured with IP address in DHCP pool

22
New cards

DHCP Troubleshooting command to see IP conflict

show ip dhcp conflict

23
New cards

DHCP Troubleshooting command to see debug information

debug ip dhcp server packet

24
New cards

What is SLACC?

stateless address autoconfiguration for IPv6. Only works for /64 prefix

25
New cards

How to see stateful DHCPv6?

ipv6 nd managed-config-flag interface configuration command

26
New cards

How to see stateless DHCPv6?

ipv6 nd other-config-flag interface configuration command

27
New cards

How to configure DHCPv6 Relay Agent

ipv6 dhcp relay destination interface command