- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-08-2017 11:36 AM
Hi, I have configured the management interface by logging in to the VM and going into configure mode and executing:
set deviceconfig system ip-address 172.18.11.205 netmask 255.255.255.224
set deviceconfig system default-gateway 172.18.11.193
and then
commit
I've tried to ping the default gateway but it fails. Also, I do a "show interface management" and it shows that the IP addr/mask/default gw is not set!
Am I missing something or is this a bug?
06-19-2017 12:08 PM
You needed to run 'set deviceconfig system type static'.
In 8.0 and up the user of hypervisor assigned MAC and DHCP addresses on management interfaces is enabled by default on VM-Series firewall instalations. The only reason that the issue didn't present itself when you upgraded is the feature is disabled if you upgrade from an earlier release. I believe that it's supposed to issue you a validation error if you try and set IP information without first setting it to static entry, but I could be wrong.
06-08-2017 01:23 PM
Is commit successful?
Commit shows you:
Commit job 15505 is in progress. Use Ctrl+C to return to command prompt
To check status use exit conf mode
#exit
> show jobs id 15505
Change number according your output.
Paste result here.
06-19-2017 09:27 AM
Thanks for the reply. Yes, the commit was successful. I was able to work around this issue by installing a OVA of 7.1 and then upgrading to 8.0. Very surprising to me that this basic functionality is not working in 8.0.
06-19-2017 12:08 PM
You needed to run 'set deviceconfig system type static'.
In 8.0 and up the user of hypervisor assigned MAC and DHCP addresses on management interfaces is enabled by default on VM-Series firewall instalations. The only reason that the issue didn't present itself when you upgraded is the feature is disabled if you upgrade from an earlier release. I believe that it's supposed to issue you a validation error if you try and set IP information without first setting it to static entry, but I could be wrong.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!