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

problem qos on c3750x Stack

lbellicaud
Level 1
Level 1

Hi All,

I want classify and marking traffic on access port with C3750x Ios:12.2(58)SE2 Lanbase but i don't have any packet.

With the same configuration on C6500 it's ok.

Here my configuration on Switch:

!

interface GigabitEthernet1/0/1

switchport access vlan 25

switchport mode access

service-policy input policy-port-PM

!

mls qos

mls qos map cos-dscp 0 8 16 26 32 46 48 56

!

class-map match-all gold-CM

description Classification des flux Gold

match access-group name multicast-gold-ACL

class-map match-all bronze-CM

description Classification des flux Bronze

match access-group name bronze-ACL

class-map match-all silver-CM

description Classification des flux Silver

match access-group name silver-ACL

class-map match-all priority-queue-CM

description Classification des flux voix

match access-group name priority-ACL

!

policy-map policy-port-PM

class priority-queue-CM

   set dscp ef

class gold-CM

   set dscp af41

class silver-CM

   set dscp af31

class bronze-CM

   set dscp af21

class class-default

   set dscp default

!

!

ip access-list extended bronze-ACL

permit ip any 192.168.23.0 0.0.0.255

ip access-list extended multicast-gold-ACL

permit ip any 239.0.0.0 0.255.255.255

ip access-list extended priority-ACL

permit ip any 10.239.25.0 0.0.0.255

permit ip any 192.168.24.0 0.0.0.255

ip access-list extended silver-ACL

permit ip any 192.168.21.0 0.0.0.255

!

Here result:

!

sh policy-map int gi1/0/1

GigabitEthernet1/0/1

Service-policy input: policy-port-PM

   Class-map: priority-queue-CM (match-all)

     0 packets, 0 bytes

     5 minute offered rate 0 bps, drop rate 0 bps

     Match: access-group name priority-ACL

   Class-map: gold-CM (match-all)

     0 packets, 0 bytes

     5 minute offered rate 0 bps, drop rate 0 bps

     Match: access-group name multicast-gold-ACL

   Class-map: silver-CM (match-all)

     0 packets, 0 bytes

     5 minute offered rate 0 bps, drop rate 0 bps

     Match: access-group name silver-ACL

   Class-map: bronze-CM (match-all)

     0 packets, 0 bytes

     5 minute offered rate 0 bps, drop rate 0 bps

     Match: access-group name bronze-ACL

   Class-map: class-default (match-any)

     0 packets, 0 bytes

     5 minute offered rate 0 bps, drop rate 0 bps

     Match: any

!

Thanks for your help

1 Accepted Solution

Accepted Solutions

acampbell
VIP Alumni
VIP Alumni

Hi,

Please look at the link to the config guide

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750x_3560x/software/release/12.2_58_se/configuration/guide/swqos.html

Table 37-15 Commands for Displaying Standard QoS Information

show policy-map [policy-map-name [class class-map-name]]

Display QoS policy maps, which define classification criteria for incoming traffic.

Note Do not use the show policy-map interface privileged EXEC command to display classification information for incoming traffic. The control-plane and interface keywords are not supported, and the statistics shown in the display should be ignored.

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

View solution in original post

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi,

Please look at the link to the config guide

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750x_3560x/software/release/12.2_58_se/configuration/guide/swqos.html

Table 37-15 Commands for Displaying Standard QoS Information

show policy-map [policy-map-name [class class-map-name]]

Display QoS policy maps, which define classification criteria for incoming traffic.

Note Do not use the show policy-map interface privileged EXEC command to display classification information for incoming traffic. The control-plane and interface keywords are not supported, and the statistics shown in the display should be ignored.

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.
Review Cisco Networking for a $25 gift card