export VERSION=1.0.0-beta.3curl-L-Ohttps://github.com/contiv/install/releases/download/$VERSION/contiv-$VERSION.tgztarxfcontiv-$VERSION.tgzcd~/contiv/contiv-$VERSION/install/k8snetctl--netmasterhttp://$netmaster:9999globalset--fwd-moderoutingcd~/contiv/contiv-$VERSIONinstall/k8s/install.sh-n10.87.49.77-vb-wrouting# check contiv podsexport NETMASTER=http://10.87.49.77:9999netctlglobalinfo# create a network# netctl network create --encap=vlan --pkt-tag=3280 --subnet=10.100.100.215-10.100.100.220/27 --gateway=10.100.100.193 vlan3280
netctlnetcreate-tdefault--subnet=20.1.1.0/24default-net# create BGP connections to each of the nodesnetctlbgpcreatedevstack-77--router-ip="30.30.30.77/24"--as="65000"--neighbor-as="65000"--neighbor="30.30.30.2"netctlbgpcreatedevstack-78--router-ip="30.30.30.78/24"--as="65000"--neighbor-as="65000"--neighbor="30.30.30.2"netctlbgpcreatedevstack-71--router-ip="30.30.30.79/24"--as="65000"--neighbor-as="65000"--neighbor="30.30.30.2"# then create pod with label "io.contiv.network"