Cisco LPIC Revision Guide
Cisco LPIC Revision Guide
- OSI Model: 7 layers (Application, Presentation, Session, Transport, Network, Data Link, Physical)
Exercises:
1. Match each protocol to its OSI layer (HTTP, TCP, UDP, IP, ICMP, ARP, Ethernet).
Exercises:
C. Routing Protocols
Exercises:
```
```
- VLAN segmentation.
- Trunking (802.1Q).
Exercises:
```
Switch(config)# vlan 10
```
```
```
Exercises:
```
```
- File & Directory management (`ls`, `cd`, `cp`, `mv`, `rm`, `find`, `grep`, `awk`, `sed`).
Exercises:
```
```
```
#!/bin/bash
df -h
free -m
```
B. Linux Networking
Exercises:
```
```
```
netstat -ant
```
Exercises:
1. Check the kernel version:
```
uname -r
```
```
sysctl -w net.ipv4.ip_forward=1
```
Exercises:
```
```
```
```