01-10-2008 02:29 AM - edited 03-05-2019 08:23 PM
Hi all,
I have a problem of making a trunk between catalyst 3560 and AT 8324. Both are 1 Gbps link and below is the configuration of the catalyst switch.
interface GigabitEthernet0/5
description trunk to ALLied_TELESYN
switchport access vlan 5
switchport trunk encapsulation dot1q
switchport mode trunk
duplex full
end
ANd in the allied telesyn switch i configured the uplink port with as a tagged port for all vlans ( total 5 Vlans).
But i am unable to get the Ip address from DHCP server.
Can some body help me how to complete this task.
Thanks
01-10-2008 04:05 AM
Hi,
On Cisco switch what is the native (not tagged) VLAN on trunk?
All VLAN on Cisco switch that must be passed to Allied Telesyn switch must be tagged.
A VLAN cannot be tagged on one side and tagged on the other side.
I hope this helps.
Best regards.
Massimiliano.
01-10-2008 04:33 AM
check ur configuration above..
u have configured the interface as both trunk and access.U can only do one.If u are trunking then remove the "switchport access vlan " cmd.Also give same native vlan on both end..
01-10-2008 05:02 AM
Hi,
You can also define switchport access vlan vlan-id when you configure a trunk port.
The commandswitchport access vlan vlan-id : (Optional) Specify the default VLAN, which is used if the interface stops trunking.
Best regards.
Massimiliano.
01-10-2008 05:12 AM
ooo g8..that was a new info for me..thanks..
I know we r diverting form topic ,but still for clarification..
but again see the next para on the link u send,there its mentioned "To disable trunking, use the switchport mode access interface configuration command to configure the port as a static-access port."
so doent configuring that above make your trunk diable..or i am misundetstanding the sentence???or is that if u specify a vlan id also with it then trunking is not disabled??
01-10-2008 05:35 AM
Hi,
If I well understand your question, here is the explanation:
Switchport access vlan vlan-id Specify the default VLAN, which is used if the interface stops trunking.
switchport MODE access is used to disable trunking. The key word is MODE.
I hope this helps.
Best regards.
Massimiliano.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide