Cisco (350-601-DCCOR) Exam Questions And Answers page 8
Which two methods are available to manage an ACI REST API session authentication when a user is unauthenticated? (Choose two.)
GET to aaaListDomains
GET aaaRefresh
DELETE to aaaLogout
POST to aaaLogin
Network Virtualization
Security
Refer to the exhibit. An engineer logs all occurrences of a configuration being saved. The engineer must generate an additional log message when someone attempts to change the configuration for interface Ethernet 1/1. Which set of commands must be used to meet these requirements?
Network Virtualization
Security
Refer to the exhibit. Service degradation is reported on a VM that is deployed on a Cisco UCS B-Series Server. The traffic from the vNIC is required to SPAN in both directions to a packet analyzer that is connected to UCS-A slot 2 port 12. Which two commands are needed to complete the configuration? (Choose two.)
UCS-A /eth-traffic-mon/fabric/eth-mon-session* # create dest-interface 2 12
UCS-A /org/service-profile/vnic/mon-src* # set direction receive transmit
UCS-A /eth-traffic-mon/fabric/eth-mon-session # activate
UCS-A /eth-traffic-mon/fabric/eth-mon-session* # create eth-mon-session/dest-interface 2 12
UCS-A /org/service-profile/vnic/mon-src* # set direction both
Network Virtualization
Security
The VMM domain is integrated between Cisco APICs and vCenter using a distributed vSwitch. The traffic must be blocked between a subset of endpoints in an EPG based on specific VM attributes and the rest of the VMs in that EPG. Which set of actions blocks this traffic?
1. Set Allow Microsegmentation under the EPG VMM Domain Association to True
2. Set Intra-EPG Isolation to Unenforced for the EPG
3. Set Intra-EPG Isolation to Unenforced for the uSeg EPG
2. Set Intra-EPG Isolation to Unenforced for the EPG
3. Set Intra-EPG Isolation to Unenforced for the uSeg EPG
1. Set Allow Microsegmentation under the EPG VMM Domain Association to False
2. Set Intra-EPG Isolation to Unenforced for the EPG
3. Set Intra-EPG Isolation to Enforced for the uSeg EPG
2. Set Intra-EPG Isolation to Unenforced for the EPG
3. Set Intra-EPG Isolation to Enforced for the uSeg EPG
1. Set Allow Microsegmentation under the EPG VMM Domain Association to True
2. Set Intra-EPG Isolation to Enforced for the EPG
3. Set Intra-EPG Isolation to Enforced for the uSeg EPG
2. Set Intra-EPG Isolation to Enforced for the EPG
3. Set Intra-EPG Isolation to Enforced for the uSeg EPG
1. Set Allow Microsegmentation under the EPG VMM Domain Association to True
2. Set Intra-EPG Isolation to Enforced for the EPG
3. Set Intra-EPG Isolation to Unenforced for the uSeg EPG
2. Set Intra-EPG Isolation to Enforced for the EPG
3. Set Intra-EPG Isolation to Unenforced for the uSeg EPG
Network Virtualization
Security
Refer to the exhibit. An engineer logs all occurrences of a configuration being saved. The engineer must generate an additional log message when someone attempts to change the configuration for interface Ethernet 1/1. Which set of commands must be used to meet these requirements?
Network Virtualization
Security
Which VLANs can be assigned on vPC interfaces?
Single Choice
Refer to the exhibit. Which VLANs are capable to be assigned on vPC interfaces?
100-102
100-103
100-104
100-105
Network Virtualization
Compute
Refer to the exhibit.
A flapping link issue has been reported on the vPC keepalive link. A packet capture has been activated on the Cisco Nexus switch.
What is the destination IP address of the vPC keepalive packets that are sent by the switch?
A flapping link issue has been reported on the vPC keepalive link. A packet capture has been activated on the Cisco Nexus switch.
What is the destination IP address of the vPC keepalive packets that are sent by the switch?
192.168.254.4
192.168.254.1
192.168.254.2
239.255.70.83
Network Virtualization
Compute
Refer to the exhibit. A network engineer must configure port E1/31-32 to forward only storage server traffic of VLAN 200 on Cisco fabric interconnects A and B. Port E1/31-32 is not reserved for any other traffic. Which port type must be configured to accomplish this goal?
FCoE storage
uplink
unified uplink
FCoE uplink
Storage Networking
Compute
An engineer must use the python module in the guest shell of the Cisco Nexus 9000 Series switch to shutdown port Ethernet 1/4. Which command set will accomplish this?
from cli import *
cli(''conf t'')
cli(''interface eth1/4'')
cli(''shutdown'')
cli(''conf t'')
cli(''interface eth1/4'')
cli(''shutdown'')
from cisco import cli
cli(''conf t'' ; ''interface eth1/4'' ; ''shut )
cli(''conf t'' ; ''interface eth1/4'' ; ''shut )
from cli import *
cli(''conf t ; interface eth1/4 ; shut'')
cli(''conf t ; interface eth1/4 ; shut'')
from cisco import cli
cli(''conf t ; interface eth1/4")
cli(''shutdown'')
cli(''conf t ; interface eth1/4")
cli(''shutdown'')
Network Virtualization
Security
An engineer must implement a VXLAN-based data center interconnect. The long-distance transport provided by a service provider is IP-based, supports a maximum MTU of 1554 bytes, and does not support outbound traffic replication. Which action must be taken to build the data center interconnect?
Announce host reachability over BGP.
Create an IP access list and associate it with VNI to replicate traffic to remote VTEPs.
Configure a route map to associate the IPs of the remote VTEPs.
Implement BGP EVPN ingress replication.
Data Center Infrastructure
Network Virtualization
Comments