Add routes to EE

This commit is contained in:
Manuel Thalmann 2023-12-06 01:08:57 +01:00
parent f7fb57a31a
commit d1a38b893c
2 changed files with 16 additions and 2 deletions

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

Binary file not shown.

View file

@ -77,3 +77,17 @@ exit
disable
exit
```
On EE:
```sh
enable
configure terminal
ip route 10.10.0.0 255.255.0.0 10.123.0.1
ip route 10.10.0.0 255.255.0.0 10.123.0.2
exit
exit
disable
exit
```