# configure network

## Syntax

```
configure network [noconfig] <url>
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>noconfig</code></td><td>If specified, indicates that the primary show run configuration should not be restored. All other data are restored.</td></tr><tr><td>url</td><td>Specifies the backup file to be restored.</td></tr></tbody></table>

## Defaults

## Usage Guidelines

This commands reloads the entire system configuration from a backup file previously created with the [write network](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/write/write-network) or [backup url](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/backup/backup-url) commands.

&#x20;Refer to the [URL Format](https://docs.islandrouter.com/island-router-cli-2.3.2/url-format) section of this document for more information on the syntax of the url parameter.

## Examples

```
config network scp://jane:d9fApC@192.168.38.7/mybackup
```

## Related Commands

{% content-ref url="backup" %}
[backup](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/backup)
{% endcontent-ref %}

{% content-ref url="write/write-network" %}
[write-network](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/write/write-network)
{% endcontent-ref %}
