07-22-2016 06:41 AM
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!
10-25-2017 08:50 AM
Hi,
I too face the same issue, did you fix it?
10-25-2017 10:04 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide