cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
0
Helpful
1
Replies

6to4

anitachoi3
Level 1
Level 1

Hi,

I config the 6to4, the config is:

R1

interface loopback 0

ip address 172.16.20.1 255.255.255.255

interface tunnel64

ip 192.168.1.1 255.255.255.252

tunel source loopback0

tunnel source ipv6ip 6to4

is it invalid config?

if yes, what is the source ip address of the tunnel?

192.168.1.1 or 172.16.20.1 or ipv6 2002::/16?

why?

rdgs

1 Accepted Solution

Accepted Solutions

tcordier
Level 1
Level 1

The tunnel address for a 6to4 tunnel should be a IPv6 address which is based on the IPv4 tunnel source address. In your case:

2002:c0a8.0101.0001::1/64

(where c0a8.0101 is the hex representation of your IPv4 tunnel source address). 6to4 tunnels assume the network between the IPv6 domains is NBMA and they find the destination IPv4 address using the embedded IPv4 address. The same address configuration should be applied to the other end of the tunnel.

See http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/12_4/ipv6_12_4_book.html

HTH, Thomas

View solution in original post

1 Reply 1

tcordier
Level 1
Level 1

The tunnel address for a 6to4 tunnel should be a IPv6 address which is based on the IPv4 tunnel source address. In your case:

2002:c0a8.0101.0001::1/64

(where c0a8.0101 is the hex representation of your IPv4 tunnel source address). 6to4 tunnels assume the network between the IPv6 domains is NBMA and they find the destination IPv4 address using the embedded IPv4 address. The same address configuration should be applied to the other end of the tunnel.

See http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/12_4/ipv6_12_4_book.html

HTH, Thomas

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card