I’m currently working on setting up switch provisioning in OmniVista, and one of the required steps is as follows:
DHCP/DNS Configuration
To enable switches to contact the OmniVista Server and receive the Provisioning configuration, you must first set up your DHCP Server to point to the local OmniVista Server as the Activation Server for provisioning. You must also setup DNS to resolve to point to your local OmniVista Server.
DHCP Configuration
Option 43
Sub-Option 1 - Vendor ID. Validate the DHCP response (must be set with the value alenterprise). This sub-option is only required if you specify any of the sub-options listed below, or any devices on your network are running AOS 6.7.2 R03.
Sub-Option 134- Activation Server Port. The port number on the Activation Server to which the switches should communicate. By default, the switches communicate to Activation Server port 443. This sub-option is only supported on AOS 6.7.2R07 (and higher) and AOS 8.6R2 (and higher).
DNS Configuration
Configure your DNS server to resolve as-lite.myovcloud.net to point to your local OmniVista Server.
My question is how do I configure DHCP sub-options for option 43? Particularly in an OS6900-X72’s dhcpd.conf file. I have:
However, I am not having much luck past this point. I’ve configured a provisioning rule based on the serial number. I have received the following on the switch:
+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: DHCP Response not received in 30s on vlan =127
a+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: Exceeded the Max number of Retry(6) for dhcp client lease
+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: So aborting Automatic Remote Config Load
+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: Automatic Remote Config Abort received
Does the auto provisioning have to be on VLAN 127? Or am I missing something else?