Search test library by skills or roles
⌘ K

Adaface Sample CISCO Questions

Here are some sample CISCO questions from our premium questions library (10273 non-googleable questions).

Skills

Others

Embedded Systems Agile/Scrum Cyber Security SAP ABAP SAP HANA SAP Fiori SAP GRC SAP QM SAP SuccessFactors Salesforce Developer Salesforce Administrator Boomi Dynamics 365 SCM Dynamics 365 Finance Dynamics 365 Customer Service Dynamics 365 Sales Dynamics 365 Customer Voice Dynamics 365 Commerce Dynamics AX Spark Adobe InDesign Oracle Hyperion Planning Customer Support ITIL Blue Prism SAS SCCM SSAS SSIS SSRS Citrix Google AdWords Weblogic Talend UML Human Resource Management Talent Acquisition Power Apps RPA CISCO CISCO DCIM French Apache NiFi Apache Pig TIBCO Spotfire TIBCO Business Studio TIBCO Administration TIBCO ActiveMatrix BPM TIBCO Hawk TIBCO Apache Tomcat Oracle Hyperion Financial Management Oracle Fusion Oracle AIA Oracle APEX Oracle BPM Oracle Apps Oracle Financial Apps Oracle OAF Oracle SOA SAP Hybris SAP BusinessObjects SAP BI SAP PowerDesigner SAP PowerBuilder SAP Leonardo SAP MDM SAP MDG SAP BW SAP SRM SAP UI5 SAP MM SAP HCM SAP BTP (SCP) SAP PI SAP PP SAP Basis SAP SD SAP WM SAP PS SAP BODS SAP DBM SAP Litmos SAP FICO Loadrunner WPF WebFOCUS Ranorex Informatica Data Quality GDPR RabbitMQ Gradle Grunt EJB SnapLogic SharePoint Progress (OpenEdge) Informatica B2B Data Exchange Informatica MDM Joomla Ionic Liferay Sqoop Computer Literacy Communication Skills Technical Support Ecommerce Analytics Software Support Growth Marketing Marketing Analysis Digital Marketing Product Marketing SEO Outreach Market Research Jira German Italian Spanish Grammar & Vocabulary Listening Comprehension Reading Comprehension Sentence Structure
🧐 Question

Medium

BGP Path Selection
BGP Configuration
BGP Troubleshooting
Solve
You are a senior network engineer analyzing a BGP configuration issue in a Cisco router. The router is receiving multiple routes to a particular network, 192.168.100.0/24, from different BGP peers. Your task is to ensure that the router always prefers the path through the neighbor 10.10.10.1, irrespective of other path attributes like AS path length, MED, or local preference. Currently, the BGP configuration includes several route maps and prefix lists but doesn't enforce this specific requirement.
            
            Given this scenario, which of the following additions to the BGP configuration would ensure that the route through 10.10.10.1 is always preferred?
A: Apply a route map to neighbor 10.10.10.1 setting a lower MED value for 192.168.100.0/24.
            B: Set a higher local preference for routes received from 10.10.10.1 using a route map.
            C: Use a prefix list to filter all routes to 192.168.100.0/24 except those from 10.10.10.1.
            D: Implement an AS path access list to prepend fake AS numbers to routes from other neighbors.
            E: Modify the existing route maps to set a higher weight for routes from 10.10.10.1.
            F: Adjust the BGP router ID to a lower value than that of the other BGP peers.

Medium

OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control
Solve
In a large service provider network, five OSPF areas are configured: Area 0 (Backbone), Area 1, Area 2, Area 3, and Area 4. Area 1 is a normal area, Area 2 is configured as a stub area, Area 3 is a totally stubby area, and Area 4 is an NSSA (Not So Stubby Area). Each area has multiple routers and networks. Router X in Area 1 has an external route (E2) to the network 172.30.0.0/16 and is connected to Area 0. Router Y in Area 2 summarizes its internal routes to 192.168.0.0/18. Router Z in Area 3 has a default route to Area 0 and an external route to 10.20.0.0/16 redistributed as an N2 route in Area 4.
            
            Given this configuration, which of the following statements is true when a packet is routed from a network in Area 4 to 172.30.0.0/16?
A: The packet will be dropped because NSSA does not allow external routes to be advertised into the area.
            B: The packet will be routed to Router X via Area 1, as Area 4 allows the redistribution of external routes into the area as N2 LSAs.
            C: The packet will traverse through Area 0 to reach Router X, which advertises the external route to 172.30.0.0/16.
            D: The packet will take a default route from Area 3 to Area 0, as Area 3 is a totally stubby area and does not have specific route information for 172.30.0.0/16.
            E: The packet will be routed directly to Router Y in Area 2 due to the summary route, which incorrectly captures the 172.30.0.0/16 network.
            F: The packet will be routed to Router Z in Area 3, which has a specific external route to 172.30.0.0/16.

