[Updated 2020] CCNA CCNP Scenario Based Interview questions

by | Oct 23, 2018 | Free Resources

Question 1: Which switching method is used when entries are present in the output of the command show ip cache?

Question 2: Refer to the exhibit.

ccna ccnp scenerio based interview questions

Question 3: What will be the result of this command?

Question 4: Which prefix is matched by the command ip prefix-list name permit 10.8.0.0/16 ge 24 le 24?

  • 9.1.0/24
  • 8.0.0/24
  • 8.0.0/16
  • 8.0.0/23

Question 5: Refer to the exhibit. The network setup is running the RIP routing protocol. Which two events will occur following link failure between R2 and R3? (Choose two.)

ccna ccnp scenerio based interview questions

  • R2 will advertise network 192.168.2.0/27 with a hop count of 16 to R1.
  • R2 will not send any advertisements and will remove route 192.168.2.0/27 from its routing table.
  • R1 will reply to R2 with the advertisement for network 192.168.2.0/27 with a hop count of 16.
  • After communication fails and after the hold-down timer expires, R1 will remove the 192.168.2.0/27 route from its routing table.
  • R3 will not accept any further updates from R2, due to the split-horizon loop prevention mechanism.

 

Question 6: Refer to the exhibit. The DHCP client is unable to receive a DHCP address from the DHCP server.

ccna-ccnp-scenerio-based-interview-questions_3

Consider the following output:


hostname RouterB
!
interface fastethernet 0/0

ip address 172.31.1.1 255.255.255.0

interface serial 0/0

ip address 10.1.1.1 255.255.255.252

!

ip route 172.16.1.0 255.255.255.0 10.1.1.2

Which configuration is required on the Router B fastethernet 0/0 port in order to allow the DHCP client to successfully receive an IP address from the DHCP server?

 

Question 7: Refer to the exhibit.

ccna-ccnp-scenerio-based-interview-questions_4

Which option prevents routing updates from being sent to the access layer switches?

  1. DWS1(config-router)# passive-interface default

DWS2(config-router)# passive-interface default

  1. AaLS1(config-router)# passive-interface default
    ALS2(config-router)# passive-interface default
  2. DWS1(config-router)# passive-interface gi1/1
    DWS1(config-router)# passive-interface gi1/2
    DWS2(config-router)# passive-interface gi1/1
    DWS2(config-router)# passive-interface gi1/2
  3. ALS1(config-router)# passive-interface gi0/1

ALS1(config-router)# passive-interface gi0/2

ALS2(config-router)# passive-interface gi0/1

ALS2(config-router)# passive-interface gi0/2

 

Question 8: Which option prevents routing updates from being sent to the DHCP router, while still allowing routing update messages to flow to the Internet router and the distribution switches?

  1. DHCP(config-router)# passive-interface default
    DHCP(config-router)# no passive-interface Gi1/0

Internet(config-router)# passive-interface Gi0/1
Internet (config-router)# passive-interface Gi0/2

  1. Core(config-router)# passive-interface Gi0/0
    Core(config-router)# passive-interface Gi3/1
    Core(configrouter)#passive-interface Gi3/2
    DHCP(config-router)# no passive-interface Gi1/0
  2. Core(config-router)# passive-interface default
    Core(config-router)# no passive-interface Gi0/0
    Core(config-router)# no passive-interface Gi3/1
    Core(config-router)# no passive-interface Gi3/2
  3. Internet(config-router)# passive-interface default
    Core(config-router)# passive-interface default
    DSW1(config-router)# passive-interface default
    DSW2(config-router)# passive-interface default

Question 9: If the OSPF database of a router shows LSA types 1, 2, 3, and 7 only, which type of area is that?

Question 10: Refer to the exhibit.

ccna-ccnp-scenerio-based-interview-questions

Which technology can be employed to automatically detect a WAN primary link failure and failover to the secondary link?

  1. HSRP
  2. VRRP
  3. IP SLA
  4. multicast

 

Question 11: The output of show ip eigrp topology on R1 shows this output related to subnet 10.11.1.0/24.

P 10.11.1.0/24, 2 successors, FD is 2172419

How many feasible successor routes does R1 have for 10.11.1.0/24?

Question 12: R1 is 3 router hops away from subnet 10.1.1.0/24. According to the show interfaces commands, all three links between R1 and 10.1.1.0/24 use the following settings: bandwidth: 1000, 500, 100000 and delay: 12000, 8000, 100. What delay and bandwidth value will be used to calculate the EIGRP metric?

Question 13: Routers R1 and R2 are EIGRP neighbors. R1 has been configured with the eigrp stub connected command. What will be the impact of the command on both routers?

Question 14: An engineer plans to configure summary routes with the ip summary-address <eigrp asn> <prefix mask> command. Which command, would create a summary that includes all four of the following subnets: 10.1.100.0/25, 10.1.101.96/27, 10.1.101.224/28, and 10.1.100.128.25?

Question 15: Router R1 exists in an Enterprise that uses EIGRP as its routing protocol. The show ip route command output on router R1 lists the following phrase: “Gateway of last resort is 1.1.1.1 to network 2.0.0.0”. Which is most likely to have caused this output to occur on R1?

Question 16: Router R1 directly connects to subnet 10.1.1.0/24 with its Fa0/0 interface. R1 can ping four other working OSPF routers in that subnet. R1 is neither the designated router (DR) nor backup DR (BDR). OSPF is working correctly on all five routers. Which of the following is true on R1?

Show ip ospf neighbor will show how many neighbors in full and how many in 2 way state. Considering both DR and BDR are present.

Question 17: Routers R1 and R2 are OSPF neighbors using their Fa0/0 interfaces, respectively, using default settings for all timers. An engineer adds the ip ospf hello-interval 6 command to R1’s Fa0/0 configuration. How can we check the revised timers and what will be impact of changing the timer?

Question 18: List all the things that must or must not match for OSPF neighborship and adjacency formation.

Question 19: Which of the OSPF messages contains entire complete LSAs used during the database exchange process?

Question 20: R1, R2, R3, and R4 connect to the same 10.10.10.0/24 LAN-based subnet. OSPF is fully working in the subnet. Later, R5, whose OSPF priority is higher than the other four routers, joins the subnet. Which of the following are true about the OSPF database exchange process over this subnet at this point?

  • R5 will send its DD, LSR and LSU to 224.0.0.5 all DR router multicast address.
  • R5 will send its DD, LSR and LSU to 224.0.0.6 all DR router multicast address.
  • DR will inform R5 about LSA by sending DD, LSR and LSU to 224.0.0.6 all SPF-router multicast address
  • DR will inform R5 about LSA by sending DD, LSR and LSU to 224.0.0.5 all SPF-router multicast address

Question 21: ABR R1 has been configured with an area 1 stub no-summary command. Which stubby area type is area 1?

Question 22: Why Redistribution is used in network?

I-Medita

I-Medita is an ISO 9001:2015 certified Professional Training Company. I-Medita is India's Most Trusted Networking Training Company. We help in providing industry oriented skill training to networking enthusiasts and professionals to kick-start their career in Networking domains. Our efforts are to keep momentum with the Industry technological demands and diversifying universe of knowledge.
Register for Free Demo Session