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

Cisco NCS VRF Route Leaking

johnlloyd_13
Level 9
Level 9

hi,

i got a cisco NCS540 and would need to import/export or do a "route leaking" between two VRFs.

this is the config in an IOS-XE router:

ip vrf SDWAN
 rd 65000:210
 route-target export 65000:210
 route-target import 65000:210
 route-target import 65000:209

can someone confirm which config is the correct or should use in IOS-XR?

vrf SDWAN
rd 65000:210
address-family ipv4 unicast
import route-target 65000:210
import route-target 65000:209
export route-target 65000:210

OR

vrf SDWAN
 rd 65000:210
 address-family ipv4 unicast
  import route-target 65000:209
  route-target export 65000:210

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Cisco Employee
Cisco Employee

Hi @johnlloyd_13 ,

This would be the correct IOS-XR format:

vrf SDWAN
rd 65000:210
address-family ipv4 unicast
import route-target 65000:210
import route-target 65000:209
export route-target 65000:210

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

2 Replies 2

Harold Ritter
Cisco Employee
Cisco Employee

Hi @johnlloyd_13 ,

This would be the correct IOS-XR format:

vrf SDWAN
rd 65000:210
address-family ipv4 unicast
import route-target 65000:210
import route-target 65000:209
export route-target 65000:210

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

johnlloyd_13
Level 9
Level 9

thank you sir! appreciate it

Review Cisco Networking for a $25 gift card