Network Engineer Job Scenarios
Network Engineer Job Scenarios
Answer: Use ping and traceroute to identify where delays are occurring.
Check for high CPU utilization on network devices, congestion on interfaces,
and review logs for errors. Inspect routing loops or misconfigurations in QoS
settings.
Answer: Ensure that the interfaces on both switches have the same speed
and duplex settings, then configure the interfaces to use EtherChannel either
using LACP (Link Aggregation Control Protocol) or PAgP (Port Aggregation
Protocol) depending on the preference. Also make sure that native Vlan is the
same.
6. A device is unreachable via its hostname but reachable via IP.
What could be the cause?
Answer: This indicates a DNS issue. Verify that the correct DNS server is
configured, and check the DNS server for proper resolution of the hostname.
Answer: Check physical connections for loose cables, verify error statistics
on interfaces, look for duplex mismatches, and check for flapping routes or
high CPU utilization on network devices.
Check Port Status: Use the command: #show interface [interface ID] to
check if the port is administratively down or physically down.
Verify VLAN Membership: Make sure the port is assigned to the correct
VLAN using #show vlan brief.
Check for Errors: Look for any errors like err-disabled using #show
interface [interface ID].
10. How would you troubleshoot a trunk link that is not passing
VLANs correctly?
Check Native VLAN Mismatch: Ensure that the native VLAN on both ends
of the trunk match. If they do not, the traffic might not pass correctly.
Verify DTP (Dynamic Trunking Protocol): Check if the switch ports are
properly negotiating trunking. If not, you can force trunking with the
command switchport mode trunk.
11. What is the cause and solution for a port being in an 'err-
disabled' state?
A port can enter the 'err-disabled' state due to several reasons, including:
To resolve: Check the reason for the error using #show interface [interface
ID] and #show log.
Resolve the issue (e.g., fix security violation, check physical cables, or
correct duplex mismatch). Re-enable the port with shutdown followed by no
shutdown.
VLAN Configuration: #show vlan brief – Verify port is in the correct VLAN.
13. How would you verify the health of the switch and its
interfaces?
Interface Status:
System Resources:
Errors:
Spanning Tree:
Answer: Verify network quality (e.g., check jitter, latency, and packet loss),
check if there are any QoS settings in place to prioritize VoIP traffic, inspect
the user’s device for hardware issues, and ensure there are no bandwidth
limitations affecting the call.
Answer:
- Check latency using tools like ping or traceroute.
- Analyze traffic with monitoring tools (e.g., Wireshark).
- Inspect the WAN link for saturation, packet loss, or jitter.
- Verify routing paths and adjust configurations if needed.
- Implement QoS to prioritize critical traffic.
- Collaborate with the ISP to address link-level problems.
Answer:
- Use arp -a to identify conflicting MAC addresses.
- Locate both devices using their MAC addresses.
- Check if one device uses static IP and the other gets it via DHCP.
- Assign a unique IP or reserve the IP in the DHCP server.
- Monitor the network to prevent recurrence.
If it was configured statically, try to check and configure the IP address again
in the device
Answer:
- Verify user credentials and account status.
- Confirm correct client configuration (server address, protocol).
- Ensure internet access and open required ports (e.g., 443 for SSL VPN).
- Review server and client logs for errors.
- Check firewalls or IPSec parameter mismatches.
- Test connectivity using a known working VPN account.
Answer:
- Use ping and traceroute to locate packet loss.
- Examine network interfaces for errors or mismatched duplex settings.
- Inspect cables and test alternate switch/router ports.
- Verify intermediate device loads and redistribute traffic if needed.
- Check firewall rules to ensure packets aren’t being dropped.
- Resolve congestion using QoS or increase bandwidth.
Answer:
- Ensure correct VLAN IDs are assigned to switch ports.
- Verify inter-VLAN routing with necessary SVIs on the Layer 3 device.
- Check that trunk links carry relevant VLANs with proper encapsulation
(802.1Q).
- Review ACLs to ensure inter-VLAN traffic isn’t blocked.
- Confirm switch ports are in appropriate modes (access/trunk).
- Ensure the routing table has routes for all VLANs.
The initial step in this scenario is to check if the subnet is included within a
network statement under OSPF configuration and whether the interface
associated with the subnet is up and included in the correct OSPF area.
Additionally, inspecting route summarization setups or filtering that might be
preventing route advertisement is key. The command #show ip ospf
database can reveal necessary details about the OSPF link-state database,
which helps in diagnosing issues related to route distribution.
Answer:
- Check DHCP Server: Ensure the DHCP service is running and properly
configured.
- Scope Configuration: Verify the DHCP scope has available IPs and the
correct subnet mask.
- Network Connectivity: Confirm devices can reach the DHCP server (e.g.,
ping).
- Switch Port Settings: Ensure ports are in the correct VLAN for DHCP relay.
Answer:
- Signal Strength: Use Wi-Fi analyzer tools to check for weak signals or
interference.
- Access Point Load: Ensure no access point is overloaded with too many
clients.
- Channel Overlap: Check for overlapping Wi-Fi channels and adjust to less
congested ones.
- Access Point Configuration: Verify SSID, encryption settings, and firmware
updates.
- Device Testing: Test connectivity using a known working device to isolate
client issues.
Answer:
Answer:
Question: One subnet experience slow internet speed while others work fine.
How would you troubleshoot this?
Answer:
Question: A branch office complains about high latency when accessing the
company’s central database. What steps would you take to diagnose and
resolve the issue?
Answer:
Answer:
- Check if one device uses static IP and the other gets it via DHCP.
Question: A remote worker is unable to connect to the VPN. How would you
troubleshoot this?
Answer:
- Verify user credentials and account status.
- Ensure internet access and open required ports (e.g., 443 for SSL VPN).
Question: Your monitoring tool indicates 10% packet loss between two critical
servers. How do you investigate and fix it?
Answer:
Answer:
- Check that trunk links carry relevant VLANs with proper encapsulation
(802.1Q).
Answer:
36. Scenario 12: You are assigned a task to implement a new VLAN
in a network. How would you configure it?
Answer:
- Create the VLAN on the switch using the command vlan X where X is
the VLAN ID.
- Assign the VLAN to the required ports using switchport access vlan X.
- Configure the router for inter-VLAN routing if necessary.
- Test connectivity between devices in the same VLAN and across VLANs.
37. Scenario 13: The network is slow, and users complain about
intermittent disconnections. How would you troubleshoot this
issue?
Answer:
Answer:
39. Scenario 15: You are asked to configure redundancy for critical
servers. How would you implement it?
Answer:
Answer:
41. Scenario 17: The router does not route traffic between two
subnets. What could be the problem?
Answer:
Answer:
- Use the command #show interfaces status to identify the exact error.
- Check for issues like a loop, BPDU guard, or security violations.
- Use shutdown followed by no shutdown to bring the port back online.
- Review port security settings and clear any security violation counters.
43. Scenario 19: Users in one VLAN cannot communicate with
users in another VLAN. What could be wrong?
Answer:
44. Scenario 20: You have a network with many devices and are
facing ARP table issues. What solution can you propose?
Answer:
Answer:
46. Scenario 22: You are tasked with configuring a load balancer
for a web application. How would you do it?
Answer:
47. Scenario 23: A user reports being unable to ping the gateway
but can access resources within the local network. What might be
the issue?
Answer:
48. Scenario 24: A router does not accept any new routing entries.
What could be causing this?
Answer:
- The router’s routing table may be full, and you might need to add more
memory.
- Check for a misconfigured maximum number of routes in the routing
protocol.
- Verify that the router has enough processing power to handle the
number of routes.
49. Scenario 25: There is high CPU usage on a switch. What steps
would you take to investigate?
Answer:
- Use #show processes to identify the process causing high CPU usage.
- Check for network loops or broadcast storms that might be overloading
the switch.
- Verify if there are any software bugs or issues with the switch firmware.
- Monitor the network for unusual traffic patterns.
Answer:
- Check the server’s CPU and memory usage for resource exhaustion.
- Use ping and traceroute to identify any network delays.
- Test connectivity to the server using different protocols (e.g., FTP,
HTTP).
- Investigate the switch or router the server is connected to for
congestion or errors.
Answer:
Answer:
Answer:
Answer: