FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vnet/vnet/dhcp

set dhcp client

Summary/usage

set dhcp client [del] intfc <interface> [hostname <name>].

Declaration and implementation

Declaration: dhcp_client_set_command (vnet/vnet/dhcp/client.c line 1014)

Implementation: dhcp_client_set_command_fn.

set dhcp option-82 vss

Summary/usage

set dhcp option-82 vss [del] table <table id> oui <oui> vpn-id <vpn-id>.

Declaration and implementation

Declaration: dhcp_proxy_vss_command (vnet/vnet/dhcp/proxy_node.c line 1026)

Implementation: dhcp_option_82_vss_fn.

set dhcp proxy

Summary/usage

set dhcp proxy [del] server <ip-addr> src-address <ip-addr> [add-option-82] [server-fib-id <n>] [rx-fib-id <n>].

Declaration and implementation

Declaration: dhcp_proxy_set_command (vnet/vnet/dhcp/proxy_node.c line 855)

Implementation: dhcp_proxy_set_command_fn.

show dhcp client

Summary/usage

show dhcp client [intfc <intfc>][verbose].

Declaration and implementation

Declaration: show_dhcp_client_command (vnet/vnet/dhcp/client.c line 728)

Implementation: show_dhcp_client_command_fn.

show dhcp option-82-address interface

Summary/usage

show dhcp option-82-address interface <interface>.

Declaration and implementation

Declaration: dhcp_proxy_address_show_command (vnet/vnet/dhcp/proxy_node.c line 1110)

Implementation: dhcp_option_82_address_show_command_fn.

show dhcp proxy

Summary/usage

Display dhcp proxy server info.

Declaration and implementation

Declaration: dhcp_proxy_show_command (vnet/vnet/dhcp/proxy_node.c line 923)

Implementation: dhcp_proxy_show_command_fn.

show dhcp vss

Summary/usage

show dhcp VSS.

Declaration and implementation

Declaration: dhcp_proxy_vss_show_command (vnet/vnet/dhcp/proxy_node.c line 1059)

Implementation: dhcp_vss_show_command_fn.