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

Page: 1 / 14
Total 45 questions
Question 1

How many times must BGP be configured when running symmetric IRB with two VFRs?



Answer : C

When running symmetric Integrated Routing and Bridging (IRB) with two Virtual Forwarding Routers (VFRs), BGP must be configured twice. Each VFR will have its own BGP instance to handle the routing information.


Dell Technologies SONiC Routing Guide

Dell Networking Configuration Guide

Question 2

Refer to the exhibit.

What is the primary VRRP router for VRRP group 10?



Answer : B

Based on the exhibit, Router-2 has the highest priority (90) in VRRP group 10. In VRRP, the router with the highest priority becomes the primary (master) router. Therefore, Router-2 is the primary VRRP router for VRRP group 10.


Dell Technologies SONiC VRRP Configuration Guide

VRRP Protocol Overview

Question 3

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 4

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 5

Which two elements must be included in the show mclag interface x x command?



Answer : A, C

The show mclag interface command provides information about the multi-chassis link aggregation (MC-LAG) configuration. Essential elements that must be included are the peer-link port channel number and the MC-LAG port channel number. These parameters are critical for identifying the interface and its associated link aggregation settings.


Dell SONiC Command Reference Guide

Dell Technologies InfoHub

Question 6

What interface must be selected when configuring the management port from within the MF-CLI environment?



Answer : D

Dell SONiC Management Interface Configuration:

In Dell SONiC, the management port configuration is a crucial aspect that allows administrators to access and manage the network device.

The management interface typically provides out-of-band management access to the device, ensuring that even if the data network is down, the management network can still be accessed.

Common Interface Naming Conventions:

mgmt 1/1/1: This naming convention is not typically used in Dell SONiC environments for management interfaces.

ma 0/1: This could be a potential naming convention but is not standard for Dell SONiC.

Management 0: This is a logical name but does not align with the standard interface naming conventions used in Dell SONiC.

eth0: This is the standard naming convention used for the primary management interface in most Linux-based systems, including Dell SONiC.

Verification with Dell SONiC Documentation:

Dell SONiC documentation specifies that the management interface is usually named eth0.

When accessing the management interface within the MF-CLI (Management Framework Command Line Interface) environment, eth0 is the correct interface to configure.

Practical Configuration Example:

When configuring the management port, the command might look something like:

config interface ip add eth0 <management_ip_address>/<subnet_mask>

This command specifies the management interface eth0 and assigns it an IP address for network management purposes.


Dell Enterprise SONiC Deployment Guide

Dell Technologies Networking - SONiC

This detailed step-by-step explanation confirms that the correct answer is D, providing insights into the typical interface naming conventions and configuration practices within the Dell SONiC environment.

Question 7

What two methods can be used to upgrade or downgrade Enterprise SONiC?



Answer : A, D

Enterprise SONiC can be upgraded or downgraded using:

Boot Loader (A): The boot loader can be used to select and load different versions of the SONiC firmware.

GRUB (D): GRUB (Grand Unified Bootloader) is another method used to manage and select different SONiC firmware versions during system boot-up.


Dell Technologies SONiC documentation

SONiC Upgrade Guide

Page:    1 / 14   
Total 45 questions