WAN Routing
1752815 Members
5880 Online
108789 Solutions
New Discussion

IPv6 on 5800 - Getting more than one IP with stateless

 
JonisFEARP
Occasional Contributor

IPv6 on 5800 - Getting more than one IP with stateless

Hi!

I'm trying to implement IPv6 here, but i'm getting some problems. I have 3 interface vlan's and I'm trying to allocate one /64 block for each VLAN with Stateless enabled in router. The problem is that my clients are getting IP (v6) from all VLAN's, not the only one.

ex:

Client VLAN = 227
Get IPv4 for VLAN 227  using our DHCP, ok.
Get 3 IPv6 for VLAN 227, 209 and 230, all using Stateless configuration.

What I'm doing wrong? This is my interface vlan configuration (each one has identical configuration, changing only IP and IP block)

#
interface Vlan-interface209
 description FEARP
 ipv6 nd ra prefix 2001:12D0:40A0:80::/64 2400 1200 off-link
 undo ipv6 nd ra halt
 ipv6 nd autoconfig other-flag
 ipv6 address 2001:12D0:40A0:80::1/64
 ip address 143.107.205.1 255.255.255.0
 ip address 143.107.78.137 255.255.255.252 sub
 ospfv3 2 area 0.0.0.2
 dhcp select relay
 dhcp relay server-select 1
 ipv6 dhcp relay server-address 2001:12D0:40A0::23
#
#
interface Vlan-interface227
 ipv6 nd ra prefix 2001:12D0:40A0::/64 2400 1200 off-link
 undo ipv6 nd ra halt
 ipv6 nd autoconfig other-flag
 ipv6 address 2001:12D0:40A0::1/64
 ip address 143.107.158.1 255.255.255.0
 ospfv3 2 area 0.0.0.2
 dhcp select relay
 dhcp relay server-select 1
 ipv6 dhcp relay server-address 2001:12D0:40A0::23
#
#
interface Vlan-interface230
 ipv6 nd ra prefix 2001:12D0:40A0:1000::/64 2400 1200 off-link
 undo ipv6 nd ra halt
 ipv6 nd autoconfig other-flag
 ipv6 address 2001:12D0:40A0:1000::1/64
 ospfv3 2 area 0.0.0.2
 ipv6 dhcp relay server-address 2001:12D0:40A0::23
#