Wednesday
Hello, I'm trying to connect to EXOS switches together by useing vxlan an ospf. My goal ist to create a Fabric Attach like connection wich is wan capable, where LLDP would be interrupted. I managed to create the ospf instance that the Switches can see each other and the to create the local tunnel endpoint, but the switches do not learn the remote tunnel endpoint and the vnis. To Achieve the fabric attach like control mechanism i used the function to auto-map nsi/isid/vni together.
These are my configs;
Switch 1 (Switch 2 - IPs vice versa)
enable ospf vxlan-extensions
create vlan VX-Transport tag 1000
enable loopback-mode VX-Transport
configure vlan 1000 add ports 1 untagged
configure virtual-network dynamic on
configure vlan 1000 ipaddress 192.168.221.1/24
enable ipforwarding vlan VX-Transport
configure virtual-network local-endpoint ipaddress 192.168.221.1 vr VR-Default
configure ospf add vlan VX-Transport area 0.0.0.0
enable ospf
If anybody has experience with this feature help would be greatly appreciated.