07-06-2016 09:40 AM - edited 03-08-2019 06:31 AM
Dear All,
I have a study Lab environment with a cisco ASA5510 facing the internet, the ASA is directly connected to a c3560G PoE which serve as the main switch of my LAN. I would like to integrate a UC540 device to serve my internal clients for calls etc...
My question are these:
1. How can I configure the connection between the UC540 and the c3560G switch (e.g. Trunk port)
2. Where can I place the UC540, if it will need an internet connection
Many thanks.
Kind regards,
Ben
Solved! Go to Solution.
07-06-2016 10:33 AM
Hi,
You can configure the port connecting to UC540 as trunk if you have more than one vlan on it. If you are going to have only one vlan than you can configure it as access port. As for your second question, since the server is connecting to the same switch you can put it in a different vlan than your users.
HTH
07-06-2016 12:38 PM
below is the config to create a trunk between the UC540 and the switch. Unless there is a reason to put the "data" vlan on the UC540 then i wouldn't add it just to keep everything simple. Also, it's best practice not to use VLAN 1 for 'production' traffic although it will work fine if you do, especially in a lab.
http://www.ciscopress.com/articles/article.asp?p=2181837&seqNum=11
===================
On the UC540
interface GigabitEthernet0/0.1
description ***DATA***
encapsulation dot1Q 1 native
ip address x.x.x.x 255.255.0.0
!
interface GigabitEthernet0/1.100
description ***VOICE****
encapsulation dot1Q 100
ip address y.y.y.y 255.255.255.0
=======================================
on the switch
interface gig0/0
switchport mode trunk
switchport trunk encapsulation dot1q
switchport nonegotiate
================
07-06-2016 10:33 AM
Hi,
You can configure the port connecting to UC540 as trunk if you have more than one vlan on it. If you are going to have only one vlan than you can configure it as access port. As for your second question, since the server is connecting to the same switch you can put it in a different vlan than your users.
HTH
07-06-2016 12:09 PM
Hi,
Yes, I have 2 vlans on the UC540 which are VLAN 1 (default) for Data and VLAN 100 for Voice. I would much appreciate to have a link guiding me to configure the trunk port between the UC540 and the switch.
On my internal LAN I have 5 VLANs including VLAN 20 for my clients (Windows 7-10) it is good idea to delete Vlan1 (Data) on the UC540 and create Vlan 20 to match my internal clients?
Regards,
Ben
07-06-2016 12:38 PM
below is the config to create a trunk between the UC540 and the switch. Unless there is a reason to put the "data" vlan on the UC540 then i wouldn't add it just to keep everything simple. Also, it's best practice not to use VLAN 1 for 'production' traffic although it will work fine if you do, especially in a lab.
http://www.ciscopress.com/articles/article.asp?p=2181837&seqNum=11
===================
On the UC540
interface GigabitEthernet0/0.1
description ***DATA***
encapsulation dot1Q 1 native
ip address x.x.x.x 255.255.0.0
!
interface GigabitEthernet0/1.100
description ***VOICE****
encapsulation dot1Q 100
ip address y.y.y.y 255.255.255.0
=======================================
on the switch
interface gig0/0
switchport mode trunk
switchport trunk encapsulation dot1q
switchport nonegotiate
================
07-07-2016 04:18 AM
Many thanks,
It is working now but I am still not able to Telnet or SSH to the UC540 from inside the LAN. Please what shall I unable on the device to allow remote connection.
Regards,
Ben
07-06-2016 12:42 PM
Hi,
Correct, I would use a different vlan and not use vlan1 at all.
As for UC540 configuration, I am not familiar with that but here is a document that maybe helpful.
https://supportforums.cisco.com/document/36391/uc540-tel-4-sip-trunk-configuration
HTH
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