350-401試験無料問題集「Cisco Implementing Cisco Enterprise Network Core Technologies (350-401 ENCOR) 認定」

What are two benefits of virtual switching when compared to hardware switching? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Please select the correct option that shows the correct combination for the Type 1 Hypervisor.

Which congestion queuing method on Cisco IOS based routers uses four static queues?

解説: (GoShiken メンバーにのみ表示されます)
Lab Simulation 2
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
- Refer to the Tasks tab to view the tasks for this lab item.
- Refer to the Topology tab to access the device console(s) and perform the tasks.
- Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
- All necessary preconfigurations have been applied.
- Do not change the enable password or hostname for any device.
- Save your configurations to NVRAM before moving to the next item.
- Click Next at the bottom of the screen to submit this lab and move to the next question.
- When Next is clicked, the lab closes and cannot be reopened.
Topology

Tasks
Configure HSRP between DISTRO-SW1 and DISTRO-SW2 on VLAN 100 for hosts connected to ACCESS-SW1 to achieve these goals:
1. Configure group number 1 using the virtual IP address of 192.168.1.1/24.
2. Configure DlSTRO-SW1 as the active router using a priority value of 110 and DISTRO-SW2 as the standby router.
3. Ensure that DISTRO-SW2 will take over the active role when DISTRO-SW1 goes down, and when DISTRO-SW1 recovers, it automatically resumes the active role.
Initial Configurations
正解:
Note: The HSRP group number, priority value... may be different in the exam so be careful!
DISTRO-SW1:
DISTRO-SW1(config)#interface Vlan 100
DISTRO-SW1(config-if)# standby 1 ip 192.168.1.1
DISTRO-SW1(config-if)# standby 1 priority 110
DISTRO-SW1(config-if)# standby 1 preempt
DISTRO-SW2:
DISTRO-SW2(config)#interface Vlan 100
DISTRO-SW2(config-if)# standby 1 ip 192.168.1.1
DISTRO-SW2(config-if)# standby 1 preempt
Don't forget to save the configs
DISTRO-SW1#, DISTRO-SW2#copy running-config startup-config
Note:
+ The default HSRP priority is 100 so we don't need to configure it on DISTRO-SW2
Which QoS feature uses the IP Precedence bits in the ToS field of the IP packet header to partition traffic into different priority levels?

Drag and Drop Question
Drag and drop the characteristics from the left onto the deployment models on the right. Not all options are used.
正解:
Refer to the exhibit. What are two effect of this configuration? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit. What is achieved by this code?

What is a characteristic of VXLAN?

Refer to the exhibit. A network engineer must configure a password expiry mechanism on the gateway router for all local passwords to expire after 60 days.
What is required to complete this task?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit. A company requires that all wireless users authenticate using dynamic key generation.
Which configuration must be applied?

解説: (GoShiken メンバーにのみ表示されます)
Drag and Drop Question
Drag and drop the code snippets from the bottom onto blanks in the Python script so that the program changes the IP address and saves it as a new JSON file on the disk. Not all options are used.
正解:
Which technology is used as the basis for the Cisco SD-Access data plane?

What is the correct EBGP path attribute list, ordered from most preferred to the least preferred, that the BGP best-path algorithm uses?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit. An engineer tries to log in to router R1. Which configuration enables a successful login?