FD.io VPP  v18.04-17-g3a0d853
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 1150)

Implementation: dhcp_client_set_command_fn.

set dhcp option-82 vss

Summary/usage

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

Declaration and implementation

Declaration: dhcp_proxy_vss_command (src/vnet/dhcp/dhcp4_proxy_node.c line 985)

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 873)

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 990)

Implementation: dhcpv6_proxy_set_command_fn.

set dhcpv6 vss

Summary/usage

set dhcpv6 vss table <table-id> [oui <n> vpn-id <n> | vpn-ascii-id <text>].

Declaration and implementation

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

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 872)

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 1051)

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 934)

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 1002)

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 1169)

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 1054)

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 1121)

Implementation: dhcpv6_vss_show_command_fn.