Search

Dienstag, 22. Januar 2019

Networktagging Nutanix AHV

1) Tagged VLAN ID on AHV Hypervisor  (on each node)
nutanix@CVM$ ssh root@192.168.5.1 „ovs-vsctl set port br0 tag=123“
nutanix@CVM$ ssh root@192.168.5.1 „ovs-vsctl list port br0“
2) Tagged VLAN ID on CVM (on each cvm):
nutanix@CVM$ change_cvm_vlan 123
3) change Uplinks to only 10G Ports
– login on cvm
– list current state:
#> allssh manage_ovs show_uplinks
– change to 10G:
#> allssh ‚manage_ovs –bridge_name br0 –interfaces 10g –bond_name br0-up update_uplinks‘

Keine Kommentare:

Kommentar veröffentlichen