# Importer et Exporter la configuration via TFTP

##### Exporter la configuration vers un serveur TFTP

```
ProCurve Switch 2650# copy startup-config tftp 192.168.1.200 config.txt
```

##### Importer la configuration depuis un serveur TFTP

```
ProCurve Switch 2650# copy tftp startup-config 192.168.1.200 config.txt
Device may be rebooted, do you want to continue [y/n]?  y
```