Unsolved
This post is more than 5 years old
8 Posts
0
38265
April 17th, 2014 13:00
PowerConnect 7024 - IPv6 route issue
I have IPv6 route issue from SonicWall to server of 1 VLAN in L3 switch.
Sonicwall
WAN: 2403:b100:1001:7::2/126
LAN: 2403:b100:1012::1/64
Static route: 2403:b100:1012:1::/64 2403:b100:1012::4/128
L3 switch
VLAN 100: 2403:b100:1012::4/64
VLAN 1: 2403:b100:1012:1::1/64
Static route: ::/0 2403:b100:1012::1/128
Server IP
2403:b100:1012:1::2/64
Ping testing result
From sonicwall:-
Can ping 2403:b100:1001:7::2, 2403:b100:1012::1, 2403:b100:1012::4, 2403:b100:1012:1::1 and 2001:4860:4860::8888(google DNS).
Cannot ping 2403:b100:1012:1::2
From L3 switch:-
Can ping 2403:b100:1001:7::1, 2403:b100:1012::1, 2403:b100:1012::4, 2403:b100:1012:1::1, 2403:b100:1012:1::2 and 2001:4860:4860::8888(google DNS). All passed.
From Server IP:-
Can ping 2403:b100:1012:1::2, 2403:b100:1012:1::1 and 2403:b100:1012::4
Cannot ping 2403:b100:1012::1, 2403:b100:1001:7::1 and 2001:4860:4860::8888(google DNS).


DELL-Josh Cr
Moderator
•
9.6K Posts
•
42.5K Points
0
April 17th, 2014 15:00
Hi,
Where is the server pointing for its default gateway, the 7024 or the sonicwall? Is IP routing enabled on the 7024? What version is the firmware on the switch at? How is the interface between the sonicwall and the 7024 configured? It seems like that is the location of the problem. Is it set as a trunk port or a general port? Is it set to carry both VLAN 1 and 100?
stevenho1102
8 Posts
0
April 18th, 2014 05:00
Hi,
The server gateway is 2403:b100:1012:1::1 (VLAN 1 in the 7024).
!Current Configuration:
!System Description "PowerConnect 7024, 5.0.1.3, VxWorks 6.6"
!System Software Version 5.0.1.3
!System Operational Mode "Normal"
ip routing
interface vlan 100
ipv6 address 2403:B100:1012::4/64
interface vlan 1
ipv6 address 2403:B100:1012:1::1/64
ipv6 route ::/0 2403:B100:1012::1
interface Gi2/0/24
description sonicwall_firewall
spanning-tree portfast
switchport access vlan 100
exit
DELL-Josh Cr
Moderator
•
9.6K Posts
•
42.5K Points
0
April 18th, 2014 08:00
How is the routing configured? Is there a static route or are you using OSPF to send the routing information from the switch to the router? Is there a reason why you are using access mode on Gi22/0/24? Trunk mode would pass tagged VLANs between the router and switch, access mode transmits untagged on VLAN 100 in your configuration. Page 601 ftp://ftp.dell.com/Manuals/Common/powerconnect-7024_User%27s%20Guide_en-us.pdf
stevenho1102
8 Posts
0
April 19th, 2014 05:00
Miss out some switch configuration provide to you. Here is the complete one.
7024 config:
!Current Configuration: !System Description "PowerConnect 7024, 5.0.1.3, VxWorks 6.6" !System Software Version 5.0.1.3 !System Operational Mode "Normal"
ip routing
interface vlan 100
ip address 10.1.34.4 255.255.255.0
ipv6 address 2403:B100:1012::4/64
interface vlan 1
ip address 10.30.0.1 255.255.0.0
ipv6 address 2403:B100:1012:1::1/64
ip route 0.0.0.0 0.0.0.0 10.1.20.1
ipv6 route ::/0 2403:B100:1012::1
interface Gi2/0/23
description 5548_L2_switch
switchport mode trunk
exit
interface Gi1/0/24
description sonicwall_firewall
spanning-tree portfast
switchport access vlan 100
exit
5548 config:
interface vlan 1
ip address 10.30.0.6 255.255.0.0
ipv6 enable
ipv6 address 2403:b100:1012:1::6/64
interface gigabitethernet1/0/28
description server
spanning-tree portfast
interface gigabitethernet1/0/48
description 7024_L3_switch
spanning-tree portfast
switchport mode trunk
ip route 0.0.0.0 0.0.0.0 10.30.0.1
Sonicwall firewall config:
LAN
10.1.34.1 255.255.255.0
2403:b100:1012::1/64
source any destination 10.30.0.0 255.255.0.0 service any gateway 10.1.33.4 interface lan
source any destination 2403:B100:1012:1::1/64 service any gateway 2403:B100:1012::4/64 interface lan
Network diagram:
Sonicwall firewall(VLAN 100) <> 7024 L3 switch <> 5548 L2 switch(VLAN 1) <> server(VLAN 1)
I want set up dual stack network. IPv4 is running well. Only IPv6 encounter route issue. I have reported to Sonicwall support, he said configuration in firewall in fine. We also did few ping tests and capture ping packet between sonicwall and server. The result is we can see sending ping packet but not response from destination.
DELL-Josh Cr
Moderator
•
9.6K Posts
•
42.5K Points
0
April 21st, 2014 08:00
If it is working on IPv4 and not on IPv6 we are going to want to update the firmware on the switches as there were some changes that may resolve the issue.
7024
http://www.dell.com/support/home/us/EN/19/Drivers/DriversDetails?driverId=GVJJ1&fileId=3340679467&osCode=NAA&productCode=powerconnect-7024&languageCode=EN&categoryId=NI
5548
http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=371Y4&fileId=3324507244&osCode=NAA&productCode=powerconnect-5548&languageCode=EN&categoryId=NI
stevenho1102
8 Posts
0
June 7th, 2014 19:00
Problem solved after add ipv6 unicast-routing.