Unsolved
This post is more than 5 years old
1 Message
0
19819
August 29th, 2005 15:00
PowerConnect 2724 - Managed Mode - Interfacing with A Cisco Router
My Company just purchased a PowerConnect 2724 switch. We placed the switch in Managed Mode. Two VLANs have been created, VLAN 10, and VLAN 20. These VLANs have also been established on a CISCO router that we need to interface to the switch. VLAN 10 will be used for private interfaces on different computers, and VLAN 20 will be used for the computers public interfaces. Ports 2 through 12 belong to VLAN 10, and 13-24 belong to VLAN 20. Port 24 belongs to both VLAN 10 and 20. This was done in an attempt to create a form of a "Trunk" port. All traffic should be forwarded out the trunk port so traffic can be routed by the CISCO router. I was wondering if this has been done by anyone, and if so, how was it accomplished.
No Events found!


DELL-Cuong N.
1K Posts
0
August 29th, 2005 17:00
su_A_ve
1 Rookie
•
100 Posts
0
October 3rd, 2005 20:00
Message Edited by su_A_ve on 10-03-2005 05:14 PM
DELL-Cuong N.
1K Posts
0
October 5th, 2005 16:00
On the trunk port (port 24), add this port to both your VLANs. Since this is a trunk port, likely you will not want "untagged" traffic to be admitted to the port since you only want the VLANs configured to go through the two swiches (27xx and the Cisco switch) to pass through the trunk, you should set the "Frame Type" to "Admit Tag Only". This means that only packets that are tagged with the VLAN ID to which the trunk port also belongs will be allowed to pass through the trunk port. You may set the PVID to 4095 which is the discard VLAN so that when untagged traffic are sent to the switch it will be discarded. You may also set the PVID to either of the two VLANs to which this port belongs since you also setup the "Frame Type" to "Admin Tag Only" it means that the switch won't accept untagged anyway. I don't think you want to leave the PVID to 1 though.
On the access ports, you should set the VLAN membership to whatever VLAN they supposed to be and make sure the PVID for those ports are also setup to the same VLAN #. Set the mode to "U" for untagged in the VLAN membership page. This means that when the packet is accepted on the port, if it is untagged it will automatically be tagged as the correct VLAN # (based on PVID). If packet is sent out the port it will be sent "untagged". This means that your NICs on the host connecting to these access ports need not be VLAN aware. Otherwise you have to setup these NICs to tag traffic with the correct VLAN #.
Cuong.
DELL-Cuong N.
1K Posts
0
October 5th, 2005 17:00
BTW on the trunk port make sure you add the VLAN membership as "T".
Also it seems that you posted your question twice? I'm answering this question here but noticed that I'm also answering the same question also from you on another thread :-). I guess if this thread is answering your question then I'm going to ignore the other one.
Cuong.
su_A_ve
1 Rookie
•
100 Posts
0
October 5th, 2005 17:00
The 27xx series technically belongs to both, and this question to the managed side of things.
Thanks. I only have a problem with not being able to TAG VLAN 1 (posted another message about it in the unmanged forum).