Cisco 350-401 Practice Test - Questions Answers, Page 20
List of questions
Related questions
Refer the exhibit.
Which router is the designated router on the segment 192.168.0.0/24?
This segment has no designated router because it is a nonbroadcast network type.
This segment has no designated router because it is a p2p network type.
Router Chicago because it has a lower router ID
Router NewYork because it has a higher router ID
The login method is configured on the VTY lines of a router with these parameters.
The first method for authentication is TACACS
If TACACS is unavailable, login is allowed without any provided credentials Which configuration accomplishes this task?
R1#sh run | include aaa
aaa new-model
aaa authentication login VTY group tacacs+ none
aaa session-id common
R1#sh run | section vty
line vty 0 4
password 7 0202039485748
R1#sh run | include username
R1#
R1#sh run | include aaa
aaa new-model
aaa authentication login telnet group tacacs+ none
aaa session-id common
R1#sh run | section vty
line vty 0 4
R1#sh run | include username
R1#
R1#sh run | include aaa
aaa new-model
aaa authentication login default group tacacs+ none
aaa session-id common
R1#sh run | section vty
line vty 0 4
password 7 0202039485748
R1#sh run | include aaa
aaa new-model
aaa authentication login default group tacacs+
aaa session-id common
R1#sh run | section vty
line vty 0 4
transport input none
R1#
Which technology is used as the basis for the cisco sd-access data plane?
IPsec
LISP
VXLAN
802.1Q
What is YANG used for?
scraping data via CLI
processing SNMP read-only polls
describing data models
providing a transport for network configuration data between client and server
Which method does Cisco DNA Center use to allow management of non-Cisco devices through southbound protocols?
It creates device packs through the use of an SDK
It uses an API call to interrogate the devices and register the returned data.
It obtains MIBs from each vendor that details the APIs available.
It imports available APIs for the non-Cisco device in a CSV format.
A network is being migrated from IPV4 to IPV6 using a dual-stack approach. Network management is already 100% IPV6 enabled. In a dual-stack network with two dual-stack NetFlow collections, how many flow exporters are needed per network device in the flexible NetFlow configuration?
1
2
4
8
What are two considerations when using SSO as a network redundancy feature? (Choose two)
both supervisors must be configured separately
the multicast state is preserved during switchover
must be combined with NSF to support uninterrupted Layer 2 operations
must be combined with NSF to support uninterrupted Layer 3 operations
requires synchronization between supervisors in order to guarantee continuous connectivity
Refer to the exhibit. Which command is required to verify NETCONF capability reply messages?
show netconf | section rpc-reply
show netconf rpc-reply
show netconf xml rpc-reply
show netconf schema | section rpc-reply
A network engineer must configure a router to send logging messages to a syslog server based on these requirements: uses syslog IP address: 10.10.10.1 uses a reliable protocol must not use any well-known TCP/UDP ports Which configuration must be used?
logging host 10.10.10.1 transport tcp port 1024
logging origin-id 10.10.10.1
logging host 10.10.10.1 transport udp port 1023
logging host 10.10.10.1 transport udp port 1024
Refer to the exhibit. A network engineer must configure NETCONF. After creating the configuration, the engineer gets output from the command show line, but not from show running-config. Which command completes the configuration?
Option A
Option B
Option C
Option D
Question