1/397
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Combines authentication and authorization services into a single function.
- RADIUS
- TACACS+
RADIUS
Less granular.
OSPF Neighbor State:
Router has sent Hello packets, but has not received any from the neighbor router with their RID.
- Down
- Init
- 2-Way
- Exstart
- Exchange
Init
EIGRP:
The __________ command is used to determine whether EIGRP feasible successors can be used for unequal-cost load balancing.
variance
What command would you use to enter the following information:
Secret: password123
Note: NO encryption (Unencrypted)
enable secret 0 password123
You enter the command:
"enable password 7 password123"
You get the error:
"Invalid encrypted password: password123"
Why did you receive this error?
7 specifies a "Hidden" password will follow. Must already be encrypted.
Ex. enable password 7 08314D5D1A0E0A05165A5E57
When would you enter the command then receive an error:
Command: "enable secret 5 password123"
ERROR: "The secret you entered is not a valid encrypted secret.
To enter an UNENCRYPTED secret, do not specify type 5 encryption.
When you properly enter an UNENCRYPTED secret, it will be encrypted.
Why did you receive this error?
Secret must be an MD5 hash.
Ex. $1$cf6N$Ugo.y0cxMLffTfQtyO/Xt.
EIGRP keeps track of directly connected neighbors in the __________ ____________.
Neighbor Table
EIGRP:
Directly connected routers are placed into the __________ table.
Neighbor table
By default, EIGRP uses which of the following metrics (2):
- Load
- Bandwidth
- Reliability
- Delay
- Bandwidth
- Delay
EIGRP:
Metric used by neighboring router that is advertising to this device.
Ex. 20
AD
Advertised Distance
Total metric to get to the destination.
Ex. 20 + 5 + 5 = 30
FD
Feasible Distance
Lists all networks that EIGRP networks found and their connected interfaces
Ex. 10.1.1.0 S0/0
Ex. 172.1.1.0 Fa0/1
This is called the __________ ___________.
Topology Table
EIGRP:
Best entry in the topology table.
This is called the __________.
Successor
EIGRP:
Second best entry in the topology table.
Feasible Successor
What is actually used for forwarding traffic.
Takes the successor route from the "Topology Table".
Routing table.
OSPF network where DR & BDR elections are performed (1)
- Broadcast
OSPF networks where DR & BDR elections are NOT performed (5)
Note: "neighbor" command required to establish adjacencies
- Nonbroadcast
- Point-To-Point
- Point-To-Multipoint
- Point-To-Multipoint Broadcast
- Point-To-Multipoint Nonbroadcast
OSPF Broadcast & P2P:
What is the default "Hello Timer"?
10 seconds
OSPF Broadcast & P2P:
What is the default "Dead Timer"?
40 seconds
Command:
"ip ospf network non-broadcast"
What is required to establish adjacencies on this type of OSPF network?
OSPF "neighbor" command.
Ex.
router ospf 1
neighbor 2.2.2.2
You issue the command:
"ntp server 10.1.1.5"
This puts the current router into static _______ mode.
client
What is the command to disable LLDP globally?
no lldp run
WLC QoS:
Which QoS option provides "Best Effort"?
Silver
WLC QoS:
Which QoS option prioritizes VoIP?
- Bronze
- Silver
- Gold
- Platinum
Platinum
WLC QoS:
Which QoS option prioritizes video traffic?
- Bronze
- Silver
- Gold
- Platinum
Gold
WLC QoS:
Which QoS option provides the lowest bandwidth (Typically for guest services).
- Bronze
- Silver
- Gold
- Platinum
Bronze
Creates VXLAN tunnels between SDA switches.
- Overlay
- Underlay
- Northbound API
- Fabric
- Southbound API
Overlay
Collection of devices that comprises the IP network that connects to each fabric node.
- Overlay
- Underlay
- Northbound API
- Fabric
- Southbound API
Underlay
Enables an SDN controller to communicate with an application in the application plane.
- Overlay
- Underlay
- Northbound API
- Fabric
- Southbound API
Northbound API
Is the entirety of the overlay network and the underlay network.
- Overlay
- Underlay
- Northbound API
- Fabric
- Southbound API
Fabric
Enables an SDN controller to communicate with devices in the data plane.
- Overlay
- Underlay
- Northbound API
- Fabric
- Southbound API
Southbound API
A REST API query returns the following output:
{
"id": 12345,
"fname": "John",
"lname": "doe",
"group": {
"role": "Receivables",
"Read-only": [
"Accounting Folder",
"Sales Folder"
]
}
}
Which of the following statements is true?
- The value of the group key is an array
- The value of the id key is an array
- The value of the fname key is equal to the lname key and its value.
- The value of the role key is an object.
- The value of the read-only key is a text value
- The value of the lname key is a text value.
- The value of the lname key is a text value
ip route 10.1.1.0 255.255.255.0 172.1.1.1
This is example of what type of route?
Recursive Static Route
Contains the destination network and next hop address only.
ip route 10.1.1.0 255.255.255.0 f0/1 172.1.1.1
This is example of what type of route?
Fully Specified Static Route
Includes both the interface and next hop address.
ip route 10.1.1.0 255.255.255.0 f0/1
This is example of what type of route?
Directly Attached Static Route
Only includes the interface.
An API provides data to an administrator from a centralized controller.
Which type of network management techniques is being used?
- An automation script
- The issuing of show commands
- The TFTP download of a startup configuration
- Network Automation
Network Automation
What plane does a centralized controller connect by using a northbound API?
Which Plane?
Application Plane
Routing Table:
Multiple routes to the same destination network 10.1.1.0 are received (All from a different routing protocol).
What is used to determine route selection?
Administrative Distance.
802.11 MAC Frame:
What is the 1st component?
FC
Frame Control:
Identifies the type of 802.11 frame (2 bytes).
802.11 MAC Frame:
FC --
What is the next component?
DUR
Duration:
Indicates transmission timers.
802.11 MAC Frame:
FC -- DUR --
What is the next 3 components?
ADD1 -- ADD2 -- ADD3
Address:
Conveys MAC address and BSSID information.
802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3
What is the next component?
SEQ
Sequence:
Fragment Number / Sequence number of each frame.
802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ --
What is the next component?
ADD4
802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ -- ADD4
What is the next component?
DATA
Contains frame payload.
802.11 MAC Frame:
FC -- DUR -- ADD1 -- ADD2 -- ADD3 -- SEQ -- ADD4 -- DATA --
What is the next component?
FCS
Contains CRC. Determines if frame was corrupted in transit.
WLC GUI (Command):
Display SYSLOG server settings for every AP joined to the WLC.
show ap config global

