Troubleshoot Web Access
Troubleshooting akses web bermasalah: cek DNS domain, cek prefix bestpath dari border INTER/IIX, ubah policy-statement untuk reroute prefix, dan verifikasi web dapat diakses kembali.
Owner
SUPER_ADMIN
Last Updated
20 Sep 2026
Version
v1.0
Est. Time
—
File Asli & Lampiran
Troubleshoot Web Access
Cek ip add dari domain
dig a <domain> Ping domain :
Cek prefix dari border inter dan iixa. INTER
b. IIX
Kesimpulan
Path prefix 103.119.138.0/24 ada 3 jalur, jalur bestpath bermasalah. Dicoba pindah kea rah path kedua atau ketiga dengan cara menambah allow/accept term dari police-statemantt masing-masing upstream.contoh :
Kita pindahkan bestpath ke aarah path kedua via LNIX, maka police-statement dr-LNIX menjadi sperti ini. : Sebelum :
[edit logical-systems BRD-IIX policy-options policy-statement dr-LNIX]
noc@Brd-Intl# show
term 1 {
from {
route-filter 0.0.0.0/0 exact;
route-filter 0.0.0.0/0 prefix-length-range /25-/32;
route-filter 8.8.8.0/24 exact;
route-filter 8.8.8.8/32 exact;
prefix-list-filter ip-private orlonger;
}
then reject;
}
term 2 {
from {
route-filter 0.0.0.0/0 prefix-length-range /8-/24;
}
then accept;
}Sesudah
[edit logical-systems BRD-IIX policy-options policy-statement dr-LNIX]
noc@Brd-Intl# show
term accept {
from {
route-filter 103.119.138.0/24 exact;
}
then {local-preference 300;
accept;
}
}
term 1 {
from {
route-filter 0.0.0.0/0 exact;
route-filter 0.0.0.0/0 prefix-length-range /25-/32;
route-filter 8.8.8.0/24 exact;
route-filter 8.8.8.8/32 exact;
prefix-list-filter ip-private orlonger;
}
then reject;
}
term 2 {
from {
route-filter 0.0.0.0/0 prefix-length-range /8-/24;
}
then accept;
}Kemudian cek Kembali route dari border IIX
Test koneksi access ke web bekasikota.go.id
Jika web masih tidak bisa di akses, lanjut ke path ketiga.
Version History
Related SOP
Customer Internet Down
Procedure for handling customer internet down incidents.
BGP Session Down
Procedure untuk investigasi session BGP yang down / flapping.
WiFi Troubleshooting
Panduan pengecekan koneksi WiFi pelanggan yang sering putus / lambat.
IP & VLAN Reference
Tabel referensi alokasi VLAN dan subnet internal.
Was this SOP helpful?