Raw File
cilium_bpf_ipcache.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium bpf ipcache

Manage the IPCache mappings for IP/CIDR <-> Identity

### Synopsis

Manage the IPCache mappings for IP/CIDR <-> Identity

### Options

```
  -h, --help   help for ipcache
```

### Options inherited from parent commands

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

### SEE ALSO

* [cilium bpf](../cilium_bpf)	 - Direct access to local BPF maps
* [cilium bpf ipcache get](../cilium_bpf_ipcache_get)	 - Retrieve identity for an ip
* [cilium bpf ipcache list](../cilium_bpf_ipcache_list)	 - List endpoint IPs (local and remote) and their corresponding security identities

back to top