cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11619
Views
6
Helpful
12
Replies

SG350-28P Voice and Data VLAN config on a Single Port

ranjit123
Level 3
Level 3

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

2 Accepted Solutions

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

chantha
Level 1
Level 1

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

View solution in original post

12 Replies 12

balaji.bandi
Hall of Fame
Hall of Fame

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

 

Thanks a lot..

Hello Balaji,

 

Just to make sure here data vlan is 101 and voice vlan is 100..

 

can you confirm the same..

 

Regards,

 

change the config as per the requirement, voice and data

 

create a voice vlan 100 flip the confg.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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

 

 

chantha
Level 1
Level 1

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

is this solution or posting as problem ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

this is a solutions brother. It's working with my environment

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

Thanks a lot Chantha

sathyajith
Level 1
Level 1

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?

my bad, i posted on a wrong thred

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Switch products supported in this community
Cisco Business Product Family
  • CBS110
  • CBS220
  • CBS250
  • CBS350
Cisco Switching Product Family
  • 110
  • 200
  • 220
  • 250
  • 300
  • 350
  • 350X
  • 550X