I have a DHCP range configured on an OmniSwitch OS6900-X72 as follows:
subnet 10.40.1.0 netmask 255.255.255.0 {
dynamic-dhcp range 10.40.1.200 10.40.1.210 {
option routers 10.40.1.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 10.40.24.10;
option dhcp-lease-time 3600;
option ntp-servers 10.40.1.1;
option vendor-specific 010C616c656e7465727072697365801961732D6C6974652E6D646C2E6D796F76636C6F75642E6E6574;
}
}
On the OS6360 I’m using for testing, I receive the result:
Wed Jun 26 22:18:52 : udpRelay main INFO message:
+++ relayRecvOffer: 3821 DHCPOFFER with Ip address: 10.40.1.200, offer =1
Wed Jun 26 22:18:53 : udpRelay main ERR message:
+++ udpRelayGetDhcpSubOpt43():5217: Incorrect sub option 43 code: 48
I cannot find any documentation on what code 48 might mean. I’ve also tried the following to get option 43 to work:
option vendor-specific 1 alenterprise 128 as-lite.mdl.myovcloud.net;
option 43 1 alenterprise 128 as-lite.mdl.myovcloud.net;
option 43 010C616c656e7465727072697365801961732D6C6974652E6D646C2E6D796F76636C6F75642E6E6574;
None of which have had the result I’m looking for, which is pointing the DHCP’d switch to OmniVista. Any help would be appreciated.
Page 215 of the OmniSwitch AOS Release 8 Switch Management Guide states:
An example of the configuration for Option 43 that needs to be added to the DHCP configuration file is:
option 43 1 alcatel.nms.ov2500 128 activation.dev.myovcloud.com 129
URL=192.168.254.49 130 8080 131 admin 132 password;
But page 729 of the OmniSwitch AOS Release 8 Network Configuration Guide contradicts that by stating that option 43/vendor-specific:
“The value for this option is defined in the hexadecimal format.”
I have also received the following, though I am not sure how helpful that is:
Wed Jun 26 22:41:51 : remoteConfig main ERR message:
+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: TFTP SRV Address or Rmtconfig Instruction file NULL, tftpServerName:, bootfileName:
Wed Jun 26 22:41:51 : remoteConfig main INFO message:
+++ AUTO-FABRIC-EVENT: REMOTE-CONFIG: Automatic Remote Config Abort received