Medium

OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops
Solve
As a senior network engineer, you are investigating an issue in an OSPF (Open Shortest Path First) network. The network consists of various routers configured in multiple areas, with Area 0 as the backbone. Recently, intermittent routing loops and instability have been reported. Upon reviewing the configurations and logs, you notice the following key points:
            
            1. Area 0 is functioning normally with stable LSA (Link State Advertisement) exchanges.
            2. A non-backbone area (Area 1) is showing frequent LSA refreshes and topology changes.
            3. Routers in Area 1 have multiple OSPF neighbors, including an ABR (Area Border Router) connecting to Area 0.
            4. The ‘show ip ospf database’ command reveals numerous LSA types 3 (Summary LSAs) and 5 (External LSAs) being frequently updated in Area 1.
            
            Which of the following actions is most likely to resolve the routing instability and loops in Area 1?
A: Redistribute static routes into the OSPF process on the ABR, focusing on stabilizing Area 1.
            B: Configure Area 1 as a stub area to reduce the number of Type 5 LSAs.
            C: Implement route summarization on the ABR between Area 0 and Area 1.
            D: Increase the SPF algorithm calculation timers to reduce LSA refresh frequency.
            E: Convert Area 1 to a Totally Stubby Area to filter out Type 3 and Type 5 LSAs.
            F: Adjust OSPF priorities on routers in Area 1 to elect a more stable DR (Designated Router).

Medium

Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design
Solve
A network engineer is configuring a new routing protocol setup for a large enterprise network. The network has multiple subnets and requires both OSPF and EIGRP protocols for different segments. The primary data center uses OSPF with an OSPF area ID of 0, while branch offices use EIGRP with an autonomous system number of 100. The network requirements are as follows:
            
            1. OSPF must have a router ID of 10.10.10.10.
            2. EIGRP needs to be optimized for low bandwidth consumption.
            3. Redistribution between OSPF and EIGRP is required, with route filtering to prevent routing loops.
            4. OSPF areas other than area 0 will be stub areas.
            
            Considering these requirements, which of the following configurations is most appropriate?
A: Configure OSPF area 0 with router ID 10.10.10.10 and use default EIGRP settings.
            B: Configure EIGRP with bandwidth optimization and OSPF with router ID 10.10.10.10, without route redistribution.
            C: Set OSPF area 0 with router ID 10.10.10.10, configure EIGRP for bandwidth optimization, and enable mutual redistribution with proper route filtering.
            D: Use OSPF with area ID 100 and EIGRP with autonomous system 0, with mutual redistribution.
            E: Configure OSPF in all areas as stub and set EIGRP to use the lowest bandwidth setting.
            F: Implement OSPF with router ID 10.10.10.10 and EIGRP with bandwidth optimization, but without any redistribution or filtering.
🧐 Question🔧 Skill

Medium

BGP Path Selection
BGP Configuration
BGP Troubleshooting

2 mins

CISCO
Solve

Medium

OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control

3 mins

CISCO
Solve

Medium

OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops

2 mins

CISCO
Solve

Medium

Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design

2 mins

CISCO
Solve
🧐 Question🔧 Skill💪 Difficulty⌛ Time
BGP Path Selection
BGP Configuration
BGP Troubleshooting
CISCO
Medium2 mins
Solve
OSPF Inter-Area Route Filtering
OSPF Configuration
Route Summarization
Routing Control
CISCO
Medium3 mins
Solve
OSPF Network Analysis
OSPF Configuration
OSPF Troubleshooting
Routing Loops
CISCO
Medium2 mins
Solve
Routing Protocols Configuration
Routing Configuration
OSPF
EIGRP
Network Design
CISCO
Medium2 mins
Solve

Trusted by recruitment teams in enterprises globally

Amazon Morgan Stanley Vodafone United Nations HCL PayPal Bosch WeWork Optimum Solutions Deloitte Microsoft NCS Doubtnut Sokrati J&T Express Capegemini

We evaluated several of their competitors and found Adaface to be the most compelling. Great library of questions that are designed to test for fit rather than memorization of algorithms.


Swayam Narain, CTO, Affable

hashtag image heart icon Swayam
customers across world
Join 1200+ companies in 75+ countries.
Try the most candidate friendly skills assessment tool today.
g2 badges
Ready to streamline your recruitment efforts with Adaface?
Ready to streamline your recruitment efforts with Adaface?
logo
40 min tests.
No trick questions.
Accurate shortlisting.
ada
Ada
● Online
Previous
Score: NA
Next
✖️