Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 1286
Gets the value of the v4SyntheticNameGenerator property.
Network Registrar Type: AT_ENUMINT 
Default value: address 
Valid values: address, client-id, hashed-client-id
Controls what the DHCP server appends to the synthetic name stem when 
 synthesizing the fully-qualified domain name for a client. This 
 option is used when client does not supply any hostname in its 
 request.
 address:
    Identifies the v4 address of client.
 client-id:
    Client-id or DUID given by DHCPv4 client in its request 
    (Option 61).
 hashed-client-id:
    The hashed client id. The rightmost 64-bits of the SHA-256 hash
    over the client id appended with the forward zone name 
    (in DNS wire format) is used to generate a 13-character base 32 
    encoded string.
Returns:
possible object is 
JAXBElement<String>
setV4SyntheticNameGenerator
public void setV4SyntheticNameGenerator(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the v4SyntheticNameGenerator property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getV6HostNameGenerator
public javax.xml.bind.JAXBElement<java.lang.String> getV6HostNameGenerator()
Gets the value of the v6HostNameGenerator property.
Network Registrar Type: AT_EXPR
Defines an expression that evaluates to the synthesized host name
 to be used. If undefined or the expression returns "", the
 configured host name synthesis is used. If the expression returns
 a null value, no host name will be used.
Returns:
possible object is 
JAXBElement<String>
setV6HostNameGenerator
public void setV6HostNameGenerator(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the v6HostNameGenerator property.
Parameters:
value
 - allowed object is 
JAXBElement<String>
getV6SyntheticNameGenerator
public javax.xml.bind.JAXBElement<java.lang.String> getV6SyntheticNameGenerator()
Gets the value of the v6SyntheticNameGenerator property.
Network Registrar Type: AT_ENUMINT 
Default value: hashed-duid 
Valid values: duid, hashed-duid, cablelabs-device-id, cablelabs-cm-mac-addr
Controls what the DHCP server appends to the synthetic name stem
 when synthesizing the fully-qualified domain name for a client: