Refer to the exhibit. Cisco Fabric Services is enabled in the network. Which type of IP address is used by the Cisco Fabric Services protocol?
Correct Answer: B
Question 137
A storage engineer must configure zoning on a Cisco MDS 9000 Series switch. Drag and drop actions from the left into the order on right
Correct Answer:
Question 138
Refer to the exhibit. A network engineer must retrieve the network interface name from a JSON object. The engineer loads the JSON into a Python dictionary named json_object. Which code snippet completes the Python script?
Correct Answer: B
Question 139
Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of the Cisco Nexus switch?
Correct Answer: D
NXs1# guestshell [admin@guestshell ~]$ for x in {1..5}; do dohost "conf t ; interface eth1/$x ; description Server$x" ; done Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. [admin@guestshell ~]$
Question 140
A company is running a pair of cisco Nexus 7706 series switches as part of a data center segment. All network engineers have restricted read-Write access to the core switches. A network engineer must a new FCoE VLAN to allow traffic from services toward FCoE storage. Which set of actions must be taken to meet these requirements?
Correct Answer: A
* Create a user defined role and add the required privileges. * Assign a role to a user. Comprehensive and Detailed Explanation: = To meet the requirements of adding a new FCoE VLAN to the core switches with restricted read-write access, the network engineer must create a user defined role and assign it to a user. A user defined role is a custom role that can be created to grant specific privileges and permissions to a user, based on the tasks and functions they need to perform. A user defined role can be created using the role command, and then the required privileges can be added using the rule command. For example, to create a role named FCoE-admin and add the privilege to configure FCoE VLANs, the following commands can be used: role FCoE-admin rule 1 permit read-write feature fcoe rule 2 permit read-write feature vlan After creating the user defined role, it can be assigned to a user using the username command. For example, to assign the FCoE-admin role to a user named John, the following command can be used: username John role FCoE-admin By creating and assigning a user defined role, the network engineer can ensure that the user has the minimum required privileges to perform the FCoE VLAN configuration, without granting them full network-admin access or modifying the existing roles. References := * Implementing and Operating Cisco Data Center Core Technologies (DCCOR) v1.2, Module 3: Data Center LAN Network Connectivity, Lesson 3.5: Cisco Nexus 7000 Series Switches * Cisco Nexus 7000 Series NX-OS Security Configuration Guide, Release 6.x, Chapter: Configuring User Accounts and RBAC, Section: Configuring User-Defined Roles