cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
3191
Views
10
Helpful
3
Replies

CRS traffic shaping and policing

Hello,

i just moved services from GSR 12404 to CRS1/8 and there is no possibility do add service-policy to L3 subinterface.

RP/0/RP0/CPU0:XXX#conf t

Fri Dec  9 09:25:55.690 CET

RP/0/RP0/CPU0:XXX(config)#interface tenGigE 0/0/0/0.900

RP/0/RP0/CPU0:XXX(config-subif)#service-policy input 300mbps

RP/0/RP0/CPU0:XXX(config-subif)#commit

Fri Dec  9 09:26:06.587 CET

% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed' from this session to view the errors

RP/0/RP0/CPU0:XXX(config-subif)#show configuration failed

Fri Dec  9 09:26:11.842 CET

!! SEMANTIC ERRORS: This configuration was rejected by

!! the system due to semantic errors. The individual

!! errors with each failed configuration command can be

!! found below.

interface TenGigE0/0/0/0.900

service-policy input 300mbps

!!% 'qos_ea' detected the 'fatal' condition 'QoS is not supported on sub-interfaces'

!

end

Any help ?

1 Accepted Solution

Accepted Solutions

Alexei Kiritchenko
Cisco Employee
Cisco Employee

Hello Dragoljub,

Qos on vlan interfaces is not supported for FP140/FP40 LCs.

ā€œMQC-based QoS configuration will be accepted only on the port level but not on the VLAN subinterface level.ā€

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.8.4/general/release/notes/reln_384.html

Regards,

/A

View solution in original post

3 Replies 3

Alexei Kiritchenko
Cisco Employee
Cisco Employee

Hello Dragoljub,

Qos on vlan interfaces is not supported for FP140/FP40 LCs.

ā€œMQC-based QoS configuration will be accepted only on the port level but not on the VLAN subinterface level.ā€

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.8.4/general/release/notes/reln_384.html

Regards,

/A

Actualy it is possible to match VLAN on physical interface and make something like this.

interface TenGigE0/0/0/0

service-policy input customers-qos

service-policy output customers-qos

interface TenGigE0/0/0/0.100

desc customerA

interface TenGigE0/0/0/0.101

desc customerB

class-map match-any vlan100

match vlan 100

end-class-map

!

class-map match-any vlan101

match vlan 101

end-class-map

policy-map customers-qos

class vlan100

  police rate XXX mbps

   conform-action transmit

   exceed-action drop

  !

!

class vlan101

  police rate XXX mbps

   conform-action transmit

   exceed-action drop

  !

!

This works perfect.

Hello, 

I am trying to configure QoS in CRS with FP140. We have the release 4.2.1.

This link has an example but we are receiving the same error.

http://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs_r4-2/lxvpn/configuration/guide/vc42book/vc42v2.html#wp1077050

 

Do you know if this support is hardware based?

Thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: