CCNP Interview Questions
CCNP Interview Questions
CCNP Interview Questions
Link-state
Balanced hybrid
CCNP Interview Questions
Question 8. What Is The Ad For Each Of The
Following?
Answer :
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
Question 9. How Do Distance Vector Routing
Protocols Function?
Answer :
Also known as Bellman-Ford-Fulkerson algorithms,
distance vector routing protocols pass complete routing
tables to neighboring routers. Neighboring routers then
combine the received routing table with their own routing
table. Each router receives a routing table from its directly
connected neighbor. Distance vector routing tables
include information about the total cost and the logical
address of the first router on the path to each network they
know about.
CWNA (Certified Wireless Network Administrator)
Interview Questions
Question 10. How Do Distance Vector Routing
Protocols Keep Track Of Any Changes To The
Internetwork?
Answer :
Distance vector routing protocols keep track of an
internetwork by periodically broadcasting updates out all
active interfaces. This broadcast contains the entire
routing table. This method is often called routing by
rumor. Slow convergence of distance vector routing
protocols can cause inconsistent routing tables and
routing loops.
Question 11. What Is Split Horizon?
Answer :
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.
Network Administrator Interview Questions
Question 12. What Is Convergence?
Answer :
Convergence is when all routers have consistent
knowledge and correct routing tables.
Networking Interview Questions
Question 13. What Is Route Poisoning?
Answer :
With route poisoning, when a distance vector routing
protocol notices that a route is no longer valid, the route is
advertised with an infinite metric, signifying that the route
is bad. In RIP, a metric of 16 is used to signify infinity.
Route poisoning is used with holddowns.
Question 14. What Are Hold-down Timers?
Answer :
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.
Question 15. What Are Triggered Updates?
Answer :
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.
Border Gateway Protocol (BGP) Interview Questions
Question 16. What Is Ip Rip?
Answer :
IP RIP is a true distance vector routing protocol that sends
its complete routing table out all active interfaces every
30 seconds. IP RIP uses a hop count as its metric to
determine the best path to a remote network. The
maximum allowable hop count is 15, meaning that 16 is
unreachable. There are two versions of RIP. Version 1 is
classful, and version 2 is classless. IP RIP can load-
balance over as many as six equal-cost paths.
Question 17. What Four Timers Does Ip Rip Use
To Regulate Its Performance?
Answer :
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.
Enhanced Interior Gateway Routing Protocol (EIGRP)
Interview Questions
Question 18. How Do You Stop Rip Updates From
Propagating Out An Interface On A Router?
Answer :
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.
CCNA Interview Questions
Question 19. How Do You Display The Contents Of
A Cisco Ip Routing Table?
Answer :
The show ip route command displays the Cisco routing
table’s contents.
Question 20. What Is Interior Gateway Routing
Protocol (igrp)?
Answer :
IGRP is a Cisco proprietary distance vector routing
protocol. IGRP has a default hop count of 100 hops, with
a maximum hop count of 255. IGRP uses bandwidth and
line delay as its default metric, but it can also use
reliability, load, and MTU.
Cisco Network Engineer Interview Questions
Question 21. How Do You Enable Igrp On A Cisco
Router?
Answer :
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
Question 22. What Four Timers Does Igrp Use To
Regulate Its Performance?
Answer :
The four timers IGRP uses to regulate its performance
are as follows:
1. Route update timer Time between router updates The
default is 90 seconds.
2. Route invalid timer Time that must expire before a
route becomes invalid . The default is 270 seconds.
3. Route hold-down timer If a destination becomes
unreachable, or if the next-hop router increases the
metric recording in the routing table, the router goes
into holddown for 280 seconds.
4. Route flush timer[md]Time from when a route
becomes invalid to when it is removed from the
routing table. The default is 630 seconds.
Question 23. What Are Broadcast Domains?
Answer :
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.
Cisco Asa Firewall Interview Questions
Question 24. What Devices Are Used To Break Up
Collision And Broadcast Domains?
Answer :
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.
CCNP Interview Questions
Question 25. How Do The Different Layers Of The
Osi Model Communicate With Each Other?
Answer :
Each layer of the OSI model can communicate only with
the layer above it, below it, and parallel to it (a peer
layer). For example, the presentation layer can
communicate with only the application layer, session
layer, and presentation layer on the machine it is
communicating with. These layers communicate with
each other using protocol data units (PDUs). These PDUs
control information that is added to the user data at each
layer of the model. This information resides in fields
called headers (the front of the data field) and trailers (the
end of the data field).
Question 26. What Does The Eigrp Stuck In Active
Message Mean?
Answer :
1. When EIGRP returns a stuck in active (SIA)
message, it means 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.
Question 27. Why Do You Not See Ospf
Neighbours As Full/dr Or Full/bdr On Serial Link?
Answer :
This is normal. On point-to-point and point-to-multipoint
networks, there are no designated routers (DRs) or backup
designated routers (BDRs).
CWNA (Certified Wireless Network Administrator)
Interview Questions
Question 28. What Is Type-1 And Type-2 Lsas In
Ospf?
Answer :
Type-1 LSAs are router LSAs and are generated by