Cisco (350-401-ENCOR) Exam Questions And Answers page 72
Refer to the exhibit.
SwitchC connects HR and Sales to the Core switch. However, business needs require that no traffic from the Finance VLAN traverse this switch.
Which command meets this requirement?
SwitchC connects HR and Sales to the Core switch. However, business needs require that no traffic from the Finance VLAN traverse this switch.
Which command meets this requirement?
SwitchC(config)#vtp pruning
SwitchC(config)#interface port-channel 1
SwitchC(config-if)#switchport trunk allowed vlan add 210,310
SwitchC(config-if)#switchport trunk allowed vlan add 210,310
SwitchC(config)#interface port-channel 1
SwitchC(config-if)#switchport trunk allowed vlan remove 110
SwitchC(config-if)#switchport trunk allowed vlan remove 110
Infrastructure
Network Assurance
What is the function of a fabric border node in a Cisco SD-Access environment?
To collect traffic flow information toward external networks.
To connect the Cisco SD-Access fabric to another fabric or external Layer 3 networks.
To attach and register clients to the fabric.
To handle an ordered list of IP addresses and locations for endpoints in the fabric.
Virtualization
Infrastructure
Which line must be added in the Python function to return the JSON object { cat_9k : FXS1932Q2SE }?
return (json.dumps({d[ hostname ]: d[ serialNumber ] for d in json.loads(test_json)[ response ]}))
return (json.dumps({for d in json.loads(test_json)[ response ]: d[ hostname ]: d[ serialNumber ]}))
return (json.loads({d[ hostname ]: d[ serialNumber ] for d in json.dumps(test_json)[ response }))
return (json.loads({for d in json.dumps(test_json)[ response ]: d[ hostname ]: d[ serialNumber ]}))
Infrastructure
Security
Refer to the exhibit. Which command set changes the neighbor state from Idle (Admin) to Active?
R1(config)#router bgp 65001
R1(config-router)#neighbor 192.168.50.2 remote-as 65001
R1(config-router)#neighbor 192.168.50.2 remote-as 65001
R1(config)#router bgp 65001
R1(config-router)#neighbor 192.168.50.2 activate
R1(config-router)#neighbor 192.168.50.2 activate
R1(config)#router bgp 65001
R1(config-router)#no neighbor 192.168.50.2 shutdown
R1(config-router)#no neighbor 192.168.50.2 shutdown
R1(config)#router bgp 65002
R1(config-router)#neighbor 192.168.50.2 activate
R1(config-router)#neighbor 192.168.50.2 activate
Infrastructure
Network Assurance
What are the valid JSON syntax options?
Single Choice
Which JSON syntax is valid?
{ switch : name : dist1 , interfaces : [ gig1 , gig2 , gig3 ]}
{/ switch/ : {/ name/ : dist1 , / interfaces/ : [ gig1 , gig2 , gig3 ]}}
{ switch : { name : dist1 , interfaces : [ gig1 , gig2 , gig3 ]}}
{ switch : ( name : dist1 , interfaces : [ gig1 , gig2 , gig3 ])}
Architecture
Security
Refer to the exhibit. A network engineer configures a new GRE tunnel and enters the show run command. What does the output verify?
The tunnel keepalive is configured incorrectly because they must match on both sites.
The tunnel destination will be known via the tunnel interface.
The tunnel will be established and work as expected.
The default MTU of the tunnel interface is 1500 bytes.
Virtualization
Infrastructure
How can an engineer prevent basic replay attacks from people who try to brute force a system via REST API?
Add a timestamp to the request in the API header.
Use a password hash.
Add OAuth to the request in the API header.
Use HTTPS.
Network Assurance
Security
What is a characteristic of a virtual machine?
It must run the same operating system as its host.
It is deployable without a hypervisor to host it.
It must be aware of other virtual machines, in order to allocate physical resources for them.
It relies on hypervisors to allocate computing resources for it.
Virtualization
Drag and drop the characteristics from the left onto the orchestration tools they describe on the right.
Virtualization
Infrastructure
You administer the IS-IS network shown in the exhibit above. A DIS has been elected on the multiaccess segment.
Which of the following routers will be the DIS after you connect RouterE to the multiaccess segment? (Select the best answer.)
RouterA
RouterB
RouterC
RouterD
RouterE
Infrastructure
Network Assurance
Comments