Skip to content

Commit 7c39fcc

Browse files
committed
Handy Tips
1 parent 2da2017 commit 7c39fcc

File tree

5 files changed

+8
-21
lines changed

5 files changed

+8
-21
lines changed

cisco/tutorial-series/tutorial2.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We will build the following topology:
2020

2121
Each device will be configured with a static IP address in the same subnet, and we’ll ensure the switches allow Layer 2 traffic to pass between them seamlessly.
2222

23-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig2.png)
23+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig2.png)
2424

2525
---
2626

@@ -41,7 +41,7 @@ Use **Copper Straight-Through** cables to make the following connections:
4141
- **Switch0****Switch1**, using `FastEthernet0/24` on both switches
4242
- **Switch1****PC1**, using `FastEthernet0`
4343

44-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig2.png)
44+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig2.png)
4545

4646
---
4747

@@ -57,7 +57,7 @@ We will assign static IP addresses to both PCs.
5757
- IP Address: `192.168.20.1`
5858
- Subnet Mask: `255.255.255.0`
5959

60-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig3.png)
60+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig3.png)
6161

6262
### Step 3.2 – PC1 IPv4 Settings
6363

@@ -67,7 +67,7 @@ We will assign static IP addresses to both PCs.
6767
- IP Address: `192.168.20.2`
6868
- Subnet Mask: `255.255.255.0`
6969

70-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig4.png)
70+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig4.png)
7171

7272
---
7373

@@ -107,7 +107,7 @@ This ensures:
107107
- Port `fa0/1` (to PC0) and `fa0/24` (to Switch1) are active
108108
- Both are assigned to **VLAN 1**
109109

110-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig5.png)
110+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig5.png)
111111

112112
---
113113

@@ -135,7 +135,7 @@ Again:
135135
- Port `fa0/1` (to PC1) and `fa0/24` (from Switch0) are active
136136
- VLAN 1 is used for untagged traffic across the switches
137137

138-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig6.png)
138+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig6.png)
139139

140140
---
141141

@@ -159,22 +159,9 @@ If not, double-check:
159159
- PC IP addresses are correct and in the same subnet
160160
- Cabling is correct
161161

162-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig7.png)
162+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig7.png)
163163

164-
![Figure 2](../../img/cisco-tutorials/tutorial-1/fig8.png)
165-
166-
---
167-
168-
## Optional: Enable Trunking (if using VLANs beyond VLAN 1)
169-
170-
If you later want to implement multiple VLANs, change the inter-switch link to a trunk port:
171-
172-
```bash
173-
interface fa0/24
174-
switchport mode trunk
175-
```
176-
177-
For this basic setup, using access mode on all ports is sufficient.
164+
![Figure 2](../../img/cisco-tutorials/tutorial-2/fig8.png)
178165

179166
---
180167

39 KB
Loading
39 KB
Loading
22.8 KB
Loading
22 KB
Loading

0 commit comments

Comments
 (0)