Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RolandWarburton/00d0d2ed8c192df787e3317381bbc4d3 to your computer and use it in GitHub Desktop.
Save RolandWarburton/00d0d2ed8c192df787e3317381bbc4d3 to your computer and use it in GitHub Desktop.
temp
# 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