## Last changed: 2019-10-14 16:55:12 UTC
version 12.1X47-D15.4;
system {
    host-name Nurjaman;
    root-authentication {
        encrypted-password "$1$IcLwPufC$waxuhcLUTafvJl31Gw4P0/"; ## SECRET-DATA
    }
    services {
        ssh {
            root-login allow;
            protocol-version v2;
            rate-limit 3;
        }
        dhcp {
            default-lease-time 3600;
            domain-name junipernetworks;
            name-server {
                203.142.82.222;
                203.142.84.222;
            }
            router {
                10.10.10.1;
            }
            pool 10.10.10.0/24 {
                address-range low 10.10.10.10 high 10.10.10.100;
            }
        }
    }
}
Configurasi DHCP server pada JUNIPER

Leave a Reply

Your email address will not be published. Required fields are marked *