Connectivity Guide

To congure an NSX controller-provisioned VXLAN:
Congure the controller and the interfaces to be managed by the controller, in the OS10 VTEPs
Congure the NSX controller in VMware vCenter. For more information about conguring the NSX controller using the GUI, see the
Congure and control VXLAN from the VMware vCenter.
You must congure an OS10 VTEP with the controller conguration so that the VTEP can communicate with the NSX controller. The NSX
controller handles congurations and control plane operations in the VXLAN environment.
VTEP 1
1 Congure the OSPF protocol in the underlay.
OS10# configure terminal
OS10(config)# router ospf 1
OS10(config)# exit
OS10(config)# interface ethernet 1/1/55:1
OS10(config-if-eth1/1/55:1)# no switchport
OS10(config-if-eth1/1/55:1)# ip ospf 1 area 0.0.0.0
OS10(config-if-eth1/1/55:1)# exit
2 Congure a Loopback interface.
OS10(config)# interface loopback 1
OS10(config-if-lo-1)# no shutdown
OS10(config-if-lo-1)# ip address 200.0.0.1/32
OS10(config-if-lo-1)# exit
3 Create an NVE instance and congure the Loopback interface as the VXLAN source tunnel interface.
OS10(config)# nve
OS10(config-nve)# source-interface loopback 1
770
VXLAN