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

show features

Summary/usage

show features.

Description

Display the set of available driver features

Example usage
Example:
vpp# show ip features

Declaration and implementation

Declaration: show_features_command (vnet/vnet/feature/feature.c line 260)

Implementation: show_features_command_fn.

show ip features

Summary/usage

show ip features.

Description

This command is used to display the set of available IP features. This can be useful for verifying that expected features are present.

Example usage
Example of how to display the set of available IP features:
vpp# show ip features
Available IP feature nodes
ip4 unicast:
  ip4-inacl
  ip4-source-check-via-rx
  ip4-source-check-via-any
  ip4-source-and-port-range-check-rx
  ip4-policer-classify
  ipsec-input-ip4
  vpath-input-ip4
  snat-in2out
  snat-out2in
  ip4-lookup
ip4 multicast:
  vpath-input-ip4
  ip4-lookup-multicast
ip4 output:
  ip4-source-and-port-range-check-tx
  interface-output
ip6 unicast:
  ip6-inacl
  ip6-policer-classify
  ipsec-input-ip6
  l2tp-decap
  vpath-input-ip6
  sir-to-ila
  ip6-lookup
ip6 multicast:
  vpath-input-ip6
  ip6-lookup
ip6 output:
  interface-output

Declaration and implementation

Declaration: show_ip_features_command (vnet/vnet/feature/registration.c line 382)

Implementation: show_ip_features_command_fn.

show ip interface features

Summary/usage

show ip interface features <interface>.

Description

This command is used to display the set of IP features configured on a specific interface

Example usage
Example of how to display the set of available IP features on an interface:
vpp# show ip interface features GigabitEthernet2/0/0
IP feature paths configured on GigabitEthernet2/0/0...
ipv4 unicast:
  ip4-lookup
ipv4 multicast:
  ip4-lookup-multicast
ipv4 multicast:
  interface-output
ipv6 unicast:
  ip6-lookup
ipv6 multicast:
  ip6-lookup
ipv6 multicast:
  interface-output

Declaration and implementation

Declaration: show_ip_interface_features_command (vnet/vnet/feature/registration.c line 499)

Implementation: show_ip_interface_features_command_fn.