<div dir="ltr">Hello,<div><br></div><div>    I am having issues getting my Liberty environment working with VXLAN and N9K.</div><div><br></div><div>Currently I am getting the following errors in the logs on startup:</div><div>--snip--</div><div><div>2016-02-16 13:18:42.097 595 WARNING networking_cisco.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus [req-825a9891-0467-4958-86ca-c98486a7bf52 - - - - -] Nexus: Segment is an invalid type or not supported by this driv</div><div>er. Network type = vxlan Physical network = None. Event not processed.</div></div><div>--snip--</div><div><br></div><div>When trying to launch an instance:</div><div>--snip--</div><div>ERROR neutron.plugins.ml2.managers [req-d15ab080-7aa4-46e5-a5c3-b62a13c5646d d2b4e18cf27d41418845439f5d788523 eaa185709c79477fa1e3edfffa4e4c7f - - -] Failed to bind port 9b32f0e7-6b5b-4ced-84b7-262ea12e090c on host compute1<br></div><div><br></div><div>Nexus: Segment is None, Event not processed<br></div><div>--snip--</div><div><br></div><div>I am assuming I am missing something in the configuration file however I can't figure it out. Any help is greatly appreciated. </div><div><br></div><div>Thanks</div><div>Michael</div><div><br></div><div>Here is my ml2_conf.ini</div><div><br></div><div>--snip--</div><div><div># ML2 general</div><div>[ml2]</div><div>type_drivers = flat,vlan,nexus_vxlan,local</div><div>tenant_network_types = nexus_vxlan</div><div>mechanism_drivers = linuxbridge,l2population,cisco_nexus</div><div>extension_drivers = port_security</div><div>path_mtu = 0</div><div>segment_mtu = 0</div><div><br></div><div><br></div><div><br></div><div># ML2 VLAN networks</div><div>[ml2_type_vlan]</div><div>network_vlan_ranges = physeth1:100:163</div><div><br></div><div>[ml2_mech_cisco_nexus:10.92.192.45]</div><div>infra1_neutron_agents_container-ee5293cb=1/17</div><div>infra1_neutron_server_container-ed083568=1/17</div><div>infra2_neutron_agents_container-65f32f70=1/18</div><div>infra2_neutron_server_container-1e0b996b=1/18</div><div>infra3_neutron_agents_container-2faafbe7=1/19</div><div>infra3_neutron_server_container-9eabc975=1/19</div><div>compute1=1/21</div><div>compute2=1/22</div><div>username=openstack</div><div>password=foo123</div><div>ssh_port=22</div><div>physnet=physeth1</div><div><br></div><div>[ml2_mech_cisco_nexus:10.92.192.46]</div><div>infra1_neutron_agents_container-ee5293cb=1/17</div><div>infra1_neutron_server_container-ed083568=1/17</div><div>infra2_neutron_agents_container-65f32f70=1/18</div><div>infra2_neutron_server_container-1e0b996b=1/18</div><div>infra3_neutron_agents_container-2faafbe7=1/19</div><div>infra3_neutron_server_container-9eabc975=1/19</div><div>compute1=1/21</div><div>compute2=1/22</div><div>username=openstack</div><div>password=foo123</div><div>ssh_port=22</div><div>physnet=physeth1</div><div><br></div><div># ML2 VXLAN networks</div><div>[ml2_type_vxlan]</div><div>vxlan_group =</div><div>vni_ranges = 1:1000</div></div><div><br></div><div><div>[ml2_type_nexus_vxlan]</div><div># Comma-separated list of <vni_min>:<vni_max> tuples enumerating</div><div># ranges of VXLAN VNI IDs that are available for tenant network allocation.</div><div>vni_ranges=50000:55000</div><div><br></div><div># Multicast groups for the VXLAN interface. When configured, will</div><div># enable sending all broadcast traffic to this multicast group. Comma separated</div><div># list of min:max ranges of multicast IP's </div><div># NOTE: must be a valid multicast IP, invalid IP's will be discarded</div><div>mcast_ranges=225.1.1.1:225.1.1.2</div><div><br></div><div># Security groups</div><div>[securitygroup]</div><div>enable_security_group = True</div><div>enable_ipset = True</div></div><div><br></div><div>--snip--</div><div><br></div><div><br></div><div>and my linuxbridge_agent.ini:</div><div>--snip--</div><div><div># Linux bridge agent physical interface mappings</div><div>[linux_bridge]</div><div><br></div><div>physical_interface_mappings = physeth1:eth11</div><div><br></div><div># Linux bridge agent VXLAN networks</div><div>[vxlan]</div><div><br></div><div>enable_vxlan = True</div><div>vxlan_group = </div><div># VXLAN local tunnel endpoint</div><div>local_ip = 10.96.2.141</div><div>l2_population = True</div><div><br></div><div><br></div><div># Agent</div><div>[agent]</div><div>prevent_arp_spoofing = False</div><div><br></div><div># Security groups</div><div>[securitygroup]</div><div>firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver</div><div>enable_security_group = True</div></div><div><br></div><div>--snip--</div><div><br></div></div>