300-610 · Question #182
A company must integrate an iSCSI storage solution into its existing production environment. The new iSCSI network must be accessible from a limited set of network segments. The client devices follow
The correct answer is B. Deploy the iSCSI storage appliance on the core switch in a separate VRF.. To secure an iSCSI storage solution accessible only from limited network segments with strict security, deploying it in a separate Virtual Routing and Forwarding (VRF) instance on the core switch provides network segmentation and isolation.
Question
A company must integrate an iSCSI storage solution into its existing production environment. The new iSCSI network must be accessible from a limited set of network segments. The client devices follow a strict network security policy to access critical data from the storage array. Which design steps must be used to meet these requirements?
Options
- APlace the iSCSI storage appliance on the core switch to isolate it in a private VLAN.
- BDeploy the iSCSI storage appliance on the core switch in a separate VRF.
- CConnect the iSCSI storage appliance on the core switch using a dedicated port.
- DConnect the iSCSI storage appliance on the core switch in vPC mode.
How the community answered
(62 responses)- A18% (11)
- B71% (44)
- C5% (3)
- D6% (4)
Why each option
To secure an iSCSI storage solution accessible only from limited network segments with strict security, deploying it in a separate Virtual Routing and Forwarding (VRF) instance on the core switch provides network segmentation and isolation.
While a private VLAN can isolate hosts within a VLAN, it does not provide the same level of routing and forwarding isolation as a VRF and might still allow unauthorized segments to route to it if not properly configured with ACLs, which is less robust than VRF for full network segmentation.
A VRF creates independent routing and forwarding tables, effectively isolating the iSCSI network traffic from other network segments on the same physical device. This allows for strict access control and security policies to be applied specifically to the iSCSI VRF, limiting its accessibility to only designated network segments as required.
Connecting an iSCSI storage appliance to a dedicated port on the core switch, without further configuration like VLANs or VRFs, does not inherently provide the required network isolation and strict access control for limited accessibility.
vPC (Virtual Port-Channel) mode provides link aggregation and high availability by allowing a single device to connect to two upstream switches, but it does not inherently offer network segmentation or isolation to limit access from specific network segments.
Concept tested: iSCSI network segmentation with VRF
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipseg_vrf/configuration/15-mt/irs-ipseg-vrf-15-mt-book.html
Topics
Community Discussion
No community discussion yet for this question.