You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of the given 6 NIC names and network labels, this results in an OVA with only "GigabitEthernet6" and "Simulators" - i.e., the repeated arguments are overwriting instead of appending.
Code inspection shows there are a number of other CLI parameters with this issue.
The text was updated successfully, but these errors were encountered:
cot -f edit-hardware csr1000v-universalk9.ova -o csrcustom.ova -n 6 --nic-names "GigabitEthernet1" -N "mgmt" --nic-names "GigabitEthernet2" -N "SideA_Public" --nic-names "GigabitEthernet3" -N "SideA_Private" --nic-names "GigabitEthernet4" -N "SideB_Public" --nic-names "GigabitEthernet5" -N "SideB_private" --nic-names "GigabitEthernet6" -N "Simulators"
Instead of the given 6 NIC names and network labels, this results in an OVA with only
"GigabitEthernet6"
and"Simulators"
- i.e., the repeated arguments are overwriting instead of appending.Code inspection shows there are a number of other CLI parameters with this issue.
The text was updated successfully, but these errors were encountered: