03-21-2013 09:06 AM - edited 03-07-2019 12:24 PM
Hi,
Given the following configuration in a uplink port
interface GigabitEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
queue-set 2
mls qos trust cos
auto qos voip trust
My understanding is that it will apply the QoS based on the CoS and
the packets will not be remark i.e. DSCP will stay untouched (auto qos voip trust)
Now with this configuration
interface FastEthernet0/48
switchport access vlan 175
switchport mode access
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 8 0 0 0
mls qos trust dscp
auto qos voip trust
Will it remark the CoS of the input packets?
Thanks,
Jaime Cadete
03-21-2013 11:02 AM
Dear
because you configure your switchport as access mode , the port trust state to Cos . If the port is not configured with the switchport command, sets the port trust state to trust DSCP,Kindly find the below link
CoS value | # 0 | # 1 | # 2 | # 3 | # 4 | # 5 | # 6 | # 7 |
DSCP value | # 0 | # 8 | # 16 | # 24 | # 32 | # 40 | # 48 | # 56 |
thank you
please rate
03-21-2013 11:10 AM
Hi,
My question is will it remark the CoS (according with the DSCP) of the input packets in port Fa0/48 with that config?
Thanks,
Jaime Cadete
03-21-2013 01:19 PM
HI
yes , you are completely true and i give you the reason above.
thak you
please rate if this will help
03-21-2013 02:32 PM
Hi,
Where exactly do you see the reason?
I cannot find the exact answer.
So the "auto qos voip trust" command would be redundant,
but in a cos trust port the dscp are not remarked.
Thanks,
Jaime Cadete
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide