Set default gateway for SWC
This commit is contained in:
parent
9e36f2a45d
commit
fe6fc8aa7a
2 changed files with 14 additions and 2 deletions
BIN
Networks/Main.pkt
(Stored with Git LFS)
BIN
Networks/Main.pkt
(Stored with Git LFS)
Binary file not shown.
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue