cilium bpf ipcache list

List endpoint IPs (local and remote) and their corresponding security identities

Synopsis

List endpoint IPs (local and remote) and their corresponding security identities.

Note that for Linux kernel versions between 4.11 and 4.15 inclusive, the native LPM map type used for implementing the IPCache does not provide the ability to walk / dump the entries, so on these kernel versions this tool will never return any entries, even if entries exist in the map. You may instead run: cilium map get cilium_ipcache

  1. cilium bpf ipcache list [flags]

Options

  1. -h, --help help for list
  2. -o, --output string json| jsonpath='{}'

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API

SEE ALSO