2 Intern

 • 

812 Posts

October 30th, 2003 17:00

This is a pretty basic configuration for VLANs. You would want to do the following:

On the switches, create your 2 VLANs (I'll use VLAN 10 for the 10.x network and VLAN 146 for the 146.x network).

For the 3024 example, we'll use ports 1-12 for VLAN 10, 13-24 for VLAN 146, and 25 for the uplink between the two switches.

  • Untag ports 1-12 on VLAN 10 and change the PVID to 10
  • Untag ports 13-24 on VLAN 146 and change the PVID to 146
  • Tag port 25 on both VLANs and leave the PVID as 1

For the 5212, we'll use ports 1-12 for VLAN 10, 13-23 for VLAN 146, and 24 for the uplink.

  • Untag ports 1-12 on VLAN 10 and change the PVID (native vlan) to 10
  • Untag ports 13-23 on VLAN 146 and change the PVID to 146
  • Tag port 24 on both VLANs and leave the PVID as 1

With this configuration, systems on VLAN 10 should only communicate with VLAN 10 and systems on VLAN 146 should only communicate with VLAN 146.

If you want to manage the switches, you will need to configure a port as untagged on VLAN 1 with a PVID of 1. The mangement VLAN cannot be changed from VLAN 1 on the 3024, so I would leave the ip address on the 5212 bound to VLAN 1 as well.

1 Message

October 31st, 2003 17:00

GregG, 

What you said may be correct. But, then two vlans have to share one gigabit port between two switches. If both vlan want 1Gb/s throughput, what are you going to do?

 

6 Posts

October 31st, 2003 18:00

well greg is incorrect on a couple of things a 5212 is a twelve port gigabit switch... so what he said really does not fit what i have.. and setup the way he told me to the 3024 blocks the port the 5212 is connecting too whenever i plug it in and cannot figure out why...

 

2 Intern

 • 

812 Posts

November 4th, 2003 11:00

I apologize for the confusion on the ports. I started out with an example of a 5212, but began describing how to configure a 5224. The same configuration would work for a 5212, you would just need to change the port numbers.

As for the question about a dedicated 1Gb uplink per VLAN, this is not something that can be acheived using these switches. To achieve this, you would need a separate uplink for each VLAN. As the switches use a per-bridge spanning tree, multiple uplinks to the same switch will be blocked to prevent bridging loops. If your bandwidth utilization on the single uplink is creating a bottleneck, you could create a link aggregation group (port trunk) between the two switches to increase your total bandwidth available.

No Events found!

Top