5.3 Given a scenario, troubleshoot common issues with network services. Flashcards
What is a network loop?
- STP is not enabled (&)
- More traffic is allowed into the network but does not have a clear destination.
What is a root bridge selection?
- 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)
What is a port role?
- Each bridge assigns a port role to each interface
- (3) role choices:
– 1. Root
– 2. Designated
– 3. Blocked
What is port state?
- Blocking/discarding state (not forwarding to prevent a loop)
- Listening (not forwarding and cleaning the MAC table)
- Learning (not forwarding and adding to the MAC table)
- Forwarding (data passes through and is fully operational)
- Disabled (administrator has turned off the port)
What is the easiest way to determine if you have a route selection issue?
- 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.
What is a simple way to resolve a route selection issue?
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 would you resolve an “Address Pool exhaustion” issue?
- You would want to check your DHCP server and add more addresses if possible.
- You may need to decrease the lease time to free up some IP addresses.
What is an indication that you have exhausted the address pool on your network?
- The client received an APIPA address (This only uses local subnet communication).
What STP issues could arise for switching on a network?
- STP enabled has NOT be enabled, creating a switching loop on your network.
- Broadcasts and multicasts are sent to all
- Nothing at the MAC address level to identify loops.
- BPDU- Bridge Protocol Data Unit: this interval is every 2 seconds; if (3) of those are missed the link is considered down.
What could happen if there is an incorrect VLAN issue with a switch?
- 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 could ACLs affect a switch’s ability to function?
- 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
When troubleshooting IP configurations, what issues may arise?
- Incorrect default gateway
- Incorrect/duplicate IP address
- Incorrect subnet mask
What commands might you use to troubleshoot your IP configuration?
- traceroute/tracert or ping
1. Ping local IP
2. Ping default gateway
3. Ping outside IP address
How would you troubleshoot a duplicate IP address?
- Check your IP addressing (Did you misconfigure?)
- Ping an IP address before static addressing (Does it respond?)
- Determine the IP addrss
- Ping the IP address, check your ARP table and get the MAC address in your switch.