Refer to the exhibit. Which JSON syntax is derived from this data?
A. {[{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': ['Running', 'Video games']}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': ['Napping', 'Reading']}]}
B. {'Person': [{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': 'Running', 'Video games'}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': 'Napping', 'Reading'}]}
C. {[{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': 'Running', 'Hobbies': 'Video games'}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': 'Napping', 'Reading'}]}
D. {'Person': [{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': ['Running', 'Video games']}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': ['Napping', 'Reading']}]}
A client on different floors in an atrium. The access points are joined to the same controller and configured in local mode. The access points are in different AP groups and have different IP addresses, but the client VLAN in the groups is the same.
What type of roam occurs?
A. inter-controller
B. inter-subnet
C. intra-VLAN
D. intra-controller
An engineer must configure HSRP for VLAN 1000 on SW2. The secondary switch must immediately take over the role of active router If the interlink with the primary switch fails. Which command set completes this task?
SW2(config)#track 1000 interface gigabitEthernet0/0 line-protocol SW2(config-track)#exit SW2(config)#interface vlan 1000 SW2(config-if)#ip address 10.23.87.3 255.255.255.0
A. SW2(config-if)# standby version 2 SW2(config-if)# standby 1000 ip 10.23.87.1 SW2(config-if)# standby 1000 priority 95 SW2(config-if)# standby 1000 preelept SW2(config-if)# standby 1000 track gigabitethernet0/0
B. SW2(config-if)# standby 1000 ip 10.23.87.1 SW2(config-if)# standby 1000 priority 95 SW2(config-if)# standby 1000 preempt SW2(config-if)# standby 1000 track 1000
C. SW2(config-if)# standby version 2 SW2(config-if)# standby 1000 ip 10.23.87.1 SW2(config-if)# standby 1000 priority 95 SW2(config-if)# standby 1000 preempt
SW2(config-if)# standby 1000 track 1000
D. SW2(config if)# standby version 2 SW2(config-if)# standby 1000 ip 10.23.87.1 SW2(config-if)# standby 1000 priority 95 SW2(config-if)# standby 1000 track 1000
Refer to the exhibit.
A network engineer configures NAT on R1 and enters the show command to verify the configuration. What does the output confirm?
A. The first pocket triggered NAT to add on entry to NAT table
B. R1 is configured with NAT overload parameters
C. A Telnet from 160.1.1 1 to 10.1.1.10 has been initiated.
D. R1 to configured with PAT overload parameters
What are two characteristics of vManage APIs? (Choose two.)
A. Southbound API is based on OMP and DTLS.
B. Northbound API is RESTful, using JSON.
C. Northbound API is based on RESTCONF and JSON.
D. Southbound API is based on NETCONF and XML.
E. Southbound API is based on RESTCONF and JSON.
What is the correct EBGP path attribute list, ordered from most preferred to the least preferred, that the BGP best-path algorithm uses?
A. weight. AS path, local preference. MED
B. weight, local preference AS path, MED
C. local preference weight AS path, MED
D. local preference, weight MED, AS path
What are two benefit of virtualizing the server with the use of VMs in data center environment? (Choose two.)
A. Increased security
B. reduced rack space, power, and cooling requirements
C. reduced IP and MAC address requirements
D. speedy deployment
E. smaller Layer 2 domain
What is modularity in network design?
A. ability to bundle several functions into a single layer of the network
B. ability to create self-contained, repeatable sections of the network
C. ability to self-heal the network to prevent service outages
D. ability to scale and accommodate future needs of the network
Refer to the exhibit. A network engineer applied a filter for LSA traffic on OSPFv3 interarea routes on the area 5 ABR to protect advertising the internal routes of area 5 to the business partner network. All other areas should receive the area 5 internal routes. After the respective route filtering configuration is applied on the ABR, area 5 routes are not visible on any of the areas. How must the filter list be applied on the ABR to resolve this issue?
R2#sh ipv6 route ospf
O 2002:ABCD::/64 [110/1] via FastEthernet0/1, directly connected O 2004:BBAB::/64 [110/1] via FastEthernet0/0, directly connected O 2004:BBAC::/64 [110/1] via FastEthernet1/0, directly connected O 3010:2:4:0:15::/128 [110/1] via FE80::C804:1DFF:FB20:8, FastEthernet0/0
A. in the "out" direction for area 20 on router R2
B. in the "in" direction for area 5 on router R1
C. in the "out" direction for area 5 on router R1
D. in the "in" direction for area 20 on router R2
JSON web tokens (JWT) are used to secure JSON based communications. Which of the following fields make up a JWT? (Choose three.)
A. Header
B. Trailer
C. Payload
D. Sequence number
E. Signature