On 6 Jun 2011, at 13:48, Adrian Kägi wrote:

> Hy list
> 
> Thx for your replies! Wow!
> I see, there are tons of vendors! 
> But when they support IPv6 or 6to4 IP6 Tunnel and so on... does they support
> the 6rd concept?

Not necessarily. IMHO it's the same encapsulation (type 41, which has to be 
allowed by the firewall) but the addressing is another story. 6rd is an 
extension to 6to4 with the notable difference of not having a publicly 
available anycast relay out there (controlled by any random entity). The relay 
is operated by the ISP instead.

Have a look at my IOS config for this (the relevant bits, firewall config and 
crypto maps removed):

ipv6 general-prefix 6RD-SWISSCOM 6rd Tunnel6

interface Tunnel6
 description Swisscom 6rd Tunnel
 no ip address
 no ip redirects
 ipv6 enable
 ipv6 mtu 1480
 tunnel source Vlan2
 tunnel mode ipv6ip 6rd
 tunnel 6rd prefix 2A02:1200::/28
 tunnel 6rd br 164.128.155.23
!

interface Vlan1
 ip address 192.168.23.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 ipv6 address 6RD-SWISSCOM ::1:0:0:0:1/64
 ipv6 enable
!

ipv6 route ::/0 Tunnel6 2A02:120A:4809:B170::

The BR's address is subject to change, I think. Vlan2 is the interface facing 
Swisscom.

I've got large part of the config from here: 
http://labs.swisscom.ch/en/news/ipv6-sneak-preview


Cheers!
- Mathias

> 
> Cheers Adrian
> 
> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:[email protected]]
> Im Auftrag von Adrian Kägi
> Gesendet: Montag, 6. Juni 2011 09:58
> An: [email protected]
> Betreff: [swinog] Experience with 6rd Hardware
> 
> Hy List
> 
> Does anybody have experience with 6rd capable soho hardware?
> Which manufacturer does already support 6rd?
> 
> E.g. Fritzbox...
> 
> Freundliche Grüsse
> 
> Adrian Kägi
> System Engineering
> Teamleiter
> 
> ZAPP AG
> Bahnhofstr. 28, 3076 Worb
> Telefon +41 31 710 34 23
> Fax     +41 31 710 34 25
> [email protected]
> http://www.zapp.ch
> 
> Surfen ohne Grenzen
> 
> 
> 
> 
> 
> _______________________________________________
> swinog mailing list
> [email protected]
> http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog
> 
> 
> 
> _______________________________________________
> swinog mailing list
> [email protected]
> http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog

Mathias Seiler

MiroNet GmbH, Strassburgerallee 86, CH-4055 Basel
T +41 61 201 30 90, F +41 61 201 30 99

[email protected]
www.mironet.ch




_______________________________________________
swinog mailing list
[email protected]
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog

Antwort per Email an