cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

SG-350 Voice and Data Vlan Setup questions

WaddyAUS
Level 1
Level 1

Hello,

I am hoping someone can help point me in the right direction here, I am looking for quite a basic setup. We have just purchased 6 x SG-350 and I am having trouble working out if my config is right.

 

I am used to Catalyst IOS and these switches have all this auto configuration/macros and do not support the IOS commands which I am familiar with. 

 

I am seeing two different Configs: GUI vs SSH which concerns me. Port Vlan Membership in GUI shows me 200 untagged?

 

I have yealink IP phones with a switch port so the PC and Phone Share same cable. 

 

End result I am trying to achieve.

Vlan 1 - Data - Untagged

Vlan 200 - Voice - Tagged

Gig 1 - Trunk Port connected to Cisco Router - allowing Vlan 1 and 200 access.

All other Switch Ports ports allow Vlan 1 &  Vlan 200.

QOS/Cos to prioritize Voice.

 

Current Config:

vlan database
vlan 200
exit
voice vlan id 200

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

!
interface vlan 1
ip address 192.168.1.250 255.255.255.0
no ip address dhcp
!
interface vlan 200
name Voice
ip address 192.168.201.250 255.255.255.0
!
interface GigabitEthernet3
spanning-tree link-type point-to-point
switchport mode trunk
macro description switch
!next command is internal.
macro auto smartport dynamic_type switch
!
interface GigabitEthernet4
switchport general allowed vlan add 200 tagged
switchport general allowed vlan add 1 untagged
switchport access vlan 200
!

Questions:

1. Does my config look ok?

2. Do I use enable Auto Voice Vlan if I don't have any supported phones?

3. Can I remove all these voice vlan oui-table add lines ?

 

GUI Screesnhots:

 

1.PNG2.PNG3.PNG4.PNG5.PNG6.PNG

 

Who Me Too'd this topic