Hi again. Once again I need your help.
At the company I work we use Avaya IP Phones (models 4610sw and 1608) with Cisco PoE switches. The configurations is very basic, we just set the port connecting the phone to "switchport voice vlan xx". How would I do that on a 4550T? My current configuration is the following:
vlan ports 1/1-48 filter-unregistered-frames disable
vlan ports 1/49-50 tagging tagAll filter-unregistered-frames disable
vlan ports 2/1-48 filter-unregistered-frames disable
vlan ports 2/49-50 tagging tagAll filter-unregistered-frames disable
vlan configcontrol flexible
vlan members 1 NONE
vlan members 2-5,7-19 1/49-50,2/49-50
vlan members 6 1/2,1/49-50,2/49-50
vlan ports 1/2 pvid 6
vlan ports 1/49-50,2/49-50 pvid 2
vlan configcontrol flexible
no auto-pvid
Lets say I want to put port 1/2 on voice vlan 7 and continue to receive traffic for data vlan 6. Would the following commands accomplish this?
vlan members 7 1/2
Are there any additional commands needed?
Thanks!