Running IPv6 on a large L2 network
Dan White
dwhite at olp.net
Tue Sep 9 17:36:33 CEST 2008
Tim Chown wrote:
>
> I'm about to do a revision of this draft:
>
> http://tools.ietf.org/id/draft-chown-v6ops-rogue-ra-01.txt
>
> so any feedback is timely.
>
> We also have a modified rafixd that I'll see if we can put up somewhere
> for people to fetch/use if they wish.
>
>
Tim,
A scenario you may want to consider for section 3 is layer two separation.
A common layer two technology in broadband networks is rfc1483 bridging,
or RBE in cisco terminology:
http://www.cisco.com/en/US/tech/tk175/tk817/tsd_technology_support_protocol_home.html
which uses ATM, DSL or other protocols to create a point to point
connection between the customer's CPE/modem back to a BRAS router:
http://www.google.com/search?hl=en&q=bras+router&btnG=Search
which will enforce IPv4 static assignment, or observe/proxy DHCPv4
requests to enforce DHCP lease times. It uses proxy arp an other
'tricks' to allow multiple customers to share the same IPv4 subnet while
enforcing layer two separation.
Some vendors have also implemented IPv6 functionality into this
scenario. This link has some examples:
http://www.cisco.com/en/US/docs/ios/12_4t/12_4t2/htrbeqos.html
Another scenario along the same point-to-point strain is VLAN
separation, where each customer's traffic gets tagged to a specific VLAN
(or their DSL/ATM traffic gets converted to a VLAN) and hauled back to a
router that performs the same type of RBE work on a VLAN interface (one
VLAN interface per customer on the router).
The advantage is that all traffic gets routed between customers, and no
two customers see each other's RAs. The downside is that is requires
manual configuration on the router for each customer.
- Dan
More information about the ipv6-ops
mailing list