Hi, I've been going through this document but I'm a little curious about Queries and the impact of Split Horizon on them:
http://www.cisco.com/warp/public/103/eigrp-toc.html#queries In particular: "Queries result in a split horizon only when a router receives a query or update from the successor it is using for the destination in the query." So this is the topology: | Subnet A|--- R1------\ | | \ |----R4 R3---| / | R2------/ | | ----- "R3 receives a query concerning SubnetA (which it reaches through R1) from R4. If R3 does not have a successor for this destination because a link flap or other temporary network condition, it sends a query to each of its neighbors; in this case, R1, R2, and R4. If, however, R3 receives a query or update (such as a metric change) from R1 for the destination SubnetA, it does not send a query back to R1, because R1 is its successor to this network. Instead, it only sends queries to R2 and R4." So my question: If you were to disable split horizon manually on the R3 interface connecting to R1 - and R3 receives a query or an update from R1 for Subnet A - would R3 then actually send a query back to R1 (as well as R2 and R4 which it does normally) or will disabling split horizon not change this behaviour? Are there any cases (other than the obvious NBMA ones) where disabling split horizon would be required? Thx.
