Skip to content

Instantly share code, notes, and snippets.

View georgepar's full-sized avatar

Giorgos Paraskevopoulos georgepar

View GitHub Profile
@georgepar
georgepar / bgpvpn_command_examples
Last active September 29, 2016 10:21
Instructions and code to reproduce the router association tenant separation testcase
# Create a new bgpvpn
neutron bgpvpn-create --type l3 --name mybgpvpn -- --import-targets 55:55 88:88 --export-targets 55:55 88:88 --route-distinguishers 55:55
# Associate network to bgpvpn
neutron bgpvpn-net-assoc-create --network my_net mybgpvpn
# Associate router to bgpvpn
neutron bgpvpn-router-assoc-create --router my_router mybgpvpn2
# Update bgpvpn route targets