cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1318
Views
0
Helpful
4
Replies

NCS540 Multiple service-policy

lightfep1
Level 1
Level 1

I have NCS 4.7.2 with IOSXR 4.7.11 and I am seeing where I am not seeing all the output service policies for a given interface, example :

Router config:

interface TenGigE0/0/0/22

description Ntwk_to_ASR9904-1_te0/1/0/4

mtu 9216

service-policy input CORE-INGRESS

service-policy output CORE-EGRESS-MARK

service-policy output CORE-EGRESS-QUEUE

ipv4 address 192.168.185.182 255.255.255.252

load-interval 30

 

NSO Config:

 

cisco-ios-xr:interface TenGigE 0/0/0/22
description Ntwk_to_ASR9904-1_te0/1/0/4
mtu 9216
service-policy input CORE-INGRESS
service-policy output CORE-EGRESS-QUEUE
ipv4 address 192.168.185.182 255.255.255.252
no shutdown
load-interval 30

 

Is the IOSXR the correct NED to be using and or is there something different I should be doing to get NSO to recognize that there are two output policies? 

1 Accepted Solution

Accepted Solutions

There was a slight difference in the command:

devices device X ned-settings cisco-iosxr api service-policy-list true 

 

but that worked. Thank you for the information. 

View solution in original post

4 Replies 4

vleijon
Cisco Employee
Cisco Employee
It is the correct NED to use.However, if your NED is the example NED that comes with the distribution it probably doesn't have support for it. Which NED version are you running?

I am using NCS-4.7.2-cisco-iosxr-7.11

It looks like there is a ned-setting available, maybe if you try setting devices device X ned-settings api service-policy-list true it will work, that seems to toggle the behaviour in a few places if service-policies can be one or many.

There was a slight difference in the command:

devices device X ned-settings cisco-iosxr api service-policy-list true 

 

but that worked. Thank you for the information. 

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 NSO Developer community: