hwarecords.blogg.se

Vpp connection hash table
Vpp connection hash table









vpp connection hash table

All IP Addresses (' /', ' ' and ' ') can be IPv4 or IPv6, but all must be of the same form in a single command. This command is used to add or delete IPv4 or IPv6 multicastroutes. Declaration and implementationĭeclaration: vlib_cli_ip_command ( src/vnet/ip/lookup.c line 724) Implementation: enable_ip6_interface_cmd. Example usage Example of how enable IPv6 on a given interface: vpp# enable ip6 interface GigabitEthernet2/0/0 Declaration and implementationĭeclaration: enable_ip6_interface_command ( src/vnet/ip/ip6_neighbor.c line 3469) This command is used to enable IPv6 on a given interface. Implementation: disable_ip6_interface_cmd.Įnable ip6 interface Summary/usage enable ip6 interface. Example usage Example of how disable IPv6 on a given interface: vpp# disable ip6 interface GigabitEthernet2/0/0 Declaration and implementationĭeclaration: disable_ip6_interface_command ( src/vnet/ip/ip6_neighbor.c line 3508) This command is used to disable IPv6 on a given interface. Implementation: clear_ioam_rewrite_command_fn.ĭisable ip6 interface Summary/usage disable ip6 interface. Example usage Example of how to clear iOAM features: vpp# clear ioam rewrite Declaration and implementationĭeclaration: ip6_clear_ioam_rewrite_cmd ( src/vnet/ip/ip6_hop_by_hop.c line 956) Use ' show ioam summary' to verify the configured settings cleared. This command clears all the In-band OAM (iOAM) features enabled by the ' set ioam rewrite' command.











Vpp connection hash table