Running sudo config vxlan map add nve1 1234 1234 fails with:
Feb 23 02:57:38.105541 ixp-lab-sw1 ERR swss#orchagent: :- doTask: Logic error: _Map_base::at
Feb 23 02:57:38.127637 ixp-lab-sw1 INFO systemd-udevd[7167]: Using default interface naming scheme 'v247'.
Feb 23 02:57:38.147395 ixp-lab-sw1 INFO kernel: [ 318.413520] Bridge: port 2(nve1-1234) entered blocking state
Feb 23 02:57:38.147437 ixp-lab-sw1 INFO kernel: [ 318.413528] Bridge: port 2(nve1-1234) entered disabled state
Feb 23 02:57:38.155277 ixp-lab-sw1 INFO kernel: [ 318.421538] device nve1-1234 entered promiscuous mode
Feb 23 02:57:38.163820 ixp-lab-sw1 INFO systemd-udevd[7167]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 23 02:57:38.207276 ixp-lab-sw1 INFO kernel: [ 318.471832] Bridge: port 2(nve1-1234) entered blocking state
Feb 23 02:57:38.207316 ixp-lab-sw1 INFO kernel: [ 318.471839] Bridge: port 2(nve1-1234) entered forwarding state
Feb 23 02:57:38.218414 ixp-lab-sw1 WARNING swss#orchagent: :- addOperation: Vxlan tunnel map is not created for vni:1234
Relevant config:
{
"VXLAN_EVPN_NVO": {
"nvo1": {
"source_vtep": "nve1"
}
},
"VXLAN_TUNNEL": {
"nve1": {
"src_ip": "100.100.99.3"
}
}
}
Running
sudo config vxlan map add nve1 1234 1234fails with:Relevant config:
{ "VXLAN_EVPN_NVO": { "nvo1": { "source_vtep": "nve1" } }, "VXLAN_TUNNEL": { "nve1": { "src_ip": "100.100.99.3" } } }