01-08-2020 02:10 AM
Dear All,
We have a SG350-28P PoE switch and we are looking to configure Voice and Data on a single port.
I have the catalyst switch configuration and its working i am looking for the SG series configuration and have watched some vidoes on youtube. It seems that i need to tag the Voice VLAN, so i am looking for a working voice vlan and data vlan configuration for the same. Request you all to share with me the working CLI configuraiton example for the same..
Regards
Solved! Go to Solution.
01-08-2020 05:48 PM
the standard config should work. (make sure you understand the syntax, if you doing live environment the port will go down and up).
(config)#voice vlan id 100
(config)#voice vlan state auto-enabled
(config)#interface fa1 <--change the interface or range depends on the requirement
(config-if-range)#switchport trunk native vlan 101
(config-if-range)#switchport trunk allowed vlan add 100
06-24-2021 03:04 AM
Hi guys,
This is the solutions you need to know about how to configure Voice and Data VLAN by using the same network cable on Cisco SG-300 Series manage switchs.
I'm using Cisco SG-350-28P and I have configure interface g17 to handle traffice for Vlan12(Vocie) (I'm using Zycoo Deskphone)and VLAN16(Data), both of them used shared network cable together.
=> Configuration
Switch#show running-config
config-file-header
SW-0018
v2.5.7.85 / RCBS3.1_930_871_059
CLI v1.0
file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
!
unit-type-control-start
unit-type unit 1 network gi uplink none
unit-type-control-end
!
vlan database
vlan 12,15-16
exit
voice vlan id 12
voice vlan state auto-enabled
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
bonjour interface range vlan 1
ip ssh server
ip https certificate 2
!
interface GigabitEthernet17
description Connected_to_IPphone_desktop
switchport mode general
switchport general allowed vlan add 12 tagged
switchport general allowed vlan add 16 untagged
switchport general pvid 16
!
interface GigabitEthernet26
description Up_link
switchport mode trunk
switchport trunk native vlan 15
switchport trunk allowed vlan 12,15-16
01-08-2020 05:48 PM
the standard config should work. (make sure you understand the syntax, if you doing live environment the port will go down and up).
(config)#voice vlan id 100
(config)#voice vlan state auto-enabled
(config)#interface fa1 <--change the interface or range depends on the requirement
(config-if-range)#switchport trunk native vlan 101
(config-if-range)#switchport trunk allowed vlan add 100
01-08-2020 08:05 PM
Thanks a lot..
01-15-2020 09:48 PM
Hello Balaji,
Just to make sure here data vlan is 101 and voice vlan is 100..
can you confirm the same..
Regards,
01-16-2020 12:26 AM
change the config as per the requirement, voice and data
create a voice vlan 100 flip the confg.
01-16-2020 01:57 AM
Hello,
Can you please update me the sample config template..
Is this correct
Inteface <>
switchport mode access
switchport mode access <data vlan?
switchport voice vlan <voice vlan>
spanning-tree portfast
06-24-2021 03:04 AM
Hi guys,
This is the solutions you need to know about how to configure Voice and Data VLAN by using the same network cable on Cisco SG-300 Series manage switchs.
I'm using Cisco SG-350-28P and I have configure interface g17 to handle traffice for Vlan12(Vocie) (I'm using Zycoo Deskphone)and VLAN16(Data), both of them used shared network cable together.
=> Configuration
Switch#show running-config
config-file-header
SW-0018
v2.5.7.85 / RCBS3.1_930_871_059
CLI v1.0
file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
!
unit-type-control-start
unit-type unit 1 network gi uplink none
unit-type-control-end
!
vlan database
vlan 12,15-16
exit
voice vlan id 12
voice vlan state auto-enabled
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
bonjour interface range vlan 1
ip ssh server
ip https certificate 2
!
interface GigabitEthernet17
description Connected_to_IPphone_desktop
switchport mode general
switchport general allowed vlan add 12 tagged
switchport general allowed vlan add 16 untagged
switchport general pvid 16
!
interface GigabitEthernet26
description Up_link
switchport mode trunk
switchport trunk native vlan 15
switchport trunk allowed vlan 12,15-16
06-24-2021 03:25 AM
is this solution or posting as problem ?
12-27-2021 07:11 PM
this is a solutions brother. It's working with my environment
12-27-2021 07:10 PM
And please make sure we have enable LLDP services on interface that connected to IP phone like (Zycoo) to let switch and IPphone could understand each others.
Switch(config)#interface GigabitEthernet17
Switch(config-if)#lldp receive
Switch(config-if)#lldp transmit
12-27-2021 09:32 PM
Thanks a lot Chantha
09-19-2022 06:04 AM
Hi I am experiencing similar issue on SG350 data vlan and voice vlan are configured but i have seen that ones the configuration is done switchport mode general it works but the next it automatically changes to switchport mode trunk and everything stops working..i have attached the configuration file can anyone suggest me why this is happening?
04-12-2023 07:10 AM - edited 04-12-2023 07:12 AM
my bad, i posted on a wrong thred
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