Go Back on 350-401 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

350-401 Practice Test


Page 4 out of 168 Pages

Topic 1: Exam Pool A

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?


A.

The password expiry mechanism is on the AAA server and must be configured there.


B.

Add the aaa authentication enable default Administrators command.


C.

Add the username admin privilege 15 common-criteria*policy Administrators password 0 Cisco13579! command.


D.

No further action Is required. The configuration is complete.





C.
  

Add the username admin privilege 15 common-criteria*policy Administrators password 0 Cisco13579! command.



Explanation: Perform this task to create a password security policy and to apply the policy to a specific user profile.
Device> enable
Device# configure terminal
Device(config)# aaa new-model
Device(config)# aaa common-criteria policy policy1
Device(config-cc-policy)# char-changes 4
Device(config-cc-policy)# max-length 20
Device(config-cc-policy)# min-length 6
Device(config-cc-policy)# numeric-count 2
Device(config-cc-policy)# special-case 2
Device(config-cc-policy)# exit
Device(config)# username user1 common-criteria-policy policy1 password password1
Device(config)# end

What is one difference between saltstack and ansible?


A.

SaltStack uses an API proxy agent to program Cisco boxes on agent mode, whereas Ansible uses a Telnet connection


B.

SaltStack uses the Ansible agent on the box, whereas Ansible uses a Telnet server on the box


C.

SaltStack is constructed with minion, whereas Ansible is constructed with YAML


D.

SaltStack uses SSH to interact with Cisco devices, whereas Ansible uses an event bus





C.
  

SaltStack is constructed with minion, whereas Ansible is constructed with YAML



What is the differences between TCAM and the MAC address table?


A.

The MAC address table is contained in TCAM ACL and QoS information is stored in TCAM


B.

The MAC address table supports partial matches. TCAM requires an exact match


C.

Router prefix lookups happens in CAM. MAC address table lookups happen in TCAM


D.

TCAM is used to make Layer 2 forwarding decisions CAM is used to build routing tables





A.
  

The MAC address table is contained in TCAM ACL and QoS information is stored in TCAM



Explanation: https://community.cisco.com/t5/networking-documents/cam-contentaddressable-memory-vs-tcam-ternary-content/ta-p/3107938
When using Ternary Content Addressable Memory (TCAM) inside routers it’s used for faster address lookup that enables fast routing.
In switches Content Addressable Memory (CAM) is used for building and lookup of mac address table that enables L2 forwarding decisions.
Besides Longest-Prefix Matching, TCAM in today’s routers and multilayer Switch devices are used to store ACL, QoS and other things from upper-layer processing.

What is a characteristic of YANG?


A.

It is a Cisco proprietary language that models NETCONF data


B.

It allows model developers to create custom data types


C.

It structures data in an object-oriented fashion to promote model reuse


D.

It provides loops and conditionals to control now within models





C.
  

It structures data in an object-oriented fashion to promote model reuse



Refer to the exhibit.


A.

Option A


B.

Option B


C.

Option C


D.

Option D





D.
  

Option D




Page 4 out of 168 Pages
Previous