Subnetting VLSM – Network 192.168.10.0/25
Informasi Dasar:
- Network: 192.168.10.0/25
- Subnet mask default: /25 → 255.255.255.128
- Jumlah host per subnet: 126 host
1. Kebutuhan Host
| Subnet | Host Dibutuhkan | Subnet Mask |
|---|---|---|
| A | 60 | /26 |
| B | 30 | /27 |
| C | 20 | /27 |
| D | 10 | /28 |
2. Alokasi Subnet
| Subnet | Network | Range Host | Broadcast |
|---|---|---|---|
| A (/26) | 192.168.10.0 | 192.168.10.1 – 192.168.10.62 | 192.168.10.63 |
| B (/27) | 192.168.10.64 | 192.168.10.65 – 192.168.10.94 | 192.168.10.95 |
| C (/27) | 192.168.10.96 | 192.168.10.97 – 192.168.10.126 | 192.168.10.127 |
| D (/28) | 192.168.10.128 | 192.168.10.129 – 192.168.10.142 | 192.168.10.143 |
3. Contoh Konfigurasi Router Cisco
! Subnet A interface FastEthernet0/0 ip address 192.168.10.1 255.255.255.192 no shutdown ! Subnet B interface FastEthernet0/1 ip address 192.168.10.65 255.255.255.224 no shutdown ! Subnet C interface FastEthernet0/2 ip address 192.168.10.97 255.255.255.224 no shutdown ! Subnet D interface FastEthernet0/3 ip address 192.168.10.129 255.255.255.240 no shutdown
Kesimpulan
VLSM memungkinkan kita membagi network menjadi subnet dengan ukuran berbeda sesuai kebutuhan host. Dengan VLSM, penggunaan alamat IP menjadi efisien, jaringan lebih terstruktur, dan tidak ada IP yang terbuang. Single subnet / standar subnetting tidak fleksibel jika jumlah host berbeda-beda, sehingga VLSM lebih optimal untuk perencanaan jaringan.
Tidak ada komentar:
Posting Komentar