November 2017
Intermediate to advanced
494 pages
14h 29m
English
The following is the full network configuration for the given requirements:
auto lo iface lo inet loopback # LACP Bonded Open vSwitch Interface allow-vmbr0 bond0 iface bond0 inet manual ovs_bridge vmbr0 ovs_type OVSBond ovs_bonds eth0 eth1 pre-up (ifconfig eth0 mtu 8996 && ifconfig eth1 mtu 8996) ovs_options bond_mode=balance-tcp lacp=active other_config:lacp-time=fast trunks=11,12,13,14 mtu 8996 # Creating Open vSwitch bridge auto vmbr0 allow-ovs vmbr0 iface vmbr0 inet manual ovs_type OVSBridge ovs_ports bond0 vlan12 mtu 8996 # Creating IntPort for physical node allow-vmbr0 vlan12 iface vlan12 inet static ovs_type OVSIntPort ovs_bridge vmbr0 ovs_options tag=12 ovs_extra set interface ${IFACE} external-ids:iface-id=$(hostname -s)-${IFACE}-vif ...Read now
Unlock full access