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

SG-300 Voice VLAN oui-enabled failure

the79bomb
Level 1
Level 1

I am attempting to force all ShoreTel IP Phones onto the voice VLAN.  However despite various attempts the connected devices remain on the default VLAN.  Due to computers connected to the pass-through Ethernet ports on the phones we cannot use the primary VLAN for the port.

I have a phone with a computer in pass-through connected to gi6.  I have been attempting to coax the switch to place the phone on VLAN 10.  Yet I consistently receive the following output:

switchb#sh mac add int ge6
Flags: I - Internal usage VLAN
Aging time is 300 sec

    Vlan          Mac Address         Port       Type
------------ --------------------- ---------- ----------
     1         00:10:49:45:8c:26      gi6      dynamic
     1         08:2e:5f:07:b1:7d      gi6      dynamic

Running Config:

 

switchb#sh run
config-file-header
switchb
v1.4.8.6 / R800_NIK_1_4_202_008
CLI v1.0
set system mode switch

file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end 
!
vlan database
vlan 2,10,65,200-201
exit
voice vlan id 10
voice vlan state oui-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 001049 ShorTel
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______________
gvrp enable
hostname switchb
management access-list SSH
permit service ssh
exit
username Admin password encrypted xxx privilege 15
ip ssh server
ip ssh password-auth
ip ssh-client server authentication
!
interface vlan 1
 ip address 10.100.0.33 255.255.255.0
 no ip address dhcp
!
interface vlan 10
 name Voice
!
interface vlan 200
 name "Security"
!
interface vlan 201
 name "WiFi"
!
interface gigabitethernet6
 voice vlan enable
 no macro auto smartport
!
interface gigabitethernet23
 switchport trunk allowed vlan add 200-201
!
interface gigabitethernet24
 switchport trunk allowed vlan add 200-201
!
interface gigabitethernet47
 switchport trunk allowed vlan add 200-201
!
interface gigabitethernet48
 switchport trunk allowed vlan add 200-201
!
interface gigabitethernet49
 gvrp enable
 switchport trunk allowed vlan add 200-201
!
interface gigabitethernet50
 gvrp enable
 switchport trunk allowed vlan add 200-201
 !
interface gigabitethernet51
 gvrp enable
!
interface gigabitethernet52
 switchport trunk native vlan 10
!
exit
macro auto disabled
ip default-gateway 10.100.0.1
switchb#

I would greatly appreciate any insight or references pertaining to this issue.  I have seen several other posts regarding problems with Voice VLAN on SG300 series but none with a viable solution.  

 

Edit:
In anticipation of comments directing me to other methods of configuring voice VLAN - I do not have admin access to the phone configs.  We have worked with the vendor for a long time to attempt to have the phones request the correct VLAN.  It would work for a few days but invariably the phones would revert to the untagged VLAN.  We have given up on that method.  OUI worked on other branded switches with no problems.  Why does the SG300 punish admins with such malice?

1 Reply 1

Hi,

 According to Cisco doc "The switch default VLAN (VLAN 1, by default) cannot act as the Voice VLAN. "

 https://sbkb.cisco.com/CiscoSB/GetArticle.aspx?docid=7f52473b745644f5b961f893d4889b4d_Configuring_Voice_VLAN_on_Cisco_Managed_Switches.xml

 Did you enable VLAN oui and this does not work or you didn´t enable it ?