Sample Nexus VXLAN Type DriverΒΆ
This sample configuration file can also be viewed in file form.
[DEFAULT]
[ml2_type_nexus_vxlan]
#
# From networking_cisco.nexus_vxlan_type_driver
#
# Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges of
# VXLAN Network IDs that are available for tenant network allocation. Example
# format: vni_ranges = 100:1000,2000:6000 (list value)
#vni_ranges =
# Multicast groups for the VXLAN interface. When configured, will enable
# sending all broadcast traffic to this multicast group. Comma separated list
# of min:max ranges of multicast IP's. NOTE: Must be a valid multicast IP,
# invalid IP's will be discarded. Example format: mcast_ranges =
# 224.0.0.1:224.0.0.3, 224.0.1.1:224.0.1.3 (list value)
#mcast_ranges =