Dell EMC Dell SONiC Deploy D-SNC-DY-00 Exam Questions

Page: 1 / 14
Total 45 questions
Question 1

SIMULATION

Configure the system to meet these requirements.

. Configure R1 with AS 1.

. R1 must use a static neighbor assignment for BGP peering.

. R1 needs to redistribute all current and future connected IPv4 routes.

All the required BGP configurations have already been completed on R2.

R2 resides in BGP AS 2.



Answer : A

Here is the step-by-step configuration for R1:

Enter BGP Configuration Mode:

R1# configure terminal

R1(config)# router bgp 1

Configure the BGP Neighbor:

R1(config-router)# neighbor 10.10.12.2 remote-as 2

Redistribute Connected Routes into BGP:

R1(config-router)# redistribute connected

Exit BGP Configuration Mode and Save the Configuration:

R1(config-router)# end

R1# write memory

Comprehensive Detailed Step by Step Explanation with Reference:

Enter BGP Configuration Mode:

To configure BGP on R1, you need to enter global configuration mode and then enter BGP configuration mode with the AS number. Since R1 is in AS 1, you use the command router bgp 1.

Configure the BGP Neighbor:

BGP neighbors must be manually specified. In this case, R1's neighbor is R2, which has an IP address of 10.10.12.2 and resides in AS 2. The command neighbor 10.10.12.2 remote-as 2 establishes this relationship.

Redistribute Connected Routes into BGP:

To ensure that all connected routes on R1 are advertised via BGP, you use the redistribute connected command. This ensures that any connected IPv4 routes are redistributed into BGP, meeting the requirement to advertise current and future connected routes.

Exit BGP Configuration Mode and Save the Configuration:

Once the configuration is complete, you exit BGP configuration mode by typing end and then save the configuration with the write memory command. This ensures that the changes persist after a reboot.


Cisco BGP Configuration Guide

Dell Technologies Networking - SONiC

Dell Enterprise SONiC Deployment Guide

These steps provide a comprehensive guide to configure R1 to meet the specified requirements for BGP peering and route redistribution.

Question 2

What are three characteristics of VLAN translation?



Answer : A, B, E

VLAN translation is not supported on MC-LAG port channel interfaces (A): This is a restriction commonly seen in network configurations involving Multi-Chassis Link Aggregation (MC-LAG) where VLAN translation capabilities are not applied.

Trunk or access ports can be configured as members of any VLANs that are not used as an SVLAN (B): This ensures that the VLAN configuration on trunk or access ports is flexible and does not overlap with Service VLANs (SVLANs).

SVLAN configuration for both Q-in-Q VLAN tunneling and VLAN translation is possible on the same interface (E): This allows for complex VLAN tagging and translation configurations to be applied to the same interface, supporting advanced networking scenarios.


Dell Technologies SONiC documentation

Dell Networking Configuration Guide

Question 3

Which two additional Q-in-Q VLAN tunnel configuration steps must be followed if the provider network uses a VXLAN overlay?



Answer : A, B

Configure VLAN Translation (A): VLAN translation is necessary to translate customer VLANs (CVLANs) to service VLANs (SVLANs) for Q-in-Q tunneling in a VXLAN environment.

Map the SVLAN traffic to a VNI (B): SVLAN traffic must be mapped to a VXLAN Network Identifier (VNI) for encapsulation and transport across the VXLAN overlay network.


Dell Technologies SONiC documentation

VXLAN Configuration Guide

Question 4

What is the impact of entering the qos-mode uniform command on a VTEP interface?



Answer : D

Entering the qos-mode uniform command on a VTEP interface ensures that the DSCP (Differentiated Services Code Point) value of the payload is copied to the outer header DSCP value. This maintains the Quality of Service (QoS) markings across the VXLAN tunnel, allowing consistent traffic prioritization.


Dell Technologies SONiC documentation

VXLAN and QoS Configuration Guide

Question 5

A deployment requires routing and dynamic access control lists. What bundle must be used for this deployment?



Answer : B

For a deployment that requires routing and dynamic access control lists, the appropriate bundle to use is the Enterprise Standard bundle. This bundle includes advanced routing capabilities and supports dynamic access control lists for comprehensive network management and security.


Dell Technologies SONiC documentation

Dell Networking Bundle Configuration Guide

Question 6

Refer to the exhibits.

PC1 has a valid address on the 192.168.10.0 network, and PC2 has a valid address on the 192.168.20.0 network.

What happens when a ping command is issued between PC1 and PC2?



Answer : D

Network Topology Analysis:

PC1 is on VLAN 10 with an IP address in the 192.168.10.0/24 subnet.

PC2 is on VLAN 20 with an IP address in the 192.168.20.0/24 subnet.

The network uses OSPF for routing between the switches.

The OSPF area is 0, and all switches have loopback interfaces for OSPF.

Routing Table Examination (from switch1):

The show ip route command output from switch1 provides a detailed look at the routing table.

Routes to the 192.168.10.0/24 network (directly connected via Vlan10) are present.

No routes to the 192.168.20.0/24 network are listed in switch1's routing table.

For PC1 to communicate with PC2, switch1 must have a route to the 192.168.20.0/24 network.

The absence of a route to the 192.168.20.0/24 network in switch1's routing table means that switch1 cannot forward packets destined for 192.168.20.0/24.

Therefore, any ping from PC1 to PC2 will be unsuccessful as switch1 does not know how to route packets to PC2's network.

Verification with Dell SONiC:

In Dell SONiC environments, OSPF is configured to ensure dynamic routing.

The configuration must include all necessary networks for inter-switch routing.

If a network (like 192.168.20.0/24) is not included in OSPF configurations on switch1, routes to that network will not be advertised or learned, leading to failed connectivity tests like the ping from PC1 to PC2.


Dell Enterprise SONiC Deployment Guide

Dell Technologies Networking - SONiC

Topic 2, SIMULATION / Lab based

Question 7

Which three actions are required to route traffic sourced from voice servers to a dedicated Internet link''



Answer : B, C, D

To route traffic from voice servers to a dedicated Internet link, the following steps are necessary:

Create an ACL that selects IPs of voice servers (B): This ACL will match the traffic coming from the specified IP addresses of the voice servers.

Create a policy-map and attach the configured class-map and set the next-hop IP (D): The policy-map will use the class-map to identify the voice server traffic and then set the next-hop IP for routing.

Attach a policy to the egress interface (C): The policy-map must be applied to the egress interface to ensure that the traffic is routed correctly.


Dell SONiC QoS Configuration Guide

Dell Technologies InfoHub

Feel free to refer to the Dell SONiC documentation and Dell Technologies InfoHub for more detailed explanations and additional context.

Page:    1 / 14   
Total 45 questions