IPI-DHCP-CLIENT
Configure request ipv4 dns
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ipv4-dns
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv4-dns><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request dns-nameserver
Configure request log server
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-log-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-log-server><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request log-server
Configure request host name
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-host-name
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-host-name><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request host-name
Configure request ntp server
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ntp-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ntp-server><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ip dhcp client request ntp-server
Configure request ipv6 dns
Use this attribute to to add an option to a DHCP request.
Attribute Name: request-ipv6-dns
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv6-dns><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request dns-nameserver
Configure request ipv6 domain list
Use this attribute to specifies a search list of Domain Names to be used by the client to locate not-fully-qualified domain names.
Attribute Name: request-ipv6-domain-list
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv6-domain-list><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request domain-search
Configure request ipv6 ntp server
Use this attribute to specifies a list of local NTP servers available for the client to synchronize their clocks.
Attribute Name: request-ipv6-ntp-server
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv6-ntp-server><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request ntp-server
Configure request ipv6 rapid commit
Use this attribute to indicate the clients to enter into rapid-commit with the server.
Attribute Name: request-ipv6-rapid-commit
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv6-rapid-commit><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request rapid-commit
Configure request ipv6 vendor opts
Use this attribute to specify a 32-bit Enterprise-ID number.
Attribute Name: request-ipv6-vendor-opts
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</request-ipv6-vendor-opts><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client request vendor-specific-information
Configure ipv6 information request
Use this attribute to get only stateless configuration parameters (i.e., without address).
Attribute Name: ipv6-information-request
Attribute Type: empty
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</ipv6-information-request><!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client information-request
Configure ipv6 dad wait time
Use this attribute to Specify maximum time (in seconds) that the client should wait for the duplicate address detection (DAD) to complete on an interface.
Attribute Name: ipv6-dad-wait-time
Attribute Type: uint16
Attribute Range: 1-600
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-dad-wait-time>1</ipv6-dad-wait-time> <!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client dad-wait-time <1-600>
Configure ipv6 client duid type
Use this attribute to configure duid type(ll or llt).
Attribute Name: ipv6-client-duid-type
Attribute Type: enum (ll|llt)
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ipv6-client-duid-type>ll</ipv6-client-duid-type> <!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp client duid (ll|llt)
Configure request ipv6 prefix
Use this attribute to add an option to a DHCP request.
Attribute Name: request-ipv6-prefix
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<request-ipv6-prefix>PREFIX-NAME</request-ipv6-prefix> <!-- operation="delete"-->
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 dhcp prefix-delegation PREFIX-NAME
Configure suffix ipv6 addr
This attribute points to IPv6 address
This command is supported when following feature are enabled IPV6 feature
Attribute Name: suffix-ipv6-addr
Attribute Type: string
Netconf edit-config payload
<dhcp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dhcp">
<client>
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<prefix-ipv6-addresses>
<prefix-ipv6-address> <!-- operation="delete"-->
<suffix-ipv6-addr>X:X::X:X/M</suffix-ipv6-addr>
<config>
<suffix-ipv6-addr>X:X::X:X/M</suffix-ipv6-addr>
<prefix-name>PREFIX-NAME</prefix-name>
</config>
<prefix-name>PREFIX-NAME</prefix-name>
</prefix-ipv6-address>
</prefix-ipv6-addresses>
</interface>
</interfaces>
</client>
</dhcp>
Command Syntax
ipv6 address PREFIX-NAME X:X::X:X/M
Last modified date: 07-14-2023