SlideShare a Scribd company logo
1 of 27
SIDDHARTH
Question - Does EIGRP support secondary addresses?
Yes, EIGRP does support secondary addresses.
Since EIGRP always sources data packets from the primary address, Cisco
recommends that you configure all routers on a particular subnet with primary
addresses that belong to the same subnet.
Routers do not form EIGRP neighbors over secondary networks.
Therefore, if all of the primary IP addresses of routers do not agree, problems can
arise with neighbor adjacencies.
Answer
Question - Does EIGRP support areas?
No, a single EIGRP process is analogous to an area of a link-state protocol.
However, within the process, information can be filtered and aggregated at any
interface boundary. In order to bound the propagation of routing information, you
can use summarization to create a hierarchy.
Answer
Question - Can I configure more than one EIGRP
autonomous system on the same router?
Yes, you can configure more than one EIGRP autonomous system on the same
router.
Answer
Question - What are the various load-balancing options
available in EIGRP?
The offset-list can be used to modify the metrics of routes that EIGRP learns through
a particular interface, or PBR can be used.
Answer
Question - Maximum path load balanced by EIGRP ?
Up to 32 equal-cost entries can be in the routing table for the same destination. The
default is 4.
We can also set the maximum-path to 1 disables load balancing.
Answer
Question - Explain types of load balancing in EIGRP
There are two types of load balancing in EIGRP –
1. Equal cost path – Applicable when different paths to a destination network
report the same routing metric value.
2. Unequal cost path – Applicable when different paths to a destination network
report are of different routing metric values.
Answer
Question - How can I use only one path when a router has
two equal cost paths?
Configure the bandwidth value on the interfaces to default, and increase the delay
on the backup interface so that the router does not see two equal cost paths.
Answer
Question - If there are two EIGRP processes that run and two
equal paths are learned, one by each EIGRP process, do both
routes get installed?
No, only one route is installed. The router installs the route that was learned through
the EIGRP process with the lower Autonomous System (AS) number.
Answer
Question - When I configure EIGRP, how can I configure a
network statement with a mask?
The optional network-mask argument was first added to the network statement in
Cisco IOS Software Release 12.0(4)T. The mask argument can be configured in any
format (such as in a network mask or in wild card bits).
Answer
Question - What is Active State and Passive State?
Routes for which the successor route fails and no feasible successor routes exist
moves to an active state forcing the EIGRP to send out query packets and
reconverge.
A route is in a passive state for which the router has a successor route, and no
failure has yet occurred. A stable EIGRP network will have all routes in a Passive
state.
Answer
Question - What is the EIGRP Stub Routing feature?
The Stub routing feature is used to conserve bandwidth by summarizing and filtering
routes. Only specified routes are propagated from the remote (Stub) router to the
distribution router because of the Stub routing feature.
Answer
Question - What does the EIGRP stuck in active message(SIA)
mean?
When EIGRP returns a stuck in active (SIA) message, it means that it has not
received a reply to a query.
EIGRP sends a query when a route is lost and another feasible route does not exist
in the topology table.
The SIA is caused by two sequential events:
1.The route reported by the SIA has gone away.
2.An EIGRP neighbor (or neighbors) have not replied to the query for that route.
Answer
Question - Explain Split Horizon?
The Split Horizon feature prevents a route learned on one interface from being
advertised back out of that same interface. It is used to prevent loop in EIGRP.
Answer
Question - Explain Null Zero?
It is a loop avoidance mechanism entry stored in the routing table only in case of
summarization (auto & manual). It terminates or flushes unwanted packets, if any
traffic goes towards null0 it will be drop by EIGRP.
Answer
Question - What is an offset-list, and how is it useful?
An offset list is the mechanism for increasing incoming and outgoing metrics to
routes learned via EIGRP or Routing Information Protocol (RIP). (Offset lists are only
used for distance vector routing protocols.) Optionally, an offset list can be limited
by specifying either an access list or an interface.
Answer
Question - What is Reliable Transport Protocol?
EIGRP uses RTP (Reliable Transport Protocol) to deliver EIGRP packets between
neighbors in a reliable and ordered way. If the packet with RTP enable sent, gets lost
in the transit it will be sent again (resend).
Answer
Question - What packets are RTP enabled?
1. Update Packet.
2. Query Packet.
3. Reply Packet.
Answer
Question - Explain what will happen if the packet is
not acknowledged?
If a packet is not acknowledged, EIGRP will retransmit the packet to the non-
responding neighbor as a unicast.
No other traffic is sent to this neighbor until it responds. After 16 unacknowledged
re-transmissions, the neighbor is removed from the neighbor table.
Answer
Question - Why does the EIGRP passive-interface command
remove all neighbors for an interface?
The passive-interface command disables the transmission and receipt of EIGRP
hello packets on an interface. Unlike IGRP or RIP, EIGRP sends hello packets in order
to form and sustain neighbor adjacencies.
Without a neighbor adjacency, EIGRP cannot exchange routes with a neighbor.
Therefore, the passive-interface command prevents the exchange of routes on the
interface. Although EIGRP does not send or receive routing updates on an interface
configured with the passive-interface command, it still includes the address of the
interface in routing updates sent out of other non-passive interfaces.
Answer
Question - Why variance command is used in EIGRP?
When using the variance command, EIGRP will add a feasible successor to the route
table if the feasible successor has a feasible distance that is less than or equal to the
product of the feasible distance of the successor times the variance setting and the
feasibility condition is met.
For variance to work, the route must already be a feasible successor. A route
becomes a feasible successor by meeting the feasibility condition.
Variance is a number (1 to 128).
Answer
Question - What are the primary functions of the PDM?
EIGRP supports 3 protocol suites: IP, IPv6, and IPx.
Each of them has its own PDM.
These are the primary functions of PDM:
Maintaining the neighbor and topology tables of EIGRP routers that belong to that
protocol suite Building and translating protocol specific packets for dual Interfacing
dual to the protocol specific routing table Computing the metric and passing this
information to dual; dual handles only the picking of the feasible successors (fss)
Implement filtering and access lists.
Answer
Question - Does EIGRP require an ip default-network
command to propagate a default route?
EIGRP can propagate a default route using the default network method, it is not
required. Eigrp redistributes default routes directly
Answer
Question - How can I send a default route to the Stub router
from the hub?
Do this under the outbound interface on the hub router with the ip summary-
address EIGRPX 0.0.0.0 0.0.0.0 command.
This command suppresses all the more specific routes and only sends the summary
route. In the case of the 0.0.0.0 0.0.0.0, it means it suppresses everything, and the
only route that is in the outbound update is 0.0.0.0/0. One drawback to this method
is that EIGRP installs a 0.0.0.0/0 route to Null0 is the local routing table with an
admin distance of 5.
Answer
Question - How we configure EIGRP?
E.g. -
Router(config)# router eigrp 100
Router(config-router)# network 10.16.1.0 0.0.0.255
Router(config-router)# no auto-summary
Answer
Question - some commands to troubleshoot EIGRP?
#show ip route - It shows full Routing Table.
#show ip route eigrp - It shows only EIGRP routes (routes learned through EIGRP
protocol in the routing table).
#show ip eigrp neighbors - It shows EIGRP Neighbor Table.
#show ip eigrp topology - It shows EIGRP Topology Table.
Answer
Best
of
Luck !!!

