Greetings everyone,
When starting a new VR, the MAC address from "Start" and "IpAssoc"
commands (which are received on host side) differs.
1. why is this the case?
2. what is the significance of IpAssocCommand?
I am using cloudstack v4.9.2 and centos7.
brief example:
"com.cloud.agent.api.StartCommand": {
...
"nics": [{
"deviceId" : 2
"ip" : "172.24.2.107"
"mac" : "06:b7:78:00:00:53"
...
"com.cloud.agent.api.routing.IpAssocCommand": {
...
"ipAddresses" : [{
"publicIp" : "172.24.2.107"
"vifMacAddress" : "06:24:7c:00:00:53"
"newNic" : false
...
best regards,
Ran Huang