Podcast
Questions and Answers
Which of the following terms combines authentication and authorization services into a single function?
Which of the following terms combines authentication and authorization services into a single function?
What is the OSPF neighbor state where the router has sent Hello packets but has not received any from the neighbor router?
What is the OSPF neighbor state where the router has sent Hello packets but has not received any from the neighbor router?
The __________ command is used to determine whether EIGRP feasible successors can be used for unequal-cost load balancing.
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 an unencrypted secret password like password123?
What command would you use to enter an unencrypted secret password like password123?
Signup and view all the answers
Why did you receive the error 'Invalid encrypted password: password123' when entering the command 'enable password 7 password123'?
Why did you receive the error 'Invalid encrypted password: password123' when entering the command 'enable password 7 password123'?
Signup and view all the answers
Why did you receive the error 'The secret you entered is not a valid encrypted secret' when entering 'enable secret 5 password123'?
Why did you receive the error 'The secret you entered is not a valid encrypted secret' when entering 'enable secret 5 password123'?
Signup and view all the answers
EIGRP keeps track of directly connected neighbors in the __________ __________.
EIGRP keeps track of directly connected neighbors in the __________ __________.
Signup and view all the answers
Directly connected routers are placed into the __________ table.
Directly connected routers are placed into the __________ table.
Signup and view all the answers
By default, EIGRP uses which of the following metrics?
By default, EIGRP uses which of the following metrics?
Signup and view all the answers
What is the term for the metric used by a neighboring router that is advertising to this device?
What is the term for the metric used by a neighboring router that is advertising to this device?
Signup and view all the answers
What is the total metric to get to the destination called?
What is the total metric to get to the destination called?
Signup and view all the answers
Lists all networks that EIGRP networks found and their connected interfaces is called the __________ __________.
Lists all networks that EIGRP networks found and their connected interfaces is called the __________ __________.
Signup and view all the answers
The best entry in the topology table is called the __________.
The best entry in the topology table is called the __________.
Signup and view all the answers
The second-best entry in the topology table is known as the __________.
The second-best entry in the topology table is known as the __________.
Signup and view all the answers
What is actually used for forwarding traffic in EIGRP?
What is actually used for forwarding traffic in EIGRP?
Signup and view all the answers
In OSPF, what type of network performs DR and BDR elections?
In OSPF, what type of network performs DR and BDR elections?
Signup and view all the answers
In OSPF networks where DR & BDR elections are NOT performed, which of these are valid types?
In OSPF networks where DR & BDR elections are NOT performed, which of these are valid types?
Signup and view all the answers
What is the default 'Hello Timer' in OSPF Broadcast & P2P?
What is the default 'Hello Timer' in OSPF Broadcast & P2P?
Signup and view all the answers
What is the default 'Dead Timer' in OSPF Broadcast & P2P?
What is the default 'Dead Timer' in OSPF Broadcast & P2P?
Signup and view all the answers
What is required to establish adjacencies on a non-broadcast OSPF network?
What is required to establish adjacencies on a non-broadcast OSPF network?
Signup and view all the answers
You issue the command: 'ntp server 10.1.1.5'. This puts the current router into static _______ mode.
You issue the command: 'ntp server 10.1.1.5'. This puts the current router into static _______ mode.
Signup and view all the answers
What is the command to disable LLDP globally?
What is the command to disable LLDP globally?
Signup and view all the answers
Which QoS option provides 'Best Effort' in WLC QoS?
Which QoS option provides 'Best Effort' in WLC QoS?
Signup and view all the answers
Which QoS option prioritizes VoIP?
Which QoS option prioritizes VoIP?
Signup and view all the answers
Which QoS option prioritizes video traffic?
Which QoS option prioritizes video traffic?
Signup and view all the answers
Which QoS option provides the lowest bandwidth (typically for guest services)?
Which QoS option provides the lowest bandwidth (typically for guest services)?
Signup and view all the answers
What creates VXLAN tunnels between SDA switches?
What creates VXLAN tunnels between SDA switches?
Signup and view all the answers
What is a collection of devices that comprises the IP network connecting to each fabric node?
What is a collection of devices that comprises the IP network connecting to each fabric node?
Signup and view all the answers
Study Notes
RADIUS and TACACS+
- RADIUS combines authentication and authorization into a single function; less granular than TACACS+.
OSPF Neighbor State
- In the Init state, a router has sent Hello packets but has not received replies from the neighboring router.
EIGRP Configuration
- The
variance
command determines the feasibility of using EIGRP successors for unequal-cost load balancing.
Command to Set Unencrypted Password
- Use
enable secret 0 password123
to set an unencrypted secret.
Encrypted Password Error
- Error "Invalid encrypted password" occurs because
enable password 7
expects an already encrypted password.
MD5 Hash Requirement
- An error related to
enable secret 5
indicates the secret must be an MD5 hash, meaning an unencrypted secret cannot specify encryption type 5.
EIGRP Neighbor and Tables
- EIGRP maintains a Neighbor Table to track directly connected neighbors and a Topology Table listing all EIGRP networks and their connected interfaces.
EIGRP Metrics
- By default, EIGRP uses Bandwidth and Delay metrics for calculations.
- Advertised Distance (AD) represents the metric from a neighboring router advertising to this device.
- Feasible Distance (FD) represents the total metric to reach a destination.
Routing Decisions
- The Routing Table utilizes the successor route from the Topology Table for traffic forwarding.
- The best entry in the topology is called the Successor, while the second-best is the Feasible Successor.
OSPF Network Types
- OSPF performs DR and BDR elections on Broadcast networks.
- DR and BDR elections are not performed on Nonbroadcast, Point-To-Point, Point-To-Multipoint, and other non-broadcast network types.
OSPF Timers
- The default Hello Timer for OSPF Broadcast and Point-To-Point networks is 10 seconds.
- The default Dead Timer is 40 seconds.
OSPF Non-Broadcast Networks
- To establish adjacencies on non-broadcast OSPF networks, the
neighbor
command is required.
NTP Configuration
- The command
ntp server 10.1.1.5
configures the router as an NTP client.
LLDP Configuration
- Use the command
no lldp run
to disable LLDP globally.
WLC QoS Levels
- Silver QoS provides Best Effort service.
- Platinum prioritizes VoIP traffic.
- Gold prioritizes video traffic.
- Bronze typically allocates the lowest bandwidth for guest services.
VXLAN and Network Underlay/Overlay
- Overlay creates VXLAN tunnels between SDA switches.
- Underlay comprises the IP network that connects to each fabric node.
- Northbound API enables communication between the SDN controller and application layer.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge on networking concepts with these Boson practice exams flashcards. Covering topics like RADIUS, OSPF, and EIGRP, these cards provide essential definitions and terms related to authentication, authorization, and routing. Perfect for anyone looking to improve their networking skills.