cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2072
Views
5
Helpful
5
Replies

service-policy input not works !!

Qudama Khalil
Level 1
Level 1

Hi all,

i have cisco 6504 i simply created object-group ip addresses and class-map and ip access list and policy but when i tried to applies that policy on my port channel it didn't apply any idea?

 

below some configuration :

 

interface Port-channel1
description IQ
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 231,737,738,890
switchport mode trunk
service-policy input Internet-Poli
spanning-tree portfast edge

======================================

object-group ip address GGC-Q
62.201.216.128 255.255.255.128
62.201.204.0 255.255.255.192
185.128.39.0 255.255.255.224

object-group ip address international-Q
185.128.37.24 255.255.255.248

======================================

class-map match-all GGC-Q
match access-group name GGC-Q

class-map match-all international-Q
match access-group name international-Q

======================================

policy-map Internet-Poli
class GGC-Q
police rate 250000000
conform-action transmit
exceed-action drop
class international-Q
police rate 25000000000
conform-action transmit
exceed-action drop
======================================

now i need to know where is the problem please ???

 

1 Accepted Solution

Accepted Solutions

the solution is :

on Port-channel1

mls qos vlan based 

serivce police input vlan/intrerface 

 

thanks.

View solution in original post

5 Replies 5

Jaderson Pessoa
VIP Alumni
VIP Alumni

Hello,

 

From the qos doc:

The following are restrictions and considerations for applying QoS features on EtherChannel and channel member interfaces:

 

  • QoS is not supported on an EtherChannel interface
  • QoS is supported on EtherChannel member interfaces in both ingress and egression directions. All EtherChannel members must have the same QoS policy applied. If the QoS policy is not the same, each individual policy on the different link acts independently.
  • On attaching a service policy to channel members, the following warning message appears to remind the user to make sure the same policy is attached to all ports in the EtherChannel: ' Warning: add service policy will cause inconsistency with port xxx in ether channel xxx. '.

https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/71600-tsqos-6k.html

 

I suggest you to apply it directly on pyshical interfaces.

Jaderson Pessoa
*** Rate All Helpful Responses ***

thanks alot for your replay but its also not works in direct phiscal interface
there is some thing missing that i dont discover it yet

balaji.bandi
Hall of Fame
Hall of Fame

Please follow the below example document :

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/qos.html

 

have you enabled global QoS configuraiton,

If not working, show us the more output and verion of IOS and supervision you have in the 6504

 

show version

show run full to see what you have configured.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(2)SY7, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Compiled Sun 13-Mar-16 07:31 by prod_rel_team

ROM: System Bootstrap, Version 12.2(17r)SX5, RELEASE SOFTWARE (fc1)
BOOTLDR: Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(2)SY7, RELEASE SOFTWARE (fc4)


how can i enable global QoS

the solution is :

on Port-channel1

mls qos vlan based 

serivce police input vlan/intrerface 

 

thanks.

Review Cisco Networking for a $25 gift card