WLC GUI (Command):
Display the memory dump for a specific lightweight AP.
Note: MYLAP
show ap config core-dump MYLAP
WLC GUI (Command):
Displays a list of dump files generated by lightweight APs.
show ap crash-file
WLC GUI (Command):
Displays IP addressing and other information about the specified AP.
Hint: MyLap
show ap config general MY LAP.

In a controller-based network, the functions of which of the following protocols are most likely to be moved to a centralized controller? (2)
- SNMP
- SYSLOG
- SSH
- EIGRP
- OSPF
- EIGRP
- OSPF
Network "decision making" logic is moved to a centralized controller.
VTP:
A server does which of the following:
- Creates, modifies, deletes VLANs
- Synchronizes VTP information
- Originates VTP advertisements
- Forwards VTP advertisements
- Stores VLAN information for NVRAM
- All of the above
All:
- Creates, modifies, deletes VLANs
- Synchronizes VTP information
- Originates VTP advertiseterm-48ments
- Forwards VTP advertisements
- Stores VLAN information for NVRAM
VTP:
A client does which of the following (choose 3):
- Creates, modifies, deletes VLANs
- Synchronizes VTP information
- Originates VTP advertisements
- Forwards VTP advertisements
- Stores VLAN information for NVRAM
- Synchronizes VTP information
- Originates VTP advertisements
- Forwards VTP advertisements
VTP:
A transparent does which of the following: (Choose 3)
- Creates, modifies, deletes VLANs
- Synchronizes VTP information
- Originates VTP advertisements
- Forwards VTP advertisements
- Stores VLAN information for NVRAM
- Creates, modifies, deletes VLANs
- Forwards VTP advertisements
- Stores VLAN information for NVRAM
EIGRP uses which of the following metrics by default?
- Bandwidth
- Cost
- Delay
- Load
- MTU
- Reliability
- Hop count
- Bandwidth
- Delay
EIGRP:
The best metric along a path.
- Advertised Distance
- Feasible Distance
- Feasible Successor
- Successor
Feasible Distance
EIGRP:
The best path to a destination network.
- Advertised Distance
- Feasible Distance
- Feasible Successor
- Successor
Successor
EIGRP:
A backup path that is guaranteed to be loop-free.
- Advertised Distance
- Feasible Distance
- Feasible Successor
- Successor
Feasible Successor
EIGRP:
The metric that the next-hop router has calculated.
- Advertised Distance
- Feasible Distance
- Feasible Successor
- Successor
Advertised Distance
Which of the following standards natively includes PortFast, UplinkFast, and BackboneFast?
- 802.1D & 802.1s
- 802.1D & 802.1w
- 802.1D
- 802.1s
- 802.1w
802.1w
You are configuring a normal WLAN by using the WLC GUI. You want to configure the WLAN with the SSID of MyCompanyLAN. You click Create New on the WLAN page.
Which action are you most likely to perform first?
- Assign the SSID of MyCompanyLAN in the WLAN SSID field.
- Assign a profile name of up to 32 characters in the Profile Name field.
- Select Guest LAN from the Type drop-down list box.
- Assign a VLAN ID of 1 in the ID field.
Which of the following are used by WPA2 to provide MICs and encryption (2)
- GCMP
- CCMP
- TKIP
- RC4
- AES
- CCMP
- AES
You want to decrease the amount of time that it takes for switch ports on SwitchA to begin forwarding. PortFast is not configured on any of the switch ports on SwitchA. You issue the spanning-tree portfast default command from global configuration mode.
Which of the ports on SwitchA will use PortFast?
- All trunk ports
- All access ports
- All ports
- No ports, because PortFast cannot be enabled globally
All access ports
RouterA----------RouterB---------RouterC
You are configuring OSPF Area 0 on all three routers in the exhibit above. The link between RouterA and RouterB is a FastEthernet link. The link between RouterB and RouterC is an Ethernet link.
You have not yet modified any of the OSPF default settings.
Which of the following will most likely be the cost of the OSPF path from RouterA to RouterC?
- 1
- 11
- 30
- 20
- 24
- 64
11
Which of the following configuration management tools accepts inbound requests from agents by using HTTPS on TCP port 8140?
- Puppet
- Chef
- Ansible
- Salt
Puppet
You have enabled LAG on a WLC that contains eight distributions system ports.
How many ports will be included in the LAG bundle by default?
- Four
- One
- None
- Eight
Eight
EtherChannel:
Active / Passive refers to which protocol?
LACP
Etherchannel:
Auto / Desirable refers to which protocol?
PAGP
FlexConnect ACLs are configured on __________s
Hint: Acronym
LAP
Which of the following statements about FlexConnect ACLs is true?
- They do not support the implicit deny rule
- They can be configured with a per-rule direction.
- They are supported on the native VLAN
- They are applied per AP and per interface
They are supported on the native VLAN
Directly Connected
What is the default administrative distance of this type of route?
0
Static Route
What is the default administrative distance of this type of route?
1
eBGP
What is the default administrative distance of this type of route?
20
Internal EIGRP
What is the default administrative distance of this type of route?
90
OSPF
What is the default administrative distance of this type of route?
110
IS-IS
What is the default administrative distance of this type of route?
115
RIP
What is the default administrative distance of this type of route?
120
SYSLOG: Arrange the logging keywords from 0-7
- Alerts
- Critical
- Debugging
- Emergencies
- Errors
- Informational
- Notifications
- Warnings
0 - Emergencies
1 - Alerts
2 - Critical
3 - Errors
4 - Warnings
5 - Notifications
6 - Informational
7 - Debugging
"Every Awesome Cisco Engineer Will Need Ice-cream Daily"
SwitchA:
VLAN 11 (Native)
SwitchB:
VLAN 111 (Native)
Both of these switches are connected with a trunk port. Which of the following is true?
- None of the hosts can ping each other
- Hosts on VLAN 11 can ping VLAN 111
Hosts on VLAN 11 can ping VLAN 111
Reason: Packets are untagged between the two switches
On which interfaces is the OSPF broadcast network type enabled by default? (2)
- Frame Relay
- HDLC
- FDDI
- Ethernet
- PPP
- X.25
- FDDI
- Ethernet
Note:
Fiber Distributed Data Interface
You are configuring security on a new WLAN by using the WLC GUI.
Which of the following security settings are most likely to configure by using the Layer 3 Security drop down list box on the Layer 3 tab?
- VPN pass through
- Web authentication
- Web passthrough
- WPA+WPA2
VPN pass through
Which of the following entries from the "show ip route" command indicates a host route?
L 192.168.1.1/32 is directly connected, F0/1
O 192.168.1.0/24 [110/2] via 10.1.1.3, F0/0
C 192.168.1.0/30 is directly connected, F0/0
S 192.168.1.0/24 [5/0] via 10.1.2.3
S* 0.0.0.0/0 [1/0] via F0/0
D 92.168.0.4/30 [90/2195456] via 192.168.0.18 F0/0
L 192.168.1.1/32 is directly connected, F0/1
Which of the following best describes what occurs when a packet must be re-sent because of an interruption that occurs before the 64th byte has been transmitted?
- Baby Giant
- Jumbo Frame
- Runt
- Late Collision
- Collision
Collision
Which of the following is not a type of IEEE 802.11 control frame?
- CTS
- ATIM
- ACK
- RTS
ATIM
Company licenses an office suite, including email service, that is delivered to the end user through a web browser. Least likely to require changes to the consumer's network design.
- SaaS
- PaaS
- IaaS
SaaS
Install and configure provider to install and possibly configure provider supported applications in the cloud infrastructure. Company obtains subscription to use a service provider's infrastructure, programming tool, and programming languages to develop and serve cloud based applications.
- SaaS
- PaaS
- IaaS
PaaS
Consumer installs applications, including the OS and custom applications. Cloud infrastructure remains in control of the service provider.
- SaaS
- PaaS
- IaaS
IaaS
Which of the following examples best describes the SaaS service model?
- A company moves all company-wide policy documents to an Internet-based virtual file system hosted by a service provider.
- A company licenses an office suite, including email service, that is delivered to the end user through a web browser.
- A company obtains a subscription to use a service provider's infrastructure, programming tools, and programming languages to develop and serve cloud-based applications.
- A company hires a service provider to deliver cloud-based processing and storage that will house multiple virtual hosts configured in a variety of ways.
A company licenses an office suite, including email service, that is delivered to the end user through a web browser.
Which of the following is a REST API encoding format that uses HTML-like tags to define blocks of data?
- BSON
- YAML
- XML
- JSON
XML
Which of the following is a valid HSRP version 2 virtual MAC address?
- 0000.0C9F.F00A
- 007.B400.0102
- 0000.0C07.AC0B
- 0005.73A0.0FFF
- 0000.5E00.0101
0000.0C9F.F00A
Which of the following is a valid HSRP version 1 virtual MAC address?
- 0000.0C9F.F00A
- 007.B400.0102
- 0000.0C07.AC0B
- 0005.73A0.0FFF
- 0000.5E00.0101
0000.0C07.AC0B
Which of the following VLANs is used by DTP to negotiate a trunk link when 802.1Q encapsulation is configured on the interface?
- 4094
- 0
- 1
- The native VLAN
The native VLAN
Which of the following Cisco management solutions supports Cisco SDA?
- Cisco Network Assistant
- Cisco PI
- Cisco IOS 15
- Cisco DNA Center
Cisco DNA Center
Congestion avoidance mechanism that addresses packet loss caused by tail drop. This occurs when new incoming packets are dropped due to the routers stacked queue.
Useful for networks where the majority of traffic uses TCP because TCP packets that are dropped must be retransmitted. Additionally TCP sources reduce traffic flow when congestion occurs, further slowing down the network.
This is called ________ (Acronym)
WRED
Weighted Random Early Detection
Which of the following statements best describe why WRED is useful for networks where the majority of traffic uses TCP?
- TCP packets that are not dropped must be retransmitted
- TCP packets must have priority over UPD packets.
- TCP packets cannot arrive out of sequence.
- TCP sources reduce traffic flow when congestion occurs.
- TCP packets have large header sizes.
- TCP packets that are not dropped must be retransmitted
- TCP sources reduce traffic flow when congestion occurs.
Which of the following terms best describes an Ethernet frame that exceeds 1518 bytes and has bad FCS value?
- Giant
- Jumbo
- Baby Giant
- Runt
Giant
Which of the following application layer protocols correspond with TCP (3):
- DNS
- DHCP
- FTP
- HTTP
- SMTP
- SNMP
- TFTP
- FTP
- HTTP
- SMTP
Which of the following application layer protocols correspond with UDP (3):
- DNS
- DHCP
- FTP
- HTTP
- SMTP
- SNMP
- TFTP
- DHCP
- SNMP
- TFTP
Which of the following application layer protocols correspond with both UDP & TCP (1):
- DNS
- DHCP
- FTP
- HTTP
- SMTP
- SNMP
- TFTP
- DNS
WLC:
User defined interfaces typically used for client data. These are called _______ interfaces.
Dynamic interfaces
Which of the following statements are true regarding dynamic interfaces on WLCs? (2)
- Typically used for client data
- User Defined
- Used for maintenance purposes
- Must be reachable by other WLCs
- Typically used for management information
- Typically used for client data
- User Defined