On Tue, 5 Jun 2007, matthew zeier wrote: > Having problems figuring out what I need to configure on a Cisco router > to make it a 6to4 relay. Any pointers? > > I plan on anycasting 192.88.99.0/24 from this router.
There's a cisco doc somewhere but here's a sample config from our routers: interface Tunnel2 description 6to4 Tunnel ipv6 unnumbered Loopback2 tunnel source Loopback2 tunnel mode ipv6ip 6to4 interface Loopback2 description 6to4 relay anycast address (RFC 3068) ip address 192.88.99.1 255.255.255.0 ip pim sparse-mode ip igmp version 3 ipv6 address 2002:C058:6301::/128 ipv6 enable ipv6 route 2002::/16 Tunnel2 Good luck! Antonio Querubin whois: AQ7-ARIN _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
