Skip to content

Instantly share code, notes, and snippets.

@packetninja
Created September 12, 2017 20:01
Show Gist options
  • Save packetninja/e6e0359d69335bf222b0b655c7ee6bc0 to your computer and use it in GitHub Desktop.
Save packetninja/e6e0359d69335bf222b0b655c7ee6bc0 to your computer and use it in GitHub Desktop.
auto swp1
iface swp1
auto swp1.10
iface swp1.10
bridge-access 10
bridge-learning off
auto swp1.20
iface swp1.20
bridge-access 10
bridge-learning off
auto bridge
iface bridge
bridge-ports swp1 vni10010
bridge-vids 10
bridge-vlan-aware yes
auto vni10010
iface vni10010
bridge-access 10
bridge-arp-nd-suppress on
bridge-learning off
bridge-multicast-flood off
bridge-unicast-flood off
mstpctl-bpduguard yes
mstpctl-portbpdufilter yes
vxlan-id 10010
vxlan-local-tunnelip 10.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment