Add routes to EE
This commit is contained in:
parent
f7fb57a31a
commit
d1a38b893c
2 changed files with 16 additions and 2 deletions
BIN
Networks/Main.pkt
(Stored with Git LFS)
BIN
Networks/Main.pkt
(Stored with Git LFS)
Binary file not shown.
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue