wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Test 301-400

Total questions: 100

Worksheet time: 52mins

Name
Class
Date
1.

Which unit of measure is used to measure wireless RF SNR?

a)

dBm

b)

dB

c)

mW

d)

dBi

2.

What is the centralized control policy in a Cisco SD-WAN deployment?

a)

set of statements that defines how routing is performed

b)

list of enabled services for all nodes within the cloud

c)

set of rules that governs nodes authentication within the cloud

d)

list of ordered statements that define user access policies

3.

In a Cisco SD-Access wireless architecture, which device manages endpoint ID to edge node bindings?

a)

fabric edge node

b)

fabric border node

c)

fabric control plane node

d)

fabric wireless controller

4.

Refer to the exhibit. A network engineer issues the debug command while troubleshooting a network issue. What does the output confirm?

a)

ACL100 is tracking ICMP traffic from Serial 1/0 destined for Serial3/0

b)

ACL100 is tracking ICMP traffic from 1.1.1.1 destined for 10.1.1.1

c)

ACL 100 is tracking all traffic from 10.1.1.1 destined for 1.1.1.1

d)

ACL100 is tracking ICMP traffic from 10.1.1. 1 destined for 1.1.1.1

5.

A network administrator applies the following configuration to an IOS device:

aaa new-model

aaa authentication login default local group tacacs+

What is the process of password checks when a login attempt is made to the device?

a)

A local database is checked first. If that check fails, a TACACS+ server is checked.

b)

A TACACS+ server is checked first. If that check fails, a RADIUS server is checked. If that check fails, a local database is checked.

c)

A local database is checked first. If that check fails, a TACACS+ server is checked. If that check fails, a RADIUS server is checked

d)

TACACS + sewer is checked first 15 that check fails a local database is checked

6.

Refer to the exhibit: A client requests a new SSID that will use web-based authentication and extremal RADIUS servers. Which Layer 2 security mode must be selected?

a)

WPA2+WPA3

b)

Static WEP

c)

None

d)

WPA+WPA2

7.

Refer to the exhibit. An engineer must deny Telnet traffic from the loopback interface of router R3 to the loopback interface of router R2 during the weekend hours. All other traffic between the loopback interfaces of routers R3 and R2 must be allowed at all times. Which command set accomplishes this task?

a)

R1(config)#time-range WEEKEND

R1(config-time-range#periodic weekend 00:00 to 23:59

 

R1(config#access-list 150 deny tcp host 10.3.3.3 host 10.2.2.2 eq 23 time-range WEEKEND

R1(config)#access-list 150 permit ip any any.

 

R1(config)#interface G0/1

R1(config-if)#ip access-group 150 in

b)

R1(config)#time-range WEEKEND

R1(config-time-range)#periodic Friday Sunday 00:00 to 00:00

R1(config)#access-list 150 deny tcp host 10.3.3.3 host 10.2.2.2 eq 23 time-range WEEKEND

R1(config#access-list 150 permit ip any any

R1(config)#interface G0/1

R1(config-if#ip access-group 150 in

c)

R3(config#time-range WEEKEND

R3(config-time-range)#periodic weekend 00:00 to 23:59

 

R3(config)access-list 150 permit tep host 10.3.3.3 host 10.2.2.2 eq 23 time-range WEEKEND

R3(config)#access-list 150 permit ip any any time-range WEEKEND

 

R3(config)#interface G0/1

R3(config-if)#ip access-group 150 out

d)

R3(config)#time-range WEEKEND

R3(config-time-range)#periodic Saturday Sunday 00:00 to 23:59

R3(config)#access-list 150 deny tcp host 10.3.3.3 host 10.2.2.2 eq 23 time-range WEEKEND

R3(confia)# access-list 150 permit ip anv any time-range WEEKEND

R3(config)#interface GO/1

R3(config-if)#ip access-group 150 out

8.

What is one primary REST security design principle?

a)

separation of privilege

b)

password hashing

c)

confidential algorithms

d)

OAuth

9.

What are two considerations when using SSO as a network redundancy feature? (Choose two.)

a)

must be combined with NSF to support uninterrupted Layer 3 operations

b)

the multicast state is preserved during switchover

c)

both supervisors must be configured separately

d)

requires synchronization between supervisors in order to guarantee continuous connectivity

e)

must be combined with NSF to support uninterrupted Layer 2 operations

10.

An engineer must construct an access list for a Cisco Catalyst 9800 Series WLC that will redirect wireless guest users to a splash page that is hosted on a Cisco ISE server. The CiscolSE servers are hosted at 10.9.11.141 and 10.1.11.141. Which access list meets the requirements?

