[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multihoming draft available



Ramki,
 
How does NLMP address the following scenario?
 
Entreprise ACME is multihomed.
Acme's web server has either two NICs or two IPv6 addresses
bound to the same interface.
www.acme.com <http://www.acme.com>  has two AAAA records:
1234:5678::1 from ISP "A"
2345:6789::1 from ISP "B"
 
Joe's address is 2345:CAFE::1234.
Joe wants to access Acme's web site. Joe types www.acme.com
<http://www.acme.com> .
Joe's DNS server returns both AAAA record and Joe's PC picks
1234:5678::1 as the IPv6 address for www.acme.com <http://www.acme.com>
.
Joe sends traffic to that IP address.
 
Unless ISP "A" and "B" have a peering agreement (unlikely to
happen; it would require each ISP to peer with every other ISP)
Joe's traffic is going to hit the interconnect between A and B
(if there is one) and then be carried by ISP "B".
Since both Joe and Acme are connected to ISP "A", this is not good.
 
I might have missed it, but I have not seen yet any DNS that would
be smart enough to analyse the routing table and alter the
order/preference of AAAA records.
 
Thanks,
Michel.