# Issues listing snapshots with nodetool

In case you are facing issues with listing snapshots with

```bash
nodetool listsnapshots
```

Use the legacy version:

```bash
nodetool -Dcom.sun.jndi.rmiURLParsing=legacy listsnapshots
```