More Related Content

What's hot

BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikGLC Networks
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Dân Chơi
 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ansRavi Kodoli
 
Cisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesCisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesDuane Bodle
 
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPROIDEA
 
Label encoding algorithm for MPLS Segment Routing - Nca2016
Label encoding algorithm for MPLS Segment Routing - Nca2016Label encoding algorithm for MPLS Segment Routing - Nca2016
Label encoding algorithm for MPLS Segment Routing - Nca2016Rabah GUEDREZ
 
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDL
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDLAREA OPTIMIZATION OF SPI MODULE USING VERILOG HDL
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDLIAEME Publication
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routingDeepak John
 
Border gateway protocol
Border gateway protocolBorder gateway protocol
Border gateway protocolazlerabby
 
Design and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksDesign and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksSatish Reddy
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2Joshua Torres
 

What's hot (20)

BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on Mikrotik
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATORPERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
PERFORMANCE EVALUATION OF RIP AND OSPF IN IPV6 USING OPNET 14.5 SIMULATOR
 
All in one q & ans
All in one q & ansAll in one q & ans
All in one q & ans
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
Cisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review NotesCisco BGP Exam 642-661 Review Notes
Cisco BGP Exam 642-661 Review Notes
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Group 1
Group 1Group 1
Group 1
 
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Label encoding algorithm for MPLS Segment Routing - Nca2016
Label encoding algorithm for MPLS Segment Routing - Nca2016Label encoding algorithm for MPLS Segment Routing - Nca2016
Label encoding algorithm for MPLS Segment Routing - Nca2016
 
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDL
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDLAREA OPTIMIZATION OF SPI MODULE USING VERILOG HDL
AREA OPTIMIZATION OF SPI MODULE USING VERILOG HDL
 
Computer networks network layer,routing
Computer networks network layer,routingComputer networks network layer,routing
Computer networks network layer,routing
 
IP Routing
IP RoutingIP Routing
IP Routing
 
Routing table
Routing tableRouting table
Routing table
 
Border gateway protocol
Border gateway protocolBorder gateway protocol
Border gateway protocol
 
Design and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless NetworksDesign and Implementation of Dynamic Routing in Wireless Networks
Design and Implementation of Dynamic Routing in Wireless Networks
 
Exploration routing chapter_2
Exploration routing chapter_2Exploration routing chapter_2
Exploration routing chapter_2
 
Link state protocols.ppt
Link state protocols.pptLink state protocols.ppt
Link state protocols.ppt
 

Similar to EIGRP interview questions and answers part 2

Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questionsIT Tech
 
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaEnhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaHoàng Hải Nguyễn
 
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFRafat Khandaker
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLNutan Singh
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)Netwax Lab
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)NetProtocol Xpert
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configurationSourabh Badve
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)anilinvns
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)anilinvns
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionNetwax Lab
 
Route Redistribution
Route RedistributionRoute Redistribution
Route RedistributionNetwax Lab
 
3 ip routing bgp-updated
3 ip routing bgp-updated3 ip routing bgp-updated
3 ip routing bgp-updatedSagarR24
 
3 ip routing part b
3 ip routing part b3 ip routing part b
3 ip routing part bSagarR24
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detailDil_E_Dastan
 

Similar to EIGRP interview questions and answers part 2 (20)

Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
EIGRP Protocol.pptx
EIGRP Protocol.pptxEIGRP Protocol.pptx
EIGRP Protocol.pptx
 
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaEnhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
 
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPF
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
3 ip routing bgp-updated
3 ip routing bgp-updated3 ip routing bgp-updated
3 ip routing bgp-updated
 
3 ip routing part b
3 ip routing part b3 ip routing part b
3 ip routing part b
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 

Recently uploaded

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

