Unsolved
This post is more than 5 years old
13 Posts
0
16036
May 31st, 2013 10:00
VLAN question on a powerConnect 6248
I am trying to get vlan(s) to route on a powerconnect 6248 switch. I have 5VLAN set up with routing enabled. One Vlan works great but the others do not work without changing the port configuration. Here is an example of what I have setup:
VLANS
interface vlan 5
name "SAN"
routing
ip address 192.168.5.2 255.255.255.0
ip local-proxy-arp
exit
interface vlan 6
name "MC-Data"
routing
ip address 192.168.6.1 255.255.255.0
exit
interface vlan 7
name "Network"
routing
ip address 192.168.7.1 255.255.255.0
bandwidth 10000
ip mtu 1500
exit
interface vlan 10
name "Radiology"
routing
ip address 172.16.34.1 255.255.0.0
bandwidth 10000
ip local-proxy-arp
ip mtu 1500
exit
interface vlan 100
name "MC-Voice"
routing
ip address 192.168.100.9 255.255.255.0
exit
PORTS
I have my ports configured as general PVID 6 and 6 untagged and the rest tagged 5,7,10,100
interface ethernet 1/g19
switchport mode general
switchport general pvid 6
switchport general allowed vlan add 6
switchport general allowed vlan add 5,7,10,100 tagged
switchport general allowed vlan remove 1
exit
I can route perfectly to vlan 100 plugged into this port but can not see vlan 7, 10 without changing the PVID to the desired VLAN and making that VLAN untagged.
My question is why does vlan 100 work but not VLAN 7 and 10. I really want to have all the ports configured the same so I am not limited to what device can be plugged into the port. I am using VLAN to add addresses not really security.
Thanks, Don


dsmmh
13 Posts
0
May 31st, 2013 11:00
I have most all the ports configure just like port 19. I am just not sure why I can plug a device that has an ip address on vlan 6 or vlan 100 and they work fine. If I plug in a device with a IP on Valn 7 or 10 I have to reconfigure the port to make that vlan untagged before it will work.
Vlan 6 is our main network PC , switches, servers .
Vlan 7 is a new network that I want to move my workstation to.
Valn 10 is Radiology equipment
Vlan 100 is VOIP phone system.
Thanks, Don
dsmmh
13 Posts
0
May 31st, 2013 13:00
So it sounds like the only way to get this to work is change each port's PVID configuration to match what vlan that is plugged in? Most all the ports have a phone and PC that run off of the same port.
We tried to set up the voiceVlan but it did not work well with our Shoretel phone system.
Example if the PC is in vlan 6
switchport mode general
switchport general pvid 6
switchport general allowed vlan add 6
switchport general allowed vlan add 5,7,10,100 tagged
If PC is in vlan 7
switchport mode general
switchport general pvid 7
switchport general allowed vlan add 7
switchport general allowed vlan add 5,6,10,100 tagged
I was hoping I could configure all the ports the same so I would not be limited. Oh well!!!
Thanks for all the help,
Don