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

VRF and Internet

Can we use single physical interface for VRF and internet ?

2 Replies 2

e.ciollaro
Level 4
Level 4

Hi

could you please explain with more detail , I didn't understand.  Would you configure a VRF dedicated to Internet access with only that interface in the VRF ? 

enrico

Deepak Kumar
VIP Alumni
VIP Alumni

Hello Umesh,

You should create  sub interfaces.

as 

interface FastEthernet0/0.1
encapsulation dot1Q 101
ip vrf forwarding vrfA
ip address x.x.x.x x.x.x.x
!
interface FastEthernet0/0.2
encapsulation dot1Q 102
ip vrf forwarding vrfB
ip address x.x.x.x x.x.x.x
!
interface FastEthernet0/0.3
encapsulation dot1Q 103
ip vrf forwarding vrfC
ip address x.x.x.x x.x.x.x

Regards,

Deepak Kumar

Network Engineer

www.deepuverma.in

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!