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

Catalyst 2960 voice and data vlan creation

seliem
Level 1
Level 1

hello everyone,

i am new to this, so i apologize

we have a home edition FW (sophos XG), a cloud PBX including two PCs holding SBCs, at the office we have some agents using IP phone and some just using web-client.

how to setup voice and data ports on the catalyst switch ?

is there a difference between people using IP phone and others using web-client ?

 

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

"how to setup voice and data ports on the catalyst switch ?"

Usually like this example: (BTW, you determine the VLANs you wish to use for data and voice.)

Switch(config)#interface GigabitEthernet 0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 100
Switch(config-if)#switchport voice vlan 101
Switch(config-if)#exit
Switch(config)

"is there a difference between people using IP phone and others using web-client ?"

Maybe, maybe not.  Often IP phones are set to work with tagged frames, as in the above example config.  Web-clients might only support using the data (untagged) VLAN on the access port.