I'm stuck on setting up a VLAN using the CLI of a DES-3526. Right now, the configuration looks like this:
A Cisco ASR1002 connects to a DES-3526. That DES-3526 then connects to another DES-3526 which then connects to the Server. There are 2 vLANs I'm working with, 'default' for management, and 'v2' for Internet.
There are a total of 4 devices.
1 - Cisco (the Cisco router)
2 - DES-3526_A (the 1st switch)
3 - DES-3526_B (the 2nd switch)
4 - Server (the server)
They are connected like this:
Cisco -> DES-3526_A : Port 26
DES-3526_A : Port 5 -> DES-3526_B : Port 26
DES-3526_B : Port 24 -> Server
When I hook up a server to DES-3526_A and untag that port on v2, it works exactly as expected. However when the Server is connected to DES-3526_B and Port 24 (or any port really) is untagged, it does not work.
Here is a "show vlan" for both DES-3526_A and DES-3526_B. Does anyone see anything noticeably wrong? Am I just doing this the wrong way? Is there something that needs to be enabled to allow switch-to-switch vLAN like this?
=============================
==============
DES-3526_A
==============
VID : 1 VLAN Name : default
VLAN TYPE : static Advertisement : Enabled
Member ports : 5,26
Static ports : 5,26
Current Tagged ports : 5,26
Current Untagged ports :
Static Tagged ports : 5,26
Static Untagged ports :
Forbidden ports :
VID : 2 VLAN Name : v2
VLAN TYPE : static Advertisement : Disabled
Member ports : 1-26
Static ports : 1-26
Current Tagged ports : 5,26
Current Untagged ports : 1-4,6-25
Static Tagged ports : 5,26
Static Untagged ports : 1-4,6-25
Forbidden ports :
==============
DES-3526_B
==============
VID : 1 VLAN Name : default
VLAN TYPE : static Advertisement : Enabled
Member ports : 26
Static ports : 26
Current Tagged ports : 26
Current Untagged ports :
Static Tagged ports : 26
Static Untagged ports :
Forbidden ports :
VID : 2 VLAN Name : v2
VLAN TYPE : static Advertisement : Disabled
Member ports : 1-26
Static ports : 1-26
Current Tagged ports : 26
Current Untagged ports : 1-25
Static Tagged ports : 26
Static Untagged ports : 1-25
Forbidden ports :
=============================
Thanks for any help!