Skip to content

Commit 20ff661

Browse files
committed
Tutorial 10
1 parent 3e3a711 commit 20ff661

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed
52.5 KB
Binary file not shown.
1.49 KB
Binary file not shown.

cisco/tutorial-series/tutorial10.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,10 @@ Here, we manually add static routes to each router.
127127
:class: note
128128
Here the static routing configuration is done manually. For example in R0, we add routes to R1 and R2 via the lines -
129129
130-
```bash
131-
ip route 192.168.2.0 255.255.255.0 10.0.0.2
132-
ip route 192.168.3.0 255.255.255.0 10.0.0.2
133-
```
130+
- `ip route 192.168.2.0 255.255.255.0 10.0.0.2`
131+
- `ip route 192.168.3.0 255.255.255.0 10.0.0.2`
134132
135133
This means that R0 will know how to reach the networks of R1 and R2 through the serial link to R1 (10.0.0.2).
136-
137134
```
138135

139136
### Step 4.1 – R0 Configuration

0 commit comments

Comments
 (0)