Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

34074

January 7th, 2015 10:00

PowerConnect 8024F lacks vlan routing

My department recently purchased a PC8024F (F/W 5.1.2.3) which will need VLAN routing. From what I can tell the 8024F is suppose to have VLAN routing but this one is without.

Is there something I am missing, a particular F/W version, or anything that is preventing this 8024F from having this feature? VLAN routing is not listed in the web menu, and is not recognized when entered in the vlan interface via CLI.

Any suggestions or advice is greatly appreciated! 

5 Practitioner

 • 

274.2K Posts

January 7th, 2015 12:00

To enable VLAN routing you need to be sure each VLAN has an IP address assigned to them.

# interface vlan 4

# ip address 192.168.4.1 255.255.255.0

The clients will have a default gateway of the VLAN they are placed in. So clients in VLAN 4 would have a default gateway of 192.168.4.1.

Then globally run the following command:

#ip routing

That should get things working for you. Page 895 has some further details/info about IP routing.

http://bit.ly/1IrNIUy

Thanks

4 Posts

January 14th, 2015 07:00

Following the directions in Page 895 function like the following:

When I have routing enabled, two VLANs with ip addresses, and one host connected to each VLAN I am able to ping the gateway for both VLANs from either host, but the hosts cannot ping eachother.

Both the networks assigned to their respective VLANs show as directly connected networks in the routing table.

Any thoughts why inter vlan routing on the same switch is not functioning?

!Current Configuration:

!System Description "Powerconnect 8024F, 5.1.2.3, VxWorks 6.6"

!System Software Version 5.1.2.3

!Cut-through mode is configured as disabled

!

configure

ip routing

vlan 1001

name "TEST192.168.23.0"

exit

vlan 1002

name "TEST192.168.24.0"

exit

interface vlan 1001

ip address 192.168.23.1 255.255.255.0

exit

interface vlan 1002

ip address 192.168.24.1 255.255.255.0

exit

!

interface Te1/0/23

switchport voice detect auto

switchport access vlan 1001

exit

!

interface Te1/0/24

switchport voice detect auto

switchport access vlan 1002

exit

C      192.168.23.0/24 [0/1] directly connected,   Vl1001

C      192.168.24.0/24 [0/1] directly connected,   Vl1002

Thank you

5 Practitioner

 • 

274.2K Posts

January 14th, 2015 08:00

That config looks good to me. What OS is installed on the hosts? If the hosts are in the same VLAN can they ping each other?

4 Posts

January 14th, 2015 12:00

The two hosts are both running Windows 7 pro x64. When they are on the same vlan they can ping eachother. It just appears that even though the vlans show routing is enabled they fail to do so.

show ip interface vlan 1002

Routing Interface Status....................... Up

Primary IP Address............................. 192.168.24.1/255.255.255.0

Method......................................... Manual

Routing Mode................................... Enable

Administrative Mode............................ Enable

Forward Net Directed Broadcasts................ Disable

Proxy ARP...................................... Enable

Local Proxy ARP................................ Disable

Active State................................... Active

MAC Address.................................... A4BA.DB70.F38F

Encapsulation Type............................. Ethernet

IP MTU......................................... 1500

Bandwidth...................................... 10000 kbps

Destination Unreachables....................... Enabled

ICMP Redirects................................. Enabled

5 Practitioner

 • 

274.2K Posts

January 14th, 2015 13:00

Do the two host plug into other switches that then plug into the 8024f? If so, what switch do they plug into, and how are the ports configured that connect the switch with the 8024f? If not, how are the hosts connecting to the 8024f?

4 Posts

January 14th, 2015 13:00

These hosts are plugged directly into the 8024f via the 10GBASE-T ports on the 8024.

5 Practitioner

 • 

274.2K Posts

January 15th, 2015 06:00

I am not sure why routing is not working. I would like to review the output from # show tech, but i would not recommend posting that info on the forums. So I have sent you an email requesting the info. I look forward to your reply.

Thanks

December 14th, 2016 08:00

NOO!!! I'm having the same problem. Can someone post what was the result??

No Events found!

Top