nerdexam
CompTIA

SY0-501 · Question #443

An analyst receives an alert from the SIEM showing an IP address that does not belong to the assigned network can be seen sending packets to the wrong gateway. Which of the following network devices…

The correct answer is C. Switch; modify the access port to trunk port. The alert indicates a device has an incorrect IP address and gateway, pointing to a Layer 2 network segmentation issue on a switch. The misconfiguration likely involves a critical switch port, such as an inter-VLAN routing link, being incorrectly set as an access port.

Submitted by layla.eg· Mar 4, 2026Security architecture

Question

An analyst receives an alert from the SIEM showing an IP address that does not belong to the assigned network can be seen sending packets to the wrong gateway. Which of the following network devices is misconfigured and which of the following should be done to remediate the issue?

Options

  • AFirewall; implement an ACL on the interface
  • BRouter; place the correct subnet on the interface
  • CSwitch; modify the access port to trunk port
  • DProxy; add the correct transparent interface

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    78% (14)
  • D
    11% (2)

Why each option

The alert indicates a device has an incorrect IP address and gateway, pointing to a Layer 2 network segmentation issue on a switch. The misconfiguration likely involves a critical switch port, such as an inter-VLAN routing link, being incorrectly set as an access port.

AFirewall; implement an ACL on the interface

A firewall with an Access Control List (ACL) filters traffic but does not address the underlying issue of a device acquiring an IP address from the wrong network segment.

BRouter; place the correct subnet on the interface

While routers handle subnets, the problem describes a device acquiring an incorrect IP address and gateway due to a Layer 2 issue (VLANs), not a misconfigured subnet on the router interface itself.

CSwitch; modify the access port to trunk portCorrect

The problem describes a device obtaining an IP address from an unintended network and sending traffic to a gateway not associated with its assigned network, pointing to a Layer 2 VLAN misconfiguration. If a switch port intended for inter-VLAN routing (e.g., connected to a router-on-a-stick) or an inter-switch link is incorrectly configured as an access port, it restricts communication for other VLANs, leading to incorrect IP assignments or unreachable correct gateways. Changing the switch port from access to trunk mode (`switchport mode trunk`) correctly enables multiple VLANs to traverse the link, resolving the root cause of the incorrect network configuration.

DProxy; add the correct transparent interface

A proxy server operates at the application layer to manage client requests and content, having no direct role in how a device obtains its network layer IP address or communicates with a gateway.

Concept tested: Switch VLAN port mode configuration for inter-VLAN routing

Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/41606-howto-8.html

Topics

#VLAN#switch misconfiguration#network troubleshooting#access ports

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice