10-24-2018 12:33 PM
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?
10-31-2018 07:17 AM - edited 10-31-2018 07:19 AM
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 !
10-31-2018 07:25 AM
Thank you. I thought address-families only applied to BGP?
10-31-2018 08:07 AM
as you can see not only :)
OSPFv3, for example, also
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide