cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
555
Views
3
Helpful
9
Replies

Configuring ePBR on the NCS540

config
Level 1
Level 1

Hi team, 

I am trying to configure ePBR on NCS540 (iosxr). When I try to attach the classes map "cm-providerz-tenanta", to the policy-map type pbr "pm-providerz-clients", I get an error. The command "show configuration failed" writes that cm-providerz-tenanta does not exist. But the current configuration has cm-providerz-tenanta. You can see it in the screenshot I attached. Can you please suggest other ways to customize epbr on NCS540? Thanks 

config_0-1706621362176.png

 

1 Accepted Solution

Accepted Solutions

Hi @config ,

It looks like a limitation specific to the NCS540. What does your ACL look like. You could maybe use some other forms of filtering (such as match source-address or destination-address) as suggested by the following document:

https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5xx/mpls/72x/b-mpls-cg-72x-ncs540/b-mpls-cg-70x-ncs540_chapter_01.html

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

9 Replies 9

transmit

add transmit under  default class map
MHM

config
Level 1
Level 1

When i were configuring ePBR on the NCS 540, I ran into another problem. Cisco bug serach tool described this problem here https://bst.cisco.com/quickview/bug/CSCvy21699 . Can you tell me if this problem is fixed in the new OS?

config_1-1706627559891.png

 

Harold Ritter
Cisco Employee
Cisco Employee

Hi @config ,

Your class-map needs to be of type traffic as follow:

class-map type traffic match-any cm-providerz-tenanta
match access-group ipv4 al-providerz-tenanta
end-class-map
!

Please delete it and reconfigure it and it should work.

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

@Harold Ritter  faster than me 
you dont specify the class type 
you need to specify type by 
class-map type traffic match-any cm-providerz-tenanta

and also under policy use 
class type traffic <name>

NOTE:- for default as I mention before use transmit

thanks 
MHM 

@Harold Ritter , @MHM Cisco World 

When i use specify the class type "traffic" in class-map cm-providerz-tenanta, i can't match access-group "al-providerz-tenanta". I have attached screenshot below. 

config_0-1706634689959.png

 

class-map type traffic match-any cm-providerz-tenanta
match access-group ipv4 al-providerz-tenanta
end-class-map
commit 

if not work share the ACL you use in class map 
MHM

Hi @config ,

It looks like a limitation specific to the NCS540. What does your ACL look like. You could maybe use some other forms of filtering (such as match source-address or destination-address) as suggested by the following document:

https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5xx/mpls/72x/b-mpls-cg-72x-ncs540/b-mpls-cg-70x-ncs540_chapter_01.html

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

@Harold Ritter Thank you. That helped. And I found out that pbr is configured in vrf, not in the interface.

config_0-1706793390702.png