cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
661
Views
1
Helpful
1
Replies

Problems configuring voice vlan on switch SG350

Jhony.Da
Level 1
Level 1

Hello,
Can anyone help me with the vlan voice commands for the SG350?
It turns out that I created a data vlan and a voice vlan, the problem is that when executing the voice vlan commands it doesn't take them and I searched the Internet and I think the commands are correct, but I may be missing some, so I ask for help if you can give me a hand.

The commands I have are the following:

int g0 / 2
  switchport access vlan 3
  switchport trunk native vlan 3
  switchport mode trunk
  switchport voice vlan 12 ---> this command doesn't work for me
  spanning-tree portfast

1 Reply 1

luis_cordova
VIP Alumni
VIP Alumni

Hi @Jhony.Da ,

 

Try leaving your interface like this:

 

int g0 / 2
  switchport access vlan 3 <-- data vlan

  switchport voice vlan 12 <-- voice vlan
  spanning-tree portfast

 

Regards