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

Extranet/ prefixlist

fab5freddy
Level 1
Level 1

Hello

I have to configure extranets.

This has to be done for different routers(or subnets) belonging to 2 different vrf's.

Traffic from A to B has to be allowed and denied from B to A.

Could somebody advise me?

Thank you

Fred

2 Replies 2

singhsaju
Level 4
Level 4

Hi Fred,

You can consider doing PAT or dynamic NAT from A to B . PAT will hide your network A .So no traffic can be sent to network A from B.

HTH

Saju

Pls rate helpful posts

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Fred,

you can implement an MPLS VPN extranet solution to make communication possible between the two VRFs.

On each router belonging to VRF A you can accept TCP sessions only if already established

access-list 123 permit tcp x.x.x.x y.y.y.y any established

access-list 123 deny tcp x.x.x.x y.y.y.y any

access-list 123 permit ip any any

int gx/y

ip vrf forwarding VRF_A

ip access-group 123 out

!

where x.x.x.x represents the networks of VRF B.

the extranet solution is simply the adding of route-target import command within VRF interfaces

ip vrf VRF_A

route-target import

to be added

ip vrf VRF_B

route-target import

Hope to help

Giuseppe

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

Review Cisco Networking products for a $25 gift card