S5#sh run int fa 0/24 Building configuration... Current configuration : 130 bytes ! interface FastEthernet0/24 switchport trunk encapsulation dot1q switchport mode trunk no ip address mls qos trust dscp end S5# RACK17AS>3 [Resuming connection 3 to r3 ... ] R3#sh run | b class class-map match-all dscp26 match dscp af31 ! note that the command was typed in as match dscp 26 and the router changed it class-map match-all dscp12 match dscp af12 class-map match-all dscp18 match dscp af21 ! ! policy-map Prob22 class dscp12 bandwidth percent 15 class dscp18 bandwidth percent 15 class dscp26 bandwidth percent 50 ! ! ! hutdown ! interface Serial1/2 ip address 180.40.7.1 255.255.255.224 max-reserved-bandwidth 80 service-policy output Prob22 no ip route-cache ip ospf cost 1 no ip mroute-cache R3#