cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
0
Helpful
2
Replies

QOS for Serial Interface in IOS-XR

kokulsharma
Level 1
Level 1

Hi,

I am trying to configure QOS for a FR serial interface in IOS-XR.

But I don't see an option for configuring input/output service-policy in IOS-XR 3.9.1  for serial interface. These options are available for ethernet subinterfaces..

Following is the config:

!
class-map match-any QOS2
match dscp af21 af22 af23
match precedence 2
end-class-map
!
class-map match-any QOS3
match dscp af31 af32
match precedence 3
end-class-map
!
policy-map QOS_MAP
  class QOS3
  set dscp af21
!
class QOS2
  set dscp af21
!
class class-default
  set dscp default
!
end-policy-map
!
RP/0/8/CPU0:TEST-IOS-XR(config)#interface gigabitEthernet 0/1/0/4.1416
RP/0/8/CPU0:TEST-IOS-XR(config-subif)#service-policy ?
  input   configure a policy in the input direction
  output  direction of service policy application
  type    Enter service policy type (default: qos)


RP/0/8/CPU0:TEST-IOS-XR(config-subif)#exit
RP/0/8/CPU0:TEST-IOS-XR(config)#interface serial 0/0/1/0/1/1.500
RP/0/8/CPU0:TEST-IOS-XR(config-subif)#service-policy ?
  type  Enter service policy type (default: qos)
RP/0/8/CPU0:TEST-IOS-XR(config-subif)#service-policy type ?
                                        ^
% Invalid input detected at '^' marker.
!
!
interface Serial0/0/1/0/1/1.500 point-to-point
cdp
vrf TEST
ipv4 address 10.10.10.1 255.255.255.252
pvc 500
!

Has anyone experienced this issue?

Thanks,

1 Accepted Solution

Accepted Solutions

Mahesh Gohil
Level 7
Level 7

Hi Kokul,

You must be in pvc mode to configure service-policy on this interface

Regards

Mahesh

View solution in original post

2 Replies 2

Mahesh Gohil
Level 7
Level 7

Hi Kokul,

You must be in pvc mode to configure service-policy on this interface

Regards

Mahesh

Thanks Mahesh. It works..

I didn't check this option earlier..

Thanks,

Kokul

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: