Top 50 Ccnp Routing Interview Questions You Must Prepare 27.Jul.2024

Q1. What Are The Six Ospf Route Types?

Intra-area, inter area, El, E2, Nl, and N2.

Q2. What Is The Purpose Of A Default Route ?

A default route is used if there is not a specific entry in the routing table for the destination.

Q3. What Is The Order Of Preference For The Bgp Attributes As_path, Local_pref, Med, And Weight?

WEIGHT, LOACL_PREF, AS_PATH, MED

Q4. Describe The Difference Between Routing And Switching?

Routing moves a letter or telephone call to the access layer.

Switching makes the final delivery. A switching decision is made on the part of the address that is not used in routing.

Q5. Compare Is-is Metrics With Ospf Metrics?

An OSPF interface metric is determined from the interface bandwidth. By default, all IS¬-IS interface metrics are equal to @Therefore, the EIGRP route is preferred.

Q6. What Are Hold-down Timers?

Hold-down timers prevent regular update messages from reinstating a route that might have gone bad. Hold-down timers also tell routers to hold for a period of time any changes that might affect routes.

Q7. Why Are Intra-area Summary Routes Not Allowed?

OSPF databases on routers in the same area must be identical. If route summarization was allowed within an area, some routers would have specific routes and some routers would have summary routes for routers in the area. If this were allowed, the databases for the area would never agree.

Q8. What Is The Purpose Of An Ospf Virtual Link?

To connect a nonzero area to the backbone if the nonzero area becomes disconnected from the backbone. A virtual link can also be used if the backbone, or area 0, becomes discontiguous.

Q9. What Does The Eigrp Stuck In Active Message Mean?

  1. When EIGRP returns a stuck in active (SIA) message, it me that it has not received a reply to a query. An EIGRP neighbour (or neighbours) have not replied to the query for that route.
  2. When the SIA occurs, the router clears the neighbour that did not reply to the query.

Q10. What Is Route Leaking?

Redistribution of Level 2 routes into an area as Level l routes.

Q11. How Many Two-host Subnets Can Be Made From A /24 Network?

64 because 2 bits are needed for the hosts on the network, leaving 6 bits for the subnet.

Q12. What Four Timers Does Ip Rip Use To Regulate Its Performance?

Here are the four timers that IP RIP uses to regulate its performance:

  1. Route update timer Time between router updates. The default is 30 seconds.
  2. Route invalid timer Time that must expire before a route becomes invalid. The default is 180 seconds.
  3. Route hold-down timer If IP RIP receives an update with a hop count higher than the metric recorded in the routing table, the router goes into holddown for 180 seconds.
  4. Route flush timer Time from when a route becomes invalid to when it is removed from the routing table. The default is 240 seconds.

Q13. Name All The Ways For Installing A Prefix In The Bgp Routing Table?

  1. Using the network command to trfer a router from the IP routing table to the BGP routing table.
  2. Redistributing routes from the IP routing table to the BGP routing table .
  3. Learned from a BGP neighbor.

Q14. Why Do You Not See Ospf Neighbours As Full/dr Or Full/bdr On Serial Link?

This is normal. On point-to-point and point-to-multipoint networks, there are no designated routers (DRs) or backup designated routers (BDRs).

Q15. What Types Of Routes Are Allowed Into A Nssa?

OSPF intra-area and inter area routes, and possibly a default route. External routes from ABRs are blocked, and external routes from ASBRs are converted to Nl or N2 routes.

Q16. Describe Four Differences Between The Operation Of Ibgp And Ebgp?

  1. IBGP is the protocol used between routers in the same autonomous system. EBGP is the protocol used between routers in different autonomous systems.
  2. IBGP routes must be synchronized before they can be trferred to the IP routing table (unless synchronization is disabled).
  3. EBGP sets the next hop attribute to the IP address of the interface used to communicate with the EBGP peer. The next hop attribute is not modified when an IBGProuter advertises a prefix to an IBGP peer if the prefix was learned from an EBGP neighbor.
  4. EBGP advertises all prefixes learned from an EBGP neighbor to all other EBGP neighbors. IBGP routers do not advertise prefixes learned from one IBGP neighbor to another IBGP neighbor

Q17. Why Are The Cisco Multicast Routing Protocols Referred To As Protocol Independent ?

Multicast forwarding decisions are based on the entries in the unicast IP routing table. Multicast is not dependent on how the unicast IP routing table was built; you c use any dynamic interior routing protocol, static routes, or a combination of the two.

Q18. What Is The Full Ipv6 Address Represented By Ff02::130f:5?

FF02:0000:0000:0000:0000:0000: 130F:0005 

Q19. Describe The Operation Of Anycast Rp?

Two or more RPs are configured with the same IP address. The IP addresses of the RPs are advertised using a unicast IP routing protocol. Each multicast router chooses the closet RP. If an RP fails, the routers switch to the next nearest RP after the unicast ip routing protocol converges. The MSDP is used between RPs to exchange active multicast source information.

Q20. What Is The Scope Of The Weight Attribute?

WEIGHT has only local significance and is not advertised to BGP peers.

Q21. What Is The Administrative Distance Of Ospf Routes?

110

Q22. What Are Broadcast Domains?

A broadcast domain defines a group of devices that receive each others’ broadcast messages. As with collisions, the more broadcasts that occur on the network, the slower your network will be. This is because every device that receives a broadcast must process it to see if the broadcast is intended for it.

Q23. How Do You Enable Igrp On A Cisco Router?

The way you enable IGRP on a Cisco router is similar to the way you enable RIP, except you specify IGRP as the protocol and add an autonomous system number.

For example: RouterA(config)#router igrp 10 (10 is the AS number)

