cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1197
Views
10
Helpful
3
Replies

Segmenting a single VLAN with VRF-LTE

Chad Parish
Level 1
Level 1

Hello, I wish to segment a single vlan using VRF-LTE from the global routing table.  Can I create a single vrf for that vlan, associate the SVI with the VRF and then configure a new EIGRP AS to do dynamic routing for the VRF/Segmented Vlan?  And in doing so still retain the global routing table for the rest of my network traffic not associated to that Vlan?

3 Replies 3

a.alekseev
Level 7
Level 7

You can.

 

vrf definition TEST
 rd 1:1
!
vlan 100
!
int vlan100
 vrf forwarding TEST
 ip address 10.0.0.1 255.255.255.0
!
router eigrp 1
!
address-family ipv4 vrf TEST autonomous-system 100
 network 10.0.0.0 0.0.0.255
exit-address-family
!

 

Thank you.  I thought address-families only applied to BGP?

as you can see not only :)

 

OSPFv3, for example, also