ReferenceNOCP3 · MediumIntermediateACTIVE
Juniper (Junos) — Bandwidth Limit dengan Policer
Membuat policer untuk membatasi bandwidth (bandwidth-limit + burst-size) dan menerapkannya pada interface (policer input/output).
REF-NOC-013Reviewer: —
Owner
—
Last Updated
20 Sep 2026
Version
v1.0
Est. Time
10-20 menit
Required AccessJunos CLI
TagsBandwidthIPJuniper
Bandwidth Limit dengan Policer
Policer dipakai membatasi bandwidth pada interface (input/output), mirip fungsi rate-limit sebagai profil limitasi trafik.
bash
edit firewall set policer LIMIT-100M if-exceeding bandwidth-limit 100m burst-size-limit 100m set policer LIMIT-100M then discard
STEP
Terapkan policer di interface
- 1Pasang policer input & output pada interface/unit
bash
et-0/0/2 {
unit 1000 {
description UPSTREAM.1;
vlan-id 1000;
family inet {
policer { input LIMIT-100M; output LIMIT-100M; }
address 172.16.100.2/24;
}
}
}Version History
v1.0Publikasi awal (Juniper reference)17 Sep 2026
Related SOP
SOPNOCIncident
Customer Internet Down
Procedure for handling customer internet down incidents.
PPPoEONTOLTFiber
SOP-NOC-003 20 Sep 2026 10-15 menitIntermediateP2 · High
SOPNOCIncident
BGP Session Down
Procedure untuk investigasi session BGP yang down / flapping.
BGPRoutingBackbonePeering
SOP-NOC-007 20 Sep 2026 15-30 menitAdvancedP2 · High
TroubleshootingNOCTroubleshooting
WiFi Troubleshooting
Panduan pengecekan koneksi WiFi pelanggan yang sering putus / lambat.
WiFiLatencyCustomer
TS-NOC-007 20 Sep 2026 10 menitBasic
SOPPROVISIONINGActivation
New Customer Activation
Workflow aktivasi layanan pelanggan baru dari sales order hingga handover.
PPPoEONTOLTVLAN
SOP-PROVISIONING-001 20 Sep 2026 60-120 menitIntermediate
Was this SOP helpful?