FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
src/vnet/dhcp

set dhcp client

Summary/usage

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

Declaration and implementation

Declaration: dhcp_client_set_command (src/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 (src/vnet/dhcp/dhcp4_proxy_node.c line 996)

Implementation: dhcp_option_82_vss_fn.

set dhcp proxy

Summary/usage

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

Declaration and implementation

Declaration: dhcp_proxy_set_command (src/vnet/dhcp/dhcp4_proxy_node.c line 881)

Implementation: dhcp4_proxy_set_command_fn.

set dhcpv6 proxy

Summary/usage

set dhcpv6 proxy [del] server <ipv6-addr> src-address <ipv6-addr> [server-fib-id <fib-id>] [rx-fib-id <fib-id>] .

Declaration and implementation

Declaration: dhcpv6_proxy_set_command (src/vnet/dhcp/dhcp6_proxy_node.c line 957)

Implementation: dhcpv6_proxy_set_command_fn.

set dhcpv6 vss

Summary/usage

set dhcpv6 vss table <table-id> oui <oui> vpn-idx <vpn-idx>.

Declaration and implementation

Declaration: dhcpv6_proxy_vss_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1079)

Implementation: dhcpv6_vss_command_fn.

show dhcp client

Summary/usage

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

Declaration and implementation

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

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 (src/vnet/dhcp/dhcp4_proxy_node.c line 1063)

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 (src/vnet/dhcp/dhcp4_proxy_node.c line 940)

Implementation: dhcp4_proxy_show_command_fn.

show dhcp vss

Summary/usage

show dhcp VSS.

Declaration and implementation

Declaration: dhcp_proxy_vss_show_command (src/vnet/dhcp/dhcp4_proxy_node.c line 1013)

Implementation: dhcp_vss_show_command_fn.

show dhcpv6 link-address interface

Summary/usage

show dhcpv6 link-address interface <interface>.

Declaration and implementation

Declaration: dhcpv6_proxy_address_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1140)

Implementation: dhcpv6_link_address_show_command_fn.

show dhcpv6 proxy

Summary/usage

Display dhcpv6 proxy info.

Declaration and implementation

Declaration: dhcpv6_proxy_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1019)

Implementation: dhcpv6_proxy_show_command_fn.

show dhcpv6 vss

Summary/usage

show dhcpv6 VSS.

Declaration and implementation

Declaration: dhcpv6_proxy_vss_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1096)

Implementation: dhcpv6_vss_show_command_fn.