Set default gateway for SWC

This commit is contained in:
Manuel Thalmann 2023-12-06 00:36:13 +01:00
parent 9e36f2a45d
commit fe6fc8aa7a
2 changed files with 14 additions and 2 deletions

BIN
Networks/Main.pkt (Stored with Git LFS)

Binary file not shown.

View file

@ -65,3 +65,15 @@ exit
disable
exit
```
## Gateway for SWC
On SWC:
```sh
enable
configure terminal
ip default-gateway 10.123.0.3
exit
exit
disable
exit
```