API Guide

18. Configure a static route for outbound traffic sent to VLAN 200.
OS10(config)#ip route 0.0.0.0/0 10.10.0.3
VTEP 4 Leaf Switch
14. Configure a dedicated VXLAN virtual network.
OS10(config)# virtual-network 500
OS10(config-vn-500)# vxlan-vni 500
OS10(config-vn-vxlan-vni)# exit
OS10(config-vn-10000)# exit
15. Configure an anycast gateway MAC address on the boder leaf VTEP. This MAC address must be different from
the anycast gateway MAC address configured on non-border-leaf VTEPs.
OS10(config)# ip virtual-router mac-address 00:02:02:02:02:02
16. Configure routing on the virtual network.
OS10(config)# interface virtual-network 500
OS10(conf-if-vn-10000)# ip vrf forwarding tenant1
OS10(conf-if-vn-10000)# ip address 10.5.0.234/16
OS10(conf-if-vn-10000)# ip virtual-router address 10.5.0.100
OS10(conf-if-vn-10000)# no shutdown
OS10(conf-if-vn-10000)# exit
17. Configure an externally connected VLAN.
OS10(conf)#interface vlan 200
OS10(conf-if-vlan)#ip address 10.10.0.2/16
OS10(conf-if-vlan)#no shutdown
OS10(conf-if-vlan)#exit
OS10(conf)#interface ethernet 1/1/7
switchport mode trunk
switchport trunk allowed vlan 200
18. Configure a static route for outbound traffic sent to VLAN 200.
OS10(config)#ip route 0.0.0.0/0 10.10.0.3
Controller-provisioned VXLAN
OS10 supports VXLAN provisioning using an Open vSwitch Database (OVSDB) controller. Currently, the only supported OVSDB
controller is the VMware NSX controller. In a controller-provisioned VXLAN, the controller manages VXLAN-related
configurations and other control-plane operations, such as MAC address propagation.
NOTE:
Controller-provisioned VXLAN is not supported on S3048-ON switches. Also, controller-provisioned VXLAN is not
supported on VTEPs configured as peers in a VLT domain. Only VTEPs in standalone mode are supported.
Controller-provisioned VXLAN
988
VXLAN