Hello,
I'm working on modifying some of our 3560 and 3750 switch configs to better accomodate Nortel IP 200x phones on a Cisco network, per Nortel's "ClientsInterop-cisco-L2" doc and I'm not seeing what I expect from one switch to the next.
Let's pretend a layout where an IP phone is connected directly to the WG switch P1, with no PC in the mix for the moment.
The phone connects to WG-FA/1. From there an uplink port, Gi0/1 connects the WG switch to a backbone switch on P Gi0/2.
When I look at the QOS stats via command Line, (show mls qos int [int] statistics),
I see COS 6 into the switch from the phone (fa/1),
and I see COS 5 and 6 outbound on the uplink (Gi0/1)
I see DSCP 40 and 46 into the switch from the phone (fa/1), and I see DSCP 40 and 46 outbound on the uplink (Gi0/1)
- all well and good. But when I look at stats on the backbone switch for int Gi0/2 I see:
***
DSCP 40 and 46 inbound, which is fine,
but COS 5 Inbound instead of 6.
***
My WG switch Global config (as pertinent to QOS)
mls qos map cos-dscp 0 8 16 24 32 40 46 56
mls qos srr-queue input bandwidth 90 10
mls qos srr-queue input priority-queue 2 bandwidth 30
mls qos
and the Fa/1 int config QOS settings are:
switchport voice vlan 100
priority-queue out
mls qos trust dscp
and the uplink port:
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
priority-queue out
mls qos trust dscp
macro description cisco-switch
spanning-tree link-type point-to-point
Since I see pretty much what I expect entering and leaving the WG switch, I assume I'm ok here.
On the BB switch, the global QOS settings are:
mls qos map cos-dscp 0 8 16 24 32 40 46 56
mls qos srr-queue input bandwidth 90 10
mls qos srr-queue input priority-queue 2 bandwidth 30
mls qos
- the same as WG -
the Uplink port settings are:
switchport trunk encapsulation dot1q
switchport mode trunk
priority-queue out
mls qos trust dscp
macro description cisco-switch
spanning-tree link-type point-to-point
I has to be something dumb I'm overlooking. Can anyone see why I am getting CoS 5 into the bb uplink switch instead of CoS 6?
Thx
Tarred&Fractured
I'm working on modifying some of our 3560 and 3750 switch configs to better accomodate Nortel IP 200x phones on a Cisco network, per Nortel's "ClientsInterop-cisco-L2" doc and I'm not seeing what I expect from one switch to the next.
Let's pretend a layout where an IP phone is connected directly to the WG switch P1, with no PC in the mix for the moment.
The phone connects to WG-FA/1. From there an uplink port, Gi0/1 connects the WG switch to a backbone switch on P Gi0/2.
When I look at the QOS stats via command Line, (show mls qos int [int] statistics),
I see COS 6 into the switch from the phone (fa/1),
and I see COS 5 and 6 outbound on the uplink (Gi0/1)
I see DSCP 40 and 46 into the switch from the phone (fa/1), and I see DSCP 40 and 46 outbound on the uplink (Gi0/1)
- all well and good. But when I look at stats on the backbone switch for int Gi0/2 I see:
***
DSCP 40 and 46 inbound, which is fine,
but COS 5 Inbound instead of 6.
***
My WG switch Global config (as pertinent to QOS)
mls qos map cos-dscp 0 8 16 24 32 40 46 56
mls qos srr-queue input bandwidth 90 10
mls qos srr-queue input priority-queue 2 bandwidth 30
mls qos
and the Fa/1 int config QOS settings are:
switchport voice vlan 100
priority-queue out
mls qos trust dscp
and the uplink port:
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
priority-queue out
mls qos trust dscp
macro description cisco-switch
spanning-tree link-type point-to-point
Since I see pretty much what I expect entering and leaving the WG switch, I assume I'm ok here.
On the BB switch, the global QOS settings are:
mls qos map cos-dscp 0 8 16 24 32 40 46 56
mls qos srr-queue input bandwidth 90 10
mls qos srr-queue input priority-queue 2 bandwidth 30
mls qos
- the same as WG -
the Uplink port settings are:
switchport trunk encapsulation dot1q
switchport mode trunk
priority-queue out
mls qos trust dscp
macro description cisco-switch
spanning-tree link-type point-to-point
I has to be something dumb I'm overlooking. Can anyone see why I am getting CoS 5 into the bb uplink switch instead of CoS 6?
Thx
Tarred&Fractured