cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
432
Views
10
Helpful
2
Replies

Control RT for different network in MPLS

wfqk
Level 5
Level 5

Hi We know RT in MPLS controls network traffic. Can we say as long as two RT in two PE are same(import/export), the customer behind the PE can reach each other? Do we still need other condition? Thank you.

2 Accepted Solutions

Accepted Solutions

Harold Ritter
Level 12
Level 12

Yes, that is correct. As long as the exported RT extended community on the sending PE is matched by the import RT value on the receiving PE, the information is imported on this same PE. The export value on both PE does not need to match. Neither does the import value.

 

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

Hi

As Harold mentioned, You can have the same RT (export/import) on each PE or the export can be different, The condition is that they should be over the same VRF.

For example:

 

PE01

ip vrf A

route-target export 1:100
route-target import 2:200

 

PE02

ip vrf A

route-target export 2:200
route-target import 1:100

 

Both PE's are exporting through differents export communities but they are importing the community from each other.  You could use the same RT communities (import/export) on both sides  to keep an order.

 

PE01

ip vrf A

route-target export 1:100
route-target import 1:100

 

PE02

ip vrf A

route-target export 1:100
route-target import 1:100

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

2 Replies 2

Harold Ritter
Level 12
Level 12

Yes, that is correct. As long as the exported RT extended community on the sending PE is matched by the import RT value on the receiving PE, the information is imported on this same PE. The export value on both PE does not need to match. Neither does the import value.

 

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

Hi

As Harold mentioned, You can have the same RT (export/import) on each PE or the export can be different, The condition is that they should be over the same VRF.

For example:

 

PE01

ip vrf A

route-target export 1:100
route-target import 2:200

 

PE02

ip vrf A

route-target export 2:200
route-target import 1:100

 

Both PE's are exporting through differents export communities but they are importing the community from each other.  You could use the same RT communities (import/export) on both sides  to keep an order.

 

PE01

ip vrf A

route-target export 1:100
route-target import 1:100

 

PE02

ip vrf A

route-target export 1:100
route-target import 1:100

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card