Hi,
I am trying to configure a Powerconnect N3024 switch with the ip helper-address option.
My configuration is at the end of this post.
The problem is that I already did this exact same configuration on another N3024 in another site and it works.
this is the error I am getting now <187> Sep 24 10:30:48 192.168.8.2-1 IP_HELPER[122459668]: relay_main.c(576) 558 %% Received an invalid udp relay pkt from interface Vl220 Src ip 0.0.0.0: Src port 68 Dst ip 0.0.0.0: Dst port67 len 300
I really need to figure out the problem.
my current switch is at firmware 6.1.1.7 and the one I did before is at firmware 6.1.0.6 so I will try to downgrade this switch and see what happens.
Thanks in advance.
vlan 210
name "servers"
exit
vlan 220
name "pc"
exit
vlan 230
name "voice"
exit
vlan 210,220,230
exit
slot 1/0 1 ! Dell Networking N3024
stack
member 1 1 ! N3024
exit
ip routing
interface vlan 1
ip address 192.168.8.2 255.255.255.0
exit
interface vlan 210
ip address 192.168.210.1 255.255.255.0
exit
interface vlan 220
ip address 192.168.220.1 255.255.255.0
ip helper-address 192.168.210.22
exit
interface vlan 230
ip address 192.168.230.1 255.255.255.0
ip helper-address 192.168.210.22
exit
username "admin" password 5f4dcc3b5aa765d61d8327deb882cf99 privilege 15 encrypted
!
interface Gi1/0/1
switchport mode general
switchport general pvid 210
switchport general allowed vlan add 210,220,230
exit
!
interface Gi1/0/7
switchport mode general
switchport general pvid 220
switchport general allowed vlan add 220
exit
snmp-server engineid local 800002a203f8b15633fbba
exit