Is there any limit on the number of VLANs that I can create and use on the Powerconnect 5548?
I have a 5548 Powerconnect connected to a Force48 s4810 switch. Today I have created and running about 15 VLANs and I need to create a new one. The default VLAN ID is 1 and I created a new VLAN ID 2 for this test.
I created a new VLAN on s4810 and configured it just like the other VLANs. In the uplink interface (te1 / 36), I added the interface to vlan as:
interface Vlan 2
tagged TenGigabitEthernet 1/36
!
On the Powerconnect 5548 side, the uplink is connected to interface Te1/0/1. This interface is configured as trunk mode:
interface tengigabitethernet1/0/1
description "Uplink DC"
switchport mode trunk
!
I configured an interface in the powerconnect 5548 to access this new VLAN.
interface gigabitethernet1/0/23
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 2 untagged
!
But when I connect a computer in this interface, nothing happens. I cannot see any traffic (since in this VLAN I have a test network running a DHCP server for example).
If I configure a interface on the switch Force10 s4810 and put the interface on the VLAN 2, I can see network traffic normally. In the other side of s4810, I have a Powerconnect 6248 connection and in this switch, the VLAN 2 works fine either. The problem only happens on the Powerconnect 5548. All the other VLANs are working fine, just the new one tha I've created is not working.
Am I missing something?