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

QoS on 9200 firewall interface

 
Please explain to me if this will not disruption in my network.I am trying to remove the dafault   QoS  on firewall interfaces on the cisco 9200 stack.
I got this warning 
 
cisco-stack1(config)#interface te 1/1/1
cisco-stack1(config-if)#no service-policy output BUFFERS
Warning: - removal of service policy will cause inconsistency with TenGigabitEthernet4/1/1 in ether channel 1
 
I want to appply the existing QoS policy to the interface. I intend to use the following configuration.Please can you advice a sample configuration that may be more appropriate for a firewall interface
 
class-map match-any PRIORITY-QUEUE
 match dscp ef 
 
 policy-map 2P6Q3T
 class PRIORITY-QUEUE
  priority level 1
  police rate percent 10
 
interface te 1/0/24
service-policy output 2P6Q3T
1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @Temitopeogunwola ,

 

>>cisco-stack1(config)#interface te 1/1/1
cisco-stack1(config-if)#no service-policy output BUFFERS
Warning: - removal of service policy will cause inconsistency with TenGigabitEthernet4/1/1 in ether channel 1

 

As far I can understand the interface te1/1/1 is part of etherchannel 1 together with te4/1/1 in your C9200 stack.

IF the etherchannel 1 bundle is already working you must change the configuration in interface port-channel 1 mode, you should not try to change the configuration of a member link.

This is very important as it can have an impact on your network as one link or even both member links can go to errordisable state.

As noted above for links part of a working bundle make the changes in port-channel X interface

 

Hope to help

Giuseppe