CCNA_CheatSheet_Bilingual
CCNA_CheatSheet_Bilingual
3. Routing Protocols
- **RIP** (hop-based), **OSPF** (link-state, fast), **EIGRP** (hybrid).
➤ Bahasa: RIP itu paling simpel, OSPF lebih pintar, EIGRP lebih fleksibel.
6. ACL
- **ACL** = Satpam IP: kontrol akses berdasarkan IP/port.
Command: `access-list 10 permit 192.168.1.0 0.0.0.255`
7. NAT
- **NAT**: Ganti IP private jadi public.
- **PAT**: Banyak IP private share satu IP public (pakai port).
Command: `ip nat inside source list 1 interface fa0/1 overload`
10. Wireless
- **SSID, WPA2, AP, Channels** ➤ komponen utama Wi-Fi.
- Mode: Infrastructure vs Ad-Hoc
11. WAN
- **PPP, MPLS, Serial** ➤ Protokol koneksi jarak jauh.
Command: `ip address`, `clock rate` on serial interface
12. IPv6
- 128-bit format: `2001:db8::1`
- Types: Unicast, Multicast, Anycast
Command: `show ipv6 interface brief`