::
Computers & Technology
sample extreme newtork switch configuration for ip phone
SpiderTip
Posted: 2015-07-08
If you have your voice and data network VLans setup and ready and wondering how to to get your IP Phone configured so it gets its voice configuration through the data port.
Here is the commands to run to set that up:
sw# configure vlan "Data" add ports 9
sw# configure vlan "Voice" add ports 9 tagged
This examples assumes your data vlan is called "Data" and your voice vlan is called "Voice".
Equivalent Cisco commands would be:
Switch#conf t
Switch(config)#interface g1/0/9
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 1
Switch(config-if)#switchport voice vlan 3