Hi All,
We're due to start installing ShoreTel kit next week onto our Cisco network. I'm trying to swap up on what config to use for a port on our 3750's (we use 3750's for everything, access switches, and as a core router stack)... the recommended config for phones (shared with a PC) seems to be this:
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 16
to put the PC into vlan 16, and the phone would read from DHCP which vlan (vlan 11 in our case) it should go into and reboot to that vlan.
That sounds fine.. but people also seem to be using the following style of config (which has previously worked for me on Avaya kit):
switchport access vlan 16
switchport mode access
switchport voice vlan 11
Does anyone know if that second example works fine with ShoreTel phones? I (and I don't know why) would tend to prefer not to trunk everything, so the second option seems more appealing.
Opinions please?
Also... while I have your attention... help with QoS would be great as I've never done it before.
I've enabled "mls qos" on the switches globally... and per port people seem to be suggesting a setup like this:
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
mls qos trust cos
auto qos voip trust
Is that all I need to do per port etc? From what I can work out, the last line there should make the switches setup the CoS-to-DSCP map settings (whatever they are) automatically without me having to do anything else?
Many thanks for your help and fast responce.
Kind Regards,
Steve
We're due to start installing ShoreTel kit next week onto our Cisco network. I'm trying to swap up on what config to use for a port on our 3750's (we use 3750's for everything, access switches, and as a core router stack)... the recommended config for phones (shared with a PC) seems to be this:
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 16
to put the PC into vlan 16, and the phone would read from DHCP which vlan (vlan 11 in our case) it should go into and reboot to that vlan.
That sounds fine.. but people also seem to be using the following style of config (which has previously worked for me on Avaya kit):
switchport access vlan 16
switchport mode access
switchport voice vlan 11
Does anyone know if that second example works fine with ShoreTel phones? I (and I don't know why) would tend to prefer not to trunk everything, so the second option seems more appealing.
Opinions please?
Also... while I have your attention... help with QoS would be great as I've never done it before.
I've enabled "mls qos" on the switches globally... and per port people seem to be suggesting a setup like this:
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
mls qos trust cos
auto qos voip trust
Is that all I need to do per port etc? From what I can work out, the last line there should make the switches setup the CoS-to-DSCP map settings (whatever they are) automatically without me having to do anything else?
Many thanks for your help and fast responce.
Kind Regards,
Steve
Comment