a)

ip access-list extended ACL_WEBAUTH_REDIRECT

70 permit ip any host 10.9.11.141

80 permit ip any host 10.1.1.141

500 deny  top any any eq www

600 deny top any any eq 443

700 deny top any any eq 8443

800 deny udp any any eq domain

901 deny ip any any

b)

ip access-list extended ACL_WEBAUTH_REDIRECT

50 deny ip host 10.9.11.44 any

60 deny ip any host 10.9.11.141

70 deny ip host 10.1.11.141 any

80 deny ip any host 10.1.11.141

500 permit tcp any any eq www

600 permittop any any eq 443

700 permit tcp any any eq 80

c)

ip access-list extended ACL_WEBAUTH_REDIRECT

70 deny ip any host 10.9.11.141

80 deny ip any host 10.1.11.141

500 permit tcp any any eq www

600 permit tcp any any eq 443

700 permit tcp any any eq 8443

800 deny udp any any eq domain

d)

ip access-list extended ACL_WEBAUTH_REDIRECT

70 permit ip any host 10.9.11.141

80 permit ip any host 10.1.11.141

500 permit tcp any any eq www

600 permit tcp any any eq 443

700 permit tcp any any eq 8443

800 deny udp any any eq domain

11.

Refer to the exhibit. An engineer must update the existing configuration to achieve these results:

1. Only administrators from the 192.168.1.0/24 subnet can access the vty lines.

2. Access to the vtv lines using clear-text protocols is prohibited.

Which command set should be applied?

a)

access-list 1 permit 192.168.1.0 0.0.0.255

line vty 0 15

access-class 1 in

transport input telnet ssh

b)

access-list 1 permit 192.168.1.0 0.0.0.255

line vty 0 15

access-class 1 in

transport input none

c)

access-list 1 permit 192. 168.1.0 255.255.255.0

line vty 0 15

access-class 1 in

transport input telnet rlogin

d)

access-list 1 permit 192.168.1.0 0.0.0.255

line vty 0 15

access-class 1 in

transport input ssh

12.

When a branch location loses connectivity, which Cisco FlexConnect state rejects new users but allows existing users to function normally?

a)

Authentication-Down / Switching-Down

b)

Authentication-Central / Switch-Local

c)

Authentication-Local / Switch-Local

d)

Authentication-Down / Switch-Local

13.

Refer to the exhibit. The traceroute fails from R1 to R3. What is the cause of the failure?

a)

Redistribution of connected routes into OSPF is not configured

b)

The loopback on R3 is in a shutdown state

c)

An ACL applied inbound on loopback0 of R2 is dropping the traffic

d)

An ACL applied inbound on fal/1 of R3 is dropping the traffic

14.

Which two components are supported by LISP? (Choose two.)

a)

HMAC algorithm

b)

spoke

c)

proxy ETR

d)

route reflector

e)

egress tunnel router

15.

Refer to the exhibit. Extended access-list 100 is configured on interface GigabitEthernet 0/0 in an inbound direction, but it does not have the expected behavior of allowing only packets to or from 192.168.0.0/16. Which command set properly configures the access list?

a)

R1 (config)#no access-list 100 seq 10

R1(config)#access-list 100 seq 40 deny ip any any

b)

R1(config)#ip access-list extended 100

R1 (config-ext-nacl)#5 permit ip any any

c)

R1(config)#ip access-list extended 100

R1(config-ext-nacl)# no 10

d)

R1(config)#no access-list 100 deny ip any any

16.

Which component handles the orchestration plane of the Cisco SD-WAN?

a)

vSmart

b)

vBond

c)

Manage

d)

vEdge

17.

Which action limits the total amount of memory and CPU that is used by a collection of VMs?

a)

Place the collection of VMs in a vApp

b)

Limit the amount of memory and CPU that is available to the cluster

c)

Limit the amount of memory and CPU that is available to the individual VMs

d)

Place the collection of VMs in a resource pool

18.

To which category does a REST API that has been developed for IP address management integration belong?

a)

westbound

b)

eastbound

c)

northbound

d)

southbound

19.

Which configuration creates a CoPP policy that provides unlimited SSH access from client 10.0.0.5 and denies access from all other SSH clients?

a)

!

access-list 100 permit top host 10.0.0.5 any eq 22

access-list 100 deny tep any any eq 22

!

class-map match-all telnet_copp

match access-group 100

!

policy-map CoPP

class telnet_copp

drop

!

control-plane

service-policy input CoPP

!

b)

!

access-list 100 deny tcp host 10.0.0.5 any eq 22

access-list 100 permit top any any eq 22

!

class-map match-all telnet_copp

match access-group 100

!

policy-map CoPP

class telnet_copp

drop

!

22.02.2024

control-plane

service-policy input CoPP

!

c)

!

access-list 100 permit top host 10.0.0.5 any eq 22

access-list 100 deny tep any any eq 22

!

class-map matcn-all telnet_copp

match access-group 100

!

policy-map CoPP

class telnet_copp

police 8000

!

control-plane

service-policy input CoPP

!

d)

!

access-list 100 permit top any any eq 22

access-list 100 deny top host 10.0.0.5 any eq 22

!

class-map match-all telnet_copp

match access-group 100

!

policy-map CoPP

class telnet_copp

police 8000

!

control-plane

service-policy input CoPP

!

20.

An engineer configures a WLAN with fast transition enabled. Some legacy clients fail to connect to this WLAN. Which feature allows the legacy clients to connect while still allowing other clients to use fast transition based on their OUls?

a)

adaptive R

b)

802.11v

c)

over the DS

d)

802.11k

21.

In a Cisco StackWise Virtual environment, which planes are virtually combined in the common logical switch?

a)

control and data

b)

 control and management

c)

 control and forwarding

d)

management and data

22.

Which features does Cisco EDR use to provide threat detection and response protection?

a)

containment, threat intelligence, and machine learning

b)

 cloud analysis and endpoint firewall controls

c)

 container-based agents

d)

firewalling and intrusion prevention

23.

What is the preferred QoS marking for delay-sensitive real-time protocols such as RTP?

a)

ATM-CLP

b)

AF

c)

EF

d)

CS1

24.

How is traffic classified when using Cisco TrustSec technology?

a)

with the IP address

b)

 with the VLAN

c)

 with the MAC address

d)

with the security group tag

25.

What is the purpose of an RP in PIM?

a)

send join messages toward a multicast source SPT

b)

receive IGMP joins from multicast receivers

c)

secure the communication channel between the multicast sender and receiver

d)

ensure the shortest path from the multicast source to the receiver

26.

Refer to the exhibit. An engineer is troubleshooting a newly configured BGP peering that does not establish. What is the reason for the failure?

a)

Mandatory BGP parameters between R1 and 10.255.255.3 are mismatched

b)

BGP peer 10.255.255.3 is not configured for peering with R1

c)

Both BGP peers are configured for passive TCP transport

d)

A firewall is blocking access to TCP port 179 on the BGP peer 10.255.255.3

27.

Refer to the exhibit. An engineer must configure HSRP for VLAN 1000 on SW2. The secondary switch must immediately take over the role of active router if the interlink with the primary switch fails. Which command set completes this task?

a)

SW2(config-if)# standby version 2

SW2(config-if)# standby 1000 ip 10.23.87.1

SW2(config-if)# standby 1000 priority 95

SW2(config-if# standby 1000 track 1000

b)

SW2(config-if)# standby version 2

SW2(config-if)# standby 1000 ip 10.23.87.1

SW2(config-if)# standby 1000 priority 95

SW2(config-if)# standby 1000 preempt

SW2(config-if)# standby 1000 track 1000

c)

SW2(config-if)# standby 1000 ip 10.23.87.1

SW2(config-if)# standby 1000 priority 95

SW2(config-if)# standby 1000 preempt

SW2(config-if)# standby 1000 track 1000

d)

SW2(config-if)# standby version 2

SW2(config-f# standby 1000 ip 10.23.87.13

SW2(config-if)# standby 1000 priority 95

SW2(config-if)# standby 1000 preempt

SW2(config-if)# standby 1000 track gigabitethernet0/0

28.

What is a benefit of YANG?

a)

t enables multiple leaf statements to exist within a leaf list

b)

It collects statistical constraint analysis informations

c)

It enforces the use of a specific encoding format for NETCONF

d)

It enforces configuration semantics

29.

In a wireless Cisco SD-Access deployment, which roaming method is used when a user moves from one AP to another on a different access switch using a single WLC?

a)

Layer3

b)

 inter-xTR

c)

 fast roam

d)

auto anchor

30.

Refer to the exhibit. The existing configuration must be updated to terminate EXEC sessions after 20 minutes of idle time. Which command set should be applied?

a)

line vty 0 15

session-timeout 20

b)

line vty 0 15

exec-timeout 20

c)

line vty 0 15

absolute-timeout 20

d)

line vty 0 15

session-limit 20

31.

1.      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?

username admin privilege 15 password 0 Cisco13579!

aaa new-model

!

aaa authentication login default local

aaa authentication enable default none

!

aaa common-criteria policy Administrators

min-length 1

max-length 127

char-changes 4

lifetime month 2

!

a)

Add the username admin privilege 15 common-criteria-policy Administrators password Cisco 13579! command

b)

 No further action is required. The configuration is complete

c)

 Add the aaa authentication enable default Administrators command

d)

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

32.

Refer to the exhibit. An engineer is configuring WebAuth on a Cisco Catalyst 9800 Series WLC. The engineer has purchased a third-party certificate using the FQDN of the WLC as the CN and intends to use it on the  WebAuth splash page. What must be configured so that the clients do not receive a certificate error?

a)

Virtual 1Pv4 Address must be set to a routable address

b)

Virtual IPv4 Hostname must match the CN of the certificate

c)

Web Auth Intercept HTTPs must be enabled

d)

Trustpoint must be set to the management certificate of the WLC

33.

What is a command-line tool for consuming REST APls?

a)

Firefox

b)

Python requests

c)

Postman

d)

cURL

34.

Which technology uses network traffic telemetry, contextual information, and file reputation to provide insight into cyber threats?

a)

security services

b)

threat defense

c)

security intelligence

d)

segmentation

35.

In a Cisco SD-Access solution, what is the role of a fabric edge node?

a)

to connect the fusion router to the SD-Access fabric

b)

to connect wired endpoints to the SD-Access fabric

c)

to advertise fabric IP address space to external networks

d)

to connect external Layer 3 networks to the SD-Access fabric

36.

What is a client who is using 802.1X for authentication referred to as?

a)

authenticator

b)

supplicant

c)

NAC device

d)

policy enforcement point

37.

What is the structure of a JSON web token?

a)

header and payload

b)

payload and signature

c)

three parts separated by dots: header, payload, and signature

d)

three parts separated by dots: version, header, and signature

38.

Refer to the exhibit. What is the result when a technician adds the monitor session 1 destination remote vlan 223 command?

a)

RSPAN traffic is sent to VLANS 222 and 223

b)

RSPAN traffic is split between VLANs 222 and 223

c)

An error is flagged for configuring two destinations.

d)

The RSPAN VLAN is replaced by VLAN 223

39.

What is a characteristic of a virtual machine?

a)

 It must be aware of other virtual machines, in order to allocate physical resources for them

b)

It relies on hypervisors to allocate computing resources for it

c)

It must run the same operating system as its host

d)

It is deployable without a hypervisor to host it

40.

Which A record type should be configured for access points to resolve the IP address of a wireless LAN controller using DNS?

a)

CISCO-CAPWAP-CONTROLLER.localdomain

b)

CISCO.CAPWAP.CONTROLLER.localdomain

c)

CISCO.CONTROLLER.localdomain

d)

CISCO-CONTROLLER.localdomain

41.

Why is an AP joining a different WLC than the one specified through option 43?

a)

The WLC is running a different software version

b)

The AP multicast traffic is unable to reach the WLC through Layer 3

c)

The AP is joining a primed WLC

d)

The APs broadcast traffic is unable to reach the WLC through Layer 2

42.

Refer to the exhibit. What does the snippet of code achieve?

a)

It creates an SSH connection using the SSH key that is stored, and the password is ignored

b)

It opens an ncclient connection to a Cisco Nexus device and maintains it for the duration of the context

c)

It opens a tunnel and encapsulates the login information, if the host key is correct

d)

It creates a temporary connection to a Cisco Nexus device and retrieves a token to be used for API calls

43.

Refer to the exhibit. Which command must be applied to R2 for an OSPF neighborship to form?

a)

network 20.0,0.2 0.0.0.3 area 0

b)

network 20.1.1.2 0.0.0.0 area 0

c)

network 20.1.1.0 0.0.0.0 area 0

d)

network 20.0.0.2 0.0.0.0 area 0

44.

In which two ways does TCAM differ from CAM? (Choose two.)

a)

CAM is used by routers for IP address lookups, and TCAM is used to make Layer 2 forwarding decisions

b)

CAM is used for software switching mechanisms, and TCAM is used for hardware switching mechanisms

c)

The MAC address table is contained in CAM, and ACL and QOS information is stored in TCAM

d)

CAM is used to make Layer 2 forwarding decisions, and TCAM is used for Layer 3 address lookups

e)

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

45.

An engineer is configuring a new SSID to present users with a splash page for authentication. Which WLAN Layer 3 setting must be configured to provide this functionality?

a)

Local Policy

b)

Web Policy

c)

WPA2 Policy

d)

CCKM

46.

An engineer must configure a new WLAN that supports 802.11r and requires users to enter a passphrase. What must be configured to support this requirement?

