ENCOR Test Flashcards

1
Q
  1. Which function does a fabric edge node perform in an SD-Access deployment?

A. Connects endpoints to the fabric and forwards their traffic.
B. Encapsulates end-user data traffic into LISP.
C. Connects the SD-Access fabric to another fabric or external Layer 3 networks.
D. Provides reachability between border nodes in the fabric underlay.

A

A. Connect endpoints to the fabric and forwards their traffic.

Explanation:
There are five basic device roles in the fabric overlay:
+ Control plane node: This node contains the settings, protocols, and mapping tables to provide the endpoint-to-location (EID-to-RLOC) mapping system for the fabric overlay.
+ Fabric border node: This fabric device (for example, core layer device) connects external Layer 3 networks to the SDA fabric.
+ Fabric edge node: This fabric device (for example, access or distribution layer device) connects wired endpoints to the SDA fabric.
+ Fabric WLAN controller (WLC): This fabric device connects APs and wireless endpoints to the SDA fabric.
+ Intermediate nodes: These are intermediate routers or extended switches that do not provide any sort of SD-Access fabric role other than underlay services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Refer to the exhibit. Which privilege level is assigned to VTY users?
R1# sh run | begin line con
line con 0
exec timeout 0 0
privilege level 15
logging synchronous
stopbits 1
!
line aux 0
exec timeout 0 0
privilege level 15
logging synchronous
stopbits 1
!
line vty 0 4 
password 7 1209910248
login
!
line vty 5 15 
password 7 1204812094
login
!
end

R1# sh run | include aaa | enable
no aaa new-model
R1#

A. 1
B. 7
C. 13
D. 15

A

A. 1

Explanation:
Lines (CON, AUX, VTY) default to level 1 privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. What is the difference between a RIB and a FIB?

A. The FIB is populated based on RIB content.
B. The RIB maintains a minor image of the FIB.
C. The RIB is used to make IP source prefix-based switching decisions.
D. The FIB is where all IP routing information is stored.

A

A. The FIB is populated based on RIB content.

Explanation: CEF uses a Forwarding Information Base (FIB) to make IP destination prefix-based switching decisions. The FIB is conceptually similar to a routing table or information base. It maintains a mirror image of the forwarding information contained in the IP routing table. When routing or topology changes occur in the network, the IP routing table is updated, and those changes are reflected in the FIB. The FIB maintains next-hop address information based on the information in the IP routing table. Because there is a one-to-one correlation between FIB entries and routing table entries, the FIB contains all known routes and eliminates the need for route cache maintenance that is associated with earlier switching paths such as fast switching and optimum switching.
Note: In order to view the Routing information base (RIB) table, use the “show ip route” command.
To view the Forwarding Information Base (FIB), use the “show ip cef” command. RIB is in Control plane while FIB is in Data plane.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What is a requirement for an Ansible-managed node

A. It must have an SSH server running.
B. It must be a Linux server or a Cisco device.
C. It must support ad hoc commands.
D. It must have an Ansible Tower installed.

A

A. It must have an SSH server running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. A client device fails to see the enterprise SSID, but other client devices are connected to it. What is the cause of this issue?

A. The client has incorrect credentials stored for the configured broadcast SSID.
B. The hidden SSID was not manually configured on the client.
C. The broadcast SSID was not manually configured on the client.
D. The client has incorrect credentials stored for the configured hidden SSID.

A

B. The hidden SSID was not manually configured on the client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. Which two descriptions of FlexConnect mode for Cisco APs are true? (Choose two.)

A. APs that operate in FlexConnect mode cannot detect rogue APs
B. FlexConnect mode is used when the APs are set up in a mesh environment and used to bridge between each other.
C. FlexConnect mode is a feature that is designed to allow specified CAPWAP-enabled APs to exclude themselves from managing data traffic between clients and infrastructure.
D. When connected to the controller, FlexConnect APs can tunnel traffic back to the controller
E. FlexConnect mode is a wireless solution for branch office and remote office deployments

A

D. When connected to the controller, FlexConnect APs can tunnel traffic back to the controller.
E. FlexConnect mode is a wireless solution for branch office and remote office deployments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which OSPF network types are compatible and allow communication through the two peering devices?

A. point-to-multipoint to nonbroadcast
B. broadcast to nonbroadcast
C. point-to-multipoint to broadcast
D. broadcast to point-to-point

A

B. broadcast to nonbroadcast

Explanation:
The following different OSPF types are compatible with each other:
+ Broadcast and Non-Broadcast (adjust hello/dead timers)
+ Point-to-Point and Point-to-Multipoint (adjust hello/dead timers)
Broadcast and Non-Broadcast networks elect DR/BDR so they are compatible. Point-to-point/multipoint do not elect DR/BDR so they are compatible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Which NGFW mode blocks flows crossing the firewall?

A. tap
B. inline
C. passive
D. inline tap

A

B. inline

Explanation:
Firepower Threat Defense (FTD) provides six interface modes which are: Routed, Switched, Inline Pair, Inline Pair with Tap, Passive, Passive (ERSPAN).
When Inline Pair Mode is in use, packets can be blocked since they are processed inline When you use Inline Pair mode, the packet goes mainly through the FTD Snort engine When Tap Mode is enabled, a copy of the packet is inspected and dropped internally while the actual traffic goes through FTD unmodified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Which statement about route targets is true when using VRF-Lite?

A. Route targets control the import and export of routes into a customer routing table.
B. When BGP is configured, route targets are transmitted as BGP standard communities.
C. Route targets allow customers to be assigned overlapping addresses.
D. Route targets uniquely identify the customer routing table.

A

A. Route targets control the import and export of routes into a customer routing table.

Explanation:
‘Route targets allow customers to be assigned overlapping addresses’ and answer ‘Route targets uniquely identify the customer routing table’ are not correct as only route distinguisher (RD) identifies the customer routing table and “allows customers to be assigned overlapping addresses”.

‘When BGP is configured, route targets are transmitted as BGP standard communities’ is not correct as “When BGP is configured, route targets are transmitted as BGP extended communities”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. How does Cisco TrustSec enable more flexible access controls for dynamic networking environments and data centers?

A. uses flexible NetFlow
B. assigns a VLAN to the endpoint
C. classifies traffic based on advanced application recognition
D. classifies traffic based on the contextual identity of the endpoint rather than its IP address

A

D. classifies traffic based on the contextual identity of the endpoint rather than its IP address

Explanation:
The Cisco TrustSec solution simplifies the provisioning and management of network access control through the use of software-defined segmentation to classify network traffic and enforce policies for more flexible access controls. Traffic classification is based on endpoint identity, not an IP address, enabling policy change without net-work redesign.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Refer to the exhibit. Which statement about the OPSF debug output is true?

R1#debug ip ospf hello
R1#debug condition interface Fa0/1
condition 1 set

A. The output displays OSPF hello messages which router R1 has sent or received on interface Fa0/1.
B. The output displays OSPF messages which router R1 has sent or received on all interfaces.
C. The output displays OSPF messages which router R1 has sent or received on interface Fa0/1.
D. The output displays OSPF hello and LSACK messages which router R1 has sent or received.

A

A. The output displays OSPF hello messages which router R1 has sent or received on interface Fa0/1.

Explanation:
This combination of commands is known as “Conditional debug” and will filter the debug output based on your conditions. Each condition added, will behave like an ‘And’ operator in Boolean logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Which LISP infrastructure device provides connectivity between non-LISP sites and LISP sites by receiving non-LISP traffic with a LISP site destination?

A. PITR
B. map resolver
C. map server
D. PETR

A

A. PITR

Explanation:
Proxy ingress tunnel router (PITR): answer ‘PETR’ PITR is an infrastructure LISP network entity that receives packets from non-LISP sites and encapsulates the packets to LISP sites or natively forwards them to non-LISP sites.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Which two protocols are used with YANG data models? (Choose two.)
A. TLS
B. RESTCONF
C. SSH
D. NETCONF
E. HTTPS
A

B. RESTCONF
D. NETCONF

Explanation:
YANG (Yet Another Next Generation) is a data modeling language for the definition of data sent over network management protocols such as the NETCONF and RESTCONF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Which HTTP status code is the correct response for a request with an incorrect password applied to a REST API session?

A. HTTP Status Code: 200
B. HTTP Status Code: 302
C. HTTP Status Code: 401
D. HTTP Status Code: 504

A

C. HTTP Status Code: 401

Explanation: A 401 error response indicates that the client tried to operate on a protected resource without providing the proper authorization. It may have provided the wrong credentials or none at all.
Note: answer ‘HTTP Status Code 200’ 4xx code indicates a “client error” while a 5xx code indicates a “server error”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. 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?

A.
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#
B.
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#
C.
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
D.
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#
A
C.
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

Explanation:
According to the requirements (first use TACACS+, then allow login with no authentication), we have to use “aaa authentication login … group tacacs+ none” for AAA command.
The next thing to check is if the “aaa authentication login default” or “aaa authentication login list-name” is used. The ‘default’ keyword means we want to apply for all login connections (such as tty, vty, console, and aux). If we use this keyword, we don’t need to configure anything else under tty, vty, and aux lines. If we don’t use this keyword then we have to specify which line(s) we want to apply the authentication feature.
From the above information, we can find out the answer ‘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 If you want to learn more about AAA configuration, please read our AAA TACACS+ and RADIUS Tutorial – Part 2.

For your information, answer 
‘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#’ would be correct if we add the following command under vty line (“line vty 0 4”): “login authentication telnet” (“telnet” is the name of the AAA list above)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Which statement about multicast RPs is true?

A. RPs are required only when using protocol independent multicast dense mode.
B. RPs are required for protocol-independent multicast sparse mode and dense mode.
C. By default, the RP is needed periodically to maintain sessions with sources and receivers.
D. By default, the RP is needed only to start new sessions with sources and receivers.

A

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

Explanation: A rendezvous point (RP) is required only in networks running Protocol Independent Multicast sparse mode (PIM-SM). By default, the RP is needed only to start new sessions with sources and receivers. For your information, in PIM-SM, only network segments with active receivers that have explicitly requested multicast data will be forwarded the traffic. This method of delivering multicast data is in contrast to the PIM dense mode (PIM-DM) model. In PIM-DM, multicast traffic is initially flooded to all segments of the network. Routers that have no downstream neighbors or directly connected receivers prune back the unwanted traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
  1. To increase total throughput and redundancy on the links between the wireless controller and switch, the customer enabled LAG on the wireless controller. Which EtherChannel mode must be configured on the switch to allow the WLC to connect?

A. Active
B. Passive
C. On
D. Auto

A

C. On

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
  1. Which feature does Cisco TrustSec use to provide scalable, secure communication throughout a network?

A. security group tag ACL assigned to each port on a switch
B. security group tag number assigned to each user on a switch
C. security group tag number assigned to each port on a network
D. security group tag ACL assigned to each router on a network

A

B. security group tag number assigned to each user on a switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q
  1. 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 OUIs?

A. over the DS
B. 802.11k
C. adaptive R
D. 802.11v

A

C. adaptive R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q
20. Which exhibit displays a valid JSON file?
A.{
"hostname": "edge_router_1"
"interfaces": {
"GigabitEthernet1/1"
"GigabitEthernet1/2"
"GigabitEthernet1/3"
}
}
B.{
"hostname": "edge_router_1",
"interfaces": {
"GigabitEthernet1/1",
"GigabitEthernet1/2",
"GigabitEthernet1/3",
},
}
C.{
"hostname": "edge_router_1"
"interfaces": [
"GigabitEthernet1/1"
"GigabitEthernet1/2"
"GigabitEthernet1/3"
]
}
D.{
"hostname": "edge_router_1",
"interfaces": [
"GigabitEthernet1/1",
"GigabitEthernet1/2",
"GigabitEthernet1/3",
]
}
A
D.{
"hostname": "edge_router_1",
"interfaces": [
"GigabitEthernet1/1",
"GigabitEthernet1/2",
"GigabitEthernet1/3",
]
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
  1. A network administrator is implementing a routing configuration change and enables routing debugs to track routing behavior during the change. The logging output on the terminal is interrupting the command typing process.
    Which two actions can the network administrator take to minimize the possibility of typing commands incorrectly? (Choose two.)

A. Configure the logging synchronous global configuration command.
B. Configure the logging synchronous command under the vty.
C. Increase the number of lines on the screen using the terminal length command.
D. Configure the logging delimiter feature.
E. Press the TAB key to reprint the command in a new line.

A

B. Configure the logging synchronous command under the vty.

E. Press the TAB key to reprint the command in a new line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q
  1. Which two pieces of information are necessary to compute SNR? (Choose two.)
A. transmit power
B. noise floor
C. EIRP
D. RSSI
D. antenna gain
A

B. noise floor

D. RSSI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
  1. Which statements are used for error handling in Python?

A. try/catch
B. catch/release
C. block/rescue
D. try/except

A

D. try/except

Explanation: The words “try” and “except” are Python keywords and are used to catch exceptions. For example:
try:
print 1/0
except ZeroDivisionError:
print ‘Error! We cannot divide by zero!!!’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
  1. What are two benefits of virtualizing the server with the use of VMs in a data center environment? (Choose two.)

A. reduced rack space, power, and cooling requirements
B. smaller Layer 2 domain
C. increased security
D. speedy deployment
E. reduced IP and MAC address requirements

A

A. reduced rack space, power, and cooling requirements
D. speedy deployment

Explanation: Server virtualization and the use of virtual machines is profoundly changing data center dynamics.
Most organizations are struggling with the cost and complexity of hosting multiple physical servers in their data centers. The expansion of the data center, a result of both scale-out server architectures and traditional “one application, one server” sprawl, has created problems in housing, powering, and cooling large numbers of underutilized servers. In addition, IT organizations continue to deal with the traditional cost and operational challenges of matching server resources to organizational needs that seem fickle and ever-changing.
Virtual machines can significantly mitigate many of these challenges by enabling multiple application and operating system environments to be hosted on a single physical server while maintaining complete isolation between the guest operating systems and their respective applications. Hence, server virtualization facilitates server consolidation by enabling organizations to exchange a number of underutilized servers for a single highly utilized server running multiple virtual machines.
By consolidating multiple physical servers, organizations can gain several benefits:
+ Underutilized servers can be retired or redeployed.
+ Rack space can be reclaimed.
+ Power and cooling loads can be reduced.
+ New virtual servers can be rapidly deployed.
+ CapEx (higher utilization means fewer servers need to be purchased) and OpEx (few servers means a simpler environment and lower maintenance costs) can be reduced.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q
  1. Which two steps are required for a complete Cisco DNA Center upgrade? (Choose two.)
A. automation backup
B. system update
C. golden image selection
D. proxy configuration
E. application updates
A

B. system update

E. application updates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q
  1. What is a benefit of data modeling languages like YANG?

A. They create more secure and efficient SNMP OIDs.
B. They provide a standardized data structure, which results in configuration scalability and consistency.
C. They enable programmers to change or write their own applications within the device operating system.
D. They make the CLI simpler and more efficient.

A

B. They provide a standardized data structure, which results in configuration scalability and consistency.

Explanation: Yet Another Next Generation (YANG) is a language which is only used to describe data models (structure). It is not XML or JSON.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q
  1. Refer to the exhibit.
    Name is Bob Johnson
    Age is 75
    is alive

Favorite foods are:

  • Cereal
  • Mustard
  • Onions

What is the JSON syntax that is formed from the data?

A. {Name: Bob Johnson, Age: 75, Alive: true, Favorite Foods: [Cereal, Mustard, Onions]}
B. {“Name”: “Bob Johnson”, “Age”: 75, “Alive”: true, “Favorite Foods”: [“Cereal”, “Mustard”, “Onions”]}
C. {‘Name’: ‘Bob Johnson’, ‘Age’: 75, ‘Alive’: True, ‘Favorite Foods’: ‘Cereal’, ‘Mustard’, ‘Onions’}
D. {“Name”: “Bob Johnson”, “Age”: Seventyfive, “Alive”: true, “Favorite Foods”: [“Cereal”, “Mustard”, “Onions”]}

A

B. {“Name”: “Bob Johnson”, “Age”: 75, “Alive”: true, “Favorite Foods”: [“Cereal”, “Mustard”, “Onions”]}

Explanation:
JSON data is written as name/value pairs.
A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a
value:
“name”:”Mark”

JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.
For example:
{
“name”:”John”,
“age”:30,
“alive”:true,
“cars”:[ “Ford”, “BMW”, “Fiat” ]
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q
  1. Based on this interface configuration, what is the expected state of OSPF adjacency?
R1:
interface GigabitEthernet 0/1
ip address 192.0.2.1 255.255.255.252
ip ospf 1 area 0
ip ospf hello-interval 2
ip ospf cost 1
end
!
R2:
interface GigabitEthernet0/1
ip address 192.0.2.2 255.255.255.252
ip ospf 1 area 0
ip ospf cost 500
end
!
A. 2WAY/DROTHER on both routers
B. not established
C. FULL on both routers
D. FULL/BDR on R1 and FULL/BDR on R2
A

B. not established

Explanation: On Ethernet interfaces, the OSPF hello interval is 10 seconds by default so in this case there would be a Hello interval mismatch -> the OSPF adjacency would not be established.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

29.Refer to the exhibit.
See OneNote

Link1 is a copper connection and Link2 is a fiber connection. The fiber port must be the primary port for all forwarding. The output of the show spanning-tree command on SW2 shows that the fiber port is blocked by spanning tree. An engineer enters the spanning-tree port-priority 32 command on G0/1 on SW2, but the port remains blocked.

Which command should be entered on the ports that are connected to Link2 to resolve the issue?

A. Enter spanning-tree port-priority 4 on SW2.
B. Enter spanning-tree port-priority 32 on SW1.
C. Enter spanning-tree port-priority 224 on SW1.
D. Enter spanning-tree port-priority 64 on SW2.

A

B. Enter spanning-tree port-priority 32 on SW1.

Explanation: SW1 needs to block one of its ports to SW2 to avoid a bridging loop between the two switches.
Unfortunately, it blocked the fiber port Link2. But how does SW2 select its blocked port? Well, the answer is based on the BPDUs it receives from SW1. answer ‘Enter spanning-tree port-priority 32 on
SW1’ BPDU is superior than another if it has:
1. answer ‘Enter spanning-tree port-priority 32 on SW1’ lower Root Bridge ID
2. answer ‘Enter spanning-tree port-priority 32 on SW1’ lower path cost to the Root
3. answer ‘Enter spanning-tree port-priority 32 on SW1’ lower Sending Bridge ID
4. answer ‘Enter spanning-tree port-priority 32 on SW1’ lower Sending Port ID These four parameters are examined in order. In this specific case, all the BPDUs sent by SW1 have the same Root Bridge ID, the same path cost to the Root and the same Sending Bridge ID.
The only parameter left to select the best one is the Sending Port ID (Port ID = port priority + port index). And the port index of Gi0/0 is lower than the port index of Gi0/1 so Link 1 has been chosen as the primary link.
Therefore we must change the port priority to change the primary link. The lower numerical value of port priority, the higher priority that port has. In other words, we must change the port-priority on Gi0/1 of SW1 (not on Gi0/1 of SW2) to a lower value than that of Gi0/0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q
  1. Which JSON syntax is valid?

A. {“switch”: “name”: “dist1”, “interfaces”: [“gig1”, “gig2”, “gig3”]}
B. {/“switch/”: {/“name/”: “dist1”, /“interfaces/”: [“gig1”, “gig2”, “gig3”]}}
C. {“switch”: {“name”: “dist1”, “interfaces”: [“gig1”, “gig2”, “gig3”]}}
D. {‘switch’: (‘name’: ‘dist1’, ‘interfaces’: [‘gig1’, ‘gig2’, ‘gig3’])}

A

C. {“switch”: {“name”: “dist1”, “interfaces”: [“gig1”, “gig2”, “gig3”]}}

Explanation: This JSON can be written as follows:
{
‘switch’: {
‘name’: ‘dist1’,
‘interfaces’: [‘gig1’, ‘gig2’, ‘gig3’]
}}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q
  1. What are two common sources of interference for Wi-Fi networks? (Choose two.)
A. LED lights
B. radar
C. fire alarm
D. conventional oven
E. rogue AP
A

B. radar

E. rogue AP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q
  1. When using TLS for syslog, which configuration allows for secure and reliable transportation of messages to its default port?

A. logging host 10.2.3.4 vrf mgmt transport tcp port 514
B. logging host 10.2.3.4 vrf mgmt transport udp port 514
C. logging host 10.2.3.4 vrf mgmt transport tcp port 6514
D. logging host 10.2.3.4 vrf mgmt transport udp port 6514

A

C. logging host 10.2.3.4 vrf mgmt transport tcp port 6514

Explanation: The TCP port 6514 has been allocated as the default port for syslog over Transport Layer Security (TLS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q
  1. Which behavior can be expected when the HSRP version is changed from 1 to 2?

A. No changes occur because the standby router is upgraded before the active router.
B. No changes occur because version 1 and 2 use the same virtual MAC OUI.
C. Each HSRP group reinitializes because the virtual MAC address has changed.
D. Each HSRP group reinitializes because the multicast address has changed.

A

C. Each HSRP group reinitializes because the virtual MAC address has changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q
  1. Which protocol does REST API rely on to secure the communication channel?

A. HTTP
B. SSH
C. HTTPS
D. TCP

A

C. HTTPS

Explanation: The REST API accepts and returns HTTP (not enabled by default) or HTTPS messages that contain JavaScript Object Notation (JSON) or Extensible Markup Language (XML) documents. You can use any programming language to generate the messages and the JSON or XML documents that contain the API methods or Managed Object (MO) descriptions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q
  1. Refer to this output.

R1# *Feb 14 37:09:53.129: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up

What is the logging severity level?

A. notification
B. emergency
C. critical
D. alert

A

A. notification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q
  1. Refer to the exhibit. Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails?

See OneNote!

A. 192.168.101.10
B. 192.168.101.14
C. 192.168.101.6
D. 192.168.101.18

A

D. 192.168.101.18

Explanation: The ‘>’ shown in the output above indicates that the path with the next hop of 192.168.101.2 is the current best path.
Path Selection Attributes: Weight > Local Preference > Originate > AS Path > Origin > MED > External > IGP Cost > eBGP Peering > Router ID BGP prefers the path with the highest weight but the weights here are all 0 (which indicate all routes that are not originated by the local router) so we need to check the Local Preference. Answer ‘192.168.101.18’ path without LOCAL_PREF (LocPrf column) means it has the default value of 100.
Therefore we can find the two next best paths with the next hop of 192.168.101.18 and 192.168.101.10.
We have to move to the next path selection attribute: Originate. BGP prefers the path that the local router originated (which is indicated with the “next hop 0.0.0.0”). But none of the two best paths is self-originated.
The AS-Path of the next-hop 192.168.101.18 is shorter than the AS Path of the next-hop 192.168.101.10 then the next-hop 192.168.101.18 will be chosen as the next best path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q
  1. Which PAgP mode combination prevents an EtherChannel from forming?

A. auto/desirable
B. desirable/desirable
C. desirable/auto
D. auto/auto

A

D. auto/auto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q
  1. If a VRRP master router fails, which router is selected as the new master router?

A. router with the lowest priority
B. router with the highest priority
C. router with the highest loopback address
D. router with the lowest loopback address

A

B. router with the highest priority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q
  1. Which QoS component alters a packet to change the way that traffic is treated in the network?

A. policing
B. classification
C. marking
D. shaping

A

C. marking

Explanation: QoS Packet Marking refers to changing a field within a packet either at Layer 2 (802.1Q/p CoS, MPLS EXP) or Layer 3 (IP Precedence, DSCP and/or IP ECN).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q
  1. Refer to the exhibit. Assuming that R1 is a CE router, which VRF is assigned to Gi0/0 on R1?

See OneNote!

A. default VRF
B. VRF VPN_A
C. VRF VPN_B
D. management VRF

A

A. default VRF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q
  1. Refer to the exhibit.Based on the configuration in this WLAN security setting, which method can a client use to authenticate to the network?

See OneNote!

A. text string
B. username and password
C. RADIUS token
D. certificate

A

A. text string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q
  1. Which two mechanisms are available to secure NTP? (Choose two.)
A. IPsec
B. IP prefix list-based
C. encrypted authentication
D. TACACS-based authentication
E. IP access list-based
A

C. encrypted authentication
E. IP access list-based

Explanation: The time kept on a machine is a critical resource and it is strongly recommended that you use the security features of NTP to avoid the accidental or malicious setting of incorrect time. The two security features available are an access list-based restriction scheme and an encrypted authentication mechanism.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q
  1. Which technology provides a secure communication channel for all traffic at Layer 2 of the OSI model?

A. SSL
B. Cisco TrustSec
C. MACsec
D. IPsec

A

C. MACsec

Explanation: MACsec, defined in 802.1AE, provides MAC-layer encryption over wired networks by using out-of-band methods for encryption keying. The MACsec Key Agreement (MKA) Protocol provides the required session keys and manages the required encryption keys. MKA and MACsec are implemented after successful authentication using the 802.1x Extensible Authentication Protocol (EAP-TLS) or Pre Shared Key (PSK) framework.
A switch using MACsec accepts either MACsec or non-MACsec frames, depending on the policy associated with the MKA peer. MACsec frames are encrypted and protected with an integrity check value (ICV). When the switch receives frames from the MKA peer, it decrypts them and calculates the correct ICV by using session keys provided by MKA. The switch compares that ICV to the ICV within the frame. If they are not identical, the frame is dropped. The switch also encrypts and adds an ICV to any frames sent over the secured port (the access point used to provide the secure MAC service to an MKA peer) using the current session key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q
44. Refer to the exhibit.
!
Extended IP access list EGRESS
10 permit ip 10.0.0.0 0.0.0.255 any
!
!
interface GigabitEthernet0/0
ip address 209.165.200.225 255.255.255.0
ip access-group EGRESS out
duplex auto
speed auto
media-type rj45
!
An engineer must block all traffic from a router to its directly connected subnet 209.165.200.0/24. The engineer applies access control list EGRESS in the outbound direction on the GigabitEthernet0/0 interface of the router. However, the router can still ping hosts on the 209.165.200.0/24 subnet.
Which explanation of this behavior is true?

A. Access control lists that are applied outbound to a router interface do not affect traffic that is sourced from the router.
B. After an access control list is applied to an interface, that interface must be shut and no shut for the access control list to take effect.
C. Only standard access control lists can block traffic from a source IP address.
D. The access control list must contain an explicit deny to block traffic from the router.

A

A. Access control lists that are applied outbound to a router interface do not affect traffic that is sourced from the router.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q
  1. Which two methods are used by an AP that is trying to discover a wireless LAN controller? (Choose two.)
A. Cisco Discovery Protocol neighbor
B. querying other APs
C. DHCP Option 43
D. broadcasting on the local subnet
E. DNS lookup CISCO-DNA-PRIMARY.localdomain
A

C. DHCP Option 43

D. broadcasting on the local subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q
  1. Which IP SLA operation requires the IP SLA responder to be configured on the remote end?

A. UDP jitter
B. ICMP jitter
C. TCP connect
D. ICMP echo

A

A. UDP jitter

Explanation:

Cisco IOS IP SLA Responder is a Cisco IOS Software component whose functionality is to respond to Cisco IOS IP SLA request packets. The IP SLA source sends control packets before the operation starts to establish a connection to the responder. Once the control packet is acknowledged, test packets are sent to the responder. The responder inserts a time-stamp when it receives a packet and factors out the destination processing time and adds time-stamps to the sent packets. This feature allows the calculation of unidirectional packet loss, latency, and jitter measurements with the kind of accuracy that is not possible with ping or another dedicated probe testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q
  1. Which statement explains why Type 1 hypervisor is considered more efficient than Type2 hypervisor?

A. Type 1 hypervisor is the only type of hypervisor that supports hardware acceleration techniques.
B. Type 1 hypervisor relies on the existing OS of the host machine to access CPU, memory, storage, and network resources.
C. Type 1 hypervisor runs directly on the physical hardware of the host machine without relying on the underlying OS.
D. Type 1 hypervisor enables other operating systems to run on it.

A

C. Type 1 hypervisor runs directly on the physical hardware of the host machine without relying on the underlying OS.

Explanation: There are two types of hypervisors: type 1 and type 2 hypervisor.
In type 1 hypervisor (or native hypervisor), the hypervisor is installed directly on the physical server.
Then instances of an operating system (OS) are installed on the hypervisor. Type 1 hypervisor has direct access to the hardware resources. Therefore they are more efficient than hosted architectures.
Some examples of type 1 hypervisor are VMware vSphere/ESXi, Oracle VM Server, KVM, and Microsoft Hyper-V.
In contrast to a type 1 hypervisor, a type 2 hypervisor (or hosted hypervisor) runs on top of an operating system and not the physical hardware directly. answer ‘Type 1 hypervisor runs directly on the physical hardware of the host machine without relying on the underlying OS’ big advantage of Type 2 hypervisors is that management console software is not required. Examples of type 2 hypervisor are VMware Workstation (which can run on Windows, Mac, and Linux) or Microsoft Virtual PC (only runs on Windows).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q
  1. A client with IP address 209.165.201.25 must access a web server on port 80 at 209.165.200.225. To allow this traffic, an engineer must add a statement to an access control list that is applied in the inbound direction on the port connecting to the web servers. Which statement allows this traffic?

A. permit tcp host 209.165.200.225 lt 80 host 209.165.201.25
B. permit tcp host 209.165.201.25 host 209.165.200.225 eq 80
C. permit tcp host 209.165.200.225 eq 80 host 209.165.201.25
D. permit tcp host 209.165.200.225 host 209.165.201.25 eq 80

A

B. permit tcp host 209.165.201.25 host 209.165.200.225 eq 80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q
  1. In OSPF, which LSA type is responsible for pointing to the ASBR router?

A. type 1
B. type 2
C. type 3
D. type 4

A

D. type 4

Explanation: Summary ASBR LSA (Type 4) – Generated by the ABR to describe an ASBR to routers in other areas so that routers in other areas know how to get to external routes through that ASBR. For example, suppose R8 is redistributing an external route (EIGRP, RIP…) to R3. This makes R3 an Autonomous System Boundary Router (ASBR). When R2 (which is an ABR) receives this LSA Type 1 update, R2 will create LSA Type 4 and flood into Area 0 to inform them how to reach R3. When R5 receives this LSA it also floods into Area 2.
In the above example, the only ASBR belongs to area 1 so the two ABRs (R2 & R5) send LSA Type 4 to area 0 & area 2 (not vice versa). This is an indication of the existence of the ASBR in area 1.
Note:
+ Type 4 LSAs contain the router ID of the ASBR.
+ There are no LSA Type 4 injected into Area 1 because every router inside area 1 knows how to reach R3. R3 only uses LSA Type 1 to inform R2 about R8 and inform R2 that R3 is an ASBR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q
  1. Refer to the exhibit.
    See OneNote!
    Three switches are connected in a line. VLANs 50 and 60 exist on the trunk links between all switches. All-access ports on SW3 are configured for VLAN 50 and SW1 is the VTP server. Which command ensures that SW3 receives frames only from VLAN 50?

A. SW1(config)#vtp mode transparent
B. SW3(config)#vtp mode transparent
C. SW2(config)#vtp pruning
D. SW1(config)#vtp pruning

A

D. SW1(config)#vtp pruning

Explanation: SW3 does not have VLAN 60 so it should not receive traffic for this VLAN (sent from SW2).
Therefore we should configure VTP Pruning on SW3 so that SW2 does not forward VLAN 60 traffic to SW3. Also notice that we need to configure pruning on SW1 (the VTP Server), not SW2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q
  1. Which statement about a fabric access point is true?

A. It is in local mode and must be connected directly to the fabric edge switch.
B. It is in local mode and must be connected directly to the fabric border node
C. It is in FlexConnect mode and must be connected directly to the fabric border node.
D. It is in FlexConnect mode and must be connected directly to the fabric edge switch.

A

A. It is in local mode and must be connected directly to the fabric edge switch.

Explanation: Fabric mode APs continue to support the same wireless media services that traditional APs support; apply AVC, quality of service (QoS), and other wireless policies; and establish the CAPWAP control plane to the fabric WLC. Fabric APs join as local-mode APs and must be directly connected to the fabric edge node switch to enable fabric registration events, including RLOC assignment via the fabric WLC. The fabric edge nodes use CDP to recognize APs as special wired hosts, applying special port configurations and assigning the APs to a unique overlay network within a common EID space across a fabric. The assignment allows management simplification by using a single subnet to cover the AP infrastructure at a fabric site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q
  1. Which First Hop Redundancy Protocol maximizes uplink utilization and minimizes the amount of configuration that is necessary?

A. GLBP
B. HSRP v2
C. VRRP
D. HSRP v1

A

A. GLBP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q
  1. Which standard access control entry permits traffic from odd-numbered hosts in the 10.0.0.0/24 subnet?

A. permit 10.0.0.0 0.0.0.1
B. permit 10.0.0.1 0.0.0.254
C. permit 10.0.0.1 0.0.0.0
D. permit 10.0.0.0 255.255.255.254

A

B. permit 10.0.0.1 0.0.0.254

Explanation: Remember, for the wildcard mask, 1s are I DON’T CARE, and 0s are I CARE. So now let’s analyze a simple ACL:
access-list 1 permit 172.23.16.0 0.0.15.255
Two first octets are all 0’s meaning that we care about the network .x.x. The third octet of the wildcard mask, 15 (0000 1111 in binary), means that we care about the first 4 bits but don’t care about the last 4 bits so we allow the third octet in the form of 0001xxxx (minimum:00010000 = 16; maximum: 0001111 = 31). The fourth octet is 255 (all 1 bits) which means I don’t care.
Therefore network 172.23.16.0 0.0.15.255 ranges from 172.23.16.0 to 172.23.31.255.
Now let’s consider the wildcard mask of 0.0.0.254 (four-octet: 254 = 1111 1110) which means we only care about the last bit. Therefore if the last bit of the IP address is a “1” (0000 0001) then only odd numbers are allowed. If the last bit of the IP address is a “0” (0000 0000) then only even numbers are allowed.
Note: In binary, odd numbers always end with a “1” while even numbers always end with a “0”.
Therefore in this question, only the statement “permit 10.0.0.1 0.0.0.254” will allow all odd-numbered hosts in the 10.0.0.0/24 subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q
  1. Refer to the exhibit.
    See OneNote!
    Which configuration establishes EBGP connected neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?

A. R1(config)#router bgp 1
R1(config-router)#neighbor 192.168.10.2 remote-as 2
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 192.168.10.1 remote-as 1
R2(config-router)#network 10.2.2.0 mask 255.255.255.0

B. R1(config)#router bgp 1
R1(config-router)#neighbor 10.2.2.2 remote-as 2
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 10.1.1.1 remote-as 1
R2(config-router)#network 10.2.2.0 mask 255.255.255.0

C. R1(config)#router bgp 1
R1(config-router)#neighbor 192.168.10.2 remote-as 2
R1(config-router)#network 10.0.0.0 mask 255.0.0.0
R2(config)#router bgp 2
R2(config-router)#neighbor 192.168.10.1 remote-as 1
R2(config-router)#network 10.0.0.0 mask 255.0.0.0

D. R1(config)#router bgp 1
R1(config-router)#neighbor 10.2.2.2 remote-as 2
R1(config-router)#neighbor 10.2.2.2 update-source |o0
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2R2(config-router)#neighbor 10.1.1.1 remote-as 1
R2(config-router)#neighbor 10.1.1.1 update-source |o0
R2(config-router)#network 10.2.2.0 mask 255.255.255.0

A

A. R1(config)#router bgp 1
R1(config-router)#neighbor 192.168.10.2 remote-as 2
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 192.168.10.1 remote-as 1
R2(config-router)#network 10.2.2.0 mask 255.255.255.0

Explanation: With BGP, we must advertise the correct network and subnet mask in the “network” command (in this case network 10.1.1.0/24 on R1 and network 10.2.2.0/24 on R2). BGP is very strict in the routing advertisements. In other words, BGP only advertises the network which exists exactly in the routing table. In this case, if you put the command “network x.x.0.0 mask 255.255.0.0” or “network x.0.0.0 mask 255.0.0.0” or “network x.x.x.x mask 255.255.255.255” then BGP will not advertise anything.
It is easy to establish eBGP neighborship via the direct link. But let’s see what are required when we want to establish eBGP neighborship via their loopback interfaces. We will need two commands:
+ the command “neighbor 10.1.1.1 ebgp-multihop 2” on R1 and “neighbor 10.2.2.2 ebgpmultihop 2” on R1. This command increases the TTL value to 2 so that BGP updates can reach the BGP neighbor which is two hops away.
+ Answer ‘R1 (config) #router bgp 1
R1 (config-router) #neighbor 192.168.10.2 remote-as 2
R1 (config-router) #network 10.1.1.0 mask 255.255.255.0
R2 (config) #router bgp 2
R2 (config-router) #neighbor 192.168.10.1 remote-as 1
R2 (config-router) #network 10.2.2.0 mask 255.255.255.0
Quick Wireless Summary
Cisco Access Points (APs) can operate in one of two modes: autonomous or lightweight
+ Autonomous: self-sufficient and standalone. Used for small wireless networks.
+ Lightweight: A Cisco lightweight AP (LAP) has to join a Wireless LAN Controller (WLC) to function.
LAP and WLC communicate with each other via a logical pair of CAPWAP tunnels.
– Control and Provisioning for Wireless Access Point (CAPWAP) is an IETF standard for control messaging for setup, authentication and operations between APs and WLCs. CAPWAP is similar to LWAPP except the following differences:
+CAPWAP uses Datagram Transport Layer Security (DTLS) for authentication and encryption to protect traffic between APs and controllers. LWAPP uses AES.
+ CAPWAP has a dynamic maximum transmission unit (MTU) discovery mechanism.
+ CAPWAP runs on UDP ports 5246 (control messages) and 5247 (data messages) An LAP operates in one of six different modes:
+ Local mode (default mode): measures noise floor and interference, and scans for intrusion detection (IDS) events every 180 seconds on unused channels
+ FlexConnect, formerly known as Hybrid Remote Edge AP (H-REAP), mode: allows data traffic to be switched locally and not go back to the controller. The FlexConnect AP can perform standalone client authentication and switch VLAN traffic locally even when it’s disconnected to the WLC (Local Switched). FlexConnect AP can also tunnel (via CAPWAP) both user wireless data and control traffic to a centralized WLC (Central Switched).
+ Monitor mode: does not handle data traffic between clients and the infrastructure. It acts like a sensor for location-based services (LBS), rogue AP detection, and IDS
+ Rogue detector mode: monitor for rogue APs. It does not handle data at all.
+ Sniffer mode: run as a sniffer and captures and forwards all the packets on a particular channel to a remote machine where you can use protocol analysis tool (Wireshark, Airopeek, etc) to review the packets and diagnose issues. Strictly used for troubleshooting purposes.
+ Bridge mode: bridge together the WLAN and the wired infrastructure together. Mobility Express is the ability to use an access point (AP) as a controller instead of a real WLAN controller. But this solution is only suitable for small to midsize, or multi-site branch locations where you might not want to invest in a dedicated WLC. A Mobility Express WLC can support up to 100 Aps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q
  1. Refer to the exhibit.
    See OneNote!
    Which type of antenna do the radiation patterns present?

A. Yagi
B. patch
C. omnidirectional
D. dipole

A

B. patch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q
  1. Which method creates an EEM applet policy that is registered with EEM and runs on demand or manually?
    A.
    event manager applet ondemand
    event none
    action 1.0 syslog priority critical msg ‘This is a message from ondemand’

B.
event manager applet ondemand
action 1.0 syslog priority critical msg ‘This is a message from ondemand’

C.
event manager applet ondemand
event register
action 1.0 syslog priority critical msg ‘This is a message from ondemand’

D.
event manager applet ondemand
event manual
action 1.0 syslog priority critical msg ‘This is a message from ondemand’

A

A.
event manager applet ondemand
event none
action 1.0 syslog priority critical msg ‘This is a message from ondemand’

Explanation: An EEM policy is an entity that defines an event and the actions to be taken when that event occurs. There are two types of EEM policies: an applet or a script. An applet is a simple form of policy that is defined within the CLI configuration. answer ‘event manager applet ondemand event register action 1.0 syslog priority critical msg ‘This is a message from ondemand’
<=”” p=”” style=”box-sizing: border-box;”>
There are two ways to manually run an EEM policy. EEM usually schedules and runs policies on the basis of an event specification that is contained within the policy itself. The event none command allows EEM to identify an EEM policy that can be manually triggered. To run the policy, use either the action policy command in applet configuration mode or the event manager run command in privileged EXEC mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q
  1. An engineer is configuring local web authentication on a WLAN. The engineer chooses the Authentication radio button under the Layer 3 Security options for Web Policy. Which device presents the web authentication for the WLAN?

A. ISE server
B. RADIUS server
C. anchor WLC
D. local WLC

A

D. local WLC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q
  1. Which controller is the single plane of management for Cisco SD-WAN?

A. vBond
B. vSmart
C. vManage
D. vEdge

A

C. vManage

Explanation: The primary components for the Cisco SD-WAN solution consist of the vManage network management system (management plane), the vSmart controller (control plane), the vBond orchestrator (orchestration plane), and the vEdge router (data plane).
+ vManage – This centralized network management system provides a GUI interface to easily monitor, configure, and maintain all Cisco SD-WAN devices and links in the underlay and overlay network.
+ vSmart controller – This software-based component is responsible for the centralized control plane of the SD-WAN network. It establishes a secure connection to each vEdge router and distributes routes and policy information via the Overlay Management Protocol (OMP), acting as a route reflector. It also orchestrates the secure data plane connectivity between the vEdge routers by distributing crypto key information, allowing for a very scalable, IKE-less architecture.
+ vBond orchestrator – This software-based component performs the initial authentication of vEdge devices and orchestrates vSmart and vEdge connectivity. It also has an important role in enabling the communication of devices that sit behind Network Address Translation (NAT).
+ vEdge router – This device, available as either a hardware appliance or software-based router, sits at a physical site or in the cloud and provides secure data plane connectivity among the sites over one or more WAN transports. It is responsible for traffic forwarding, security, encryption, Quality of Service (QoS), routing protocols such as Border Gateway Protocol (BGP) and Open Shortest Path First (OSPF), and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q
  1. 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 collectors, how many flow exporters are needed per network device in the flexible NetFlow configuration?

A. 1
B. 2
C. 4
D. 8

A

B. 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q
  1. Which statement about TLS is true when using RESTCONF to write configurations on network devices?

A. It is used for HTTP and HTTPS requests.
B. It requires certificates for authentication.
C. It is provided using NGINX acting as a proxy web server.
D. It is not supported on Cisco devices.

A

C. It is provided using NGINX acting as a proxy web server.

Explanation: When a device boots up with the startup configuration, the nginx process will be running. NGINX is an internal webserver that acts as a proxy webserver. It provides Transport Layer Security (TLS)-based HTTPS. RESTCONF request sent via HTTPS is first received by the NGINX proxy web server, and the request is transferred to the confd web server for further syntax/semantics check.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q
  1. Which reason could cause an OSPF neighborship to be in the EXSTART/EXCHANGE state?

A. mismatched OSPF link costs
B. mismatched OSPF network type
C. mismatched areas
D. mismatched MTU size

A

D. mismatched MTU size

Explanation:
When OSPF adjacency is formed, a router goes through several state changes before it becomes fully adjacent with its neighbor. The states are Down -> Attempt (optional) -> Init -> 2-Way -> Exstart -> Exchange -> Loading -> Full. Short descriptions about these states are listed below:
Down: no information (hellos) has been received from this neighbor.
Attempt: only valid for manually configured neighbors in an NBMA environment. In Attempt state, the router sends unicast hello packets every poll interval to the neighbor, from which hellos have not been received within the dead interval.
Init: specifies that the router has received a hello packet from its neighbor, but the receiving router’s ID was not included in the hello packet
2-Way: indicates bi-directional communication has been established between two routers.
Exstart: Once the DR and BDR are elected, the actual process of exchanging link state information can start between the routers and their DR and BDR.
Exchange: OSPF routers exchange database descriptor (DBD) packets
Loading: In this state, the actual exchange of link state information occurs Full: routers are fully adjacent with each other (Reference:

Neighbors Stuck in Exstart/Exchange State the problem occurs most frequently when attempting to run OSPF between a Cisco router and another vendor’s router. The problem occurs when the maximum transmission unit (MTU) settings for neighboring router interfaces don’t match. If the router with the higher MTU sends a packet larger that the MTU set on the neighboring router, the neighboring router ignores the packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q
  1. Which LISP device is responsible for publishing EID-to-RLOC mappings for a site?

A. ETR
B. MR
C. ITR
D. MS

A

A. ETR

Explanation:
An Egress Tunnel Router (ETR) connects a site to the LISP-capable part of a core network (such as the Internet), publishes EID-to-RLOC mappings for the site, responds to Map-Request messages, and decapsulates and delivers LISP-encapsulated user data to end systems at the site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q
  1. Which method does the enable secret password option use to encrypt device passwords?

A. MD5
B. PAP
C. CHAP
D. AES

A

A. MD5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q
  1. Which statement about agent-based versus agentless configuration management tools is true?

A. Agentless tools use proxy nodes to interface with slave nodes.
B. Agentless tools require no messaging systems between master and slaves.
C. Agent-based tools do not require a high-level language interpreter such as Python or Ruby on slave nodes.
D. Agent-based tools do not require the installation of additional software packages on the slave nodes.

A

C. Agent-based tools do not require a high-level language interpreter such as Python or Ruby on slave nodes.

Explanation: Agentless tool means that no software or agent needs to be installed on the client machines that are to be managed. Ansible is such an agentless tool. In contrast to an agentless tool, the agent-based tool requires software or agent to be installed on the client. Therefore the master and slave nodes can communicate directly without the need of high-level language interpreter.
An agentless tool uses standard protocols, such as SSH, to push configurations down to a device (and it can be considered a “messaging system”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q
  1. Which statement about Cisco Express Forwarding is true?

A. The CPU of a router becomes directly involved with packet switching decisions.
B. It uses a fast cache that is maintained in a router data plane.
C. It maintains two tables in the data plane: the FIB and adjacency table.
D. It makes forwarding decisions by a process that is scheduled through the IOS scheduler.

A

C. It maintains two tables in the data plane: the FIB and adjacency table.

Explanation: Cisco Express Forwarding (CEF) provides the ability to switch packets through a device in a very quick and efficient way while also keeping the load on the router’s processor low. CEF is made up of two different main components: the Forwarding Information Base (FIB) and the Adjacency Table. These are automatically updated at the same time as the routing table.
The Forwarding Information Base (FIB) contains destination reachability information as well as next-hop information. This information is then used by the router to make forwarding decisions.
The FIB allows for very efficient and easy lookups. The adjacency table is tasked with maintaining the layer 2 next-hop information for the FIB. It uses a fast cache that is maintained in a router data plane’ fast cache is only used when fast switching is enabled while CEF is disabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q
  1. Refer to the exhibit. What are the two effects of this configuration? (Choose two.)

access-list 1 permit 10.1.1.0 0.0.0.31
ip nat pool CISCO 209.165.201.1 209.165.201.30 netmask 255.255.255.224
ip nat inside source list 1 pool CISCO

A. It establishes a one-to-one NAT translation.
B. The 209.165.201.0/27 subnet is assigned as the outside local address range.
C. The 10.1.1.0/27 subnet is assigned as the inside local addresses.
D. Inside source addresses are translated to the 209.165.201.0/27 subnet.
E. The 10.1.1.0/27 subnet is assigned as the inside global address range.

A

C. The 10.1.1.0/27 subnet is assigned as the inside local addresses.
D. Inside source addresses are translated to the 209.165.201.0/27 subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q
  1. When configuring WPA2 Enterprise on a WLAN, which additional security component configuration is required?

A. PKI server
B. NTP server
C. RADIUS server
D. TACACS server

A

C. RADIUS server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q
  1. What is the structure of a JSON web token?

A. three parts separated by dots: header, payload, and signature
B. three parts separated by dots: version, header, and signature
C. header and payload
D. payload and signature

A

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

Explanation: JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA.
JSON Web Tokens are composed of three parts, separated by a dot (.): Header, Payload, Signature.
Therefore, a JWT typically looks like the following:
xxxxx.yyyyy.zzzzz
The header typically consists of two parts: the type of the token, which is JWT, and the signing algorithm being used, such as HMAC SHA256 or RSA.
The second part of the token is the payload, which contains the claims. Claims are statements about an entity (typically, the user) and additional data.
To create the signature part you have to take the encoded header, the encoded payload, a secret, the algorithm specified in the header, and sign that.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q
  1. A response code of 404 is received while using the REST API on Cisco DNA Center to POST to this URI:
    /dna/intent/api/v1/template-programmer/project
    What does the code mean?

A. The POST/PUT request was fulfilled and a new resource was created. Information about the resource is in the response body.
B. The request was accepted for processing, but the processing was not completed.
C. The client made a request for a resource that does not exist.
D. The server has not implemented the functionality that is needed to fulfill the request.

A

C. The client made a request for a resource that does not exist.

Explanation: The 404 (Not Found) error status code indicates that the REST API can’t map the client’s URI to a resource but may be available in the future. Subsequent requests by the client are permissible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q
  1. What is the benefit of deploying an on-premises infrastructure versus a cloud infrastructure deployment?

A. ability to quickly increase compute power without the need to install additional hardware
B. less power and coding resources needed to run infrastructure on-premises
C. faster deployment times because the additional infrastructure does not need to be purchased
D. lower latency between systems that are physically located near each other

A

D. lower latency between systems that are physically located near each other

Explanation: The difference between on-premise and cloud is essentially where this hardware and software reside. On-premise means that a company keeps all of this IT environment onsite either managed by themselves or a third-party. Cloud means that it is housed offsite with someone else responsible for monitoring and maintaining it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q
  1. A customer has several small branches and wants to deploy a Wi-Fi solution with local management using CAPWAP. Which deployment model meets this requirement?

A. local mode
B. autonomous
C. SD-Access wireless
D. Mobility Express

A

D. Mobility Express

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q
  1. Which two operations are valid for RESTCONF? (Choose two.)
A. PULL
B. PUSH
C. PATCH
D. REMOVE
E. ADD
F. HEAD
A

C. PATCH
F. HEAD

Explanation: RESTCONF operations include OPTIONS, HEAD, GET, POST, PATCH, DELETE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q
  1. Refer to the exhibit.
    See OneNote!
    The WLC administrator sees that the controller to which a roaming client associates has Mobility Role Anchor configured under Clients > Detail.
    Which type of roaming is supported?

A. indirect
B. Layer 3 intercontroller
C. intracontroller
D. Layer 2 intercontroller

A

B. Layer 3 intercontroller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q
  1. In which part of the HTTP message is the content type specified?

A. HTTP method
B. body
C. header
D. URI

A

C. header

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q
  1. Which statement about VXLAN is true?

A. VXLAN encapsulates a Layer 2 frame in an IP-UDP header, which allows Layer 2 adjacency across router boundaries.
B. VXLAN uses the Spanning Tree Protocol for loop prevention.
C. VXLAN extends the Layer 2 Segment ID field to 24-bits, which allows up to 4094 unique Layer 2 segments over the same network.
D. VXLAN uses TCP as the transport protocol over the physical data center network.

A

A. VXLAN encapsulates a Layer 2 frame in an IP-UDP header, which allows Layer 2 adjacency across router boundaries.

Explanation: 802.1Q VLAN identifier space is only 12 bits. The VXLAN identifier space is 24 bits. This doubling in size allows the VXLAN ID space to support 16 million Layer 2 segments -> Answer ‘VXLAN extends the Layer 2 Segment ID field to 24-bits, which allows up to 4094 unique Layer 2 segments over the same network’ is not correct.
VXLAN is a MAC-in-UDP encapsulation method that is used in order to extend a Layer 2 or Layer 3 overlay network over a Layer 3 infrastructure that already exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q
  1. Which statement about Cisco EAP-FAST is true?

A. It requires a client certificate.
B. It is an IETF standard.
C. It does not require a RADIUS server certificate.
D. It operates in transparent mode.

A

C. It does not require a RADIUS server certificate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q
  1. What do Cisco DNA southbound APIs provide?

A. interface between the controller and the consumer
B. RESTful API interface for orchestrator communication
C. interface between the controller and the network devices
D. NETCONF API interface for orchestrator communication

A

C. interface between the controller and the network devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q
  1. Which DNS lookup does an access point perform when attempting CAPWAP discovery?

A. CISCO-CONTROLLER.local
B. CAPWAP-CONTROLLER.local
C. CISCO-CAPWAP-CONTROLLER.local
D. CISCO-DNA-CONTROLLER.local

A

C. CISCO-CAPWAP-CONTROLLER.local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q
  1. Which TCP setting is tuned to minimize the risk of fragmentation on a GRE/IP tunnel?

A. MSS
B. MTU
C. MRU
D. window size

A

A. MSS

Explanation: The TCP Maximum Segment Size (TCP MSS) defines the maximum amount of data that a host is willing to accept in a single TCP/IP datagram. This TCP/IP datagram might be fragmented at the IP layer. The MSS value is sent as a TCP header option only in TCP SYN segments. Each side of a TCP connection reports its MSS value to the other side. Contrary to popular belief, the MSS value is not negotiated between hosts. The sending host is required to limit the size of data in a single TCP segment to a value less than or equal to the MSS reported by the receiving host.

TCP MSS takes care of fragmentation at the two endpoints of a TCP connection, but it does not handle the case where there is a smaller MTU link in the middle between these two endpoints. PMTUD was developed in order to avoid fragmentation in the path between the endpoints. It is used to dynamically determine the lowest MTU along the path from a packet’s source to its destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q
  1. Which statement about an RSPAN session configuration is true?

A. Only one session can be configured at a time.
B. A special VLAN type must be used as the RSPAN destination.
C. A filter must be configured for RSPAN sessions.
D. Only incoming traffic can be monitored.

A

B. A special VLAN type must be used as the RSPAN destination.

Explanation: in all participating switches -> This VLAN can be considered a special VLAN type -> Answer ‘A special VLAN type must be used as the RSPAN destination’ is correct.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q
  1. !
    extended IP access list EGRESS
    10 permit IP 10.1.100.0 0.0.0.255 10.1.2.0 0.0.0.255
    20 deny IP any any
    !
    An engineer must modify the access control list EGRESS to allow all IP traffic from subnet 10.1.10.0/24 to 10.1.2.0/24. The access control list is applied in the outbound direction on router interface GigabitEthernet 0/1.

Which configuration commands can the engineer use to allow this traffic without disrupting existing traffic flows?

A.
confi t
IP access-list extended EGRESS
permit IP 10.1.10.0 255.255.255.0 10.1.2.0 255.255.255.0

B.
config t
IP access-list extended EGRESS
permit IP 10.1.10.0 0.0.0.255 10.1.2.0 0.0.0.255
permit IP 10.1.100.0 0.0.0.255 10.1.2.0 0.0.0.255
deny IP any any
!
interface g0/1
no IP access-group EGRESS out
IP access-group EGRESS2 out

C
config t
IP access-list extended EGRESS
permit IP 10.1.10.0 0.0.0.255 10.1.2.0 0.0.0.255

D.
config t
IP access-list extended EGRESS
5 permit IP 10.1.10.0 0.0.0.255 10.1.2.0 0.0.0.255

A

D.
config t
IP access-list extended EGRESS
5 permit IP 10.1.10.0 0.0.0.255 10.1.2.0 0.0.0.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q
  1. What is the role of a fusion router in an SD-Access solution?

A. acts as a DNS server
B. provides additional forwarding capacity to the fabric
C. performs route leaking between user-defined virtual networks and shared services
D. provides connectivity to external networks

A

C. performs route leaking between user-defined virtual networks and shared services

Explanation: Today the Dynamic Network Architecture Software-Defined Access (DNA-SDA) solution requires a fusion router to perform VRF route leaking between user VRFs and Shared-Services, which may be in the Global routing table (GRT) or another VRF. Shared Services may consist of DHCP, Domain Name System (DNS), Network Time Protocol (NTP), Wireless LAN Controller (WLC), Identity Services Engine (ISE), DNAC components which must be made available to other virtual networks (VN’s) in the Campus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q
  1. Refer to the exhibit.
    See OneNote!
    A port-channel is configured between SW2 and SW3. SW2 is not running a Cisco operating system. When all physical connections are made, the port-channel does not establish. Based on the configuration except of SW3, what is the cause of the problem?

A. The port-channel mode should be set to auto.
B. The port-channel on SW2 is using an incompatible protocol.
C. The port-channel trunk is not allowing the native VLAN.
D. The port-channel interface load balance should be set to src-mac.

A

B. The port-channel on SW2 is using an incompatible protocol.

Explanation: The Cisco switch was configured with PAgP, which is a Cisco proprietary protocol so the non-Cisco switch could not communicate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q
  1. What does this EEM applet event accomplish?
    “event snmp oid 1.3.6.1.3.7.0.9.5.3.1.2.9 get-type next entry-op gt entry-val 75 poll-interval 5”

A. Upon the value reaching 75%, a SNMP event is generated and sent to the trap server.
B. It reads an SNMP variable, and when the value exceeds 75%, it triggers an action.
C. It issues email when the value is greater than 75% for five polling cycles.
D. It presents a SNMP variable that can be interrogated.

A

B. It reads an SNMP variable, and when the value exceeds 75%, it triggers an action.

Explanation: EEM offers the ability to monitor events and take informational or corrective action when the monitored events occur or reach a threshold. An EEM policy is an entity that defines an event and the actions to be taken when that event occurs. There are two types of EEM policies: an applet or a script. An applet is a simple form of policy that is defined within the CLI configuration.
To specify the event criteria for an Embedded Event Manager (EEM) applet that is run by sampling Simple Network Management Protocol (SNMP) object identifier values, use the event snmp command in applet configuration mode.
event snmp oid oid-value get-type {exact | next} entry-op operator entry-val entryvalue
[exit-comb {or | and}] [exit-op operator] [exit-val exit-value] [exit-time exit-timevalue] poll-interval poll-int-value
+ oid: Specifies the SNMP object identifier (object ID)
+ get-type: Specifies the type of SNMP get operation to be applied to the object ID specified by the oid-value argument.
– next – Retrieves the object ID that is the alphanumeric successor to the object ID specified by the oid-value argument.
+ entry-op: Compares the contents of the current object ID with the entry value using the specified operator. If there is a match, an event is triggered and event monitoring is disabled until the exit criteria are met.
+ entry-val: Specifies the value with which the contents of the current object ID are compared to decide if an SNMP event should be raised.
+ exit-op: Compares the contents of the current object ID with the exit value using the specified operator. If there is a match, an event is triggered and event monitoring is reenabled.
+ poll-interval: Specifies the time interval between consecutive polls (in seconds)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q
  1. 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 syslog priority direct msg ‘logging directly to console’

B.
event manager applet boom
event syslog pattern ‘UP’
action 1.0 gets ‘logging directly to console’

C.
event manager applet boom
event syslog pattern ‘UP’
action 1.0 string ‘logging directly to console’

D.
event manager applet boom
event syslog pattern ‘UP’
action 1.0 puts ‘logging directly to console’

A

D.
event manager applet boom
event syslog pattern ‘UP’
action 1.0 puts ‘logging directly to console’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q
  1. Which two GRE features are configured to prevent fragmentation? (Choose two.)
A. TCP window size
B. IP MTU
C. TCP MSS
D. DF bit clear
E. MTU ignore
A

B. IP MTU

C. TCP MSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q
  1. Which action is the vSmart controller responsible for in an SD-WAN deployment?

A. onboard vEdge nodes into the SD-WAN fabric
B. gather telemetry data from vEdge routers
C. distribute security information for tunnel establishment between vEdge routers
D. manage, maintain, and gather configuration and status for nodes within the SD-WAN fabric

A

C. distribute security information for tunnel establishment between vEdge routers

Explanation:
+ Orchestration plane (vBond) assists in secure onboarding the SD-WAN WAN Edge routers into the SD-WAN overlay (-> Therefore answer “onboard vEdge nodes into the SD-WAN fabric” mentioned about vBond). The vBond controller, or orchestrator, authenticates and authorizes the SD-WAN components onto the network. The vBond orchestrator takes an added responsibility to distribute the list of vSmart and vManage controller information to the WAN Edge routers. vBond is the only device in SD-WAN that requires a public IP address as it is the first point of contact and authentication for all SD-WAN components to join the SD-WAN fabric. All other components need to know the vBond IP or DNS information.
+ Management plane (vManage) is responsible for central configuration and monitoring. The vManage controller is the centralized network management system that provides a single pane of a glass GUI interface to easily deploy, configure, monitor, and troubleshoot all Cisco SD-WAN components in the network. (-> Answer “manage, maintain, and gather configuration and status for nodes within the SD-WAN fabric” and answer “gather telemetry data from vEdge routers” are about vManage)
+ Control plane (vSmart) builds and maintains the network topology and makes decisions on the traffic flows. The vSmart controller disseminates control plane information between WAN Edge devices, implements control plane policies, and distributes data plane policies to network devices for enforcement (-> Answer “distribute security information for tunnel establishment between vEdge routers” is about vSmart)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q
  1. Which description of an SD-access wireless network infrastructure deployment is true?

A. The access point is part of the fabric overlay.
B. The wireless client is part of the fabric overlay.
C. The access point is part of the fabric underlay.
D. The WLC is part of the fabric underlay.

A

A. The access point is part of the fabric overlay.

Explanation: Access Points
+ AP is directly connected to FE[FabricEdge] (or to an extended node switch)
+ AP is part of Fabric overlay

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q
  1. Which feature is supported by EIGRP but is not supported by OSPF?

A. route filtering
B. unequal-cost load balancing
C. route summarization
D. equal-cost load balancing

A

B. unequal-cost load balancing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q
  1. What is the correct EBGP path attribute list, ordered from most preferred to least preferred, that the BGP best-path algorithm uses?

A. local preference, weight, AS path, MED
B. weight, local preference, AS path, MED
C. weight, AS path, local preference, MED
D. local preference, weight, MED, AS path

A

B. weight, local preference, AS path, MED

Explanation: Path Selection Attributes: Weight > Local Preference > Originate > AS Path > Origin > MED > External > IGP Cost > eBGP Peering > Router ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q
  1. At which layer does Cisco DNA Center support REST controls?

A. session layer
B. northbound APIs
C. EEM applets or scripts
D. YAML output from responses to API calls

A

B. northbound APIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
92
Q
  1. Which tunneling technique is used when designing a Cisco SD-Access fabric data plane?

A. VXLAN
B. LISP
C. Cisco TrustSec
D. IS-IS

A

A. VXLAN

Explanation: The tunneling technology used for the fabric data plane is based on Virtual Extensible LAN (VXLAN). VXLAN encapsulation is UDP based, meaning that it can be forwarded by any IP-based network (legacy or a third party) and creates the overlay network for the SD-Access fabric. Although LISP is the control plane for the SD-Access fabric, it does not use LISP data encapsulation for the data plane; instead, it uses VXLAN encapsulation because it is capable of encapsulating the original Ethernet header to perform MAC-in-IP encapsulation, while LISP does not. Using VXLAN allows the SD-Access fabric to support Layer 2 and Layer 3 virtual topologies (overlays) and the ability to operate over any IP-based network with built-in network segmentation (VRF instance/VN) and built-in group-based policy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
93
Q
  1. What is the difference between the enable password and the enable secret password when service password-encryption is enabled on an IOS device?

A. The enable secret password is protected via stronger cryptography mechanisms.
B. The enable password cannot be decrypted.
C. The enable password is encrypted with a stronger encryption method.
D. There is no difference and both passwords are encrypted identically.

A

A. The enable secret password is protected via stronger cryptography mechanisms.

Explanation: The “enable secret” password is always encrypted (independent of the “service password encryption” command) using MD5 hash algorithm. The “enable password” does not encrypt the password and can be view in clear text in the running-config. In order to encrypt the “enable password”, use the “service password-encryption” command. This command will encrypt the passwords by using the Vigenere encryption algorithm. Unfortunately, the Vigenere encryption method is cryptographically weak and trivial to reverse.
The MD5 hash is a stronger algorithm than Vigenere so answer ‘The enable secret password is protected via stronger cryptography mechanisms’ is correct.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
94
Q
  1. Which access controls list allows only TCP traffic with a destination port range of 22-443, excluding port 80?

A.
Deny tcp any any eq 80
Permit tcp any any gt 21 it 444

B.
Permit tcp any any ne 80

C.
Permit tcp any any range 22 443
Deny tcp any any eq 80

D.
Deny tcp any any ne 80
Permit tcp any any range 22 443

A

C.
Permit tcp any any range 22 443
Deny tcp any any eq 80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
95
Q
  1. Which statement describes the IP and MAC allocation requirements for virtual machines on Type 1 hypervisors?

A. Virtual machines do not require a unique IP or unique MAC. They share the IP and MAC address of the physical server.
B. Each virtual machine requires a unique IP address but shares the MAC address with the physical server.
C. Each virtual machine requires a unique IP and MAC addresses to be able to reach to other nodes.
D. Each virtual machine requires a unique MAC address but shares the IP address with the physical server.

A

C. Each virtual machine requires a unique IP and MAC addresses to be able to reach to other nodes.

Explanation: A virtual machine (VM) is a software emulation of a physical server with an operating system.
From an application’s point of view, the VM provides the look and feel of a real physical server, including all its components, such as CPU, memory, and network interface cards (NICs).
The virtualization software that creates VMs and performs the hardware abstraction that allows multiple VMs to run concurrently is known as a hypervisor.
There are two types of hypervisors: type 1 and type 2 hypervisor.
In type 1 hypervisor (or native hypervisor), the hypervisor is installed directly on the physical server.
Then instances of an operating system (OS) are installed on the hypervisor. Type 1 hypervisor has direct access to the hardware resources. Therefore they are more efficient than hosted architectures.
Some examples of type 1 hypervisor are VMware vSphere/ESXi, Oracle VM Server, KVM and
Microsoft Hyper-V.
In contrast to type 1 hypervisor, a type 2 hypervisor (or hosted hypervisor) runs on top of an operating system and not the physical hardware directly. answer ‘Each virtual machine requires a unique IP and MAC addresses to be able to reach to other nodes’ big advantage of Type 2 hypervisors is that management console software is not required. Examples of type 2 hypervisor are VMware Workstation (which can run on Windows, Mac and Linux) or Microsoft Virtual PC (only runs on Windows).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
96
Q
  1. A local router shows an EBGP neighbor in the Active state. Which statement is true about the local router?

A. The local router is attempting to open a TCP session with the neighboring router.
B. The local router is receiving prefixes from the neighboring router and adding them in RIB-IN.
C. The local router has active prefixes in the forwarding table from the neighboring router.
D. The local router has BGP passive mode configured for the neighboring router.

A

A. The local router is attempting to open a TCP session with the neighboring router.

Explanation: The BGP session may report in the following states
1 – Idle: the initial state of a BGP connection. In this state, the BGP speaker is waiting for a BGP start event, generally either the establishment of a TCP connection or the re-establishment of a previous connection. Once the connection is established, BGP moves to the next state.
2 – Connect: In this state, BGP is waiting for the TCP connection to be formed. If the TCP connection completes, BGP will move to the Open Sent stage; if the connection cannot complete, BGP goes to Active
3 – Active: In the Active state, the BGP speaker is attempting to initiate a TCP session with the BGP speaker it wants to peer with. If this can be done, the BGP state goes to Open Sent state.
4 – Open Sent: the BGP speaker is waiting to receive an OPEN message from the remote BGP speaker
5 – Open Confirm: Once the BGP speaker receives the OPEN message and no error is detected, the BGP speaker sends a KEEPALIVE message to the remote BGP speaker
6 – Established: All of the neighbor negotiations are complete. You will see a number, which tells us the number of prefixes the router has received from a neighbor or peer group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
97
Q
  1. Which feature must be configured to allow packet capture over Layer 3 infrastructure?

A. RSPAN
B. ERSPAN
C. VSPAN
D. IPSPAN

A

B. ERSPAN

Explanation:
Encapsulated Remote SPAN (ERSPAN): encapsulated Remote SPAN (ERSPAN), as the name says, brings generic routing encapsulation (GRE) for all captured traffic and allows it to be extended across Layer 3 domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
98
Q
  1. Which two actions provide controlled Layer 2 network connectivity between virtual machines running on the same hypervisor? (Choose two.)

A. Use a single trunk link to an external Layer2 switch.
B. Use a virtual switch provided by the hypervisor.
C. Use a virtual switch running as a separate virtual machine.
D. Use a single routed link to an external router on stick.
E. Use VXLAN fabric after installing VXLAN tunneling drivers on the virtual machines.

A

B. Use a virtual switch provided by the hypervisor.

D. Use a single routed link to an external router on stick.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
99
Q
  1. What is calculated using the numerical values of the transmitter power level, cable loss, and antenna gain?

A. EIRP
B. dBi
C. RSSI
D. SNR

A

A. EIRP

Explanation: Once you know the complete combination of transmitter power level, the length of cable, and the antenna gain, you can figure out the actual power level that will be radiated from the antenna. This is known as the effective isotropic radiated power (EIRP), measured in dBm. EIRP is a very important parameter because it is regulated by governmental agencies in most countries. In those cases, a system cannot radiate signals higher than a maximum allowable EIRP. To find the EIRP of a system, simply add the transmitter power level to the antenna gain and subtract the cable loss.

EIRP = Tx Power – Tx Cable + Tx Antenna
Suppose a transmitter is configured for a power level of 10 dBm (10 mW). answer ‘SNR’ cable with 5-dB loss connects the transmitter to an antenna with an 8-dBi gain. The resulting EIRP of the system is 10 dBm – 5 dB + 8 dBi, or 13 dBm.

You might notice that the EIRP is made up of decibel-milliwatt (dBm), dB relative to an isotropic antenna (dBi), and decibel (dB) values. Even though the units appear to be differrent, you can safely combine them because they are all in the dB “domain”.

Reference: CCNA Wireless 640-722 Official Cert Guide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
100
Q
  1. Which type of antenna does the radiation pattern represent?
    See OneNote!

A. Yagi
B. multidirectional
C. directional patch
D. omnidirectional

A

A. Yagi

Explanation:
A Yagi antenna is formed by driving a simple antenna, typically a dipole or dipole-like antenna, and shaping the beam using a well-chosen series of non-driven elements whose length and spacing are tightly controlled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
101
Q
  1. Refer to the exhibit.
    See OneNote!
    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?

A. SwitchC(config)#vtp pruning

B. SwitchC(config)#vtp pruning vlan 110

C. SwitchC(config)#interface port-channel 1
SwitchC(config-if)#switchport trunk allowed vlan add 210,310

D. SwitchC(config)#interface port-channel 1
SwitchC(config-if)#switchport trunk allowed vlan remove 110

A

D. SwitchC(config)#interface port-channel 1
SwitchC(config-if)#switchport trunk allowed vlan remove 110

Explanation: From the “show vlan brief” we learn that Finance belongs to VLAN 110 and all VLANs (from 1 to 1005) are allowed to traverse the trunk (port-channel 1). Therefore we have to remove VLAN 110 from the allowed VLAN list with the “switchport trunk allowed vlan remove ” command. The pruning feature cannot do this job as Finance VLAN is active.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
102
Q
  1. Refer to the exhibit.
    See OneNote!
    Which HTTP JSON response does the python code output give?

A. NameError: name ‘json’ is not defined
B. KeyError ‘kickstart_ver_str’
C. 7.61
D. 7.0(3)I7(4)

A

D. 7.0(3)I7(4)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
103
Q
  1. When a wired client connects to an edge switch in an SDA fabric, which component decides whether the client has access to the network?

A. control-plane node
B. Identity Service Engine
C. RADIUS server
D. edge nod

A

B. Identity Service Engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
104
Q
  1. Refer to the exhibit.
    See OneNote!
    An engineer must ensure that all traffic leaving AS 200 will choose Link 2 as the exit point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?

A. R4(config-router)#bgp default local-preference 200
B. R3(config-router)#neighbor 10.1.1.1 weight 200
C. R3(config-router)#bgp default local-preference 200
D. R4(config-router)#neighbor 10.2.2.2 weight 200

A

A. R4(config-router)#bgp default local-preference 200

Explanation: Local preference is an indication to the AS about which path has preference to exit the AS in order to reach a certain network. A path with a higher local preference is preferred. The default value for local preference is 100.

Unlike the weight attribute, which is only relevant to the local router, local preference is an attribute that routers exchange in the same AS. The local preference is set with the “bgp default local-preference value” command.

In this case, both R3 & R4 have exit links but R4 has higher local-preference so R4 will be chosen as the preferred exit point from AS 200.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
105
Q
  1. Which protocol infers that a YANG data model is being used?

A. SNMP
B. REST
C. RESTCONF
D. NX-API

A

C. RESTCONF

Explanation: YANG (Yet another Next Generation) is a data modeling language for the definition of data sent over network management protocols such as the NETCONF and RESTCONF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
106
Q
  1. Which configuration restricts the amount of SSH that a router accepts 100 kbps?
A.
class-map match-all CoPP_SSH
match access-group name CoPP_SSH
!
Policy-map CoPP_SSH
class CoPP_SSHpolice cir 100000
exceed-action drop
! ! !
Interface GigabitEthernet0/1
ip address 209.165.200.225 255.255.255.0
ip access-group CoPP_SSH out
duplex auto
speed auto
media-type rj45
service-policy input CoPP_SSH
!
ip access-list extended CoPP_SSH
permit tcp any any eq 22
!
B.
class-map match-all CoPP_SSH
match access-group name CoPP_SSH
!
Policy-map CoPP_SSH
class CoPP_SSH
police cir CoPP_SSH
exceed-action drop
!
Interface GigabitEthernet0/1
ip address 209.165.200.225 255.255.255.0
ip access-group … out
duplex auto
speed auto
media-type rj45
service-policy input CoPP_SSH
!
ip access-list extended CoPP_SSH
deny tcp any any eq 22
!
C.
class-map match-all CoPP_SSH
match access-group name CoPP_SSH
!
Policy-map CoPP_SSH
class CoPP_SSH
police cir 100000
exceed-action drop
!
!
!
Control-plane
service-policy input CoPP_SSH
!
ip access-list extended CoPP_SSH
permit tcp any any eq 22
!
D.
class-map match-all CoPP_SSH
match access-group name CoPP_SSH
!
Policy-map CoPP_SSH
class CoPP_SSH
police cir 100000 exceed-action drop
!
Control-plane transit
service-policy input CoPP_SSH
!
Ip access-list extended CoPP_SSH
permit tcp any any eq 22
!
A
C.
class-map match-all CoPP_SSH
match access-group name CoPP_SSH
!
Policy-map CoPP_SSH
class CoPP_SSH
police cir 100000
exceed-action drop
!
!
!
Control-plane
service-policy input CoPP_SSH
!
ip access-list extended CoPP_SSH
permit tcp any any eq 22
!

Explanation: CoPP protects the route processor on network devices by treating route processor resources as a separate entity with its own ingress interface (and in some implementations, egress also). CoPP is used to police traffic that is destined to the route processor of the router such as:
+ routing protocols like OSPF, EIGRP, or BGP.
+ Gateway redundancy protocols like HSRP, VRRP, or GLBP.
+ Network management protocols like telnet, SSH, SNMP, or RADIUS.

Therefore we must apply the CoPP to deal with SSH because it is in the management plane. CoPP must be put under “control-plane” command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
107
Q
  1. What NTP stratum level is a server that is connected directly to an authoritative time source?

A. Stratum 0
B. Stratum 1
C. Stratum 14
D. Stratum 15

A

B. Stratum 1

Explanation: The stratum levels define the distance from the reference clock. A reference clock is a stratum 0 device that is assumed to be accurate and has little or no delay associated with it. Stratum 0 servers cannot be used on the network but they are directly connected to computers which then operate as stratum-1 servers. A stratum 1-time server acts as a primary network time standard.

A stratum 2 server is connected to the stratum 1 server; then a stratum 3 server is connected to the stratum 2 server and so on. A stratum 2 server gets its time via NTP packet requests from a stratum 1 server. A stratum 3 server gets its time via NTP packet requests from a stratum-2 server… A stratum server may also peer with other stratum servers at the same level to provide a more stable and robust time for all devices in the peer group (for example a stratum 2 server can peer with other stratum 2 servers).
NTP uses the concept of a stratum to describe how many NTP hops away a machine is from an authoritative time source. A stratum 1-time server typically has an authoritative time source (such as a radio or atomic clock, or a Global Positioning System (GPS) time source) directly attached, a stratum 2-time server receives its time via NTP from a stratum 1-time server, and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
108
Q
  1. How does QoS traffic shaping alleviate network congestion?

A. It drops packets when traffic exceeds a certain bitrate.
B. It buffers and queue packets above the committed rate.
C. It fragments large packets and queues them for delivery.
D. It drops packets randomly from lower priority queues.

A

B. It buffers and queue packets above the committed rate.

Explanation: Traffic shaping retains excess packets in a queue and then schedules the excess for later transmission over increments of time. The result of traffic shaping is a smoothed packet output rate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
109
Q
  1. An engineer is describing QoS to a client. Which two facts apply to traffic policing? (Choose two)

A. Policing adapts to network congestion by queuing excess traffic
B. Policing should be performed as close to the destination as possible
C. Policing drops traffic that exceeds the defined rate
D. Policing typically delays the traffic, rather than drops it
E. Policing should be performed as close to the source as possible

A

C. Policing drops traffic that exceeds the defined rate
E. Policing should be performed as close to the source as possible

Explanation: Traffic policing propagates bursts. When the traffic rate reaches the configured maximum rate (or committed information rate), excess traffic is dropped (or remarked). The result is an output rate that appears as a saw-tooth with crests and troughs.
Unlike traffic shaping, traffic policing does not cause a delay.
Classification (which includes traffic policing, traffic shaping and queuing techniques) should take place at the network edge. It is recommended that classification occur as close to the source of the traffic as possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
110
Q
  1. What mechanism does PIM use to forward multicast traffic?

A. PIM sparse mode uses a pull model to deliver multicast traffic
B. PIM dense mode uses a pull model to deliver multicast traffic
C. PIM sparse mode uses receivers to register with the RP
D. PIM sparse mode uses a flood and prune model to deliver multicast traffic

A

A. PIM sparse mode uses a pull model to deliver multicast traffic

Explanation: PIM dense mode (PIM-DM) uses a push model to flood multicast traffic to every corner of the network. This push model is a brute-force method of delivering data to the receivers. This method would be efficient in certain deployments in which there are active receivers on every subnet in the network. PIM-DM initially floods multicast traffic throughout the network. Routers that have no downstream neighbors prune the unwanted traffic. This process repeats every 3 minutes.
PIM Sparse Mode (PIM-SM) uses a pull model to deliver multicast traffic. Only network segments with active receivers that have explicitly requested the data receive the traffic. PIM-SM distributes information about active sources by forwarding data packets on the shared tree. Because PIM-SM uses shared trees (at least initially), it requires the use of an RP. The RP must be administratively configured in the network.
Answer C seems to be correct but it is not, PIM spare mode uses sources (not receivers) to register with the RP. Sources register with the RP, and then data is forwarded down the shared tree to the receivers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
111
Q
  1. Which two namespaces does the LISP network architecture and protocol use? (Choose two)
A. TLOC
B. RLOC
C. DNS
D. VTEP
E. EID
A

B. RLOC
E. EID

Explanation: Locator ID Separation Protocol (LISP) is a network architecture and protocol that implements the use of two namespaces instead of a single IP address:
+ Endpoint identifiers (EIDs)—assigned to end hosts.
+ Routing locators (RLOCs)—assigned to devices (primarily routers) that make up the global routing system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
112
Q
  1. Which First Hop Redundancy Protocol should be used to meet design requirements for more efficient default bandwidth usage across multiple devices?

A. GLBP
B. LCAP
C. HSRP
D. VRRP

A

A. GLBP

Explanation: The main disadvantage of HSRP and VRRP is that only one gateway is elected to be the active gateway and used to forward traffic whilst the rest are unused until the active one fails. Gateway Load Balancing Protocol (GLBP) is a Cisco proprietary protocol and performs a similar function to HSRP and VRRP but it supports load balancing among members in a GLBP group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
113
Q
  1. Refer to the exhibit.
    See OneNote!
    A network engineer is configuring OSPF between router R1 and router R2. The engineer must ensure that a DR/BDR election does not occur on the Gigabit Ethernet interfaces in area 0. Which configuration set accomplishes this goal?

A. R1 (config-if) #interface Gi0/0
R1 (config-if) #ip ospf network point-to-point
R2 (config-if) #interface Gi0/0
R2 (config-if) #ip ospf network point-to-point

B. R1 (config-if) #interface Gi0/0
R1 (config-if) #ip ospf network broadcast
R2(config-if)#interface Gi0/0
R2(config-if)#ip ospf network broadcast

C. R1(config-if)#interface Gi0/0
R1(config-if)#ip ospf database-filter all out
R2(config-if)#interface Gi0/0
R2(config-if)#ip ospf database-filter all out

D. R1(config-if)#interface Gi0/0
R1(config-if)#ip ospf priority 1
R2(config-if)#interface Gi0/0
R2(config-if)#ip ospf priority 1

A

A. R1 (config-if) #interface Gi0/0
R1 (config-if) #ip ospf network point-to-point
R2 (config-if) #interface Gi0/0
R2 (config-if) #ip ospf network point-to-point

Explanation: Broadcast and Non-Broadcast networks elect DR/BDR while Point-to-point/multipoint do not elect DR/BDR. Therefore we have to set the two Gi0/0 interfaces to point-to-point or point-to-multipoint network to ensure that a DR/BDR election does not occur.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
114
Q
  1. What are two reasons why broadcast radiation is caused in the virtual machine environment? (Choose two)

A. vSwitch must interrupt the server CPU to process the broadcast packet
B. The Layer 2 domain can be large in virtual machine environments
C. Virtual machines communicate primarily through broadcast mode
D. Communication between vSwitch and network switch is broadcast based
E. Communication between vSwitch and network switch is multicast based

A

A. vSwitch must interrupt the server CPU to process the broadcast packet
B. The Layer 2 domain can be large in virtual machine environments

Explanation: Broadcast radiation is the accumulation of broadcast and multicast traffic on a computer network.
Extreme amounts of broadcast traffic constitute a broadcast storm.
The amount of broadcast traffic you should see within a broadcast domain is directly proportional to the size of the broadcast domain. Therefore if the layer 2 domain in virtual machine environment is too large, broadcast radiation may occur -> VLANs should be used to reduce broadcast radiation.
Also if virtual machines communicate via broadcast too much, broadcast radiation may occur.
Another reason for broadcast radiation is using a trunk (to extend VLANs) from the network switch to the physical server.
Note about the structure of virtualization in a hypervisor:
Hypervisors provide virtual switch (vSwitch) that Virtual Machines (VMs) use to communicate with other VMs on the same host. The vSwitch may also be connected to the host’s physical NIC to allow VMs to get layer 2 access to the outside world.
Each VM is provided with a virtual NIC (vNIC) that is connected to the virtual switch. Multiple vNICs can connect to a single vSwitch, allowing VMs on a physical host to communicate with one another at layer 2 without having to go out to a physical switch.

Although vSwitch does not run Spanning-tree protocol but vSwitch implements other loop prevention mechanisms. For example, a frame that enters from one VMNIC is not going to go out of the physical host from a different VMNIC card.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
115
Q
  1. A company plans to implement intent-based networking in its campus infrastructure. Which design facilities a migrate from a traditional campus design to a programmer fabric designer?

A. Layer 2 access
B. three-tier
C. two-tier
D. routed access

A

C. two-tier

Explanation: Intent-based Networking (IBN) transforms a hardware centric, manual network into a controller-led network that captures business intent and translates it into policies that can be automated and applied consistently across the network. The goal is for the network to continuously monitor and adjust network performance to help assure desired business outcomes. IBN builds on software-defined networking (SDN). SDN usually uses spine-leaf architecture, which is typically deployed as two layers: spines (such as an aggregation layer), and leaves (such as an access layer).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
116
Q
  1. When a wireless client roams between two different wireless controllers, a network connectivity outage is experience for a period of time. Which configuration issue would cause this problem?

A. Not all of the controllers in the mobility group are using the same mobility group name
B. Not all of the controllers within the mobility group are using the same virtual interface IP address
C. All of the controllers within the mobility group are using the same virtual interface IP address
D. All of the controllers in the mobility group are using the same mobility group name

A

B. Not all of the controllers within the mobility group are using the same virtual interface IP address

Explanation: A prerequisite for configuring Mobility Groups is “All controllers must be configured with the same virtual interface IP address”. If all the controllers within a mobility group are not using the same virtual interface, inter-controller roaming may appear to work, but the handoff does not complete, and the client loses connectivity for a period of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
117
Q
  1. Which algorithms are used to secure REST API from brute attacks and minimize the impact?

A. SHA-512 and SHA-384
B. MD5 algorithm-128 and SHA-384
C. SHA-1, SHA-256, and SHA-512
D. PBKDF2, BCrypt, and SCrypt

A

D. PBKDF2, BCrypt, and SCrypt

Explanation: One of the best practices to secure REST APIs is using password hash. Passwords must always be hashed to protect the system (or minimize the damage) even if it is compromised in some hacking attempts. There are many such hashing algorithms which can prove really effective for password security e.g. PBKDF2, bcrypt and scrypt algorithms.
Other ways to secure REST APIs are: Always use HTTPS, Never expose information on URLs (Usernames, passwords, session tokens, and API keys should not appear in the URL), Adding Timestamp in Request, Using OAuth, Input Parameter Validation.
Reference: https://restfulapi.net/security-essentials/
We should not use MD5 or any SHA (SHA-1, SHA-256, SHA-512…) algorithm to hash password as they are not totally secure.
Note: A brute-force attack is an attempt to discover a password by systematically trying every possible combination of letters, numbers, and symbols until you discover the one correct combination that works.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
118
Q
  1. What is the role of the RP in PIM sparse mode?

A. The RP responds to the PIM join messages with the source of requested multicast group
B. The RP maintains default aging timeouts for all multicast streams requested by the receivers
C. The RP acts as a control-plane node and does not receive or forward multicast packets
D. The RP is the multicast that is the root of the PIM-SM shared multicast distribution tree

A

D. The RP is the multicast that is the root of the PIM-SM shared multicast distribution tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
119
Q
  1. 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 client manager in prevent colleague making changes to the device while the script is running?

A. m.lock (config=’running’)
B. m.lock (target=’running’)
C. m.freeze (target=’running’)
D. m.freeze(config=’running’)

A

B. m.lock (target=’running’)

Explanation: The example below shows the usage of lock command:
!
def demo(host, user, names):
With manager. Connect(host=host, port=22, username=user) as m:
With m.locked(target=’running’):
for n in names:
m.edit_config (target=’running’, config=template % n)
!
The command “m.locked (target=’running’)” causes a lock to be acquired on the running datastore.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
120
Q
  1. What are two device roles in Cisco SD-Access fabric? (Choose two)
A. core switch
B. vBond controller
C. edge node
D. access switch
E. border node
A

C. edge node
E. border node

Explanation: There are five basic device roles in the fabric overlay:

+ Control plane node: This node contains the settings, protocols, and mapping tables to provide the endpoint-to-location (EID-to-RLOC) mapping system for the fabric overlay.
+ Fabric border node: This fabric device (for example, core layer device) connects external Layer 3 networks to the SDA fabric.
+ Fabric edge node: This fabric device (for example, access or distribution layer device) connects wired endpoints to the SDA fabric.
+ Fabric WLAN controller (WLC): This fabric device connects APs and wireless endpoints to the SDA fabric.
+ Intermediate nodes: These are intermediate routers or extended switches that do not provide any sort of SD-Access fabric role other than underlay services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
121
Q
  1. Which action is a function of VTEP in VXLAN?

A. tunneling traffic from IPv6 to IPv4 VXLANs
B. allowing encrypted communication on the local VXLAN Ethernet segment
C. encapsulating and de-encapsulating VXLAN Ethernet frames
D. tunneling traffic from IPv4 to IPv6 VXLANs

A

C. encapsulating and de-encapsulating VXLAN Ethernet frames

Explanation: VTEPs connect between Overlay and Underlay network and they are responsible for encapsulating frame into VXLAN packets to send across IP network (Underlay) then decapsulating when the packets leaves the VXLAN tunnel.

122
Q
  1. What does the Cisco DNA Center use to enable the delivery of applications through a network and to yield analytics for innovation?

A. process adapters
B. Command Runner
C. intent-based APIs
D. domain adapters

A

C. intent-based APIs

Explanation:
The Cisco DNA Center open platform for intent-based networking provides 360- degree extensibility across multiple components, including:
+ Intent-based APIs leverage the controller to enable business and IT applications to deliver intent to the network and to reap network analytics and insights for IT and business innovation. These enable APIs that allow Cisco DNA Center to receive input from a variety of sources, both internal to IT and from line-of-business applications, related to application policy, provisioning, software image management, and assurance.

123
Q
  1. Which component handles the orchestration plane of the Cisco SD-WAN?

A. vBond
B. vSmart
C. vManage
D. vEdge

A

A. vBond

Explanation: + Orchestration plane (vBond) assists in securely onboarding the SD-WAN WAN Edge routers into the SD-WAN overlay. The vBond controller, or orchestrator, authenticates and authorizes the SD-WAN components onto the network. The vBond orchestrator takes an added responsibility to distribute the list of vSmart and vManage controller information to the WAN Edge routers. vBond is the only device in SD-WAN that requires a public IP address as it is the first point of contact and authentication for all SD-WAN components to join the SD-WAN fabric. All other components need to know the vBond IP or DNS information.

124
Q
  1. Which two entities are Type 1 hypervisors? (Choose two)
A. Oracle VM Virtual Box
B. Microsoft Hyper-V
C. VMware server
D. VMware ESX
E. Microsoft Virtual PC
A

B. Microsoft Hyper-V
D. VMware ESX

Explanation: A bare-metal hypervisor (Type 1) is a layer of software we install directly on top of a physical server and its underlying hardware. There is no software or any operating system in between, hence the name bare-metal hypervisor. A Type 1 hypervisor is proven in providing excellent performance and stability since it does not run inside Windows or any other operating system. These are the most common type 1 hypervisors:
+ VMware vSphere with ESX/ESXi
+ KVM (Kernel-Based Virtual Machine)
+ Microsoft Hyper-V
+ Oracle VM
+ Citrix Hypervisor (formerly known as Xen Server)

125
Q
  1. Which access point mode allows a supported AP to function like a WLAN client would, associating and identifying client connectivity issues?

A. client mode
B. SE-connect mode
C. sensor mode
D. sniffer mode

A

C. sensor mode

126
Q
  1. Refer to the exhibit.
    See OneNote!
    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 accomplishes this task?

A.
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(config)#access-list 150 permit ip any any time-range WEEKEND
!
R3(config)#interface Gi0/1
R3(config-if)#ip access-group 150 out

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 Gi0/1
R1(config-if)#ip access-group 150 in

C.
C.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 Gi0/1
R1(config-if)#ip access-group 150 in

D. R3(config)#time-range WEEKEND
R3(config-time-range)#periodic weekend 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(config)#access-list 150 permit ip any any time-range WEEKEND
!
R3(config)#interface Gi0/1
R3(config-if)#ip access-group 150 out

A

C.
C.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 Gi0/1
R1(config-if)#ip access-group 150 in

Explanation: We cannot filter traffic that is originated from the local router (R3 in this case) so we can only configure the ACL on R1 or R2. “Weekend hours” means from Saturday morning through Sunday night so we have to configure: “periodic weekend 00:00 to 23:59”.
Note: The time is specified in 24-hour time (hh:mm), where the hours range from 0 to 23 and the minutes range from 0 to 59.

127
Q
  1. 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. Application Policies
D. Authentication Template

A

B. Template Editor

Explanation: Cisco DNA Center provides an interactive editor called Template Editor to author CLI templates. Template Editor is a centralized CLI management tool to help design a set of device configurations that you need to build devices in a branch. When you have a site, office, or branch that uses a similar set of devices and configurations, you can use Template Editor to build generic configurations and apply the configurations to one or more devices in the branch.

128
Q
  1. A client device roams between access points located on different floors in an atrium. The access points joined to the same controller and configuration in local mode. The access points are in different IP subnets, but the client VLAN is in the same group. What type of roaming occurs?

A. inter-controller
B. inter-subnet
C. intra-VLAN
D. intra-controller

A

D. intra-controller

Explanation:

Mobility, or roaming, is a wireless LAN client’s ability to maintain its association seamlessly from one access point to another securely and with as little latency as possible. Three popular types of client roaming are:

Intra-Controller Roaming: Each controller supports same-controller client roaming across access points managed by the same controller. This roaming is transparent to the client as the session is sustained, and the client continues using the same DHCP-assigned or client-assigned IP address.
Inter-Controller Roaming: Multiple-controller deployments support client roaming across access points managed by controllers in the same mobility group and on the same subnet. This roaming is also transparent to the client because the session is sustained and a tunnel between controllers allows the client to continue using the same DHCP- or client-assigned IP address as long as the session remains active.

Inter-Subnet Roaming: Multiple-controller deployments support client roaming across access points managed by controllers in the same mobility group on different subnets. This roaming is transparent to the client because the session is sustained and a tunnel between the controllers allows the client to continue using the same DHCP-assigned or client-assigned IP address as long as the session remains active.

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

A. broadcast discover request
B. join request to all the WLCs
C. unicast discovery request to each WLC
D. Unicast discovery request to the first WLC that resolves the domain name

A

C. unicast discovery request to each WLC

130
Q
  1. !
    vlan 222
    remote-span
    !
    vlan 223
    remote-span
    !
    monitor session 1 source interface FastEthernet0/1 tx
    monitor session 1 source interface FastEthernet0/2 rx
    monitor session 1 source interface port-channel 5
    monitor session 1 destination remote vlan 222
    !
    What is the result when a technician adds the monitor session 1 destination remote VLAN 223 commands?

A. The RSPAN VLAN is replaced by VLAN 223
B. RSPAN traffic is sent to VLANs 222 and 223
C. An error is flagged for configuring two destinations
D. RSPAN traffic is split between VLANs 222 and 223

A

A. The RSPAN VLAN is replaced by VLAN 223

131
Q
  1. In an SD-Access solution what is the role of a fabric edge node?

A. to connect external Layer 3- network to the SD-Access fabric
B. to connect wired endpoint to the SD-Access fabric
C. to advertise fabric IP address space to external network
D. to connect the fusion router to the SD-Access fabric

A

B. to connect wired endpoint to the SD-Access fabric

Explanation: + Fabric edge node: This fabric device (for example, access or distribution layer device) connects wired endpoints to the SDA fabric.

132
Q
  1. Refer to the exhibit.

access-list 1 permit 172.16.1.0 0.0.0.255
ip nat inside source list 1 interface gigabitethernet0/0 overload

The inside and outside interfaces in the NAT configuration of this device have been correctly identified. What is the effect of this configuration?

A. dynamic NAT
B. static NAT
C. PAT
D. NAT64

A

C. PAT

Explanation: The command “ip nat inside source list 1 interface gigabitethernet0/0 overload” translates all source addresses that pass access list 1, which means 172.16.1.0/24 subnet, into an address assigned to gigabitethernet0/0 interface. Overload keyword allows mapping multiple IP addresses to a single registered IP address (manyto-one) by using different ports so it is called Port Address Translation (PAT).

133
Q
  1. Which component of the Cisco Cyber Threat Defense solution provides user and flow context analysis?

A. Cisco Firepower and FireSIGHT
B. Cisco Stealth watch system
C. Advanced Malware Protection
D. Cisco Web Security Appliance

A

B. Cisco Stealth watch system

Explanation:
The goal of the Cyber Threat Defense solution is to introduce a design and architecture that can help facilitate the discovery, containment, and remediation of threats once they have penetrated into the network interior.
Cisco Cyber Threat Defense version 2.0 makes use of several solutions to accomplish its objectives:
* NetFlow and the Lancope StealthWatch System
– Broad visibility
– User and flow context analysis
– Network behavior and anomaly detection
– Incident response and network forensics
* Cisco FirePOWER and FireSIGHT
– Real-time threat management
– Deeper contextual visibility for threats bypassing the perimeters
– URL control
* Advanced Malware Protection (AMP)
– Endpoint control with AMP for Endpoints
– Malware control with AMP for networks and content
* Content Security Appliances and Services
– Cisco Web Security Appliance (WSA) and Cloud Web Security (CWS)
– Dynamic threat control for web traffic
– Outbound URL analysis and data transfer controls
– Detection of suspicious web activity
– Cisco Email Security Appliance (ESA)
– Dynamic threat control for email traffic
– Detection of suspicious email activity
* Cisco Identity Services Engine (ISE)
– User and device identity integration with Lancope StealthWatch
– Remediation policy actions using pxGrid

134
Q
  1. Which feature of EIGRP is not supported in OSPF?

A. load-balancing of unequal-cost paths
B. load balance over four equal-costs paths
C. uses interface bandwidth to determine the best path
D. per-packet load balancing over multiple paths

A

A. load-balancing of unequal-cost paths

135
Q
  1. An engineer must protect their company against ransomware attacks. Which solution allows the engineer to block the execution stage and prevent file encryption?

A. Use Cisco AMP deployment with the Malicious Activity Protection engine enabled.
B. Use Cisco AMP deployment with the Exploit Prevention engine enabled
C. Use Cisco Firepower and block traffic to TOR networks
D. Use Cisco Firepower with Intrusion Policy and snort rules blocking SMB exploitation

A

A. Use Cisco AMP deployment with the Malicious Activity Protection engine enabled.

Explanation: Ransomware is malicious software that locks up the critical resources of the users. Ransomware uses well-established public/private key cryptography which leaves the only way of recovering the files being the payment of the ransom or restoring files from backups.

Cisco Advanced Malware Protection (AMP) for Endpoints Malicious Activity Protection (MAP) engine defends your endpoints by monitoring the system and identifying processes that exhibit malicious activities when they execute and stops them from running. Because the MAP engine detects threats by observing the behavior of the process at run time, it can generically determine if a system is under attack by a new variant of ransomware or malware that may have eluded other security products and detection technology, such as legacy signature-based malware detection. The first release of the MAP engine targets identification, blocking, and quarantine of ransomware attacks on the endpoint.

136
Q
  1. Refer to the exhibit.
    See OneNote!
    Assuming the WLC’s interfaces are not in the same subnet as the RADIUS server, which interface would the WLC use as the source for all RADIUS related traffic?

A. the interface specified on the WLAN configuration
B. any interface configured on the WLC
C. the controller management interface
D. the controller virtual interface

A

A. the interface specified on the WLAN configuration

137
Q
  1. Which benefit is offered by a cloud infrastructure deployment but is lacking in an on-premises deployment?

A. efficient scalability
B. virtualization
C. storage capacity
D. supported systems

A

A. efficient scalability

138
Q
  1. Wireless users report frequent disconnections from the wireless network. While troubleshooting a network engineer finds that after the user a disconnect, the connection reestablishes automatically without any input required. The engineer also notices these message logs.
    Which action reduces the user impact?

AP’AP2’ is down Reason: Radio Channel Set. 6:54:04 PM
AP’AP4’ is down Reason: Radio Channel Set. 6:44:49 PM
AP’AP7’ is down Reason: Radio Channel Set. 6:34:24 PM

A. increase the dynamic channel assignment interval
B. increase BandSelect
C. increase the AP heartbeat timeout
D. enable coverage hole detection

A

A. increase the dynamic channel assignment interval

Explanation: These message logs inform that the radio channel has been reset (and the AP must be down briefly). With dynamic channel assignment (DCA), the radios can frequently switch from one channel to another but it also makes disruption. The default DCA interval is 10 minutes, which is matched with the time of the message logs. By increasing the DCA interval, we can reduce the number of times our users are disconnected for changing radio channels.

139
Q
  1. Which DHCP option helps lightweight APs find the IP address of a wireless LAN controller?

A. Option 43
B. Option 60
C. Option 67
D. Option 150

A

A. Option 43

140
Q
  1. 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 TACACS+ server is checked first. If that check fail, a database is checked
B. A TACACS+ server is checked first. If that check fail, a RADIUS server is checked. If that check fail, a local database is checked
C. A local database is checked first. If that fails, a TACACS+server is checked, if that check fails, a RADIUS server is checked
D. A local database is checked first. If that check fails, a TACACS+server is checked

A

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

Explanation: The “aaa authentication login default local group tacacs+” command is broken down as follows:

+ The ‘aaa authentication’ part is simply saying we want to configure authentication settings.
+ The ‘login’ is stating that we want to prompt for a username/ password when a connection is made to the device.
+ The ‘default’ means we want to apply for all login connections (such as tty, vty, console and aux). If we use this keyword, we don’t need to configure anything else under tty, vty and aux lines. If we don’t use this keyword then we have to specify which line(s) we want to apply the authentication feature.
+ The ‘local group tacacs+” means all users are authenticated using router’s local database (the first method). If the credentials are not found on the local database, then the TACACS+ server is used (the second method).

141
Q
  1. What is the role of the vSmart controller in a Cisco SD-WAN environment?

A. It performs authentication and authorization
B. It manages the control plane
C. It is the centralized network management system
D. It manages the data plane

A

B. It manages the control plane

Explanation: Control plane (vSmart) builds and maintains the network topology and makes decisions on the traffic flows. The vSmart controller disseminates control plane information between WAN Edge devices, implements control plane policies, and distributes data plane policies to network devices for enforcement.

142
Q
  1. 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 is joining a primed WLC
C. The AP multicast traffic unable to reach the WLC through Layer 3
D. The APs broadcast traffic is unable to reach the WLC through Layer 2

A

B. The API is joining a primed WLC

143
Q
  1. Which devices does Cisco DNA Center configure when deploying an IP-based access control policy?

A. All devices integrating with ISE
B. selected individual devices
C. all devices in selected sites
D. all wired devices

A

C. all devices in selected sites

Explanation: When you click Deploy, Cisco DNA Center requests the Cisco Identity Services Engine (Cisco ISE) to send notifications about the policy changes to the network devices.

144
Q
  1. Which method of account authentication does OAuth 2.0 within REST APIs?

A. username/role combination
B. access tokens
C. cookie authentication
D. basic signature workflow

A

B. access tokens

Explanation: The most common implementations of OAuth (OAuth 2.0) use one or both of these tokens:

+ access token: sent like an API key, it allows the application to access a user’s data; optionally, access tokens can expire.

+ refresh token: optionally part of an OAuth flow, refresh tokens retrieve a new access token if they have expired. OAuth2 combines Authentication and Authorization to allow more sophisticated scope and validity control.

145
Q
  1. Which outbound access list, applied to the WAN interface of a router, permits all traffic except for http traffic sourced from the workstation with IP address 10.10.10.1?

A. ip access-list extended 200
deny tcp host 10.10.10.1 eq 80 any
permit ip any any

B. ip access-list extended 10
deny tcp host 10.10.10.1 any eq 80
permit ip any any

C. ip access-list extended NO_HTTP
deny tcp host 10.10.10.1 any eq 80

D. ip access-list extended 100
deny tcp host 10.10.10.1 any eq 80
permit ip any any

A

D. ip access-list extended 100
deny tcp host 10.10.10.1 any eq 80
permit ip any any

146
Q
  1. A server running Linux is providing support for virtual machines along with DNS and DHCP services for a small business. Which technology does this represent?

A. container
B. Type 1 hypervisor
C. hardware pass-thru
D. Type 2 hypervisor

A

D. Type 2 hypervisor

Explanation: In contrast to a type 1 hypervisor, a type 2 hypervisor (or hosted hypervisor) runs on top of an operating system and not the physical hardware directly. A big advantage of Type 2 hypervisors is that management console software is not required. Examples of type 2 hypervisor are VMware Workstation (which can run on Windows, Mac and Linux) or Microsoft Virtual PC (only runs on Windows)

147
Q
  1. Refer to the exhibit. An engineer is using XML in an application to send information to a RESTCONF enabled device. After sending the request, the engineer gets this response message and a HTTP response code of 400. What do these responses tell the engineer?
End-of-life reached in XML
stream
/ietf-interfaces:interfaces/interface-GigabitEthernet2
malformed-message
application

A. The Accept header sent was application/xml
B. POST was used instead of PUT to update
C. The Content-Type header sent was application/xml.
D. JSON body was used

A

C. The Content-Type header sent was application/xml.

Explanation:
External RESTful service returns common HTTP response codes as described in the tables below. In addition to the status, codes returned in the response header, each response may have additional content [in JSON format] according to the nature of the request.

This response can have several causes, and here are some common ones:

  • The content-type header is missing
  • Content-type does not match the submitted body data
  • Submitted body data does not respect the JSON or XML format.
148
Q
  1. Which statement about LISP encapsulation in an EIGRP OTP implementation is true?

A. LISP learns the next hop
B. OTP uses LISP encapsulation to obtain routes from neighbors
C. OTP uses LISP encapsulation for dynamic multipoint tunneling
D. OTP maintains the LISP control plane

A

C. OTP uses LISP encapsulation for dynamic multipoint tunneling

Explanation: The EIGRP Over the Top solution can be used to ensure connectivity between disparate EIGRP sites.
This feature uses EIGRP on the control plane and Locator ID Separation Protocol (LISP) encapsulation on the data plane to route traffic across the underlying WAN architecture. EIGRP is used to distribute routes between customer edge (CE) devices within the network, and the traffic forwarded across the WAN architecture is LISP encapsulated.

EIGRP OTP only uses LISP for the data plane, EIGRP is still used for the control plane. Therefore we cannot say OTP uses LISP encapsulation for dynamic multipoint tunneling as this requires encapsulating both data and control plane traffic -> Answer ‘OTP uses LISP encapsulation for dynamic multipoint tunneling’ is not correct.

In OTP, EIGRP serves as the replacement for LISP control plane protocols (therefore EIGRP will learn the next hop, not LISP -> Answer ‘LISP learns the next hop’ is not correct). Instead of doing dynamic EID-to-RLOC mappings in native LISP-mapping services, EIGRP routers running OTP over a service provider cloud create targeted sessions, use the IP addresses provided by the service provider as RLOCs, and exchange routes as EIDs.

149
Q
149. Refer to the exhibit. Which command must be applied to R2 for an OSPF neighborship to form?
!
hostname R1
router ospf 1
network 0.0.0.0 255.255.255.255 area 0
auto-cost reference-bandwith 1000
!
hostname R2
router ospf 2
network 20.0.0.0 0.0.0.255 area 0
!

A. network 20.1.1.2.0.0.0.0 area 0
B. network 20.1.1.2 255.255.0.0. area 0
C. network 20.1.1.2.0.0.255.255 area 0
D. network 20.1.1.2 255.255.255 area 0

A

A. network 20.1.1.2.0.0.0.0 area 0

Explanation: The network 20.0.0.0 0.0.0.255 area (” command on R2 did not cover the IP address of Fal/1 interface of R2 so OSPF did not run on this interface. Therefore we have to use the command “network 20.1.1.2 0.0.255.255 area 0” to turn on OSPF on this interface.
Note: The command “network 20.1.1.2 0.0.255.255 area 0” can be used too so this answer is also correct but answer C is the best answer here.
The network 0.0.0.0 255.255.255.255 area 0 command on R1 will run OSPF on all active interfaces of R1.

150
Q
  1. Which two statements about VRF-lite are true? (Choose two)

A. It can support multiple customers on a single switch
B. It supports most routing protocols, including EIGRP, ISIS, and OSPF
C. It should be used when a customer’s router is connected to an ISP over OSPF
D. It can increase the packet switching rate
E. It supports MPLS-VRF label exchange and labeled packets

A

A. It can support multiple customers on a single switch
B. It supports most routing protocols, including EIGRP, ISIS, and OSPF

Explanation: In VRF-Lite, Route distinguisher (RD) identifies the customer routing table and allows customers to be assigned overlapping addresses. Therefore it can support multiple customers with overlapping addresses -> Answer ‘It can support multiple customers on a single switch’ is correct.

VRFs are commonly used for MPLS deployments, when we use VRFs without MPLS then we call it VRF lite -> Answer ‘It supports MPLS-VRF label exchange and labeled packets’ is not correct.

VRF-Lite supports the most popular routing protocols: BGP, OSPF, EIGRP, RIP, and static routing -> Answer ‘It supports most routing protocols, including EIGRP, ISIS, and OSPF’ is correct.

151
Q
  1. How are the Cisco Express Forwarding table and the FIB related to each other?

A. Cisco Express Forwarding uses a FIB to make IP destination prefix-based switching decisions correct
B. The FIB is used to populate the Cisco Express Forwarding table
C. There can be only one FIB but multiple Cisco Express Forwarding tables on IOS devices
D. The Cisco Express Forwarding table allows route lookups to be forwarded to the route processor for processing before they are sent to the FIB

A

A. Cisco Express Forwarding uses a FIB to make IP destination prefix-based switching decisions correctly.

Explanation: The Forwarding Information Base (FIB) table – CEF uses a FIB to make IP destination prefix-based switching decisions. The FIB is conceptually similar to a routing table or information base. It maintains a mirror image of the forwarding information contained in the IP routing table. When routing or topology changes occur in the network, the IP routing table is updated, and these changes are reflected in the FIB. The FIB maintains next-hop address information based on the information in the IP routing table.

152
Q
152. Refer to the exhibit.
SW1#show monitor session all
!
Session 1
Type: Remote Destination Session
Source RSPAN VLAN: 50
!
Session 2
Type: Local Session
Source Ports: 
Both: Fa0/14
Destination Ports: Fa0/15
Encapsulation: Native
Ingress: Disabled
!
An engineer configures monitoring on SW1 and enters the show command to verify operation. What does the output confirm?

A. SPAN session 1 monitor activity on VLAN 50 of a remote switch
B. SPAN session 2 only monitors egress traffic exiting port FastEthernet 0/14.
C. SPAN session 2 monitors all traffic entering and exiting port FastEthernet 0/15.
D. RSPAN session 1 is incompletely configured for monitoring

A

D. RSPAN session 1 is incompletely configured for monitoring

Explanation: SW1 has been configured with the following commands:

SW1(config)#monitor session 1 source remote vlan 50
SW1(config)#monitor session 2 source interface fa0/14
SW1(config)#monitor session 2 destination interface fa0/15

Session 1 on SW1 was configured for Remote SPAN (RSPAN) while session 2 was configured for local SPAN. For RSPAN we need to configure the destination port to complete the configuration.

Note: In fact, we cannot create such a session like session 1 because if we only configure Source RSPAN VLAN 50 (with the command monitor session 1 source remote vlan 50) then we will receive a Type: Remote Source Session (not Remote Destination Session).

153
Q
  1. Which EIGRP feature allows the use of leak maps?

A. neighbor
B. stub
C. offset-list
D. address-family

A

B. stub

Explanation: If we configured an EIGRP stub router so that it only advertises connected and summary routes.
But we also want to have an exception to this rule then we can configure a leak-map. For example:
!
R4(config-if)#router eigrp 1
R4(config-router)#eigrp stub
R4(config)#ip access-list standard R4_L0opback0
R4(config-std-nacl)#permit host 4.4.4.4
R4(config)#route-map R4_L0opback0_LEAKMAP
R4(config-route-map)#match ip address R4_L0opback0
R4(config)#router eigrp 1
R4(config-router)#eigrp stub leak-map
!
As we can see the leak-map feature goes long with ‘eigrp stub’ command.

154
Q
  1. Which two LISP infrastructure elements are needed to support LISP to non-LISP internetworking? (Choose two)
A. PETR
B. PITR
C. MR
D. MS
E. ALT
A

A. PETR
C. MR

Explanation: In this question, we suppose that we only need to send packets from the LISP site to the non-LISP site successfully. We don‘t care about the way back (if we care about the way back then all PETR, PITR, MS & MR are needed).

Proxy Egress Tunnel Router (PETR): A LISP device that de-encapsulated packets from LISP sites to deliver them to non-LISP sites.

When the xTR in LISP Site 1 wants to send traffic to the Non-LISP site, the ITR (not PETR) needs a Map-Resolver (MR) to send Map-Request to. When the ITR (the xTR in LISP Site 1 in the figure above) receives a negative MAP-Reply packet from MR, it caches that prefix and maps it to the PETR.

155
Q
  1. What is used to measure the total output energy of a Wi-Fi device?

A. dBi
B. EIRP
C. mW
D. dBm

A

B. EIRP

156
Q
  1. An engineer reconfigures the pot-channel between SW1 and SW2 from an access port to a trunk and immediately notices this error in SW1’s log.

%PM-SP-4-ERR_DISABLE: bpduguard error detected on Gi0/0, putting Gi0/0 in errdisable state.

Which command set resolves this error?

A.
Sw1(config)# interface G0/0
Sw1(config-if)# spanning-tree bpduguard enable
Sw1(config-if)# shut
Sw1(config-if)# no shut
B.
Sw1(config)# interface G0/0
Sw1(config-if)# no spanning-tree bpduguard enable
Sw1(config-if)# shut
Sw1(config-if)# no shut
C.
Sw1(config)# interface G0/1
Sw1(config-if)# spanning-tree bpduguard enable
Sw1(config-if)# shut
Sw1(config-if)# no shut
D.
Sw1(config)# interface G0/0
Sw1(config-if)# no spanning-tree bpdufilter
Sw1(config-if)# shut
Sw1(config-if)# no shut

A. Option A
B. Option B
C. Option C
D. Option D

A
B.
Sw1(config)# interface G0/0
Sw1(config-if)# no spanning-tree bpduguard enable
Sw1(config-if)# shut
Sw1(config-if)# no shut
157
Q
  1. Refer to the exhibit.

(YOUR CONNECTION IS NOT PRIVATE WARNING )
An engineer is designing a guest portal on Cisco ISE using the default configuration. During the testing phase, the engineer receives a warning when displaying the guest portal. Which issue is occurring?

A. The server that is providing the portal has an expired certificate
B. The server that is providing the portal has a self-signed certificate
C. The connection is using an unsupported protocol
D. The connection is using an unsupported browser

A

B. The server that is providing the portal has a self-signed certificate

158
Q
  1. Refer to the exhibit.
    !
    aaa new-model
    aaa authentication login default local-case enable
    aaa authentication login ADMIN local-case
    username CCNP secret Str0ngP@ssw0rd!
    line 0 4
    login authentication ADMIN
    !
    An engineer must create a configuration that executes the show run command and then terminates the session when user CCNP logs in. Which configuration change is required”
A. Add the access-class keyword to the username command
B. Add the access-class keyword to the aaa authentication command
C. Add the auto command keyword to the username command
D. Add the auto command keyword to the aaa authentication command
A

C. Add the auto command keyword to the username command

Explanation: The “autocommand” causes the specified command to be issued automatically after the user logs in. When the command is complete, the session is terminated. Because the command can be any length and can contain embedded spaces, commands using the autocommand keyword must be the last option on the line. In this specific question, we have to enter the line “username CCNP autocommand show running-config”.

159
Q
  1. Refer to the exhibit. A network engineer configures a GRE tunnel and enters the show Interface tunnel command. What does the output confirm about the configuration?
    !
    Tunnel100 is up, line protocol is up
    Hardware is tunnel
    Internet address is 192.168.200.1/24
    MTU 17912 bytes, BW 100 Kbit/sec, DLY 50000 usec
    reliability 255/255, txload 1/255 rxload 1/255
    Encapsulation TUNNEL, loopback not set
    Keepalive set (10 sec), retries 3
    Tunnel source 209.165 202.129 (GigabitEthernet0/1)
    Tunnel Subblocks:
    src-track:
    Tunnel100 source tracking subblock associated with GigabitEthernet0/1
    Set of tunnels with source GigabitEthernet0/1, 1 members (includes iterators), on interface
    Tunnel protocol/transport GRE/IP
    Key disabled, sequencing disabled
    Checksumming of packets disabled
    Tunnel TTL 255, Fast tunnel enabled
    Tunnel transport MTU 1476 bytes
    !
    A. The keepalive value is modified from the default value.
    B. Interface tracking is configured.
    C. The tunnel mode is set to the default.
    D. The physical interface MTU is 1476 bytes.
A

C. The tunnel mode is set to the default.

Explanation: From the “Tunnel protocol/transport GRE/IP” line, we can deduce this tunnel is using the default IPv4 Layer-3 tunnel mode. We can return to this default mode with the “tunnel mode gre IP” command.

160
Q
  1. What is the result of applying this access control list?

ip access-list extended STATEFUL
10 permit tcp any any established
20 deny ip any any

A. TCP traffic with the URG bit set is allowed
B. TCP traffic with the SYN bit set is allowed
C. TCP traffic with the ACK bit set is allowed
D. TCP traffic with the DF bit set is allowed

A

C. TCP traffic with the ACK bit set is allowed

Explanation: The established keyword is only applicable to TCP access list entries to match TCP segments that have the ACK and/or RST control bit set (regardless of the source and destination ports), which assumes that a TCP connection has already been established in one direction only.

Suppose you only want to allow the hosts inside your company to telnet to an outside server but not vice versa, you can simply use an “established” access-list like this:

access-list 100 permit tcp any any established
access-list 101 permit tcp any any eq telnet
!
interface S0/0
ip access-group 100 in
ip access-group 101 out
!

161
Q
  1. How does the RIB differ from the FIB?

A. The RIB is used to create network topologies and routing tables. The FIB is a list of routes to particular network destinations.
B. The FIB includes many routes a single destination. The RIB is the best route to a single destination.
C. The RIB includes many routes to the same destination prefix. The FIB contains only the best route
D. The FIB maintains network topologies and routing tables. The RIB is a Iist of routes to particular network destinations.

A

C. The RIB includes many routes to the same destination prefix. The FIB contains only the best route

162
Q
  1. Refer to the exhibit. Which IPv6 OSPF network type is applied to interface Fa0/0 of R2 by default?

See OneNote!

A. multipoint
B. broadcast
C. Ethernet
D. point-to-point

A

B. broadcast

Explanation: The Broadcast network type is the default for an OSPF enabled ethernet interface (while Point-to-Point is the default OSPF network type for Serial interface with HDLC and PPP encapsulation).

163
Q
  1. Refer the exhibit. Which router is the designated router on the segment 192.168.0.0/24?

See OneNote!

A. This segment has no designated router because it is a nonbroadcast network type.
B. This segment has no designated router because it is a p2p network type.
C. Router Chicago because it has a lower router ID
D. Router NewYork because it has a higher router ID

A

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

164
Q
  1. Which two statements about Cisco Express Forwarding load balancing are true? (Choose two)

A. Each hash maps directly to a single entry in the RIB
B. It combines the source IP address subnet mask to create a hash for each destination
C. Cisco Express Forwarding can load-balance over a maximum of two destinations
D. It combines the source and destination IP addresses to create a hash for each destination
E. Each hash maps directly to a single entry in the adjacency table

A

D. It combines the source and destination IP addresses to create a hash for each destination
E. Each hash maps directly to a single entry in the adjacency table

Explanation: Cisco IOS software basically supports two modes of CEF load balancing: On a per-destination or per-packet basis.
For per-destination load balancing a hash is computed out of the source and destination IP address (- > Answer ‘It combines the source and destination IP addresses to create a hash for each destination’ is correct). This hash points to exactly one of the adjacency entries in the adjacency table (-> Answer ‘Each hash maps directly to a single entry in the adjacency table’ is correct), providing that the same path is used for all packets with this source/destination address pair. If per-packet load balancing is used the packets are distributed round-robin over the available paths. In either case, the information in the FIB and adjacency tables provide all the necessary forwarding information, just like for non-load balancing operation.
The number of paths used is limited by the number of entries the routing protocol puts in the routing table, the default in IOS is 4 entries for most IP routing protocols with the exception of BGP, where it is one entry. The maximum number that can be configured is 6 different paths -> Answer ‘Cisco Express Forwarding can load-balance over a maximum of two destinations’ is not correct.

165
Q
  1. What is the main function of VRF-lite?

A. To connect different autonomous systems together to share routes
B. To allow devices to use labels to make Layer 2 Path decisions
C. To route IPv6 traffic across an IPv4 backbone
D. To segregate multiple routing tables on a single device

A

D. To segregate multiple routing tables on a single device

166
Q
  1. Which statement about a Cisco APIC controller versus a more traditional SDN controller is true?

A. APIC does support a Southbound REST API
B. APIC supports OpFlex as a Northbound protocol
C. APIC uses a policy agent to translate policies into instructions
D. APIC uses an imperative model

A

C. APIC uses a policy agent to translate policies into instructions

Explanation: The southbound protocol used by APIC is OpFlex that is pushed by Cisco as the protocol for policy enablement across physical and virtual switches.
Southbound interfaces are implemented with some called Service Abstraction Layer (SAL), which talks to the network elements via SNMP and CLI.
Note: Cisco OpFlex is a southbound protocol in a software-defined network (SDN).

167
Q
  1. An engineer reviews a router’s logs and discovers the following entry. What is the event’s logging severity level?

Router# *Feb 03 11:13:44 334: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to up

A. notification
B. error
C. informational
D. warning

A

B. error

168
Q
  1. Which characteristic distinguishes Ansible from Chef?

A. Ansible lacs redundancy support for the master server. Chef runs two masters in an active/active mode.
B. Ansible uses Ruby to manage configurations. Chef uses YAML to manage configurations.
C. Ansible pushes the configuration to the client. Chef client pulls the configuration from the server.
D. The Ansible server can run on Linux, Unix, or Windows. The Chef server must run on Linux or Unix.

A

C. Ansible pushes the configuration to the client. Chef client pulls the configuration from the server.

Explanation: Ansible works by connecting to your nodes and pushing out small programs, called “Ansible Modules” to them. These programs are written to be resource models of the desired state of the system. Ansible then executes these modules (over SSH by default) and removes them when finished.
Chef is a much older, mature solution to configure management. Unlike Ansible, it does require an installation of an agent on each server, named chef-client. Also, unlike Ansible, it has a Chef server that each client pulls configuration from.

169
Q
  1. Refer to the exhibit. What is the effect of the configuration?
    !
    aaa new-model
    aaa authentication login authorizationlist tacacs+
    tacacs-server host 192.168.0.202
    tacacs-server key ciscotestkey
    line vty 0 4
    login authentication authorization list
    !
    A. The device will allow users at 192.168.0.202 to connect to vty lines 0 through 4 using the password ciscotestkey
    B. The device will allow only users at 192 168.0.202 to connect to vty lines 0 through 4
    C. When users attempt to connect to vty lines 0 through 4. the device will authenticate them against TACACS* if local authentication fails
    D. The device will authenticate all users connecting to vty lines 0 through 4 against TACACS+
A

D. The device will authenticate all users connecting to vty lines 0 through 4 against TACACS+

170
Q
  1. Which technology is used to provide Layer 2 and Layer 3 logical networks in the Cisco SD-Access architecture?

A. underlay network
B. VPN routing/forwarding
C. easy virtual network
D. overlay network

A

D. overlay network

Explanation: An overlay network creates a logical topology used to virtually connect devices that are built over an arbitrary physical underlay topology.

An overlay network is created on top of the underlay network through virtualization (virtual networks). The data plane traffic and control plane signaling are contained within each virtualized network, maintaining isolation among the networks and independence from the underlay network.

SD-Access allows for the extension of Layer 2 and Layer 3 connectivity across the overlay through the services provided by LISP.

171
Q
  1. Refer to the exhibit. A network architect has partially configured static NAT. which commands should be asked to complete the configuration?

PC[10.70.5.1] — [Gi0/1] RTR [Gi0/0] — PC

R1(config)# ip nat inside source static 10.70.5.1 10.45.1.7

A.
R1(config)#interface GigabitEthernet0/0
R1(config)#ip pat outside
R1(config)#interface GigabitEthernet0/1
R1(config)#ip pat inside
B.
R1(config)#interface GigabitEthernet0/0
R1(config)#ip nat outside
R1(config)#interface GigabitEthernet0/1
R1(config)#ip nat inside
C.
R1(config)#interface GigabitEthernet0/0
R1(config)#ip nat inside
R1(config)#interface GigabitEthernet0/1
R1(config)#ip nat outside
D.
R1(config)#interface GigabitEthernet0/0
R1(config)#ip pat inside
R1(config)#interface GigabitEthernet0/1
R1(config)#ip pat outside
A
B.
R1(config)#interface GigabitEthernet0/0
R1(config)#ip nat outside
R1(config)#interface GigabitEthernet0/1
R1(config)#ip nat inside
172
Q
  1. Refer to the exhibit. An engineer configures CoPP and enters the show command to verify the implementation. What is the result of the configuration?
    !
    RTR2# show policy-map control-plane
    Control Plane
    Service-policy input: CISCO
    Class-map: CISCO (match-all)
    20 packets, 11280 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match: access-group 120
    police:
    8000 bps, 1500 limit, 1500 extended limit
    conformed 15 packets, 6210 bytes: action:transmit
    exceeded 5 packets, 5070 bytes: action: drop
    violated 0 packets, 0 bytes: action:drop
    conformed 0 bps, exceed 0 bps, violate 0 bps
    Class-map: class-default (match-any)
    105325 packets, 11415151 bytes
    5 minute offered rate 0 bps, drop rate 0 bps
    Match any
    !
    A. All traffic will be policed based on access-list 120.
    B. If traffic exceeds the specified rate, it will be transmitted and remarked.
    C. Class-default traffic will be dropped.
    D. ICMP will be denied based on this configuration.
A

A. All traffic will be policed based on access-list 120.

173
Q
173. Refer to the exhibit. An engineer is installing a new pair of routers in a redundant configuration. Which protocol ensures that traffic is not disrupted in the event of a hardware failure?
!
R1
key chain cisco123
key1
key-string Cisco123!
Ethernet0/0 - Group 10
State is Active
8 state changes, last change 00:03:33
Virtual IP address is 192.168.0.1
Active virtual MAC address is 0000.0c07.ac0a
!
R2
key chain cisco123
key1
key-string Cisco123!
Ethernet0/0 - Group 10
State is Active
17 state changes, last state change 00:03:33
Virtual IP address is 192.168.0.1
Active Virtual MAC address is 0000.0c07.ac0a
!
A. HSRPv1
B. GLBP
C. VRRP
D. HSRPv2
A

A. HSRPv1

Explanation: The “virtual MAC address” is 0000.0c07.acXX (XX is the hexadecimal group number) so it is using HSRPv1.
Note: HSRP Version 2 uses a new MAC address which ranges from 0000.0C9F.F000 to 0000.0C9F.FFFF.

174
Q
  1. Refer to the exhibit. PC-1 must access the webserver on port 8080. To allow this traffic, which statement must be added to an access control list that is applied on SW2 port G0/0 in the inbound direction?

PC1[172.16.0.2] — SW2 -[G0/0]—WebServer[192.168.0.5]

A. permit host 172.16.0.2 host 192.168.0.5 eq 8080
B. permit host 192.168.0.5 host 172.16.0.2 eq 8080
C. permit host 192.168.0.5 eq 8080 host 172.16.0.2
D. permit host 192.168.0.5 it 8080 host 172.16.0.2

A

C. permit host 192.168.0.5 eq 8080 host 172.16.0.2

Explanation: The inbound direction of G0/0 of SW2 only filter traffic from Web Server to PC-1 so the source IP address and port is of the Web Server.

175
Q
  1. What would be the preferred way to implement a loopless switch network where there are 1500 defined VLANs and it is necessary to load the shared traffic through two main aggregation points based on the VLAN identifier?

A. 802.1D
B. 802.1s
C. 802.1W
D. 802.1AE

A

B. 802.1s

Explanation: Where to Use MST
This diagram shows a common design that features access Switch A with 1000 VLANs redundantly connected to two distribution Switches, D1 and D2. In this setup, users connect to Switch A, and the network administrator typically seeks to achieve load balancing on the access switch Uplinks based on even or odd VLANs, or any other scheme deemed appropriate.

176
Q
  1. How is a data modeling language used?

A. To enable data to be easily structured, grouped validated, and replicated
B. To represent finite and well-defined network elements that cannot be changed.
C. To model the flows of unstructured data within the infrastructure.
D. To provide human readability to scripting languages

A

D. To provide human readability to scripting languages

Explanation: replacing the process of manual configuration. Data models are written in a standard, industry-defined language. Although configurations using CLIs are easier (more human-friendly), automating the configuration using data models results in scalability.

177
Q
  1. Which two statements about VRRP are true? (Choose two)

A. It supports both MD5 and SHA1 authentication.
B. It is assigned multicast address 224.0.0.9.
C. Three versions of the VRRP protocol have been defined.
D. It is assigned multicast address 224.0.0.8.
E. The TTL for VRRP packets must be 255.
F. Its IP address number is 115.

A

C. Three versions of the VRRP protocol have been defined.

E. The TTL for VRRP packets must be 255.

178
Q
  1. Refer to the exhibit.
    See OneNote!
    A wireless client is connecting to FlexAP1 which is currently working standalone mode. The AAA authentication processis returning the following AVPs:

Tunnel-Private-Group-Id(81): 15
Tunnel-Medium-Type(65): IEEE-802(6)
Tunnel-Type(64): VLAN(13)
Which three behaviors will the client experience? (Choose three.)

A. While the AP is in standalone mode, the client will be placed in VLAN 15.
B. While the AP is in standalone mode, the client will be placed in VLAN 10.
C. When the AP transitions to connected mode, the client will be de-authenticated.
D. While the AP is in standalone mode, the client will be placed in VLAN 13.
E. When the AP is in connected mode, the client will be placed in VLAN 13.
F. When the AP transitions to connected mode, the client will remain associated.
G. When the AP is in connected mode, the client will be placed in VLAN 15.
H. When the AP is in connected mode, the client will be placed in VLAN 10.

A

B. While the AP is in standalone mode, the client will be placed in VLAN 10.
F. When the AP transitions to connected mode, the client will remain associated.
G. When the AP is in connected mode, the client will be placed in VLAN 15.

179
Q
  1. Refer to the exhibit. Which LISP component do routers in the public IP network use to forward traffic between the two networks?
Host1-RTR1------ Publis IP Network ------RTR2-HOST2
A. RLOC
B. map resolver
C. EID
D. map server
A

A. RLOC

Explanation: Locator ID Separation Protocol (LISP) is a network architecture and protocol that implements the use of two namespaces instead of a single IP address:
+ Endpoint identifiers (EIDs) – assigned to end hosts.
+ Routing locators (RLOCs) – assigned to devices (primarily routers) that make up the global routing system.

180
Q
  1. Which variable in an EEM applet is set when you use the ‘sync yes’ option?

A. $_cli_result
B. $_exit_status
C. $_string_result
D. $_result

A

B. $_exit_status

Explanation: With Synchronous ( sync yes), the CLI command in question is not executed until the policy exits.
Whether or not the command runs depends on the value for the variable _exit_status. If_exit_status is 1, the command runs, if it is 0, the command is skipped.

181
Q
  1. Refer to the exhibit. An engineer attempts to configure a router on a stick to route packets between Clients, Servers, and Printers; however, initial tests show that this configuration is not working. Which command set resolves this issue?
interface vlan10
IP vrf forwarding clients
IP address 192.168.1.1 255.255.255.0
!
interface vlan 20
IP vrf forwarding Servers
IP address 172.16.1.1 255.255.255.0
!
interface vlan 30
IP vrf forwarding Printers
IP address 10.1.1.1 255.255.255.0
router eigrp 1
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
!
A.
router eigrp 1
network 10.0.0.0 255.0.0.0
network 172.16.0.0 255.255.0.0
network 192.168.1.0 255.255.0.0
B.
router eigrp 1
network 10.0.0.0 255.255.255.0
network 172.16.0.0 255.255.255.0
network 192.168.1.0 255.255.255.0
C.
interface Vlan10
no ip vrf forwarding Clients
!
interface Vlan20
no ip vrf forwarding Servers
!
interface Vlan30
no ip vrf forwarding Printers
D.
interface Vlan10
no ip vrf forwarding Clients
ip address 192.168.1.2 255.255.255.0
!
interface Vlan20
no ip vrf forwarding Servers
ip address 172.16.1.2 255.255.255.0
!
interface Vlan30
no ip vrf forwarding Printers
ip address 10.1.1.2 255.255.255.0
A
D.
interface Vlan10
no ip vrf forwarding Clients
ip address 192.168.1.2 255.255.255.0
!
interface Vlan20
no ip vrf forwarding Servers
ip address 172.16.1.2 255.255.255.0
!
interface Vlan30
no ip vrf forwarding Printers
ip address 10.1.1.2 255.255.255.0

Explanation: We must reconfigure the IP address after assigning or removing an interface to a VRF. Otherwise that interface does not have an IP address.

182
Q
  1. In a Cisco SD-WAN solution, how is the health of a data plane tunnel monitored?

A. with IP SLA
B. ARP probing
C. using BFD
D. with OMP

A

C. using BFD

Explanation: The BFD (Bidirectional Forwarding Detection) is a protocol that detects link failures as part of the Cisco SD-WAN (Viptela) high availability solution, is enabled by default on all vEdge routers, and you cannot disable it.

183
Q
  1. What does Call Admission Control require the client to send in order to reserve the bandwidth?

A. SIP flow information
B. Wi-Fi multimedia
C. traffic specification
D. VoIP media session awareness

A

C. traffic specification

184
Q
  1. Which data modeling language is commonly used by NETCONF?

A. REST
B. YANG
C. HTML
D. XML

A

B. YANG

Explanation: Cisco IOS XE supports the Yet Another Next Generation (YANG) data modeling language. YANG can be used with the Network Configuration Protocol (NETCONF) to provide the desired solution of automated and programmable network operations. NETCONF(RFC6241) is an XML-based protocol that client applications use to request information from and make configuration changes to the device. YANG is primarily used to model the configuration and state data used by NETCONF operations.

185
Q
  1. Refer to the exhibit. Which two commands ensure that DSW1 becomes root bridge for VLAN 10 and 20?

See OneNote!

A. spanning-tree mst 1 priority 1
B. spanning-tree mst 1 root primary
C. spanning-tree mstp vlan 10,20 root primary
D. spanning-tree mst vlan 10,20 priority root
E. spanning-tree mst 1 priority 4096

A

B. spanning-tree mst 1 root primary
E. spanning-tree mst 1 priority 4096

Explanation: Priority values are 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, and 61440. All other values are rejected.

186
Q
  1. During deployment, a network engineer notices that voice traffic is not being tagged correctly as it traverses the network. Which COS to DSCP map must be modified to ensure that voice traffic is treated properly?

A. COS of 5 to DSCP 46
B. COS of 7 to DSCP 48
C. COS of 6 to DSCP 46
D. COS of 3 to DSCP of 26

A

A. COS of 5 to DSCP 46

Explanation: CoS value 5 is commonly used for VOIP and CoS value 5 should be mapped to DSCP 46. DSCP 46 is defined as being for EF (Expedited Forwarding) traffic flows and is the value usually assigned to all interactive voice and video traffic. This is to keep the uniformity from end-to-end that DSCP EF (mostly for VOICE RTP) is mapped to COS 5.
Note:

+ CoS is a L2 marking contained within an 802.1q tag,. The values for CoS are 0 – 7

+ DSCP is a L3 marking and has values 0 – 63

+ The default DSCP-to-CoS mapping for CoS 5 is DSCP 40

187
Q
  1. Which two statements about IP SLA are true? (Choose two)

A. It uses NetFlow for passive traffic monitoring
B. It can measure MOS
C. The IP SLA responder is a component in the source Cisco device
D. It is Layer 2 transport-independent correct
E. It uses active traffic monitoring correct
F. SNMP access is not supported

A

D. It is Layer 2 transport-independent correct
E. It uses active traffic monitoring correct

Explanation: IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs, and to reduce the frequency of network outages. IP SLAs use active traffic monitoring-the generation of traffic in a continuous, reliable, and predictable manner-for measuring network performance.
Being Layer-2 transport-independent, IP SLAs can be configured end-to-end over disparate networks to best reflect the metrics that an end-user is likely to experience.

188
Q
  1. You are configuring a controller that runs Cisco IOS XE by using the CLI. Which three configuration options are used for 802.11w Protected Management Frames? (Choose three.)
A. mandatory
B. association-comeback
C. SA teardown protection
D. saquery-retry-time
E. enable
F. comeback-time
A

A. mandatory
B. association-comeback
D. saquery-retry-time

189
Q
  1. Refer to the exhibit. Which two commands are needed to allow for full reachability between AS 1000 and AS 2000? (Choose two)

See OneNote!

A. R1#network 19.168.0.0 mask 255.255.0.0
B. R2#no network 10.0.0.0 255.255.255.0
C. R2#network 192.168.0.0 mask 255.255.0.0
D. R2#network 209.165.201.0 mask 255.255.192.0
E. R1#no network 10.0.0.0 255.255.255.0

A

B. R2#no network 10.0.0.0 255.255.255.0

C. R2#network 192.168.0.0 mask 255.255.0.0

190
Q
  1. Refer to the exhibit. R1 is able to ping the R3 fa0/1 interface. Why do the extended pings fail?

See OneNote!

A. The maximum packet size accepted by the command is 1476 bytes.
B. R3 is missing a return route to 10.99.69.0/30
C. R2 and R3 do not have an OSPF adjacency
D. The DF bit has been set

A

D. The DF bit has been set

Explanation: If the DF bit is set, routers cannot fragment packets. From the output below, we learn that the maximum MTU of R2 is 1492 bytes while we sent ping with 1500 bytes. Therefore these ICMP packets were dropped.
Note: The record option displays the address(es) of the hops (up to nine) the packet goes through.

191
Q
  1. An engineer must configure the interface GigabitEthernet0/0 for VRRP group 10. When the router has the highest priority in the group, it must assume the master role. Which command set must be added to the initial configuration to accomplish this task?
Initial Configuration 
interface GigabitEthernet0/0
description To IDF
IP address 172.16.13.2 255.255.255.0
!
A. vrrp 10 ip 172.16.13.254
vrrp 10 preempt

B. standby 10 ip 172.16.13.254
standby 10 priority 120

C. vrrp group 10 ip 172.16.13 254.255.255.255.0
vrrp group 10 priority 120

D. standby 10 ip 172.16.13.254 255.255.255.0
standby 10 preempt

A

A. vrrp 10 ip 172.16.13.254
vrrp 10 preempt

Explanation: In fact, VRRP has the preemption enabled by default so we don‘t need the vrrp 10 preempt command. The default priority is 100 so we don‘t need to configure it either. But notice that the correct command to configure the virtual IP address for the group is vrrp 10 ip {ipaddress} (not vrrp group 10 ip …) and this command does not include a subnet mask.

192
Q
  1. What is a Type 1 hypervisor?

A. runs directly on a physical server and depends on a previously installed operating system
B. runs directly on a physical server and includes its own operating system
C. runs on a virtual server and depends on an already installed operating system
D. run on a virtual server and includes its own operating system

A

B. runs directly on a physical server and includes its own operating system

Explanation: There are two types of hypervisors: type 1 and type 2 hypervisor.
In type 1 hypervisor (or native hypervisor), the hypervisor is installed directly on the physical server. Then instances of an operating system (OS) are installed on the hypervisor. Type 1 hypervisor has direct access to the hardware resources. Therefore they are more efficient than hosted architectures. Some examples of type 1 hypervisor are VMware vSphere/ESXi, Oracle VM Server, KVM and Microsoft Hyper-V.
In contrast to type 1 hypervisor, a type 2 hypervisor (or hosted hypervisor) runs on top of an operating system and not the physical hardware directly. A big advantage of Type 2 hypervisors is that management console software is not required. Examples of type 2 hypervisor are VMware Workstation (which can run on Windows, Mac and Linux) or Microsoft Virtual PC (only runs on Windows).

193
Q
  1. Refer to the exhibit. Which network script automation option or tool is used in the exhibit?
    https: //mydevice/.mycompany.com/getstuff?queryName=errors&queryResults=yes
A. EEM
B. Bash script
C. REST correct
D. NETCONF
E. Python
A

C. REST correct

194
Q
  1. An engineer uses the Design workflow to create a new network infrastructure in Cisco DNA Center. How is the physical network device hierarchy structured?

A. by location
B. by role
C. by organization
D. by hostname naming convention

A

A. by location

Explanation: You can create a network hierarchy that represents your network‘s geographical locations.

Your network hierarchy can contain sites, which in turn contain buildings and areas. You can create a site and building IDs to easily identify where to apply design settings or configurations later.

195
Q
  1. Refer to Exhibit. MTU has been configured on the underlying physical topology, and no MTU command has been configured on the tunnel interfaces. What happens when a 1500-byte IPv4 packet traverses the GRE tunnel from host X to host Y, assuming the DF bit is cleared?

A. The packet arrives on router C without fragmentation.
B. The packet is discarded on router A
C. The packet is discarded on router B
D. The packet arrives on router C fragmented.

A

D. The packet arrives on router C fragmented.

Explanation: Like any protocol, using GRE adds a few bytes to the size of data packets. This must be factored into the MSS and MTU settings for packets. If the MTU is 1,500 bytes and the MSS is 1,460 bytes (to account for the size of the necessary IP and TCP headers), the addition of GRE 24-byte headers will cause the packets to exceed the MTU:

1,460 bytes [payload] + 20 bytes [TCP header]+ 20 bytes [IP header] + 24 bytes [GRE header + IP header] = 1,524 bytes

As a result, the packets will be fragmented. Fragmentation slows down packet delivery times and increases how much compute power is used, because packets that exceed the MTU must be broken down and then reassembled.

196
Q
  1. In which two pieces of information does the LISP protocol split the device identity? (Choose two)
A. Device ID
B. Enterprise Identifier
C. LISP ID
D. Routing Locator
E. Resource Location
F. Endpoint Identifier
A

D. Routing Locator
F. Endpoint Identifier

Explanation: Locator ID Separation Protocol (LISP) is a network architecture and protocol that implements the use of two namespaces instead of a single IP address:
+ Endpoint identifiers (EIDs)-assigned to end hosts.
+ Routing locators (RLOCs)-assigned to devices (primarily routers) that make up the global routing system.

197
Q
  1. Company policy restricts VLAN 10 to be allowed only on SW1 and SW2. All other VLANs can be on all three switches. An administrator has noticed that VLAN 10 has propagated to SW3. Which configuration corrects the issue?

SW1-Gi1/1—–Gi1/1-SW2-Gi1/2——GI1/2-SW3

A.
SW2(config)#interface gi1/2
SW2(config)#switchport trunk allowed vlan 10
B.
SW1(config)#interface gi1/1
SW1(config)#switchport trunk allowed vlan 1-9,11-4094
C.
SW2(config)#interface gi1/2
SW2(config)#switchport trunk allowed vlan 1-9,11-4094
D.
SW2(config)#interface gi1/1
SW2(config)#switchport trunk allowed vlan 10

A

C.
SW2(config)#interface gi1/2
SW2(config)#switchport trunk allowed vlan 1-9,11-4094

198
Q
  1. Which two characteristics define the Intent API provided by Cisco DNA Center? (Choose two.)
A. northbound API
B. business outcome-oriented
C. device-oriented
D. southbound API
E. procedural
A

A. northbound API
B. business outcome-oriented

Explanation: The Intent API is a Northbound REST API that exposes specific capabilities of the Cisco DNA Center platform. The Intent API provides the policy-based abstraction of business intent, allowing focus on an outcome rather than struggling with individual mechanisms steps.

199
Q
  1. Refer to the exhibit. Which command allows hosts that are connected to FastEthernet0/2 to access the Internet?

interface fastethernet0/1
IP address 209.165.200.225 255.255.255.224
IP nat outside
!
interface fastethernet0/2
IP address 10.10.10.1 255.255.255.0
IP nat inside
!
access-list 10 permit 10.10.10.0 0.0.0.255
!
A. ip nat inside source list 10 interface FastEthernet0/1 overload
B. ip nat inside source list 10 interface FastEthernet0/2 overload
C. ip nat outside source list 10 interface FastEthernet0/2 overload
D. ip nat outside source static 209.165.200.225 10.10.10.0 overload

A

A. ip nat inside source list 10 interface FastEthernet0/1 overload

Explanation: The command ip nat inside source list 10 interface FastEthernet0/1 overload configures NAT to overload on the address that is assigned to the Fa0/1 interface.

200
Q
  1. A GRE tunnel is down with the error message %TUN-5-RECUR DOWN:

Tunnel0 temporarily disabled due to recursive routing error.
Which two options describe possible causes of the error? (Choose two)

A. There is link flapping on the tunnel
B. Incorrect destination IP addresses are configured on the tunnel
C. The tunnel mode and tunnel IP address are misconfigured
D. There is instability in the network due to route flapping
E. The tunnel destination is being routed out of the tunnel interface

A

D. There is instability in the network due to route flapping
E. The tunnel destination is being routed out of the tunnel interface

Explanation: The %TUN-5-RECURDOWN: Tunnel0 temporarily disabled due to recursive routing error message means that the generic routing encapsulation (GRE) tunnel router has discovered a recursive routing problem. This condition is usually due to one of these causes:
+ A misconfiguration that causes the router to try to route to the tunnel destination address using the tunnel interface itself (recursive routing)
+ A temporary instability caused by route flapping elsewhere in the network

201
Q
  1. Which statement about the default QoS configuration on a Cisco switch is true?

A. The Cos value of each tagged packet is modified
B. Port trust is enabled
C. The Port Cos value is 0
D. All traffic is sent through four egress queues

A

C. The Port Cos value is 0

202
Q
  1. Refer to the exhibit.
  • Jun19 11:12: BGP(4):10.1.1.2 rcvd UPDATE w/attr:nexthop 10.1.1.2 origin ?. localpref 100, metric 0, extended communicty R: 999:999
  • Jun19 11:12: BGP(4):10.1.1.2 rcvd 999:999:192.168.1.99/32.label 29-DENIED due to: extended community not supported

You have just created a new VRF on PE3. You have enabled debug ip bgp vpnv4 unicast updates on PE1, and you can see the route in the debug, but not in the BGP VPNv4 table. Which two statements are true? (Choose two)

A. After you configure route-target import 999:999 for a VRF on PE1, the route will be accepted
B. VPNv4 is not configured between PE1 and PE3
C. address-family ipv4 vrf is not configured on PE3
D. PE1 will reject the route due to automatic route filtering
E. After you configure route-target import 999:999 for a VRF on PE3, the route will be accepted

A

A. After you configure route-target import 999:999 for a VRF on PE1, the route will be accepted
D. PE1 will reject the route due to automatic route filtering

Explanation: Because some PE routers might receive routing information they do not require, a basic requirement is to be able to filter the MP-iBGP updates at the ingress to the PE router so that the router does not need to keep this information in memory.
The Automatic Route Filtering feature fulfills this filtering requirement. This feature is available by default on all PE routers, and no additional configuration is necessary to enable it. Its function is to filter automatically VPN-IPv4 routes that contain a route target extended community that does not match any of the PE’s configured VRFs. This effectively discards any unwanted VPN-IPv4 routes silently, thus reducing the amount of information that the PE has to store in memory -> Answer ‘PE1 will reject the route due to automatic route filtering’ is correct.

203
Q
  1. Which two statements about HSRP are true? (Choose two)

A. It supports unique virtual MAC addresses
B. Its virtual MAC is 0000.0C07.ACxx
C. Its default configuration allows for pre-emption
D. It supports tracking
E. Its multicast virtual MAC is 0000.5E00.01xx

A

B. Its virtual MAC is 0000.0C07.ACxx

D. It supports tracking

204
Q
  1. What function does vxlan perform in an SD-Access deployment?

A. policy plane forwarding
B. control plane forwarding
C. data plane forwarding
D. systems management and orchestration

A

C. data plane forwarding

205
Q
  1. Which antenna type should be used for a site-to-site wireless connection?

A. Omnidirectional
B. dipole
C. patch
D. Yagi

A

D. Yagi

Explanation: Yagi Antenna

Used to communicate in one direction (unidirectional)
They have a longer range in comparison to Omni Antennas
Typically only communicate with one other radio, however, can talk to multiple
More common to see used in remote locations

206
Q
  1. Refer to the exhibit. Edge-01 is currently operational as the HSRP primary with priority 110. Which command on Edge-02 causes it to take over the forwarding role when Edge-01 is down?

See OneNote!

A. standby 10 priority
B. standby 10 preempt
C. standby 10 track
D. standby 10 timers

A

B. standby 10 preempt

Explanation: The preempt command enables the HSRP router with the highest priority to immediately become the active router.

207
Q
  1. What is the purpose of an RP in PIM?

A. send join messages toward a multicast source SPT
B. ensure the shortest path from the multicast source to the receiver.
C. receive IGMP joins from multicast receivers.
D. secure the communication channel between the multicast sender and receiver.

A

A. send join messages toward a multicast source SPT

208
Q
  1. Which two statements about EIGRP load balancing are true? (Choose two)

A. Cisco Express Forwarding is required to load-balance across interfaces
B. A path can be used for load balancing only if it is a feasible successor
C. EIGRP supports unequal-cost paths by default
D. Any path in the EIGRP topology table can be used for unequal-cost load balancing
E. EIGRP supports 6 unequal-cost paths

A

B. A path can be used for load balancing only if it is a feasible successor
E. EIGRP supports 6 unequal-cost paths

Explanation: EIGRP provides a mechanism to load balance over unequal cost paths (or called unequal cost load balancing) through the “variance” command. In other words, EIGRP will install all paths with metric < variance * best metric into the local routing table, provided that it meets the feasibility condition to prevent routing loop. The path that meets this requirement is called a feasible successor. If a path is not a feasible successor, it is not used in load balancing.
Note: The feasibility condition states that, the Advertised Distance (AD) of a route must be lower than the feasible distance of the current successor route.

209
Q
  1. What is the difference between CEF and process switching?

A. CEF processes packets that are too complex for process switching to manage.
B. CEF is more CPU-intensive than process switching.
C. CEF uses the FIB and the adjacency table to make forwarding decisions, whereas process switching punts each packet.
D. Process switching is faster than CEF.

A

C. CEF uses the FIB and the adjacency table to make forwarding decisions, whereas process switching punts each packet.

Explanation: “Punt” is often used to describe the action of moving a packet from the fast path (CEF) to the route processor for handling.

Cisco Express Forwarding (CEF) provides the ability to switch packets through a device in a very quick and efficient way while also keeping the load on the router‘s processor low. CEF is made up of two different main components: the Forwarding Information Base (FIB) and the Adjacency Table.

Process switching is the slowest switching methods (compared to fast switching and Cisco Express Forwarding) because it must find a destination in the routing table. Process switching must also construct a new Layer 2 frame header for every packet. With process switching, when a packet comes in, the scheduler calls a process that examines the routing table, determines which interface the packet should be switched to and then switches the packet. The problem is, this happens for the every packet.

210
Q
  1. Which QoS mechanism will prevent a decrease in TCP performance?
A. Shaper
B. Rate-Limit
C. Policer
D. Fair-Queue
E. WRED
F. LLQ
A

E. WRED

Explanation: Weighted Random Early Detection (WRED) is just a congestion avoidance mechanism. WRED drops packets selectively based on IP precedence. Edge routers assign IP precedences to packets as they enter the network. When a packet arrives, the following events occur:
The average queue size is calculated.
2. If the average is less than the minimum queue threshold, the arriving packet is queued.
3. If the average is between the minimum queue threshold for that type of traffic and the maximum threshold for the interface, the packet is either dropped or queued, depending on the packet drop probability for that type of traffic.
4. If the average queue size is greater than the maximum threshold, the packet is dropped.
WRED reduces the chances of tail drop (when the queue is full, the packet is dropped) by selectively dropping packets when the output interface begins to show signs of congestion (thus it can mitigate congestion by preventing the queue from filling up). By dropping some packets early rather than waiting until the queue is full, WRED avoids dropping large numbers of packets at once and minimizes the chances of global synchronization. Thus, WRED allows the transmission line to be used fully at all times.
WRED generally drops packets selectively based on IP precedence. Packets with a higher IP precedence are less likely to be dropped than packets with a lower precedence. Thus, the higher the priority of a packet, the higher the probability that the packet will be delivered.

211
Q
  1. Which IPv6 migration method relies on dynamic tunnels that use the 2002::/16 reserved address space?

A. GRE
B. 6RD
C. 6to4
D. ISATAP

A

C. 6to4

Explanation: 6to4 tunnel is a technique that relies on reserved address space 2002::/16 (you must remember this range). These tunnels determine the appropriate destination address by combining the IPv6 prefix with the globally unique destination 6to4 border router’s IPv4 address, beginning with the 2002::/16 prefix, in this format:
2002:border-router-IPv4-address::/48
For example, if the border-router-IPv4-address is 64.101.64.1, the tunnel interface will have an IPv6 prefix of 2002:4065:4001:1::/64, where 4065:4001 is the hexadecimal equivalent of 64.101.64.1. This technique allows IPv6 sites to communicate with each other over the IPv4 network without explicit tunnel setup but we have to implement it on all routers on the path.

212
Q
  1. What are three valid HSRP states? (Choose three)
A. INIT
B. listen
C. full
D. learning
E. speak
F. established
A

A. INIT
B. listen
E. speak

Explanation: HSRP StatesWhen in operation, HSRP devices are configured into one of many states:

Active – This is the state of the device that is actively forwarding traffic.
Init or Disabled – This is the state of a device that is not yet ready or able to participate in HSRP.
Learn – This is the state of a device that has not yet determined the virtual IP address and has not yet seen a hello message from an active device.
Listen – This is the state of a device that is receiving hello messages.
Speak – This is the state of a device that is sending and receiving hello messages.
Standby – This is the state of a device that is prepared to take over the traffic forwarding duties from the active device.

213
Q
  1. What are two reasons a company would choose a cloud deployment over an on-prem deployment? (Choose Two)

A. In a cloud environment, the company controls technical issues. On-prem environments rely on the service provider to resolve technical issue.
B. Cloud costs adjust up or down depending on the amount of resources consumed. On- Prem costs for hardware, power, and space are ongoing regardless of usage
C. Cloud deployments require long implementation times due to capital expenditure processes. OnPrem deployments can be accomplished quickly using operational expenditure processes.
D. Cloud resources scale automatically to an increase in demand. On-prem requires additional capital expenditure.
E. In a cloud environment, the company is in full control of access to their data. On-prem risks access to data due to service provider outages

A

B. Cloud costs adjust up or down depending on the amount of resources consumed. On- Prem costs for hardware, power, and space are ongoing regardless of usage
D. Cloud resources scale automatically to an increase in demand. On-prem requires additional capital expenditure.

Explanation: AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. Using AWS Auto Scaling, it’s easy to setup application scaling for

214
Q
  1. Which two security features are available when implementing NTP? (Choose two )
A. symmetric server passwords
B. dock offset authentication
C. broadcast association mode
D. encrypted authentication mechanism
E. access list-based restriction scheme
A

D. encrypted authentication mechanism
E. access list-based restriction scheme

Explanation: The time kept on a machine is a critical resource and it is strongly recommended that you use the security features of NTP to avoid the accidental or malicious setting of incorrect time. The two security features available are an access list-based restriction scheme and an encrypted authentication mechanism.

215
Q
  1. How does SSO work with HSRP to minimize network disruptions?

A. It enables HSRP to elect another switch in the group as the active HSRP switch.
B. It ensures fast failover in the case of link failure.
C. It enables data forwarding along known routes following a switchover, white the routing protocol reconverges.
D. It enables HSRP to failover to the standby RP on the same device.

A

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

Explanation: SSO HSRP alters the behavior of HSRP when a device with redundant Route Processors (RPs) is configured for stateful switchover (SSO) redundancy mode. When an RP is active and the other RP is standby, SSO enables the standby RP to take over if the active RP fails.

The SSO HSRP feature enables the Cisco IOS HSRP subsystem software to detect that a standby RP is installed and the system is configured in SSO redundancy mode. Further, if the active RP fails, no change occurs to the HSRP group itself and traffic continues to be forwarded through the current active gateway device.

216
Q
  1. Which three methods does Cisco DNA Center use to discover devices? (Choose three)
A. CDP
B. SNMP
C. LLDP
D. ping
E. NETCONF
F. a specified range of IP addresses
A

A. CDP
C. LLDP
F. a specified range of IP addresses

Explanation: There are three ways for you to discover devices:
Use Cisco Discovery Protocol (CDP) and provide a seed IP address.
Specify a range of IP addresses. (A maximum range of 4096 devices is supported.)
Use Link Layer Discovery Protocol (LLDP) and provide a seed IP address.

217
Q
  1. What is the primary effect of the spanning-tree portfast command?

A. It enables BPDU messages
B. It minimizes spanning-tree convergence time
C. It immediately puts the port into the forwarding state when the switch is reloaded
D. It immediately enables the port in the listening state

A

C. It immediately puts the port into the forwarding state when the switch is reloaded

Explanation: Portfast feature should only be used on edge ports (ports directly connected to end stations). Neither edge ports or PortFast enabled ports generate topology changes when the link toggles so we cannot say Portfast reduces the STP convergence time.
PortFast causes a switch or trunk port to enter the spanning-tree forwarding state immediately, bypassing the listening and learning states so answer ‘It immediately puts the port into the forwarding state when the switch is reloaded ‘ is the best choice.

218
Q
  1. Refer to the exhibit. Which command when applied to the Atlanta router reduces type 3 LSA flooding into the backbone area and summarizes the inter-area routes on the Dallas router?

See OneNote!

A. Atlanta(config-route)#area 0 range 192.168.0.0 255.255.248.0
B. Atlanta(config-route)#area 0 range 192.168.0.0 255.255.252.0
C. Atlanta(config-route)#area 1 range 192.168.0.0 255.255.252.0
D. Atlanta(config-route)#area 1 range 192.168.0.0 255.255.248.0

A

C. Atlanta(config-route)#area 1 range 192.168.0.0 255.255.252.0

219
Q
  1. Refer to the exhibit. Which two statements about the EEM applet configuration are true? (Choose two.)

event manager applet LARGE CONFIG
event CLI pattern “show running-config” sync yes
action 1.0 puts “Warning! This device has a very large configuration and may take some time to process”
action 1.1 puts nonewline “Do you wish to continue [Y/N]”
action 1.2 gets response
action 1.3 string toupper “$response”
action 1.4 string match “$_string_result” “Y”
action 2.0 if $_string_result eq 1
action 2.1 cli command “enable”
action 2.2 cli command “show running-config”
action 2.3 puts $_cli_result
action 2.4 cli command “exit”
action 2.9 end
!
A. The EEM applet runs after the CLI command is executed
B. The running configuration is displayed only if the letter Y is entered at the CLI
C. The EEM applet runs before the CLI command is executed
D. The EEM applet requires a case-insensitive response

A

C. The EEM applet runs before the CLI command is executed
D. The EEM applet requires a case-insensitive response

Explanation: When you use the sync yes option in the event cli command, the EEM applet runs before the CLI command is executed. The EEM applet should set the _exit_status variable to indicate whether the CLI command should be executed (_exit_status set to one) or not (_exit_status set to zero).
With the sync no option, the EEM applet is executed in background in parallel with the CLI command.

220
Q
  1. Refer to the exhibit. What does the error message relay to the administrator who is trying to configure a Cisco IOS device?

“?XML version=”1.0” encoding= “utf-8”?”
“data xmins=”urn:ietf:params:cml:ns:netconf:base:1.0”/”

A. A NETCONF request was made for a data model that does not exist.
B. The device received a valid NETCONF request and serviced it without error.
C. A NETCONF message with valid content based on the YANG data models was made, but the request failed.
D. The NETCONF running datastore is currently locked.

A

A. A NETCONF request was made for a data model that does not exist.

Explanation: Missing Data Model RPC Error Reply Message

If a request is made for a data model that doesn‘t exist on the Catalyst 3850 or a request is Reference:made for a leaf that is not implemented in a data model, the Server (Catalyst 3850) responds with an empty data response. This is expected behavior.

221
Q
  1. Refer to the exhibit.

See OneNote!

An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID. Which configuration set accomplishes this task?

A.
R3(config)#router bgp 200
R3(config-router)#neighbor 10.24.24.4 remote-as 100
R3(config-router)#bgp router-id 10.3.3.3
R4(config)#router bgp 100
R4(config-router)#neighbor 10.24.24.3 remote-as 200
R4(config-router)#bgp router-id 10.4.4.4

B.
R3(config)#router bgp 200
R3(config-router)#neighbor 10.4.4.4 remote-as 100
R3(config-router)#neighbor 10.4.4.4 update-source loopback0R4(config)#router bgp 100
R4(config-router)#neighbor 10.3.3.3 remote-as 200
R4(config-router)#neighbor 10.3.3.3 update-source loopback0

C.
R3(config)#router bgp 200
R3(config-router)#neighbor 10.24.24.4 remote-as 100
R3(config-router)#neighbor 10.24.24.4 update-source loopback0
R4(config)#router bgp 100
R4(config-router)#neighbor 10.24.24.3 remote-as 200
R4(config-router)#neighbor 10.24.24.3 update-source loopback0

A

A.
R3(config)#router bgp 200
R3(config-router)#neighbor 10.24.24.4 remote-as 100
R3(config-router)#bgp router-id 10.3.3.3
R4(config)#router bgp 100
R4(config-router)#neighbor 10.24.24.3 remote-as 200
R4(config-router)#bgp router-id 10.4.4.4

222
Q
  1. Which statement about dynamic GRE between a headend router and a remote router is true?

A. The headend router learns the IP address of the remote end router statically
B. A GRE tunnel without an IP address has a status of administratively down
C. GRE tunnels can be established when the remote router has a dynamic IP address
D. The remote router initiates the tunnel connection

A

D. The remote router initiates the tunnel connection

223
Q
  1. Which two statements about AAA authentication are true? (Choose two)

A. RADIUS authentication queries the router’s local username database
B. TACACS+ authentication uses an RSA server to authenticate users
C. Local user names are case-insensitive
D. Local authentication is maintained on the router
E. KRB5 authentication disables user access when an incorrect password is entered

A

D. Local authentication is maintained on the router

E. KRB5 authentication disables user access when an incorrect password is entered

224
Q
  1. An engineer must configure a ACL that permits packets which include an ACK In the TCP header. Which entry must be Included In the ACL?

A. access-list 110 permit tcp any any eq 21 tcp-ack
B. access-list 10 permit ip any any eq 21 tcp-ack
C. access-list 10 permit tcp any any eq 21 established
D. access-list 110 permit tcp any any eq 21 established

A

D. access-list 110 permit tcp any any eq 21 established

Explanation: The established keyword is only applicable to TCP access list entries to match TCP segments that have the ACK and/or RST control bit set (regardless of the source and destination ports), which assumes that a TCP connection has already been established in one direction only.

Suppose you only want to allow the hosts inside your company to telnet to an outside server but not vice versa, you can simply use an ― ”established” access-list like this:

access-list 100 permit tcp any any established
access-list 101 permit tcp any any eq telnet
!
interface S0/0
ip access-group 100 in
ip access-group 101 out

225
Q
  1. In a Cisco SD-Access fabric, which control plane protocol is used for mapping and resolving endpoints?

A. DHCP
B. VXLAN
C. SXP
D. LISP

A

D. LISP

Explanation: We see in the traceroute result the packet could reach 10.99.69.5 (on R2) but it could not go any further so we can deduce an ACL on R3 was blocking it.

Note: Record option displays the address(es) of the hops (up to nine) the packet goes through.

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

See OneNote!

A. The loopback on R3 Is in a shutdown stale.
B. An ACL applied Inbound on loopback0 of R2 Is dropping the traffic.
C. An ACL applied Inbound on fa0/1 of R3 is dropping the traffic.
D. Redistribution of connected routes into OSPF is not configured.

A

C. An ACL applied Inbound on fa0/1 of R3 is dropping the traffic.

Explanation: We see in the traceroute result the packet could reach 10.99.69.5 (on R2) but it could not go any further so we can deduce an ACL on R3 was blocking it.
Note: Record option displays the address(es) of the hops (up to nine) the packet goes through.

227
Q
  1. In an SD-WAN deployment, which action in the vSmart controller responsible for?

A. handle, maintain and gather configuration and status for nodes within the SD-WAN fabric
B. onboard vEdge nodes into the SD-WAN fabric
C. gather telemetry data from yEdge routers
D. distribute policies that govern data forwarding performed within the SD-WAN fabric

A

D. distribute policies that govern data forwarding performed within the SD-WAN fabric

Explanation: Control plane (vSmart) builds and maintains the network topology and make decisions on the traffic flows. The vSmart controller disseminates control plane information between WAN Edge devices, implements control plane policies and distributes data plane policies to network devices for enforcement.

228
Q
  1. Which deployment option of Cisco NGFW provides scalability?

A. tap
B. inline tap
C. high availability
D. clustering

A

D. clustering

Explanation: Clustering lets you group multiple Firepower Threat Defense (FTD) units together as a single logical device. Clustering is only supported for the FTD device on the Firepower 9300 and the Firepower 4100 series. A cluster provides all the convenience of a single device (management, integration into a network) while achieving the increased throughput and redundancy of multiple devices.

229
Q
  1. What is the function of the fabric control plane node In a Cisco SD-Access deployment?

A. It is responsible for policy application and network segmentation in the fabric.
B. It performs traffic encapsulation and security profile enforcement in the fabric.
C. It holds a comprehensive database that tracks endpoints and networks in the fabric.
D. It provides Integration with legacy nonfabric-enabled environments.

A

C. It holds a comprehensive database that tracks endpoints and networks in the fabric.

Explanation: Fabric control plane node (C): One or more network elements that implement the LISP Map-Server (MS) and Map-Resolver (MR) functionality. The control plane node’s host tracking database keeps track of all endpoints in a fabric site and associates the endpoints to fabric nodes in what is known as an EID-to-RLOC binding in LISP.

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

A. both supervisors must be configured separately
B. the multicast state is preserved during switchover
C. must be combined with NSF to support uninterrupted Layer 2 operations
D. must be combined with NSF to support uninterrupted Layer 3 operations
E. requires synchronization between supervisors in order to guarantee continuous connectivity

A

D. must be combined with NSF to support uninterrupted Layer 3 operations
E. requires synchronization between supervisors in order to guarantee continuous connectivity

Explanation: against failure due to the Supervisor or loss of service because of software problems. The access layer typically provides Layer 2 services with redundant switches making up the distribution layer. The Layer 2 access layer can benefit from SSO deployed without NSF. Some Enterprises have deployed Layer 3 routing at the access layer. In that case, NSF/SSO can be used.

231
Q
  1. Which action is performed by Link Management Protocol In a Cisco StackWise Virtual domain?

A. it determines if the hardware Is compatible to form the StackWise Virtual domain.
B. It determines which switch becomes active or standby.
C. It discovers the StackWise domain and brings up SVL interfaces.
D. It rejects any unidirectional link traffic forwarding.

A

B. It determines which switch becomes active or standby

Explanation: The Link Management Protocol (LMP) is activated on each link of the StackWise Virtual links as soon as the links are established. LMP ensures the integrity of SVL links and monitors and maintains the health of the links. The redundancy role of each switch is resolved by the StackWise Discovery Protocol (SDP). It ensures that the hardware and software versions are compatible to form the SVL and determines which switch becomes active or standby from a control plane perspective.

232
Q
  1. Using the EIRP formula, what parameter is subtracted to determine the EIRP value?

A. transmitter power
B. antenna cable loss
C. antenna gain
D. signal-to-noise ratio

A

A. transmitter power

233
Q
  1. What is the responsibility of a secondary WLC?

A. It shares the traffic load of the LAPs with the primary controller.
B. It avoids congestion on the primary controller by sharing the registration load on the LAPs.
C. It registers the LAPs if the primary controller fails.
D. It enables Layer 2 and Layer 3 roaming between Itself and the primary controller.

A

D. It enables Layer 2 and Layer 3 roaming between Itself and the primary controller.

234
Q
  1. Which two sources cause interference for Wi-Fi networks? (Choose two).
A. mirrored wall
B. 900MHz baby monitor
C. fish tank
D. DECT 6.0 cordless
E. Incandesent lights
A

A. mirrored wall
C. fish tank

Explanation: Windows can actually block your WiFi signal. How? Because the signals will be reflected by the glass.
Some new windows have transparent films that can block certain wave types, and this can make it harder for your WiFi signal to pass through.
Tinted glass is another problem for the same reasons. They sometimes contain metallic films that can completely block out your signal. Mirrors, like windows, can reflect your signal. They’re also a source of electromagnetic interference because of their metal backings.
Reference: https://dis-dot-dat.net/what-materials-can-block-a-wifi-signal/ An incandescent light bulb, incandescent lamp or incandescent light globe is an electric light with a wire filament heated until it glows. WiFi operates in the gigahertz microwave band. The FCC has strict regulations on RFI (radio frequency interference) from all sorts of things, including light bulbs -> Incandesent lights do not interfere Wi-Fi networks.
Note:
+ Many baby monitors operate at 900MHz and won’t interfere with Wi-Fi, which uses the 2.4GHz band. + DECT cordless phone 6.0 is designed to eliminate wifi interference by operating on a different
frequency.
There is essentially no such thing as DECT wifi interference.

235
Q
  1. How does the EIGRP metric differ from the OSPF metric?

A. The EIGRP metric is calculated based on bandwidth only. The OSPF metric is calculated on delay only.
B. The EIGRP metric is calculated based on delay only. The OSPF metric is calculated on bandwidth and delay.
C. The EIGRP metric Is calculated based on bandwidth and delay. The OSPF metric is calculated on bandwidth only.
D. The EIGRP metric Is calculated based on hop count and bandwidth. The OSPF metric is calculated on bandwidth and delay.

A

C. The EIGRP metric Is calculated based on bandwidth and delay. The OSPF metric is calculated on bandwidth only.

Explanation: By default, EIGRP metric is calculated:
metric = bandwidth + delay
While OSPF is calculated by:
OSPF metric = Reference bandwidth / Interface bandwidth in bps
(Or Cisco uses 100Mbps (108) bandwidth as reference bandwidth. With this bandwidth, our equation would be:
Cost = 108/interface bandwidth in bps)

236
Q
  1. What are two differences between the RIB and the FIB? (Choose two.)

A. The FIB is derived from the data plane, and the RIB is derived from the FIB.
B. The RIB is a database of routing prefixes, and the FIB is the Information used to choose the egress interface for each packet.
C. FIB is a database of routing prefixes, and the RIB is the information used to choose the egress interface for each packet.
D. The FIB is derived from the control plane, and the RIB is derived from the FIB.
E. The RIB is derived from the control plane, and the FIB is derived from the RIB.

A

B. The RIB is a database of routing prefixes, and the FIB is the Information used to choose the egress interface for each packet.
E. The RIB is derived from the control plane, and the FIB is derived from the RIB.

Explanation: The Forwarding Information Base (FIB) contains destination reachability information as well as next-hop information. This information is then used by the router to make forwarding decisions. The FIB allows for very efficient and easy lookups.

The FIB maintains next-hop address information based on the information in the IP routing table (RIB).
Note: In order to view the Routing information base (RIB) table, use the show ip route command. To view the Forwarding Information Base (FIB), use the show ip cef command. RIB is in Control plane while FIB is in Data plane.

237
Q
  1. What is the purpose of the LISP routing and addressing architecture?

A. It creates two entries for each network node, one for Its identity and another for its location on the network.
B. It allows LISP to be applied as a network visualization overlay though encapsulation.
C. It allows multiple Instances of a routing table to co-exist within the same router.
D. It creates head-end replication used to deliver broadcast and multicast frames to the entire network.

A

A. It creates two entries for each network node, one for Its identity and another for its location on the network.

Explanation: Locator ID Separation Protocol (LISP) solves this issue by separating the location and identity of a device through the Routing locator (RLOC) and Endpoint identifier (EID):
+ Endpoint identifiers (EIDs) – assigned to end hosts.
+ Routing locators (RLOCs) – assigned to devices (primarily routers) that make up the global routing system.

238
Q
  1. Refer to the exhibit. Both controllers are in the same mobility group. Which result occurs when client 1 roams between APs that are registered to different controllers in the same WLAN?

See OneNote!

A. Client 1 contact controller B by using an EoIP tunnel.
B. CAPWAP tunnel is created between controller A and controller B.
C. Client 1 users an EoIP tunnel to contact controller A.
D. The client database entry moves from controller A to controller B.

A

D. The client database entry moves from controller A to controller B.

Explanation: This is called Inter Controller-L2 Roaming. Inter-Controller (normally layer 2) roaming occurs when a client roam between two APs registered to two different controllers, where each controller has an interface in the client subnet. In this instance, controllers exchange mobility control messages (over UDP port 16666) and the client database entry is moved from the original controller to the new controller.

239
Q
  1. Refer to the exhibit.
    After an engineer configures an EtherChannel between switch SW1 and switch SW2, this error message is logged on switch SW2.
    SW2#
    08:33:23:%PM-4-ERR_DISABLE: channel-misconfig error detection on Gi0/0, putting Gi0/00 in err-disable state
    08:33:23: %PM-4-ERR_DISABLE: channel-misconfig error detection on Gi0/1, putting Gi0/1 in err-disable state

Based on the output from SW1 and the log message received on Switch SW2, what action should the engineer take to resolve this issue?

A. Configure the same protocol on the EtherChannel on switch SW1 and SW2.
B. Connect the configuration error on interface Gi0/1 on switch SW1.
C. Define the correct port members on the EtherChannel on switch SW1.
D. Correct the configuration error on interface Gi0/0 switch SW1.

A

A. Configure the same protocol on the EtherChannel on switch SW1 and SW2.

Explanation: In this case, we are using your EtherChannel without a negotiation protocol. As a result, if the opposite switch is not also configured for EtherChannel operation on the respective ports, there is a danger of a switching loop. The EtherChannel Misconfiguration Guard tries to prevent that loop from occuring by disabling all the ports bundled in the EtherChannel.

240
Q
  1. Which element enables the communication between guest VMs within a virtualized environment?

A. hypervisor
B. vSwitch
C. virtual router
D. pNIC

A

B. vSwitch

Explanation: Each VM is provided with a virtual NIC (vNIC) that is connected to the virtual switch. Multiple vNICs can connect to a single vSwitch, allowing VMs on a physical host to communicate with one another at layer 2 without having to go out to a physical switch.

241
Q
  1. Refer to the exhibit. What are two effects of this configuration? (Choose two.)
R1
interface GigabitEthernet0/0
IP address 192.168.250.2 255.255.255.0
standby 20 IP 192.168.250.1
standby 20 priority 120
!
R2
interface GigabitEthernet0/0
IP address 192.168.250.3 255.255.255.0
standby 20 IP 192.168.250.1
standby 20 priority 110

A. R1 becomes the active router.
B. R1 becomes the standby router.
C. If R2 goes down, R1 becomes active but reverts to standby when R2 comes back online.
D. If R1 goes down. R2 becomes active and remains the active device when R1 comes back online.
E. If R1 goes down, R2 becomes active but reverts to standby when R1 comes back online.

A

A. R1 becomes the active router.

D. If R1 goes down. R2 becomes active and remains the active device when R1 comes back online.

242
Q
  1. Refer to the exhibit. These commands have been added to the configuration of a switch. Which command flags an error If It is added to this configuration?

vlan 222
remote-span
!
vlan 223
remote-span
!
monitor session 1 source interface Fastethernet0/1 tx
monitor session 1 source interface Fastethernet0/2 rx
monitor session 1 source interface port-channel 5
monitor session 1 destination remote vlan 222

A. monitor session 1 source interface port-channel 6
B. monitor session 1 source vlan 10
C. monitor session 1 source interface FastEthernet0/1 rx
D. monitor session 1 source interface port-channel 7, port-channel 8

A

B. monitor session 1 source vlan 10

Explanation: A monitor session can source from interfaces or VLANs – not both at the same time.

RSPAN consists of at least one RSPAN source session, an RSPAN VLAN, and at least one RSPAN destination session. You separately configure RSPAN source sessions and RSPAN destination sessions on different network devices. To configure an RSPAN source session on a device, you associate a set of source ports or source VLANs with an RSPAN VLAN.
Traffic monitoring in a SPAN session has these restrictions:
+ Sources can be ports or VLANs, but you cannot mix source ports and source VLANs in the same session.

243
Q
  1. Which method does Cisco DNA Center use to allow management of non-Cisco devices through southbound protocols?

A. It creates device packs through the use of an SDK
B. It uses an API call to interrogate the devices and register the returned data.
C. It obtains MIBs from each vendor that details the APIs available.
D. It imports available APIs for the non-Cisco device in a CSV format.

A

A. It creates device packs through the use of an SDK

244
Q
  1. Which entity is responsible for maintaining Layer 2 isolation between segments In a VXLAN environment?

A. switch fabric
B. VTEP
C. VNID
D. host switch

A

C. VNID

Explanation:VXLAN uses an 8-byte VXLAN header that consists of a 24-bit VNID and a few reserved bits. The VXLAN header together with the original Ethernet frame goes in the UDP payload.
The 24-bit VNID is used to identify Layer 2 segments and to maintain Layer 2 isolation between the segments.

[Outer MAC][Outer IP][UDP Header][VXLAN Header][L2 Frame][FCS]

The key fields for the VXLAN packet in each of the protocol headers are:
+ Outer MAC header (14 bytes with 4 bytes optional) – Contains the MAC address of the source VTEP and the MAC address of the next-hop router. Each router along the packet‘s path rewrites this header so that the source address is the router‘s MAC address and the destination address is the next-hop router‘s MAC address.
+ Outer IP header (20 bytes)- Contains the IP addresses of the source and destination VTEPs.
+ (Outer) UDP header (8 bytes)- Contains source and destination UDP ports:
– Source UDP port: The VXLAN protocol repurposes this standard field in a UDP packet header. Instead of using this field for the source UDP port, the protocol uses it as a numeric identifier for the particular flow between VTEPs. The VXLAN standard does not define how this number is derived, but the source VTEP usually calculates it from a hash of some combination of fields from the inner Layer 2 packet and the Layer 3 or Layer 4 headers of the original frame.
– Destination UDP port: The VXLAN UDP port. The Internet Assigned Numbers Authority (IANA) allocates port 4789 to VXLAN.
+ VXLAN header (8 bytes)- Contains the 24-bit VNI (or VNID)
+ Original Ethernet/L2 Frame – Contains the original Layer 2 Ethernet frame.

Let‘s see the structure of a VXLAN packet to understand how (note: VNI = VNID)

245
Q
  1. Refer to the Exhibit. An engineer is installing a new pair of routers in a redundant configuration. When checking on the standby status of each router the engineer notices that the routers are not functioning as expected. Which action will resolve the configuration error?

See OneNote!

A. configure matching hold and delay timers
B. configure matching key-strings
C. configure matching priority values
D. configure unique virtual IP addresses

A

B. configure matching key-strings

Explanation: From the output exhibit, we notice that the key-string of R1 is “Cisco123!” (letter “C”is in capital) while that of R2 is “cisco123!”. This causes a mismatch in the authentication so we have to fix their key-strings.

Note: key-string [encryption-type] text-string: Configures the text string for the key. The textstring argument is alphanumeric, case-sensitive, and supports special characters.

246
Q
  1. What reason could cause an OSPF neighborship to be in the EXSTART/EXCHANGE state?

A. Mismatched OSPF network type
B. Mismatched areas
C. Mismatched MTU size
D. Mismatched OSPF link costs

A

C. Mismatched MTU size

Explanation: When OSPF adjacency is formed, a router goes through several state changes before it becomes fully adjacent with its neighbor. The states are Down -> Attempt (optional) -> Init -> 2-Way -> Exstart -> Exchange -> Loading -> Full. Short descriptions about these states are listed below:
Down: no information (hellos) has been received from this neighbor.
Attempt: only valid for manually configured neighbors in an NBMA environment. In Attempt state, the router sends unicast hello packets every poll interval to the neighbor, from which hellos have not been received within the dead interval.
Init: specifies that the router has received a hello packet from its neighbor, but the receiving router’s ID was not included in the hello packet
2-Way: indicates bi-directional communication has been established between two routers.
Exstart: Once the DR and BDR are elected, the actual process of exchanging link state information can start between the routers and their DR and BDR.
Exchange: OSPF routers exchange database descriptor (DBD) packets
Loading: In this state, the actual exchange of link state information occurs Full: routers are fully adjacent with each other

Neighbors Stuck in Exstart/Exchange State the problem occurs most frequently when attempting to run OSPF between a Cisco router and another vendor’s router. The problem occurs when the maximum transmission unit (MTU) settings for neighboring router interfaces don’t match. If the router with the higher MTU sends a packet larger that the MTU set on the neighboring router, the neighboring router ignores the packet.

247
Q
  1. Refer to the exhibit. An engineer must configure a SPAN session. What is the effect of the configuration?

monitor session 1 source vlan 10 - 12 rx
monitor session 1 destination interface gigabitethernet0/1

A. Traffic sent on VLANs 10, 11, and 12 is copied and sent to interface g0/1.
B. Traffic sent on VLANs 10 and 12 only is copied and sent to interface g0/1.
C. Traffic received on VLANs 10, 11, and 12 is copied and sent to Interface g0/1.
D. Traffic received on VLANs 10 and 12 only is copied and sent to interface g0/1.

A

C. Traffic received on VLANs 10, 11, and 12 is copied and sent to Interface g0/1.

248
Q
  1. Refer to the exhibit. What are two effects of this configuration? (Choose two.)
R1
interface gigaethernet0/0
IP address 192.168.250.2 255.255.255.0
standby 20 IP 192.168.250.1
standby 20 priority 120

R2 interface gigabitethernet0/0
IP address 192.168.250.3 255.255.255.0
standby 20 IP 192.168.250.1
standby 20 priority 110

A. R1 becomes the active router.
B. If R1 goes down, R2 becomes active but reverts to standby when Rl comes back online.
C. R1 becomes the standby router.
D. If R2 goes down, R1 becomes active but reverts to standby when R2 comes back online.
E. If R1 goes down, R2 becomes active and remains the active device when R1 comes back online.

A

A. R1 becomes the active router.

E. If R1 goes down, R2 becomes active and remains the active device when R1 comes back online.

249
Q
  1. What is used to validate the authenticity of the client and is sent in HTTP requests as a JSON object?

A. SSH
B. HTTPS
C. JVVT
D. TLS

A

B. HTTPS

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

with manager.connect(host=192.168.0.1), port=22,
username=’admin’, password=’password1’,hostkey_verify=True, device_params={‘name’.’nexus’} as m:

A. It creates a temporary connection to a Cisco Nexus device and retrieves a token to be used for API calls.
B. It opens a tunnel and encapsulates the login information, if the host key is correct.
C. It opens an ncclient connection to a Cisco Nexus device and maintains it for the duration of the context.
D. It creates an SSH connection using the SSH key that is stored, and the password is ignored.

A

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

251
Q
  1. In a Cisco SD-Access wireless architecture, which device manages endpoint ID to Edge Node bindings?

A. fabric control plane node
B. fabric wireless controller
C. fabric border node
D. fabric edge node.

A

A. fabric control plane node

Explanation: SD-Access Wireless Architecture Control Plane Node –A Closer Look
Fabric Control-Plane Node is based on a LISP Map Server / Resolver
Runs the LISP Endpoint ID Database to provide overlay reachability information
+ A simple Host Database, that tracks Endpoint ID to Edge Node bindings (RLOCs)+ Host Database supports multiple types of Endpoint ID (EID), such as IPv4 /32, IPv6 /128* or MAC/48
+ Receives prefix registrations from Edge Nodes for wired clients, and from Fabric mode WLCs for wireless clients
+ Resolves lookup requests from FE to locate Endpoints
+ Updates Fabric Edge nodes, Border nodes with wireless client mobility and RLOC information

252
Q
253. Refer to the exhibit. 
flow record v4_r1
match ipv4 tos
match ipv4 protocol 
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
!
flow monitor FLOW-MONITOR-1
record v4_r1
exit
!
sampler SAMPLER-1
mode random 1 out-of 2
exit
!
IP cef
!
interface GigabitEthernet0/0/0
IP address 172.16.6.2 255.255.255.0
!
Which command set must be added to the configuration to analyze 50 packets out of every 100?
A.
sampler SAMPLER-1
mode random 1-out-of 2
flow FLOW-MONITOR-1

Interface GigabitEthernet 0/0/0
ip flow monitor SAMPLER-1 input

B.
sampler SAMPLER-1
no mode random 1-out-of 2
mode percent 50

interface GigabitEthernet 0/0/0
ip flow monitor FLOW-MONITOR-1 sampler SAMPLER-1 input

C.
interface GigabitEthernet 0/0/0
ip flow monitor FLOW-MONITOR-1 sampler SAMPLER-1 input

D.
flow monitor FLOW-MONITOR-1
record v4_r1
sampler SAMPLER-1

interface GigabitEthernet 0/0/0
ip flow monitor FLOW-MONITOR-1 sampler SAMPLER-1 input

A

C.
interface GigabitEthernet 0/0/0
ip flow monitor FLOW-MONITOR-1 sampler SAMPLER-1 input

253
Q
  1. Refer to the exhibit. An engineer must allow all users in the 10.2.2.0/24 subnet to access the Internet. To conserve address space, the public interface address of 209.165.201.1 must be used for all external communication. Which command set accomplishes these requirements?

See OneNote!

A. Option A
B. Option B
C. Option C
D. Option D

A

D. Option D

Explanation: The command ip nat inside source list 10 interface G0/3 overload configures NAT to overload (PAT) on the address that is assigned to the G0/3 interface.

254
Q
  1. Refer to the exhibit.
line vty 0 4
 session-timeout 30
 exec-timeout 120 0
 session-limit 30
 login local
line vty 5 15
 session-timeout 30
 exec-timeout 30 0
 session-limit 30
 login local

Only administrators from the subnet 10.10.10.0/24 are permitted to have access to the router. A secure protocol must be used for the remote access and management of the router instead of clear-text protocols. Which configuration achieves this goal?

 A. Option A
access-list 23 permit 10.10.10.0 0.0.0.255
line vty 0 4
access-class 23 in
transport input ssh
B. Option B
access-list 23 permit 10.10.10.0 0.0.0.255
line vty 0 15
access-class 23 in
transport input ssh
C. Option C
access-list 23 permit 10.10.10.0 0.0.0.255
line vty 0 15
access-class 23 out
transport input ssh
D. Option D
access-list 23 permit 10.10.10.0 255.0.0.0
line vty 0 15
access-class 23 in
transport input ssh
A
B. Option B
access-list 23 permit 10.10.10.0 0.0.0.255
line vty 0 15
access-class 23 in
transport input ssh
255
Q
  1. Which control plane protocol is used between Cisco SD-WAN routers and vSmart controllers?

A. BGP
B. OMP
C. TCP
D. UDP

A

B. OMP

Explanation: Cisco SD-WAN uses Overlay Management Protocol (OMP) which manages the overlay network. OMP runs between the vSmart controllers and WAN Edge routers (and among vSmarts themselves) where control plane information, such as the routing, policy, and management information, is exchanged over a secure connection.

256
Q
  1. In a Cisco Catalyst switch equipped with two supervisor modules an administrator must temporally remove the active supervisor from the chassis to perform hardware maintenance on it. Which mechanism ensure that the active supervisor removal is not disruptive to the network operation?

A. NSF/NSR
B. SSO
C. HSRP
D. VRRP

A

B. SSO

Explanation: Stateful Switchover (SSO) provides protection for network edge devices with dual Route Processors (RPs) that represent a single point of failure in the network design, and where an outage might result in loss of service for customers.

257
Q
  1. Which router is elected the IGMP Querier when more than one router is in the same LAN segment?

A. The router with the shortest uptime
B. The router with the lowest IP address
C. The router with the highest IP address
D. The router with the longest uptime

A

B. The router with the lowest IP address

Explanation: Query messages are used to elect the IGMP querier as follows:

  1. When IGMPv2 devices start, they each multicast a general query message to the allsystems grou address of 224.0.0.1 with their interface address in the source IP address field of the message.
  2. When an IGMPv2 device receives a general query message, the device compares the source IP address in the message with its own interface address. The device with the lowest IP address on the subnet is elected the IGMP querier.
  3. All devices (excluding the querier) start the query timer, which is reset whenever a general query message is received from the IGMP querier. If the query timer expires, it is assumed that the IGMP querier has gone down, and the election process is performed again to elect a new IGMP querier.
258
Q
  1. Refer to the exhibit.
ip sla 10
icmp-echo 192.168.10.20
timeout 500
frequency 3
ip sla schedule 10 life forever start-time now
track 10 ip sla 10 reachability

The IP SLA is configured in a router. An engineer must configure an EEM applet to shut down the interface and bring it back up when there is a problem with the IP SLA. Which configuration should the engineer use?

A. event manager applet EEM_IP_SLA
event track 10 state down

B. event manager applet EEM_IP_SLA
event track 10 state unreachable

C. event manager applet EEM_IP_SLA
event sla 10 state unreachable

D. event manager applet EEM_IP_SLA
event sla 10 state down

A

A. event manager applet EEM_IP_SLA
event track 10 state down

Explanation: The ip sla 10 will ping the IP 192.168.10.20 every 3 seconds to make sure the connection is still up. We can configure an EEM applet if there is any problem with this IP SLA via the command event track 10 state down.

259
Q
  1. A network engineer is configuring Flexible NetFlow and enters these commands:
Sampler Netflow1
mode random one-out-of 100
interface fastethernet 1/0
flow-sampler netflow1
Which are two results of implementing this feature instead of traditional NetFlow? (Choose two)

A. Only the flows of top 100 talkers are exported
B. CPU and memory utilization are reduced
C. The data export flow is more secure
D. The accuracy of the data to be analyzed is improved
E. The number of packets to be analyzed are reduced

A

B. CPU and memory utilization are reduced

E. The number of packets to be analyzed are reduced

260
Q
  1. Refer to the exhibit. An engineer must ensure that all traffic entering AS 200 will choose Link 2 as an entry point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?

See OneNote!

A. Option A
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200
!
R3(config)#router bgp 200
R3(config-router)#neighbor 10.1.1.1 route-map PREPEND out

B. Option B
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100
!
R3(config)#router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND in

C. Option C
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100
!
R3(config)#router bgp 200
R3(config-router)#neighbor 10.1.1.1 route-map PREPEND in

D. Option D
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200
!
R3(config)#router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND out

A

A. Option A
R3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200
!
R3(config)#router bgp 200
R3(config-router)#neighbor 10.1.1.1 route-map PREPEND out

Explanation: R3 advertises BGP updates to R1 with multiple AS 100 so R3 believes the path to reach AS 200 via R3 is farther than R2 so R3 will choose R2 to forward traffic to AS 200.

261
Q
  1. Refer to the exhibit. Assuming all links are functional, which path does PC1 take to reach DSW1?

See OneNote!

A. PC1 goes from ALSW1 to DSW1
B. PC1 goes from ALSW1 to DSW2 to ALSW2 to DSW1
C. PC1 goes from ALSW1 to DSW2 to Core to DSW1
D. PC1 goes from ALSW1 to DSW2 to DSW1

A

D. PC1 goes from ALSW1 to DSW2 to DSW1

Explanation: In the topology above, we see DSW2 has the lowest priority 24576 so it is the root bridge for VLAN 10 so surely all traffic for this VLAN must go through it. All the DSW2 ports must be in a forwarding state. And:
+ The direct link between DSW1 and ALSW1 is blocked by STP.
+ The direct link between DSW1 and ALSW2 is also blocked by STP.
Therefore PC1 must go via this path: PC1 -> ALSW1 -> DSW2 -> DSW1.

262
Q
  1. A customer has deployed an environment with shared storage to allow for the migration of virtual machines between servers with dedicated operating systems that provide the virtualization platform. What is this operating system described as?

A. hosted virtualization
B. type 1 hypervisor
C. container oriented
D. decoupled

A

A. hosted virtualization

263
Q
  1. Refer to the exhibit. Which configuration must be applied to the HQ router to set up a GRE tunnel between the HQ and BR routers?

See OneNote!

A. interface tunnel1
IP address 209.165.202.130 255.255.255.252
tunnel source gigabitethernet0/0
tunnel destination 209.165.202.129

B. interface tunnel1
IP address 10.111.111.1 255.255.255.0
tunnel source gigabitethernet0/0
tunnel destination 209.165.202.133

C. interface tunnel1
IP address 10.111.111.1 255.255.255.0
tunnel source gigabitethernet0/0
tunnel destination 209.165.202.129

D. interface tunnel1
IP address 10.111.111.1 255.255.255.0
tunnel source gigabitethernet0/0
tunnel destination 209.165.202.134

A

D. interface tunnel1
IP address 10.111.111.1 255.255.255.0
tunnel source gigabitethernet0/0
tunnel destination 209.165.202.134

264
Q
  1. Refer to the exhibit. A GRE tunnel has been created between HQ and BR routers. What is the tunnel IP on the HQ router?

See OneNote!

A. 10.111.111.1
B. 10.111.111.2
C. 209.165.202.130
D. 209.165.202.134

A

A. 10.111.111.1

265
Q
  1. Why would a log file contain a * next to the date?

A. The network device was receiving NTP time when the log messages were recorded
B. The network device was unable to reach the NTP server when the log messages were recorded.
C. The network device is not configured to use NTP
D. The network device is not configured to use NTP time stamps for logging.

A

A. The network device was receiving NTP time when the log messages were recorded

266
Q
  1. An engineer has deployed a single Cisco 5520 WLC with a management IP address of 172.16.50.5/24. The engineer must register 50 new Cisco AIR-CAP2802I-E-K9 access points to the WLC using DHCP option 43. The access points are connected to a switch in VLAN 100 that uses the 172.16.100.0/24 subnet. The engineer has configured the DHCP scope on the switch as follows:

Network 172.16.100.0 255.255.255.0
Default Router 172.16.100.1
Option 43 ASCII 172.16.50.5

The access points are failing to join the wireless LAN controller. Which action resolves the issue?

A. configure option 43 Hex F104.AC10.3205
B. configure option 43 Hex F104.CA10.3205
C. configure dns-server 172.16.50.5
D. configure dns-server 172.16.100.1

A

A. configure option 43 Hex F104.AC10.3205

267
Q
  1. Refer to the exhibit. Which password allows access to line con 0 for a username of “tommy” under normal operation?
aaa new-model 
aaa authentication login local tactacs+
tactacs-server host 10.1.1.1
tactacs-server key CISCO
!
login con 0
login authentication local 
line aux 0
line vty 0 4
!
username tommy password 0 CISCO
end
!
TACTACS+ Server Passwords
username tommy password 0 Tommy

A. Cisco
B. local
C. 0 Cisco
D. Tommy

A

A. Cisco

268
Q
  1. In OSPF, which LSA type is responsible for pointing to the ASBR router?

A. type 1
B. type 2
C. type 3
D. type 4

A

D. type 4

269
Q
  1. Refer to the exhibit. Which configuration allows Customer2 hosts to access the FTP server of Customer1 that has the IP address of 192.168.1.200?
interface vlan10
IP vrf forwarding customer1
IP address 192.168.1.1. 255.255.255.0
!
interface vlan20
IP vrf forwarding customer2
IP address 172.16.1.1 255.255.255.0
!
interface vlan30
IP vrf forwarding customers
IP address 10.1.1.1 255.255.255.0

A.
ip route vrf Customerl 172.16.1.0 255.255.255.0 172.16.1.1 global
ip route vrf Customer 192.168.1.200 255.255.255.255 192.168.1.1 global
ip route 192.168.1.0 255.255.255.0 VlanlO
ip route 172.16.1.0 255.255.255.0 Vlan20

B.
ip route vrf Customerl 172.16.1.0 255.255.255.0 172.16.1.1 Customer2
ip route vrf Customer 192.168.1.200 255.255.255.255 192.168.1.1 Customerl

C.
ip route vrf Customerl 172.16.1.0 255.255.255.0 172.16.1.1 Customerl
ip route vrf Customer 192.168.1.200 255.255.255.255 192.168.1.1 Customer2

D.
ip route vrf Customerl 172.16.1.1 255.255.255.255 172.16.1.1 global
ip route vrf Customer 192.168.1.200 255.255.255.0 192.168.1.1 global
ip route 192.168.1.0 255.255.255.0 VlanlO
ip route 172.16.1.0 255.255.255.0 Vlan20

A

A.
ip route vrf Customerl 172.16.1.0 255.255.255.0 172.16.1.1 global
ip route vrf Customer 192.168.1.200 255.255.255.255 192.168.1.1 global
ip route 192.168.1.0 255.255.255.0 VlanlO
ip route 172.16.1.0 255.255.255.0 Vlan20

270
Q
  1. Refer to the exhibit. An engineer entered the command no spanning-tree bpduguard enable on interface Fa 1/0/7. What is the effect of this command on Fa 1/0/7?

See OneNote!

A. It remains in err-disabled state until the shutdown/no shutdown command is entered in the interface configuration mode.
B. It remains in err-disabled state until the errdisable recovery cause failed-port-state command is entered in the global configuration mode.
C. It remains in err-disabled state until the no shutdown command is entered in the interface configuration mode.
D. It remains in err-disabled state until the spanning-tree portfast bpduguard disable command is entered in the interface configuration mode.

A

D. It remains in err-disabled state until the spanning-tree portfast bpduguard disable command is entered in the interface configuration mode.

271
Q
  1. Refer to the exhibit. On which interfaces should VRRP commands be applied to provide first-hop redundancy to PC-01 and PC-02?

See OneNote!

A. G0/0 and GO/1 on Core
B. G0/0 on Edge-01 and G0/0 on Edge-02
C. GO/1on Edge-01 and GO/1 on Edge-02
D. G0/0 and GO/1 on ASW-01

A

C. GO/1on Edge-01 and GO/1 on Edge-02

272
Q
  1. Which protocol is responsible for data plane forwarding in a Cisco SD-Access deployment?

A. VXLAN
B. IS-IS
C. OSPF
D. LISP

A

A. VXLAN

Explanation: In SD-Access the control plane is based on LISP (Locator/ID Separation Protocol), the data plane is based on VXLAN (Virtual Extensible LAN), the policy plane is based on Cisco TrustSec, and the management plane is enabled and powered by Cisco DNA Center.

273
Q
  1. An engineer is configuring GigabitEthernet1/0/0 for VRRP. When the router has the highest priority In group 5, It must assume the master role. Which command set should the engineer add to the configuration to accomplish this task?

interface gigabitethernet1/0/0
description ToIDF A 38-72-100-76
IP address 172.16.13.2 255.255.255.0

A.
standby 5 IP 172.16.13.254
standby 5 priority 100
standby 5 preempt

B.
vrrp 5 IP 172.16.13.254 255.255.255.0
vrrp 5 track 1 decrement 10
vrrp 5 preempt

C.
standby 5 IP 172.16.13.254
standby 5 priority 100
standby 5 track 1 decrement 10

D.
vrrp 5 IP 172.16.13.254
vrrp 5 priority 100

A

D.
vrrp 5 IP 172.16.13.254
vrrp 5 priority 100

274
Q
  1. what is a benefit of using a Type 2 hypervisor instead of a Type 1 hypervisor?

A. better application performance
B. Improved security because the underlying OS is eliminated
C. Improved density and scalability
D. ability to operate on hardware that is running other OSs

A

D. ability to operate on hardware that is running other OSs

275
Q
  1. Refer to the exhibit. What is required to configure a second export destination for IP address 192.168.10.1?

configure terminal
IP flow-export destination 192.168.10.1 9991
IP flow-export version 9

A. Specify a VRF.
B. Specify a different UDP port.
C. Specify a different flow ID
D. Configure a version 5 flow-export to the same destination.
E. Specify a different TCP port.
A

A. Specify a VRF.

276
Q
  1. Refer to exhibit. What are two reasons for IP SLA tracking failure? (Choose two )

See OneNote!

A. The destination must be 172.30 30 2 for icmp-echo
B. The threshold value is wrong
C. A route back to the R1 LAN network is missing in R2
D. The source-interface is configured incorrectly.
E. The default route has the wrong next-hop IP address

A

C. A route back to the R1 LAN network is missing in R2

D. The source-interface is configured incorrectly.

277
Q
  1. Which HTTP status code is the correct response for a request with an incorrect password applied to a REST API session?

A. HTTP Status Code 200
B. HTTP Status Code 302
C. HTTP Status Code 401
D. HTTP Status Code: 504

A

C. HTTP Status Code 401

Explanation: A 401 error response indicates that the client tried to operate on a protected resource without providing the proper authorization. It may have provided the wrong credentials or none at all.
Note: answer ‘HTTP Status Code 200’ 4xx code indicates a “client error” while a 5xx code indicates a “server error”.

278
Q
  1. A wireless consultant is designing a high-density wireless network for a lecture hall for 1000 students Which antenna type is recommended for this environment?

A. sector antenna
B. dipole antenna
C. parabolic dish
D. omnidirectional antenna

A

D. omnidirectional antenna

279
Q
  1. Refer to the exhibit. Security policy requires all idle-exec sessions to be terminated in 600 seconds. Which configuration achieves this goal?
RTR# sh run | b vty
line vty 0 4 
session-timeout 10
exec-timeout 120 0
session-limit 10
login local
line vty 5 15
session-timeout 10
exec-timeout 30 0
session-limit 30
login local

A.
line vty 0 15
absolute-timeout 600

B.
line vty 0 15
exec-timeout

C.
line vty 0 15
exec-timeout 10 0

D.
line vty 0 4
exec-timeout 600

A

C.
line vty 0 15
exec-timeout 10 0

280
Q
  1. Refer to the exhibit. Which command must be applied to Routed to bring the GRE tunnel to an up/up state?

See OneNote!

A. Router1(config)#interface tunnel0
B. Router1(config-if)#tunnel source GigabitEthernet0/1
C. Router1(config-if)#tunnel mode gre multipoint
D. Router1(config-if)#tunnel source Loopback0

A

D. Router1(config-if)#tunnel source Loopback0

281
Q
  1. Which QoS queuing method transmits packets out of the interface in the order the packets arrive?

A. custom
B. weighted- fair
C. FIFO
D. priority

A

C. FIFO

282
Q
  1. Refer to the exhibit. Cisco DNA Center has obtained the username of the client and the multiple devices that the client is using on the network. How is Cisco DNA Center getting these context details?

A. The administrator had to assign the username to the IP address manually in the user database tool on Cisco DNA Center.
B. Those details are provided to Cisco DNA Center by the Identity Services Engine
C. Cisco DNA Center pulled those details directly from the edge node where the user connected.
D. User entered those details in the Assurance app available on iOS and Android devices

A

B. Those details are provided to Cisco DNA Center by the Identity Services Engine

283
Q
  1. In a traditional 3 tier topology, an engineer must explicitly configure a switch as the root bridge and exclude it from any further election process for the spanning-tree domain. Which action accomplishes this task?

A. Configure the spanning-tree priority to 32768
B. Configure root guard and portfast on all access switch ports.
C. Configure BPDU guard in all switch-to-switch connections.
D. Configure the spanning-tree priority equal to 0.

A

B. Configure root guard and portfast on all access switch ports.

284
Q
  1. An engineer must configure HSRP group 300 on a Cisco IOS router. When the router is functional, it must be the active HSRP router The peer router has been configured using the default priority value. Which three commands are required? (Choose three.)
A. standby 300 timers 1 110
B. standby 300 priority 90
C. standby 300 priority 110
D. standby version 2
E. standby 300 preempt
F. standby version 1
A

C. standby 300 priority 110
D. standby version 2
E. standby 300 preempt

285
Q
  1. Which DHCP option provides the CAPWAP APs with the address of the wireless controller(s)?

A. 43
B. 66
C. 69
D. 150

A

A. 43

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

A. Layer 3
B. inter-xTR
C. auto anchor
D. fast roam

A

D. fast roam

287
Q
  1. What is one fact about Cisco SD-Access wireless network deployments?

A. The access point is part of the fabric underlay
B. The WLC is part of the fabric underlay
C. The access point is part the fabric overlay
D. The wireless client is part of the fabric overlay

A

C. The access point is part the fabric overlay

Explanation: Access Points
+ AP is directly connected to FE (or to an extended node switch)
+ AP is part of Fabric overlay

288
Q
  1. How does a fabric access point fit in the network?

A. It is in local mode an must be connected directly to the fabric border node.
B. It is in FlexConnect mode and must be connected directly to the fabric border node.
C. It is in local mode an must connected directly to the fabric edge switch.
D. It is in FlexConnect mode and must be connected directly to the fabric edge switch.

A

C. It is in local mode an must connected directly to the fabric edge switch.

Explanation: Fabric mode APs continue to support the same wireless media services that traditional APs support;
apply AVC, quality of service (QoS), and other wireless policies; and establish the CAPWAP control plane to the fabric WLC. Fabric APs join as local-mode APs and must be directly connected to the fabric edge node switch to enable fabric registration events, including RLOC assignment via the fabric WLC. The fabric edge nodes use CDP to recognize APs as special wired hosts, applying special port configurations and assigning the APs to a unique overlay network within a common EID space across a fabric. The assignment allows management simplification by using a single subnet to cover the AP infrastructure at a fabric site.

289
Q

Match the descriptions to the correct component.
A. typically delays, rather than drops traffic
B. introduces no delay and jitter
C. buffers excessive traffic
D. drops excessive traffic
E. causes TCP retransmission when traffic is dropped
F. introduces delay and jitter

Traffic Policing 
\+
\+
\+
Traffic Shaping
\+
\+
\+
A

Traffic Policing:
B. introduces no delay and jitter
D. drops excessive traffic
E. causes TCP retransmission when traffic is dropped

Traffic Shaping:
A. typically delays, rather than drops traffic
C. buffers excessive traffic
F. introduces delay and jitter

290
Q

Match the descriptions to the correct component.
A. easy to scale and upgrade
B. resources can be over or underutilized as requirements vary
C. requires a strong and stable internet connection
D. customizable hardware, purpose-built systems
E. more suitable for companies with specific regulatory or security requirements
F. built-in, automated data backups, and recovery

On-Premises
\+
\+
\+
Cloud
\+
\+
\+
A

On-Premises:
B. resources can be over or underutilized as requirements vary
D. customizable hardware, purpose-built systems
E. more suitable for companies with specific regulatory or security requirements

Cloud:
A. easy to scale and upgrade
C. requires a strong and stable internet connection
F. built-in, automated data backups, and recovery

291
Q

Match the descriptions to the correct component.
A. link-state routing protocol
B. supports unequal path load balancing
C. makes it easy to segment the network logically
D. distance vector routing protocol
E. constructs three tables as part of its operation: neighbor table, topology table, and routing
F. metric is based on delay and reliability by default (?)

EIGRP
\+
\+
\+
OSPF
\+
\+
\+
A

OSPF:
A. link-state routing protocol
C. makes it easy to segment the network logically
E. constructs three tables as part of its operation: neighbor table, topology table, and routing table

EIGRP:
B. supports unequal path load balancing
D. distance vector routing protocol
F. metric is based on delay and reliability by default (?)

292
Q

Match the definition to the correct component.
A. accepts LISP encapsulated map requests
B. learns of EID-prefix mapping entries from an ETR
C. receives traffic from LISP sites and sends it to non-LISP sites
D. receives packets from site-facing interfaces

LISP map resolver
LISP ITR
LISP Proxy ETR
LISP map server

A

A. accepts LISP encapsulated map requests: LISP map resolver
B. learns of EID-prefix mapping entries from an ETR: LISP map server
C. receives traffic from LISP sites and sends it to non-LISP sites: LISP proxy ETR
D. receives packets from site-facing interfaces: LISP ITR

293
Q

Match the descriptions to the correct component.
A. uses areas to segment a network+ summaries can be created anywhere in the IGP topology
B. DUAL algorithm
C. summarizes can be created in specific parts of the IGP topology
D. summaries can be created anywhere in the IGP topology

OSPF
\+
\+
EIGRP
\+
\+
A

OSPF:
A. uses areas to segment a network
C. summarizes can be created in specific parts of the IGP topology

EIGRP:
B. DUAL algorithm
D. summaries can be created anywhere in the IGP topology

294
Q

Match the definition to the correct component.
A. performs security analytics by collecting network flows
B. protects against email threat vector
C. provides malware protection on endpoints
D.provides DNS protection
E. provides IPS/IDS capabilities

AMP4E: 
StealthWatch: 
ESA: 
Umbrella: 
FTD:
A

StealthWatch: A. performs security analytics by collecting network flows
ESA: B. protects against email threat vector
AMP4E: C. provides malware protection on endpoints
Umbrella: D. provides DNS protection
FTD: E. provides IPS/IDS capabilities

295
Q

Match the descriptions to the correct component.
A. maintains alternative loop-free backup path if available
B. Advanced Distance Vector Protocol
C. Link State Protocol
D. selects routes using the DUAL algorithm
E. supports only equal multipath load balancing
F. quickly computes new path upon link failure

OSPF
\+
\+
\+
EIGRP
\+
\+
\+
A

OSPF
C. Link State Protocol
E. supports only equal multipath load balancing
F. quickly computes new path upon link failure

EIGRP
A. maintains alternative loop-free backup path if available
B. Advanced Distance Vector Protocol
D. selects routes using the DUAL algorithm

296
Q
Match the descriptions to the correct component.
A. low capital expenditure
B. slow upgrade lifecycle
C. provider maintains the infrastructure
D. high capital expenditure
E. enterprise owns the hardware
F. fast upgrade lifecycle
On-Premises Infrastructure:
\+
\+
\+
Cloud-Hosted Infrastructure:
\+
\+
\+
A

On-Premises Infrastructure:
B. slow upgrade lifecycle
D. high capital expenditure
E. enterprise owns the hardware

Cloud-Hosted Infrastructure:
A. low capital expenditure
C. provider maintains the infrastructure
F. fast upgrade lifecycle

297
Q

Match the definition to the correct component.
A. username and password in an encoded string
B. authorization through an identity provider
C. public API resource
D. API-dependent secret

OAuth :
secure vault :
HTTP basic authentication :
Token-based authentication :

A

HTTP basic authentication: A. username and password in an encoded string
token-based authentication: B. authorization through an identity provider
secure vault: C. public API resource
OAuth : D. API-dependent secret

298
Q
List the order of DHCP Process:
\+ Step 1: 
\+ Step 2: 
\+ Step 3: 
\+ Step 4: 

DHCP Offer
DHCP Discover
DHCP ACK
DHCP Request

A

+ Step 1: DHCP Discover
+ Step 2: DHCP Offer
+ Step 3: DHCP Request
+ Step 4: DHCP ACK

299
Q

Match the definition to the correct component.
A. bandwidth management technique which delays datagrams
B. mechanism to create a scheduler for packets prior to forwarding
C. portion of the IP header used to classify packets
D. mechanism to apply a QoS policy to an interface:
E. tool to enforce rate-limiting on ingress/egress
F. portion of the 802.1Q header used to classify packets

\: policy map
\: shaping
\: DSCP
\: CoS
\: policing
\: service policy
A

A. bandwidth management technique which delays datagrams: shaping
B. mechanism to create a scheduler for packets prior to forwarding: policy map
C. portion of the IP header used to classify packets: DSCP
D. mechanism to apply a QoS policy to an interface: service policy
E. tool to enforce rate-limiting on ingress/egress: policing
F. portion of the 802.1Q header used to classify packets: CoS

300
Q

Match the descriptions to the correct component.
A. significant initial investment but lower reoccurring costs
B. company has control over the physical security of equipment
C. pay-as-you-go model
D. physical location of data can be defined in the contract with a provider
E. very scalable and fast delivery of changes in scale

On-premises:
\+
\+
\+
Cloud:
\+
\+
\+
A

On-premises:
A. significant initial investment but lower reoccurring costs
B. company has control over the physical security of equipment

Cloud:
C. pay-as-you-go model
D. physical location of data can be defined in the contract with a provider
E. very scalable and fast delivery of changes in scale

301
Q

Match the descriptions to the correct component.
A. IPv4 or IPv6 address of an endpoint within a LISP site
B. network infrastructure component that learns of EID-prefix mapping entries from an ETR
C. de-encapsulates LISP packets coming from outside of the LISP site to destinations inside of the site

: map server
: EID
: ETR

A

A. IPv4 or IPv6 address of an endpoint within a LISP site: EID
B. network infrastructure component that learns of EID-prefix mapping entries from an ETR: map server
C. de-encapsulates LISP packets coming from outside of the LISP site to destinations inside of the site: ETR