Tech Lead
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Tech Lead
Region : UnitedStates
Model : TL-SG3424P
Hardware Version : V2
Firmware Version : 1.0.6.0
ISP : Not Relevant
I am trying to configure Voice VLANs from the CLI so that Polycom Phones (vvx300) will be auto-configured to VLAN 100 Tagged, and PC pass-through traffic will be VLAN 10 Untagged. On this specific example, traffic enters and enters the switch on port 24 Trunked.
Expected behavior: Phones in factory condition plug into port 1-23, move to VLAN 100, receive DHCP and are provisioned by server.
Observed behavior: all devices on ports 1-23 move to VLAN 10 or VLAN 100 regardless of device type or OUI, phones are not moved to VLAN 100.
What am I doing wrong? Basically I want phones on VLAN 100 Tagged and everything else on VLAN 10 untagged.
The following are the commands entered (no errors from commands entered):
vlan 10
exit
vlan 100
exit
voice vlan mac-address 00:04:F2:00:00:00 mask FF:FF:FF:00:00:00 description Polycom
voice vlan 100
lldp
interface range gigabitEthernet 1/0/2-23
switchport mode general
switchport general allowed vlan 100 tagged
switchport general allowed vlan 10 untagged
switchport pvid 10
exit
interface gigabitEthernet 1/0/24
switchport mode trunk
switchport trunk allowed vlan 10,100
exit
Any help would be greatly appreciated.
Model : TL-SG3424P
Hardware Version : V2
Firmware Version : 1.0.6.0
ISP : Not Relevant
I am trying to configure Voice VLANs from the CLI so that Polycom Phones (vvx300) will be auto-configured to VLAN 100 Tagged, and PC pass-through traffic will be VLAN 10 Untagged. On this specific example, traffic enters and enters the switch on port 24 Trunked.
Expected behavior: Phones in factory condition plug into port 1-23, move to VLAN 100, receive DHCP and are provisioned by server.
Observed behavior: all devices on ports 1-23 move to VLAN 10 or VLAN 100 regardless of device type or OUI, phones are not moved to VLAN 100.
What am I doing wrong? Basically I want phones on VLAN 100 Tagged and everything else on VLAN 10 untagged.
The following are the commands entered (no errors from commands entered):
vlan 10
exit
vlan 100
exit
voice vlan mac-address 00:04:F2:00:00:00 mask FF:FF:FF:00:00:00 description Polycom
voice vlan 100
lldp
interface range gigabitEthernet 1/0/2-23
switchport mode general
switchport general allowed vlan 100 tagged
switchport general allowed vlan 10 untagged
switchport pvid 10
exit
interface gigabitEthernet 1/0/24
switchport mode trunk
switchport trunk allowed vlan 10,100
exit
Any help would be greatly appreciated.