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 bridge <brx> dhcp-options no-rfc3442

Disables support for the DHCP classless static route option for a bridge group.

set interfaces bridge brx dhcp-options no-rfc3442
delete interfaces bridge brx dhcp-options no-rfc3442
show interfaces bridge brx dhcp-options

The classless static route option for DHCP is enabled.

brx
The identifier for a bridge group. The identifier ranges from br0 through br999.
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/rfc3442.

Configuration mode


interfaces {
    bridge brx {
        dhcp-options {
            no-rfc3442
        }
    }
}
Note: This command is relevant only if the dhcp option has been set by using the interfaces bridge brx address address command.
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 DHCP classless static route option support for a bridge group.

Use the delete form of this command to re-enable DHCP classless static route option support for a bridge group.

Use the show form of this command to display the status of the DHCP classless static route option for a bridge group.