home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding <dpFbondx> dhcp-options no-rfc3442

Disables support for the classless static route option for DHCP on an Ethernet bonding interface.

set interfaces bonding dpFbondx dhcp-options no-rfc3442
delete interfaces bonding dpFbondx dhcp-options no-rfc3442
show interfaces bonding dpFbondx dhcp-options

The classless static route option for DHCP is enabled.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
no-rfc3442
Removes the classless static route option (121) from the parameter request list that a DHCP client sends to the DHCP server. For further information, refer to RFC 3442 at https://tools/ietf.org/html/refc3442.

Configuration mode


interfaces {
    bonding dpFbondx {
        dhcp-options {
            no-rfc3442
        }
    }
}
Note: This command is relevant only if the dhcp option has been set by using interfaces dataplane <interface-name> address.
Note: Normally, this command is not required. It would be used only if the remote DHCP server is configured to provide classless static routes, but these routes are not required on the router that is configured to use the DHCP address.

Use the set form of this command to disable support for the DHCP classless static route option on an Ethernet bonding interface.

Use the delete form of this command to re-enable support for the DHCP classless static route option on an Ethernet bonding interface.

Use the show form of this command to display the status of the DHCP classless static route option on an Ethernet bonding interface.