SY0-501 · Question #439
A network administrator needs to allocate a new network for the R&D group. The network must not be accessible from the Internet regardless of the network firewall or other external…
The correct answer is D. Enable protected ports on the switch. To ensure an R&D network is inaccessible from the Internet regardless of misconfigurations, enabling protected ports on the switch is the most effective solution.
Question
A network administrator needs to allocate a new network for the R&D group. The network must not be accessible from the Internet regardless of the network firewall or other external misconfigurations. Which of the following settings should the network administrator implement to accomplish this?
Options
- AConfigure the OS default TTL to 1
- BUse NAT on the R&D network
- CImplement a router ACL
- DEnable protected ports on the switch
How the community answered
(43 responses)- A9% (4)
- B14% (6)
- C5% (2)
- D72% (31)
Why each option
To ensure an R&D network is inaccessible from the Internet regardless of misconfigurations, enabling protected ports on the switch is the most effective solution.
Configuring the OS default TTL to 1 is an easily bypassed host-level setting and does not provide robust network-wide isolation regardless of misconfigurations.
Using NAT on the R&D network facilitates Internet access by translating private IP addresses to public ones, which is the opposite of the requirement.
Implementing a router ACL is a configuration that could be misconfigured or bypassed if traffic routes around that specific router, failing the requirement of protection regardless of misconfigurations.
Protected ports (also known as private VLAN edge ports) on a switch prevent direct communication between individual ports within the same switch, forcing all traffic from these ports to a designated uplink (promiscuous) port. By dedicating this promiscuous port to a router or firewall that is explicitly configured without any path to the Internet, this mechanism ensures that devices in the R&D network cannot establish external connections, providing a robust Layer 2 isolation that is resilient to higher-layer routing or firewall misconfigurations.
Concept tested: Network segmentation and Layer 2 port isolation
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_data_snooping/configuration/xe-3s/ds-xe-3s-book/sec-port-protect.html
Topics
Community Discussion
No community discussion yet for this question.