FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
dhcp6 client <interface> [disable].
This command is used to enable/disable DHCPv6 client on particular interface.
vpp# dhcp6 client GigabitEthernet2/0/0
Example of how to disable DHCPv6 client: vpp# dhcp6 client GigabitEthernet2/0/0 disable
Declaration: dhcp6_client_enable_disable_command (src/vnet/dhcp/dhcp6_ia_na_client_cp.c line 756)
Implementation: dhcp6_client_enable_disable_command_fn.
dhcp6 pd client <interface> (prefix group <string> | disable).
This command is used to enable/disable DHCPv6 PD client on particular interface.
vpp# dhcp6 pd client GigabitEthernet2/0/0 prefix group my-pd-group
Example of how to disable DHCPv6 PD client: vpp# dhcp6 pd client GigabitEthernet2/0/0 disable
Declaration: dhcp6_pd_client_enable_disable_command (src/vnet/dhcp/dhcp6_pd_client_cp.c line 1325)
Implementation: dhcp6_pd_client_enable_disable_command_fn.
set dhcp client [del] intfc <interface> [hostname <name>].
Declaration: dhcp_client_set_command (src/vnet/dhcp/client.c line 1178)
Implementation: dhcp_client_set_command_fn.
set dhcp option-82 vss [del] table <table id> [oui <n> vpn-id <n> | vpn-ascii-id <text>].
Declaration: dhcp_proxy_vss_command (src/vnet/dhcp/dhcp4_proxy_node.c line 985)
Implementation: dhcp_option_82_vss_fn.
set dhcp proxy [del] server <ip-addr> src-address <ip-addr> [server-fib-id <n>] [rx-fib-id <n>].
Declaration: dhcp_proxy_set_command (src/vnet/dhcp/dhcp4_proxy_node.c line 873)
Implementation: dhcp4_proxy_set_command_fn.
set dhcpv6 proxy [del] server <ipv6-addr> src-address <ipv6-addr> [server-fib-id <fib-id>] [rx-fib-id <fib-id>] .
Declaration: dhcpv6_proxy_set_command (src/vnet/dhcp/dhcp6_proxy_node.c line 997)
Implementation: dhcpv6_proxy_set_command_fn.
set dhcpv6 vss table <table-id> [oui <n> vpn-id <n> | vpn-ascii-id <text>].
Declaration: dhcpv6_proxy_vss_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1110)
Implementation: dhcpv6_vss_command_fn.
set ip6 address <interface> [prefix group <string>] <address> [del].
This command is used to add/delete IPv6 address potentially using available prefix from specified prefix group
vpp# set ip6 address GigabitEthernet2/0/0
prefix group my-prefix-group ::7/64
Example of how to delete IPv6 address: vpp# set ip6 address GigabitEthernet2/0/0
prefix group my-prefix-group ::7/64 del
Declaration: ip6_address_add_del_command (src/vnet/dhcp/dhcp6_pd_client_cp.c line 1019)
Implementation: cp_ip6_address_add_del_command_function.
show dhcp client [intfc <intfc>][verbose].
Declaration: show_dhcp_client_command (src/vnet/dhcp/client.c line 882)
Implementation: show_dhcp_client_command_fn.
show dhcp option-82-address interface <interface>.
Declaration: dhcp_proxy_address_show_command (src/vnet/dhcp/dhcp4_proxy_node.c line 1051)
Implementation: dhcp_option_82_address_show_command_fn.
Display dhcp proxy server info.
Declaration: dhcp_proxy_show_command (src/vnet/dhcp/dhcp4_proxy_node.c line 934)
Implementation: dhcp4_proxy_show_command_fn.
show dhcp VSS.
Declaration: dhcp_proxy_vss_show_command (src/vnet/dhcp/dhcp4_proxy_node.c line 1002)
Implementation: dhcp_vss_show_command_fn.
show dhcp6 addresses.
Declaration: dhcp6_addresses_show_command (src/vnet/dhcp/dhcp6_ia_na_client_cp.c line 561)
Implementation: dhcp6_addresses_show_command_function.
show dhcp6 clients.
Declaration: dhcp6_clients_show_command (src/vnet/dhcp/dhcp6_ia_na_client_cp.c line 618)
Implementation: dhcp6_clients_show_command_function.
show dhcpv6 link-address interface <interface>.
Declaration: dhcpv6_proxy_address_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1176)
Implementation: dhcpv6_link_address_show_command_fn.
Display dhcpv6 proxy info.
Declaration: dhcpv6_proxy_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1061)
Implementation: dhcpv6_proxy_show_command_fn.
show dhcpv6 VSS.
Declaration: dhcpv6_proxy_vss_show_command (src/vnet/dhcp/dhcp6_proxy_node.c line 1128)
Implementation: dhcpv6_vss_show_command_fn.
show ip6 addresses.
Declaration: ip6_addresses_show_command (src/vnet/dhcp/dhcp6_pd_client_cp.c line 1058)
Implementation: cp_ip6_addresses_show_command_function.
show ip6 pd clients.
Declaration: ip6_pd_clients_show_command (src/vnet/dhcp/dhcp6_pd_client_cp.c line 1158)
Implementation: ip6_pd_clients_show_command_function.
show ip6 prefixes.
Declaration: ip6_prefixes_show_command (src/vnet/dhcp/dhcp6_pd_client_cp.c line 1096)
Implementation: cp_ip6_prefixes_show_command_function.