Hi,
I'v tried to configure route leaking between 2 vlan in 2 separated vr.
Vlan1 192.168.1.254/24 --> VRF1
Vlan2 192.168.2.254/24 --> VRF2
I enabled ipforwarding on both vlan.
If I want to reach 192.168.2.0/24 from a pc in 192.168.1.0/24 I assumed that I needed to add a static route in vrf1 with 192.168.2.254 as a next hop with the following command:
configure iproute add 192.168.2.0/24 192.168.2.254 vlan vlan2 vr VRF1
by doing that command I get as an output like:
gateway cant be a local adress..
Do you guys know what is the best way to leak route in EXOS and how to solve this ?
Thanks,
Yohann