5.3 Given a scenario, troubleshoot common issues with network services. Flashcards

1
Q

What is a network loop?

A
  • STP is not enabled (&)
  • More traffic is allowed into the network but does not have a clear destination.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a root bridge selection?

A
  • When starting STP, the bridges elect a root bridge (all other bridges choose the best connection to the root)
  • All bridges/switches are assigned a bridge ID between 0 and 61440 (the lowest ID is the root)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a port role?

A
  • Each bridge assigns a port role to each interface
  • (3) role choices:
    – 1. Root
    – 2. Designated
    – 3. Blocked
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is port state?

A
  1. Blocking/discarding state (not forwarding to prevent a loop)
  2. Listening (not forwarding and cleaning the MAC table)
  3. Learning (not forwarding and adding to the MAC table)
  4. Forwarding (data passes through and is fully operational)
  5. Disabled (administrator has turned off the port)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the easiest way to determine if you have a route selection issue?

A
  • If packet gets dropped because the route to the destination network does not exist, you will receive “ICMP host unreachable message.” This should be a good indication that you need to check your routes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a simple way to resolve a route selection issue?

A

Default Routes: Adding a static route like this can simplify your routing table as a “gateway of last resort” if the address does not match any other entries.

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

How would you resolve an “Address Pool exhaustion” issue?

A
  1. You would want to check your DHCP server and add more addresses if possible.
  2. You may need to decrease the lease time to free up some IP addresses.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an indication that you have exhausted the address pool on your network?

A
  • The client received an APIPA address (This only uses local subnet communication).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What STP issues could arise for switching on a network?

A
  1. STP enabled has NOT be enabled, creating a switching loop on your network.
  2. Broadcasts and multicasts are sent to all
  3. Nothing at the MAC address level to identify loops.
  4. BPDU- Bridge Protocol Data Unit: this interval is every 2 seconds; if (3) of those are missed the link is considered down.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What could happen if there is an incorrect VLAN issue with a switch?

A
  • This situation arises when network link is active and IP address is assigned but you do not have access to resources or limited functionality.
  • Confirm the specific switch interface has the correct VLAN assignment based on its configuration.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How could ACLs affect a switch’s ability to function?

A
  • This situation arises when you have already checked that Clients are working properly, DHCP is assigning correct IP addresses and routing tables look correct, but packets are still getting dropped.
  • ACLs would still break the traffic flow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When troubleshooting IP configurations, what issues may arise?

A
  1. Incorrect default gateway
  2. Incorrect/duplicate IP address
  3. Incorrect subnet mask
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What commands might you use to troubleshoot your IP configuration?

A
  • traceroute/tracert or ping
    1. Ping local IP
    2. Ping default gateway
    3. Ping outside IP address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How would you troubleshoot a duplicate IP address?

A
  1. Check your IP addressing (Did you misconfigure?)
  2. Ping an IP address before static addressing (Does it respond?)
  3. Determine the IP addrss
    - Ping the IP address, check your ARP table and get the MAC address in your switch.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly