05-20-2009 05:05 AM - edited 03-04-2019 04:49 AM
Hi Team,
Base on the network presented in the exhibit, Assuming that all routers have been configured to run eigrp in AS 100, and have also been configured to run eigrp on all connected links. if the link between R3 and R4 fails,
how many queries will R5 and R6 receive?
Topology are as follows:
10.10.1.0 /24--R1--R3--R4--R5--R6
|
|
10.10.2.0 /24--R2
R3 and R2 is also directly connected,
On R4 config are as follows:
Router eigrp 100
Netwok 0.0.0.0 0.0.0.0
Distribute-list 10 out
â¦â¦..
Access-list 10 permit
10.10.1.0 0.0.0.255
05-20-2009 08:13 AM
R4 will send 1 to R5.
R5 will send 1 to R6.
HTH>
05-20-2009 11:04 AM
Andrew,
thanks for replying, now my question is..for which netwrk 10.10.1.0 or 10.10.2.0 both (R5 and R6)RTR will recve one query each.
and as per my understanding as v r filtering out 10.10.1.0 n/w on R4, R5 shold recv one quesry for 10.10.2.0 frm R4 and R6 shd recv two qery for 10.10.1.0 and 10.10.2.0 .
correct me if I am wrong.
Regards...Mukesh
05-20-2009 12:29 PM
Hello Mukesh,
R4 has an outbound distribute-list that allows only 10.10.1.0/24 to R5.
R5 and R6 are never aware of net 10.10.2.0/24.
So R4 should send a single query for 10.10.1.0/24 to R5, R5 sends a query to R6.
The key is what creates boundaries to queries?
- route summarizations
- route filters
only doubt is inbound or outbound filters ?
later a third tool has been added:
eigrp stub routers
Hope to help
Giuseppe
Hope to help
Giuseppe
05-20-2009 01:06 PM
Hello Mukesh,
I've found the following link that explains interaction between distribute-lists, EIGRP queries and EIGRP replies.
see
http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094cb7.shtml#distlistsaffect
oubound route filters alter only replies and have no effects on Queries.
if so :
R4 sends two Queries to R5 and R5 sends two queries to R6.
Should R5 and R6 provide a path to 10.1.2.0/24 R4 would use it.
Hope to help
Giuseppe
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide