Created
March 15, 2021 08:42
-
-
Save RolandWarburton/00d0d2ed8c192df787e3317381bbc4d3 to your computer and use it in GitHub Desktop.
temp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# W3 | |
R1 | |
```none | |
ip route 10.1.1.0 255.255.255.252 s0/1/0 | |
``` | |
R2 | |
```none | |
ip route 10.1.1.0 255.255.255.252 s0/1/0 | |
ip route 10.2.2.0 255.255.255.252 s0/1/1 | |
ip route 192.168.1.0 255.255.255.0 s0/1/0 | |
ip route 192.168.3.0 255.255.255.0 s0/1/1 | |
``` | |
R3 | |
```none | |
ip route 10.2.2.0 255.255.255.252 s0/1/1 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment