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

IOS-XRv in VIRL

mmoraba
Cisco Employee
Cisco Employee

Hi All

I am working on lab on ios-xr and I am using VIRL. I have configured a QoS policy as per below:

class-map match-any MPLS_EXPERIMENTAL_4
 match mpls experimental topmost 4
 end-class-map
!

policy-map OUT_TO_CE
 class MPLS_EXPERIMENTAL_4
  bandwidth 1000 kbps
 !
 class class-default
 !
 end-policy-map
!

and I have applied this policy to my interface as per below:

interface GigabitEthernet0/0/0/2
 service-policy output OUT_TO_CE
 vrf VPN_A
 ipv4 address 10.19.20.19 255.255.255.0
!

however when I run show policy-map I get the below output:

RP/0/0/CPU0:XR1#sh policy-map int g0/0/0/2 output
Fri Jul 22 13:40:16.368 UTC
GigabitEthernet0/0/0/2 direction output: Service Policy not installed

Does anyone have any idea why this is happening. Please help!

2 Replies 2

gupta
Level 1
Level 1

Hi,

 

I too face the same issue, did you fix it?

 

 

XRv is a control-plane only virtual IOS XR implementation. If you want to make use of QoS, you have to use XRv9000. There's is another post on supportforums that explains how to install XRv9000 within VIRL.

/Aleksandar