cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
942
Views
0
Helpful
2
Replies

IPv6 address is not send over WLan

ilgorro2010
Level 1
Level 1

Hi!

My Cisco router is working fine with Ethernet and IPv6. There is a “little” problem concerning the promotion of IPv6 addresses under WLan. When I’m using WLan the router is not providing any IPv6 addresses, only IPv4. Do you have any clue why the router is not promoting the IPv6 addresses.

btw. I will post the config later on, when I’m at home.

Cheers

2 Replies 2

dancampb
Level 7
Level 7

What are you using for wireless, a controller, autonomous AP, or integrated AP?

If its a controller IPv6 is not natively supported yet.  It will bridge IPv6 if you enable support for it but the client will still have to run a dual stack (IPv4 and IPv6).

It´s an integrated AP!

Here is the Code:

##############################################################

gateway#sh ver
Cisco IOS Software, C870 Software (C870-ADVIPSERVICESK9-M), Version 12.4(15)T11, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Thu 29-Oct-09 12:35 by prod_rel_team

ROM: System Bootstrap, Version 12.3(8r)YI2, RELEASE SOFTWARE

gateway uptime is 8 weeks, 13 hours, 17 minutes
System returned to ROM by power-on
System restarted at 20:04:22 MET Thu Apr 29 2010
System image file is "flash:c870-advipservicesk9-mz.124-15.T11.bin"

##############################################################

##############################################################

!
bridge irb
!

dot11 ssid v6gregor
   vlan 2
   authentication open
   authentication key-management wpa
   wpa-psk ascii 7 1407051D5A03382E232721
!
!
ip dhcp pool wlan_v6
   network 10.11.60.0 255.255.255.0
   default-router 10.11.60.1
   domain-name ipv4.at
   dns-server 195.70.224.45 62.218.28.35
!
!
interface Dot11Radio0
description Provisioned by CSM (private interface)
no ip address
load-interval 30
no dot11 extension aironet
!
encryption vlan 2 mode ciphers tkip
!
encryption vlan 3 mode ciphers tkip
!
encryption vlan 1 mode wep optional
!
ssid daham
!
ssid open
!
ssid v6gregor
!
mbssid
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
power local cck 17
power local ofdm 17
power client 17
channel 2432
station-role root
rts threshold 2312
antenna receive right
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0.2
encapsulation dot1Q 2
bridge-group 2
bridge-group 2 subscriber-loop-control
bridge-group 2 spanning-disabled
bridge-group 2 block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
!
!
interface BVI1
ip address 10.10.10.1 255.255.255.0
ip nbar protocol-discovery
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1300
ipv6 address 2001:938:DAD:400::1/64
ipv6 enable
ipv6 nd prefix 2001:938:DAD:400::/64
ipv6 nd router-preference High
!
interface BVI2
ip address 10.11.60.1 255.255.255.0
ip nbar protocol-discovery
ip nat inside
ip virtual-reassembly
ipv6 address 2001:938:DAD:800::1/64
ipv6 enable
ipv6 mtu 1300
ipv6 nd prefix 2001:938:DAD:800::/64
ipv6 nd managed-config-flag
ipv6 nd router-preference High
ipv6 nd ra interval 60
!

##############################################################

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