Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
setV6DefaultFreeAddressConfig
public void setV6DefaultFreeAddressConfig(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the v6DefaultFreeAddressConfig property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getValidateClientNameAsMac
public javax.xml.bind.JAXBElement<java.lang.String> getValidateClientNameAsMac()
Gets the value of the validateClientNameAsMac property.
Network Registrar Type: AT_BOOL 
Default value: false
Controls whether client names must be formatted as a MAC
 address (or the literal string 'default') when a client
 is created. 
 Setting this attribute to true is not recommended as creating
 DHCPv6 clients requires this attribute be false (the default).
 If true, when creating a new client the name must be one of
 the following:
   - A mac address (,,), typically
     1,6,xx:xx:xx:xx:xx:xx
   - A blob formatted value, such as xx:xx:xx:xx:xx:xx which
     which will be converted to the mac address format
   - The string 'default'  
 Any other name will return an error.
 Note that this blob format conversion only applies when creating
 a client and does not occur on client lookups.
 If false, any name is allowed and is used exactly as specified.
 The client name must match the lookup keys generated from the
 client-lookup-id (or v6-client-lookup-id) expression.
Returns:
possible object is 
JAXBElement<String>
setValidateClientNameAsMac
public void setValidateClientNameAsMac(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the validateClientNameAsMac property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getVpnCommunication
public javax.xml.bind.JAXBElement<java.lang.String> getVpnCommunication()
Gets the value of the vpnCommunication property.
Network Registrar Type: AT_BOOL 
Default value: true
Controls the ability of the DHCP server to communicate with
 clients that are on a different VPN from the server. Default
 is true (enable).
 If true, the server communicates with DHCP clients residing on
 a different VPN by using an enhanced DHCP Relay Agent capability.
 This enhanced DHCP Relay Agent capability is indicated by the
 appearance of the server-id-override sub-option in
 the relay agent information option (Option 82).
Returns:
possible object is 
JAXBElement<String>
setVpnCommunication
public void setVpnCommunication(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the vpnCommunication property.