EIGRP interview questions and answers part 2

  • 2. Question - Does EIGRP support secondary addresses? Yes, EIGRP does support secondary addresses. Since EIGRP always sources data packets from the primary address, Cisco recommends that you configure all routers on a particular subnet with primary addresses that belong to the same subnet. Routers do not form EIGRP neighbors over secondary networks. Therefore, if all of the primary IP addresses of routers do not agree, problems can arise with neighbor adjacencies. Answer
  • 3. Question - Does EIGRP support areas? No, a single EIGRP process is analogous to an area of a link-state protocol. However, within the process, information can be filtered and aggregated at any interface boundary. In order to bound the propagation of routing information, you can use summarization to create a hierarchy. Answer
  • 4. Question - Can I configure more than one EIGRP autonomous system on the same router? Yes, you can configure more than one EIGRP autonomous system on the same router. Answer
  • 5. Question - What are the various load-balancing options available in EIGRP? The offset-list can be used to modify the metrics of routes that EIGRP learns through a particular interface, or PBR can be used. Answer
  • 6. Question - Maximum path load balanced by EIGRP ? Up to 32 equal-cost entries can be in the routing table for the same destination. The default is 4. We can also set the maximum-path to 1 disables load balancing. Answer
  • 7. Question - Explain types of load balancing in EIGRP There are two types of load balancing in EIGRP – 1. Equal cost path – Applicable when different paths to a destination network report the same routing metric value. 2. Unequal cost path – Applicable when different paths to a destination network report are of different routing metric values. Answer
  • 8. Question - How can I use only one path when a router has two equal cost paths? Configure the bandwidth value on the interfaces to default, and increase the delay on the backup interface so that the router does not see two equal cost paths. Answer
  • 9. Question - If there are two EIGRP processes that run and two equal paths are learned, one by each EIGRP process, do both routes get installed? No, only one route is installed. The router installs the route that was learned through the EIGRP process with the lower Autonomous System (AS) number. Answer
  • 10. Question - When I configure EIGRP, how can I configure a network statement with a mask? The optional network-mask argument was first added to the network statement in Cisco IOS Software Release 12.0(4)T. The mask argument can be configured in any format (such as in a network mask or in wild card bits). Answer
  • 11. Question - What is Active State and Passive State? Routes for which the successor route fails and no feasible successor routes exist moves to an active state forcing the EIGRP to send out query packets and reconverge. A route is in a passive state for which the router has a successor route, and no failure has yet occurred. A stable EIGRP network will have all routes in a Passive state. Answer
  • 12. Question - What is the EIGRP Stub Routing feature? The Stub routing feature is used to conserve bandwidth by summarizing and filtering routes. Only specified routes are propagated from the remote (Stub) router to the distribution router because of the Stub routing feature. Answer
  • 13. Question - What does the EIGRP stuck in active message(SIA) mean? When EIGRP returns a stuck in active (SIA) message, it means that it has not received a reply to a query. EIGRP sends a query when a route is lost and another feasible route does not exist in the topology table. The SIA is caused by two sequential events: 1.The route reported by the SIA has gone away. 2.An EIGRP neighbor (or neighbors) have not replied to the query for that route. Answer
  • 14. Question - Explain Split Horizon? The Split Horizon feature prevents a route learned on one interface from being advertised back out of that same interface. It is used to prevent loop in EIGRP. Answer
  • 15. Question - Explain Null Zero? It is a loop avoidance mechanism entry stored in the routing table only in case of summarization (auto & manual). It terminates or flushes unwanted packets, if any traffic goes towards null0 it will be drop by EIGRP. Answer
  • 16. Question - What is an offset-list, and how is it useful? An offset list is the mechanism for increasing incoming and outgoing metrics to routes learned via EIGRP or Routing Information Protocol (RIP). (Offset lists are only used for distance vector routing protocols.) Optionally, an offset list can be limited by specifying either an access list or an interface. Answer
  • 17. Question - What is Reliable Transport Protocol? EIGRP uses RTP (Reliable Transport Protocol) to deliver EIGRP packets between neighbors in a reliable and ordered way. If the packet with RTP enable sent, gets lost in the transit it will be sent again (resend). Answer
  • 18. Question - What packets are RTP enabled? 1. Update Packet. 2. Query Packet. 3. Reply Packet. Answer
  • 19. Question - Explain what will happen if the packet is not acknowledged? If a packet is not acknowledged, EIGRP will retransmit the packet to the non- responding neighbor as a unicast. No other traffic is sent to this neighbor until it responds. After 16 unacknowledged re-transmissions, the neighbor is removed from the neighbor table. Answer
  • 20. Question - Why does the EIGRP passive-interface command remove all neighbors for an interface? The passive-interface command disables the transmission and receipt of EIGRP hello packets on an interface. Unlike IGRP or RIP, EIGRP sends hello packets in order to form and sustain neighbor adjacencies. Without a neighbor adjacency, EIGRP cannot exchange routes with a neighbor. Therefore, the passive-interface command prevents the exchange of routes on the interface. Although EIGRP does not send or receive routing updates on an interface configured with the passive-interface command, it still includes the address of the interface in routing updates sent out of other non-passive interfaces. Answer
  • 21. Question - Why variance command is used in EIGRP? When using the variance command, EIGRP will add a feasible successor to the route table if the feasible successor has a feasible distance that is less than or equal to the product of the feasible distance of the successor times the variance setting and the feasibility condition is met. For variance to work, the route must already be a feasible successor. A route becomes a feasible successor by meeting the feasibility condition. Variance is a number (1 to 128). Answer
  • 22. Question - What are the primary functions of the PDM? EIGRP supports 3 protocol suites: IP, IPv6, and IPx. Each of them has its own PDM. These are the primary functions of PDM: Maintaining the neighbor and topology tables of EIGRP routers that belong to that protocol suite Building and translating protocol specific packets for dual Interfacing dual to the protocol specific routing table Computing the metric and passing this information to dual; dual handles only the picking of the feasible successors (fss) Implement filtering and access lists. Answer
  • 23. Question - Does EIGRP require an ip default-network command to propagate a default route? EIGRP can propagate a default route using the default network method, it is not required. Eigrp redistributes default routes directly Answer
  • 24. Question - How can I send a default route to the Stub router from the hub? Do this under the outbound interface on the hub router with the ip summary- address EIGRPX 0.0.0.0 0.0.0.0 command. This command suppresses all the more specific routes and only sends the summary route. In the case of the 0.0.0.0 0.0.0.0, it means it suppresses everything, and the only route that is in the outbound update is 0.0.0.0/0. One drawback to this method is that EIGRP installs a 0.0.0.0/0 route to Null0 is the local routing table with an admin distance of 5. Answer
  • 25. Question - How we configure EIGRP? E.g. - Router(config)# router eigrp 100 Router(config-router)# network 10.16.1.0 0.0.0.255 Router(config-router)# no auto-summary Answer
  • 26. Question - some commands to troubleshoot EIGRP? #show ip route - It shows full Routing Table. #show ip route eigrp - It shows only EIGRP routes (routes learned through EIGRP protocol in the routing table). #show ip eigrp neighbors - It shows EIGRP Neighbor Table. #show ip eigrp topology - It shows EIGRP Topology Table. Answer