RouterA(config-router)#network 192.168.0.0

RouterA(config-router)#network 192.168.1.0

RouterA(config-router)#network 192.168.2.0

Q24. What Is The Scope Of The Local_pref Attribute?

The LOCAL _PREF attribute is advertised throughout the autonomous system.

Q25. How Do You Display The Contents Of A Cisco Ip Routing Table?

The show ip route command displays the Cisco routing table’s contents.

Q26. What Is A Default Route?

Also known as the gateway of last resort, a default route is a special type of static route with an all-zeros network and network mask. The default route is used to route any packets to a network that a router does not directly know about to a next-hop router. By default, if a router receives a packet to a destination network that is not in its routing table, it drops the packet. When a default route is specified, the router does not drop the packet. Instead, it forwards the packet to the IP address specified in the default route.

Q27. What Is The First Thing That Bgp Checks To Determine If A Prefix Is Accessible?

BGP checks the NEXT HOP attribute to determine if the NEXT HOP is accessible or in the IP routing table.

Q28. What Types Of Routes Are Allowed Into A Totally Stubby Area?

OSPF intra-area routes and a default route. OSPF inter area and external routes are not advertised into a totally stubby area.

Q29. What Is The Major Difference Between Bgp And Igp Route Summarization?

When a summary address is created with an IGP (EIGRP, OSPF, and IS-IS), the specific routes of the summary are not advertised. BGP advertises the summary, and all the specific routes of the summary unless they are specifically suppressed.

Q30. What Are The Three Classes Of Routing Protocols?

  • Distance vector
  • Link-state
  • Balanced hybrid

Q31. What Is A Routing Protocol?

A Routing protocol defines the set of rules used by a router when it communicates with neighboring routers. Routing protocols listens for packets from other participants in order to learn and maintain a routing table.

Q32. What Are Triggered Updates?

When a router notices that a directly connected subnet has changed state, it immediately sends another routing update out its other interfaces rather than waiting for the routing update timer to expire. Triggered updates are also known as Flash updates.

Q33. What Is Type-1 And Type-2 Lsas In Ospf?

  • Type-1 LSAs are router LSAs and are generated by each router for the area to which the router belongs.
  • Type-2 LSAs are network LSAs and are generated by the DR and BDR.

Q34. Explain The Function Of A Rendezvous Point ?

A RP is the focal point for multicast traffic. Traffic is forward to the RP from multicast sources. The RP then forwards traffic to multicast receivers.

Q35. What Is The Ad For Each Of The Following?

  1. Directly connected interface 0
  2. Static route 1
  3. EIGRP 90
  4. IGRP 100
  5. OSPF 110
  6. RIP 120
  7. External EIGRP 170
  8. Unknown 255

Q36. What Is The Purpose Of The Weight Attribute?

If a router has more than one route to the same IP prefix, the best path is the one with the highest WEIGHT value.

Q37. What Types Of Routes Are Allowed Into A Totally Nssa?

OSPF intra-area routes and a default route. External routes from ABRs are blocked, and external routes from ASBRs are converted to Nl or N2 routes.

Q38. What Devices Are Used To Break Up Collision And Broadcast Domains?

Switches and bridges are used to break up collision domains. They create more collision domains and fewer collisions. Routers are used to break up broadcast domains. They create more broadcast domains and smaller broadcast areas.

Q39. What Is The Purpose Of The Interface Command Ip Multicast Spares-dense-mode ?

Used with PIMSM Auto-RP and version @if the RPs fail, the router reverts to dense mode.

Q40. What Is Convergence?

Convergence is when all routers have consistent knowledge and correct routing tables.

Q41. What Is The Ospf Counterpart To A Level 1-2 Is-is Router?

An Area Border Router (ABR).

Q42. What Is The Difference Between The Types Of Routes Allowed By Default Into Is-is And Ospf Areas?

By default, all routes are advertised into all OSPF areas. This includes inter area OSPF routes and external routes that have been injected into OSPF. By default, IS-IS does not advertise inter area or external routes into an area, but injects a default route.

Q43. How Do You Stop Rip Updates From Propagating Out An Interface On A Router?

Sometimes you do not want RIP updates to propagate across the WAN, wasting valuable bandwidth or giving out valuable information about your internetwork. The easiest way to stop RIP updates from propagating out an interface is to use the passive-interface global configuration command.

Q44. What Is Split Horizon?

The rule of split horizon is that it is never useful to send information about a route back in the direction from which the original update came.

Q45. If A Router Learns About The Same Network Prefix Through Rip, Igrp, Eigrp, And Ospf, Which Route Will Be Preferred?

  • EIGRP has an administrative distance of 90
  • IGRP has an administrative distance of @
  • OSPF has an administrative distance of 1@
  • RIP has an administrative distance of 12@
  • Therefore, the EIGRP route is preferred.

Q46. What Are The Three Types Of Routes You Can Use In A Cisco Router?

The three types of routes are static routes, dynamic routes, and default routes.

Q47. What Is The Difference Between Static And Dynamic Routes?

Static routes are routes that an administrator manually enters into a router. Dynamic routes are routes that a router learns automatically through a routing protocol.

Q48. What Is The Ospf Counterpart To Level L Routing?

Intra-area routing.

Q49. How Does Ospf Determine The Dr On A Multi-access Network?

The router with the highest interface priority will be the router ID. If all the interface priorities on the multi-access network are the same, the router with the highest router ID will be the DR.

Q50. Describe The Structure And Format Of An Nsap Address?

An NSAP address has a length of8 to 20 bytes and consists of three components:

One to 13 byte area id

Six byte system id

One byte NSAP selector that is always equal to zero for a router