Try deleting the service console network and readding it back :
esxcfg-vswitch –d vSwitch0 –> To remove virtual switch
esxcfg-vswitch –a vSwitch0 –> To re-add a virtual switch
esxcfg-vswitch -L vmnic0 vSwitch0 –> To assign physical nic0 (repeat and add additional nics)
esxcfg-vswif -d vswif0 –> To remove the service console network.
esxcfg-vswif -a vswif0 -p “Service Console” -i 10.100.0.114 -n 255.255.255.128 –> Add a Service Console (vswif0)
esxcfg-vswitch -v 69 -p “Service Console” vSwitch0 –> Add Vlan 69 to service console on vSwitch0
Restart the service to make network changes effect