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

Voice vlan problem

Nub65
Level 1
Level 1

Hello,

I have a problem with a switch port, it can not identify voice vlan. Both mac addresses it receives on a interfaces considers to be on access vlan, so phone cant get mac address from the voice pool.

Could anyone please help me on this issue?

 

switchport access vlan 20
switchport mode access
switchport voice vlan 30
switchport port-security maximum 2
switchport port-security violation restrict
switchport port-security mac-address sticky
switchport port-security mac-address sticky 1111.1111.111.1111
switchport port-security mac-address sticky 2222.222.222.2222
switchport port-security
spanning-tree portfast edge
spanning-tree bpduguard enable  

 

1 Reply 1

switchport port-security mac-address 1111.1111.1111 vlan 20

switchport port-security mac-address 2222.2222.2222 vlan 30

 

You can't do 'sticky' with this command, though. You'd have to hard-code. And that command is not available on all switches. What model switch are you working with?

 

Maren