a)

FT PSK and SUITEB-1X

b)

802.1X and SUITEB-1X

c)

802.1X and Fast Transition

d)

FT PSK and Fast Transition

47.

Under which network conditions is an outbound QoS policy that is applied on a router WAN interface most beneficial?

a)

under interface saturation conditions

b)

under all network conditions

c)

under traffic classification and marking conditions

d)

under network convergence conditions

48.

Refer to the exhibit. An engineer configures a new WLAN that will be used for secure communications; however, wireless clients report that they are able to communicate with each other. Which action resolves this issue?

a)

Disable Aironet IE

b)

Enable P2P Blocking

c)

Enable Client Exclusions

d)

Enable Wi-Fi Direct Client Policy

49.

Refer to the exhibit. What is achieved by the XML code?

a)

It adds the value of c1 to each of the access list statement sequence numbers

b)

It configures an access list statement using the value of c1 as the sequence number that denies host c2 from reaching any destination

c)

It adds statements to an access list by increasing each sequence number by the value of c1 until all hosts in the c2 list are included

d)

It configures an access list statement that denies all hosts from reaching c2

50.

A customer has two Cisco WLCs that manage separate APs throughout a building. Each WLC advertises the same SSID but terminates on different interfaces. Users report that they drop their connections and change IP addresses when roaming. Which action resolves this issue?

a)

Enable client load balancing

b)

Configure mobility groups

c)

Enable fast roaming

d)

Configure high availability

51.

What is the function of a fabric border node in a Cisco SD-Access environment?

a)

To collect traffic flow information toward external networks

b)

To attach and register clients to the fabric

c)

To connect the Cisco SD-Access fabric to another fabric or external Layer 3 networks

d)

To handle an ordered list of IP addresses and locations for endpoints in the fabric

52.

What does the LAP send when multiple WLCs respond to the CISCO-CAPWAP-CONTROLLER.localdomain hostname during the CAPWAP discovery and join process?

a)

join request to all the WLCs

b)

unicast discovery request to the first WLC that resolves the domain name

c)

unicast discovery request to each WLC

d)

multicast discovery Request

53.

Refer to the exhibit. How should the script be completed so that each device configuration is saved into a JSON-formatted file under the device name?

a)

Insert after the for loop:

with open(f"(Hostname}.json", "w") as OutFile:

OutFile.write(Response)

b)

Insert immediately before the for loop

with open(f" (Hostname}.json", "w") as OutFile:

OutFile.write(json.load(Devices))

c)

Append to the body of the for loop:

with open(f" {Hostname).json", "w") as OutFile:

OutFile.write(Response.text)

d)

Insert after the for loop:

with open(f"(Hostname}.json", "w") as OutFile

OutFile.write(json.dumps(Response.text))

54.

Refer to the exhibit. Running the script causes the output in the exhibit. What should be the first line of the script?

a)

ncclient manager import

b)

 from ncclient import manager

c)

 from ncclient import *

d)

import manager

55.

Which device, in a LISP routing architecture, receives and de-encapsulates LISP traffic for endpoints within a LISP-capable site?

a)

ETR

b)

MR

c)

MS

d)

ITR

56.

Refer to the exhibit. A customer asks an engineer to create a new secure WLAN to support only WPA3. Users must connect using a passphrase. Which encryption and key management configuration is required?

a)

CCMP128 encryption with SAE key management

b)

GCMP128 encryption with OWE key management

c)

GCMP256 encryption with 802.1x key management

d)

CCMP256 encryption with CCKM key management

57.

An engineer must use IP SLA to measure the network performance and record statistics hop-by-hop. Which configuration must be used?

a)

ip sla 1

path-echo 10.1.1.1

b)

ip sla 1

echo 10.1.1.1-

historybuckets-kept 30

c)

ip sla 1

icmp-echo 10.1.1.1

historybuckets-kept 30

d)

ip sla 1

ip sla responder,

path-jitter 10.1.1.1

58.

Which QoS component is used to share specific information about traffic to a downstream network device?

a)

Shaping

b)

Marking

c)

Classification

d)

Prioritization

59.

Refer to the exhibit. An engineer must adjust the configuration so that Router A becomes the active router. Which two commands should be applied to Router A? (Choose two.)

a)

vrrp 1 ip 10.1.0.11

b)

vrrp 1 priority 120

c)

ip address 10.1.0.11 255.0.0.0

d)

vrrp 1 timers advertise 1

e)

vrrp 1 priority 90

60.

What is a benefit of a virtual machine when compared with a physical server?

a)

Deploying a virtual machine is technically less complex than deploying a physical server

b)

Multiple virtual servers can be deployed on the same physical server without having to buy additional hardware

c)

Virtual machines increase server processing performance

d)

The CPU and RAM resources on a virtual machine cannot be affected by other virtual machines

61.

Refer to the exhibit. An engineer is investigating why guest users are able to access other guest user devices when the users are connected to the customer guest WLAN. What action resolves this issue?

a)

implement Wi-Fi direct policy

b)

implement MFP client protection

c)

implement P2P blocking

d)

implement split tunneling

62.

What are two benefits of using Cisco TrustSec? (Choose two.)

a)

advanced endpoint protection against malware

b)

unknown file analysis using sandboxing

c)

end-to-end traffic encryption

d)

consistent network segmentation

e)

simplified management of network Access

63.

A company requires a wireless solution to support its main office and multiple branch locations. All sites have local Internet connections and a link to the main office for corporate connectivity. The branch offices are managed centrally. Which solution should the company choose?

a)

Cisco Mobility Express

b)

Cisco Unified Wireless Network

c)

Cisco Catalyst switch with embedded controller

d)

Cisco DNA Spaces

64.

A network monitoring system uses SNMP polling to record the statistics of router interfaces. The SNMP queries work as expected until an engineer installs a new interface and reloads the router. After this action, all SNMP queries for the router fail. What is the cause of this issue?

a)

The SNMP server traps are disabled for the link state

b)

The SNMP server traps are disabled for the interface index

c)

The SNMP interface index changed after reboot

d)

The SNMP community is configured incorrectly

65.

Which tool is used in Cisco DNA Center to build generic configurations that are able to be applied on devices with similar network settings?

a)

Command Runner

b)

Template Editor

c)

Authentication Template

d)

Application Policies

66.

What is one difference between the RIB and the FIB?

a)

The RIB keeps all routing information received from peers, and the FIB keeps the minimum information necessary to make a forwarding decision

b)

The RIB works at the data plane, and the FIB works at the control plane

c)

The RIB is known as the CEF table, and the FIB is known as the routing table

d)

The FIB contains routing prefixes, and the RIB contains the Layer 2 and Layer 3 information necessary to make a forwarding decision

67.

A network administrator is preparing a Python script to configure a Cisco IOS XE-based device on the network. The administrator is worried that colleagues will make changes to the device while the script is running. Which operation of the ncclient manager prevents colleagues from making changes to the devices while the script is running?

a)

m.freeze(target='running'),

b)

m.lock(config='running)'

c)

m.freeze(config='running)

d)

m.lock(target='running')

68.

What are multicast RPs required?

a)

RPs are required for protocol independent multicast sparse mode and dense mode

b)

By default, the RP is needed only to start new sessions with sources and receivers

c)

By default the RP is needed periodically to maintain sessions with sources and receivers

d)

RPs are required only when using protocol independent multicast dense mode

69.

Which port is required to allow APs to join a WLC when directed broadcasts are used on a Cisco IOS switch?

a)

UDP 5247

b)

TCP 5246

c)

UDP 5246

d)

TCP 5247

70.

Refer to the exhibit. Which configuration enables password checking on the console line, using only a password?

a)

router(config)# line con 0

router(config-line)# login

b)

router (config)# line con 0

router (config-line)# exec-timeout 0 0

c)

router(config)# line vty 0 4

router(config-line)# login

d)

router(config)# line con 0

router(config-line)# login local

71.

Which protocol is used to encrypt control plane traffic between SD-WAN controllers and SD-WAN endpoints?

a)

DTLS

b)

HTTPS

c)

IPsec

d)

PGP

72.

1.      Refer to the exhibit. An engineer attempts to use RESTCONF to configure GigabitEthenet2 on a remote router with IP address 192.168.159.10 but the configuration fails. Which configuration is required to complete the action?

a)

response = requests.patch(

 

b)

url = 'https://192.168.159.10/restconf/data/Cisco-IOS-XE-native: native/interface/GigabitEthernet2',

c)

data = json dumps(l

'Cisco-IOS-XE-native: GigabitEthernet': {

ip': {

'address': {

interface': {

d)

data = json.dumps(f

'Cisco-IOS-XE-native: GigabitEthernet2':{

73.

Which technology enables a redundant supervisor engine to take over when the primary supervisor engine fails?

a)

NSF

b)

FHRP

c)

graceful restart

d)

SSO

74.

When should the MAC authentication bypass feature be used on a switch port?

a)

when authentication is required, but the attached host does not support 802.1X

b)

when the attached host supports 802, 1X and must authenticate itself based on its MAC address instead of user credentials

c)

when authentication should be bypassed for select hosts based on their MAC address

d)

when the attached host supports limited 802.1X

75.

Which action occurs during a Layer 3 roam?

a)

Client traffic is tunneled back to the original controller after a Layer 3 roam occurs

b)

The client receives a new IP address after authentication occurs

c)

The client database entry is moved from the old controller to the new controller

d)

The client is marked as "Foreign" on the original controller

76.

Refer to the exhibit. Which two configurations enable R1 and R2 to advertise routes into OSPF? (Choose two.)

a)

R2

router ospf 0

network 172.16.1.0 255.255.255.0 area 0

network 172.16.2.0 255.255.255.0 area 0

b)

R2

router ospf 0

network 172.16.1.0 0.0.0.255 area 0

network 172. 16.2.0 0.0.0.255 area 0

c)

R1

router ospf 0

network 192.168.1.0 0.0.0.255 area 0

network 192.168.2.0 0.0.0.255 area 0

d)

R1

router ospf 0

network 192.168.1.0 255.255.255.0 area 0

network 192.168.2.0 255.255.255.0 area 0

e)

R2

router ospf 0

network 172.16.1.0 0.0.0.255 area 0

network 172.16.2.0 255.255.255.0 area 0

77.

In a wireless network environment what is calculated usina the numerical values of the transmitter nower level cable loss and antenna gaain?

a)

EIRP

b)

dBi

c)

RSSI

d)

SNR

78.

Refer to the exhibit. Which router is the designated router on the segment 192.168.0.0/24?

a)

Router Chicago because it has a lower router ID

b)

This segment has no designated router because it is a p2p network type

c)

Router NewYork because it has a higher router ID

d)

This segment has no designated router because it is a nonbroadcast network type

79.

Where is radio resource management performed in a cisco SD-access wireless solution?

a)

wireless controller

b)

Cisco CMX

c)

DNA Center

d)

control plane node

80.

Refer to the exhibit. POSTMAN is showing an attempt to retrieve network device information from Cisco DNA Center API. What is the issue?

a)

The URI string is incorrect

b)

The token has expired

c)

The JSON payload contains the incorrect UUID

d)

Authentication has failed

81.

Which two characteristics define the Intent API provided by Cisco DNA Center? (Choose two.)

a)

northbound APl

b)

procedural

c)

device-oriented

d)

business outcome oriented

e)

southbound API

82.

Refer to the exhibit.A network engineer configures OSPF and reviews the router configuration. Which interface or interfaces are able to establish OSPF adjacency?

a)

only GigabitEthernet0/1

b)

GigabitEthernet0/1 and GigabitEthernet0/1.40

c)

GigabitEthernet0/0 and GigabitEthernet0/1

d)

only GigabitEthernet0/0

83.

How does SSO work with HSRP to minimize network disruptions?

a)

It ensures fast failover in the case of link failure

b)

It enables HSRP to elect another switch in the group as the active HSRP switch

c)

It enables HSRP to failover to the standby RP on the same device

d)

It enables data forwarding along known routes following a switchover, while the routing protocol reconverges

84.

Refer to the exhibit. Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails?

a)

192.168.101.6

b)

192.168.101.10

c)

192.168.101.14

d)

192.168.101.18

85.

Refer to the exhibit. Marketing users that are connected to Switch A are not able to communicate with Marketing users that are connected to Switch B. Which action will resolve the issue?

a)

Configure the EtherChannel on Switch B to LACP

b)

Configure the EtherChannel on Switch A to desirable mode

c)

Configure the EtherChannel on Switch A to passive mode

d)

Configure the EtherChannel on Switch B to active mode

86.

Which configuration allows administrators to configure the device through the console port and use a network authentication server?

a)

aaa new-model

aaa authentication login default group radius

aaa authorization console

aaa authorization config-commands

b)

aaa new-model

aaa authentication login default line

 

c)

aaa new-model

aaa authentication login default local

aaa authorization console

aaa authorization config-commands

d)

aaa new-model

aaa authentication login default local

aaa authorization console

aaa authorization config-commands

username netadmin secret 9 1234567890

87.

Refer to the exhibit. An engineer configured TACACS + to authenticate remote users, but the configuration is not working as expected. Which configuration must be applied to enable access?

a)

R1(config)#tacacs server prod

R1 (config-server-tacacs)#port 1020

b)

R1(config)#aaa authorization exec default group tacacs+ local

c)

R1 (config)#ip tacacs source-interface Gig 0/0

d)

R1 (config)#tacacs server prod

R1 (config-server-tacacs)#key cisco123

88.

Which protocol is implemented to establish secure control plane adjacencies between Cisco SD-WAN nodes?

a)

ESP

b)

IKE

c)

TLS

d)

IPsec

89.

What is a characteristic of MACsec?

a)

802.1AE is negotiated using Cisco AnyConnect NAM and the SAP protocol

b)

802.1AE is bult between the host and switch using the MKA protocol using keys generated via the Diffie-Hellman algorithm (anonymous encryption mode)

c)

802.1AE provides encryption and authentication services

d)

802.1AE is bult between the host and switch using the MKA protocol, which negotiates encryption keys based on the master session key from a successful 802.1X session

90.

What is the process for moving a virtual machine from one host machine to another with no downtime?

a)

live migration

b)

high availability

c)

multisite replication

d)

disaster recovery

91.

What is an advantage of utilizing data models in a multivendor environment?

a)

Improving communication security with binary-encoded protocols

b)

removing the distinction between configuration and runtime state data

c)

lowering CPU load incurred to managed devices

d)

facilitating a unified approach to configuration and management

92.

Which command set configures RSPAN to capture outgoing traffic from from VLAN 3 on interface GigabitEthernet 0/3 while ignoring other VLAN traffic on the same interface?

a)

monitor session 2 source interface gigabitethernet0/3 tx

monitor session 2 filter vlan 3

b)

monitor session 2 source interface gigabitethernet0/3 rx

monitor session 2 filter vlan 1 - 2, 4 - 4094

c)

monitor session 2 source interface gigabitethernet0/3 rx

monitor session 2 filter vlan 3

d)

monitor session 2 source interface gigabitethernet0/3 tx

monitor session 2 filter vlan 1 - 2, 4 – 4094

93.

What is the recommended minimum SNR for data applications on wireless networks?

a)

20

b)

10

c)

25

d)

15

94.

How can an engineer prevent basic replay attacks from people who try to brute force a system via REST API?

a)

Add a timestamp to the request in the API header

b)

Use HTTPS

c)

Add Auth to the request in the API header

d)

Use a password hash

95.

High bandwidth utilization is occurring on interface Gig0/1 of a router. An engineer must identify the flows that are consuming the most bandwidth. Cisco DNA Center is used as a flow exporter and is configured with the IP address 192.168.23.1 and UDP port 23000. Which configuration must be applied to set NetFlow data export and capture on the router?

a)

R1 (config)#ip flow-export

R1 (config) # ip flow-export destination 192.168.23.1

R1 (config)# interface Gig0/1

R1 (contig-if)# collect counter bytes

R1 (config-if)# collect counter packets

b)

R1 (config)# ip flow-export

R1(config)# ip flow-export destination 192.168.23.1 23000

R1(config)# interface Gig0/1

R1 (config-if)# ip flow monitor

c)

R1 (config)# ip flow-export version 9

R1(config)# ip flow-export destination 192.168.23.1 23000

R1 (config)# interface Gig0/1

R1 (config-if)# ip flow ingress

R1 (config-if)# ip flow egress

d)

R1(config)# ip flow-export version 9

R1 (config# ip flow export destination, 192. 168. 23.1.23000

R1(config)# interface Gig0/1

R1 (config-if)# ip flow-top-talkers

96.

Refer to the exhibit. Which result does the Python code achieve?

a)

The code converts time to the "year/month/day" time format

b)

The code converts time to the Epoch LINUX time format

c)

The code encrypts a base64 decrypted password

d)

The code converts time to the yyyymmdd representation

97.

Which mechanism can be used to enforce network access authentication against an AAA server if the endpoint does not support the 802.1X supplicant functionality?

a)

MACsec

b)

 private VLANS

c)

 WebAuth

d)

port security

98.

Which method displays text directly into the active console with a synchronous EEM applet policy?

a)

event manager applet boom

event syslog pattern 'UP'

action 1.0 puts ‘logging directly to console’

b)

event manager applet boom

event syslog pattern 'UP'

action 1.0 string 'logging directly to console’

c)

event manager applet boom

event syslog pattern 'UP'

action 1.0 gets 'logging directly to console'

d)

event manager applet boom

event syslog pattern 'UP"

action 1.0 syslog priority direct msg "logging directly to console'

99.

Refer to the exhibit. What is printed to the console when this script is run?

a)

an error

b)

a key-value pair in string type

c)

a key-value pair in tuple type

d)

a key-value pair in list type

100.

In a Cisco DNA Center Plug and Play environment, why would a device be labeled unclaimed?

a)

The device could not be added to the fabric

b)

The device is from a third-party vendor

c)

The device has not been assigned a workflow

d)

The device had an error and could not be provisioned