cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
3
Helpful
1
Replies

in mpls network

sivakondalarao
Level 1
Level 1

hi,

in mpls network sites A and B should commmunicate with C. how provider restrict A and B communication.

skrao

1 Reply 1

mohammedmahmoud
Level 11
Level 11

Hi,

This can be done via central service MPLS VPNs, having each site in a VRF and only having site A and B communicating to site C with out being able to communicate with each other.

Example:

ip vrf A

rd 123:1

route-target both 123:121

route-target export 123:123

route-target import 123:124

ip vrf B

rd 123:2

route-target both 123:122

route-target export 123:123

route-target import 123:124

ip vrf c

rd 123:3

route-target both 123:125

route-target export 123:124

route-target import 123:123

NOTE The use of 123:121, 123:122 and 123:123 is to obey the constrain of IOS12.0T that at least one Import RTs should be equal to one of the export RTs.

HTH,

Mohammed Mahmoud