Exam Prep Flashcards

(61 cards)

1
Q

What is the sys-id-ext field in a BPDU used for?

A

To allow for the PVST+ to operate, there’s a field inserted into the BPDU to accommodate the extended system ID so that PVST+ can have a root bridge configured on a per-STP instance. The extended system ID (VLAN ID) is a 12-bit field.

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

What solution will you use to aggregate bandwidth with four RSTP PVST+ links between switches?

A

EtherChannel

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

What configuration parameters must be configured the same between switches for LACP to form a channel? (Choose three)

A
  • Port speeds
  • Duplex
  • Allowed VLAN information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What will a router with a configuration register setting of 0x2101 do when it reloads?

A

The router boots the mini-IOS in ROM.

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

Which command provides the product ID and serial number of a router?

A

show license udi

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

Which command allows you to view the technology options and licenses supported on your router?

A

show license feature

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

How long can you look back into the DNA snapshot in DNA Center?

A

1 Week

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

What command will you use to send status messages of 3 and lower to a syslog server?

A

logging trap errors

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

What is the purpose of the Code Preview feature? (Choose three)

A
  • View what a code will do when ran against DNA Center
  • Generates a sample code snippet to call the Restful API resource in the scripting language of your choice.
  • Enroll in beta updates for DNA Center
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What could be the problem if you cannot connect to a remote IPv6 server?

A

The IPv6 default gateway has not been configured or received from the router.

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

What command is used to view the IPv6-to-MAC-address resolution table on a Cisco router?

A

show ipv6 neighbors

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

If an IPv6 ARP entry has a status of REACH, what can you conclude about the mapping?

A

The interface has communicated with the neighbor address and the mapping is current.

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

Which configuration management solutions require agents? (Choose two)

A
  • Puppet
  • Chef
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

_____ is a Ruby-based configuration management tool that uses custom manifest files to configure devices.

A

Puppet

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

_____ is a Ruby-based configuration tool that uses cookbooks to apply configuration.

A

Chef

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

What should you check if two OSPF directly configured routers are not forming an adjacency? (Choose three)

A
  • Hello and dead timers
  • Area
  • IP address/subnet mask
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

When do two adjacent routers enter the 2WAY state?

A

After both routers have received Hello information

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

What is the Command Runner used for?

A

Pushing Show commands and viewing the results

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

What type of switching is done in a network fabric?

A

Layer 3

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

Which statement about GRE is not true?

A

GRE has security.

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

Which QoS mechanism will drop traffic if a session uses more than the allotted bandwidth?

A

Policing

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

Which addresses would show up with the show ipv6 int brief command on the Corp router?

A

FE80::3c3d:2d:bdff:fe3b:0d80
[LINK LOACAL]

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

What type of NDP message provides the MAC address that was requested?

A

NA

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

Each field in an IPv6 address is how many bits long?

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
To enable OSPFv3, which command would you use?
Router(config-if)#ipv6 ospf 10 area 0.0.0.0
26
What does the command routerA(config)#line cons 0 allow you to perform next?
Set your console password.
27
Broadcast/LowestHost IP address 10.16.3.65/23?
* The lowest host address in the subnet is 10.16.2.1 255.255.254.0. * The broadcast address of the subnet is 10.16.3.255 255.255.254.0.
28
On which interface do you configure an IP address for a switch?
int vlan 1
29
On which interface do you configure an IP address for a switch?
int vlan 1 ## Footnote The IP address is configured under a logical interface, called a management domain or VLAN 1, by default.
30
What is the valid host range for the subnet on which the IP address 192.168.168.188 255.255.255.192 resides?
192.168.168.129–190 ## Footnote The subnet is 128, the broadcast address is 191, and the valid host range is the numbers in between, or 129–190.
31
What is considered to be the inside host’s address after translation?
Inside global ## Footnote An inside global address is considered to be the IP address of the host on the private network after translation.
32
Which command will show you if your inside globals are allowed to use the NAT pool?
show access-list ## Footnote The command ip nat inside source must be used to say which inside locals are allowed to use the pool.
33
How many collision domains are created when you segment a network with a 12-port switch?
12 ## Footnote Layer 2 switching creates individual collision domains per port.
34
Which command allows you to set your Telnet password on a Cisco router?
line vty 0 4 ## Footnote This command places you in a prompt that will allow you to set or change your Telnet password.
35
Which router command allows you to view the entire contents of all access lists?
show access-lists ## Footnote To see the contents of all access lists, use the show access-lists command.
36
What does a VLAN do?
Breaks up broadcast domains in a layer 2 switch internetwork ## Footnote VLANs break up broadcast domains at layer 2.
37
If you wanted to delete the configuration stored in NVRAM, what command would you use?
erase startup-config ## Footnote This command deletes the configuration stored in NVRAM.
38
Which protocol is used to send a destination network unknown message back to originating hosts?
ICMP ## Footnote ICMP is the protocol at the Network layer that is used to send messages back to an originating router.
39
Which class of IP address provides 15 bits for subnetting?
B ## Footnote Class B provides 16 bits, but only 14 are available for subnetting.
40
What DNS record do you need to create for APs to automatically discover the WLC?
CISCO-CAPWAP-CONTROLLER ## Footnote For the DNS method, you need to create an A record for CISCO-CAPWAP-CONTROLLER that points to the WLC management IP.
41
Which statement is true regarding VLANs?
You need to have a trunk link configured between switches in order to send information about more than one VLAN down the link ## Footnote Switches send information about only one VLAN down a link unless it is configured as a trunk link.
42
Which two commands will place network 10.2.3.0/24 into area 0? (Choose two.)
router ospf 10, network 10.2.3.0 0.0.0.255 area 0 ## Footnote After starting the OSPF process, you must configure interfaces using the network command.
43
What command do you use to lookup a module in Ansible?
ansible-doc ## Footnote Ansible uses the ansible-doc command to look up a module and how to use it.
44
If routers in a single area are configured with the same priority value, what value does a router use for the OSPF router ID in the absence of a loopback interface?
The highest IP address of any physical interface ## Footnote The highest IP address on any active interface will be the router ID (RID) of the router.
45
What protocols are used to configure trunking on a switch? (Choose two.)
802.1q, ISL ## Footnote VLAN Trunking Protocol (VTP) is not right because it has nothing to do with trunking.
46
What’s the default QoS queue for a WLAN?
Silver ## Footnote WLANs default to silver queue, which effectively means no QoS is being utilized.
47
Where is a hub specified in the OSI model?
Physical layer ## Footnote Hubs regenerate electrical signals, which are specified at the Physical layer.
48
What are the two main types of access control lists (ACLs)? (Choose two.)
Standard, Extended ## Footnote Standard and extended access control lists (ACLs) are used to configure security on a router.
49
Which port does TACACS+ use for accounting?
TCP 49 ## Footnote TACACS+ uses port TCP 49 for all operations.
50
What command is used to create a backup configuration?
copy running-config startup-config ## Footnote This command backs up the configuration on a router.
51
1000Base-T is which IEEE standard?
802.3ab ## Footnote IEEE 802.3ab is the standard for 1 Gbps on twisted-pair.
52
Which protocol does DHCP use at the Transport layer?
UDP ## Footnote User Datagram Protocol is a connection network service at the Transport layer, and DHCP uses this connectionless service.
53
What best describes a Resource in Restful API?
The specific path to the resource you’re trying to access through the API ## Footnote The resource section of the URI points to the specific.
54
Which command is used to determine if an access list is enabled on a particular interface?
show ip interface ## Footnote This command will show you if any interfaces have an outbound or inbound access list set.
55
Which statement is true with regard to ISL and 802.1q?
802.1q encapsulates the frame with control information; ISL inserts an ISL field along with tag control information ## Footnote Unlike ISL, which encapsulates the frame with control information, 802.1q inserts an 802.1q field along with tag control information.
56
What is the order of the protocol data unit (PDU) encapsulation?
Data, segments, packets, frames, bits ## Footnote The PDU encapsulation method defines how data is encoded as it goes through each layer of the TCP/IP model.
57
Based on the configuration shown, what statement is true?
This is a multilayer switch ## Footnote With a multilayer switch, enable IP routing and create one logical interface for each VLAN to do inter-VLAN routing.
58
What enhancement replaced the default open authentication in WPA3?
OWE ## Footnote The 802.11 “open” authentication support has been replaced with Opportunistic Wireless Encryption (OWE) enhancement.
59
Which AP modes serve wireless traffic? (Choose 2)
Local, FlexConnect ## Footnote The two AP-Modes listed that can serve wireless traffic are local and flexconnect.
60
What best defines a token in Restful API?
How you authenticate to the Restful API service ## Footnote The token is used to authenticate you to the restful API service.
61
What can the Code Preview feature be used for? (Choose three.)
Generates a sample code snippet to call the Restful API resource in the scripting language of your choice ## Footnote The Code Preview feature can generate a simple code snippet for several programming languages.