[j-nsp] Urgent

Janez Štravs janez.stravs at smart-com.si
Fri Dec 18 04:06:34 EST 2009


DHCP server is supported on all M and MX platforms:

This is more useful link:
http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/subscriber-access/jd0e7090.html#jd0e7090

Short example:

system {
    services {
        dhcp-local-server {
            traceoptions {
                file dhcp.log;
                flag all;
            }
            pool-match-order {
                ip-address-first;
            }
            group DHCP-1 {
                interface ge-0/0/0.1000 upto ge-0/0/0.1999;
                interface fe-0/2/0.0;
            }
        }
    }
}
access {
    address-assignment {
        pool POOL-1 {
            family inet {
                network 10.100.0.0/24;
                range RANGE-1 {
                    low 10.100.0.100;
                    high 10.100.0.254;
                }
                dhcp-attributes {
                    maximum-lease-time 120;
                    domain-name xxx.yyy;
                    name-server {
                        10.10.103.199;
                    }
                    router {
                        10.100.0.1;
                    }
                }
            }
        }
    }
}


BR Janez

-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net [mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of Pekka Savola
Sent: Friday, December 18, 2009 7:39 AM
To: Masood Shah
Cc: juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] Urgent

On Thu, 17 Dec 2009, Masood Shah wrote:
> Here you go...
>
> http://www.juniper.net/techpubs/software/junos/junos91/swconfig-system-basics/configuring-a-dhcp-server.html

According to that doc, DHCP server functionality is only available in
J-series, not MX series.

> ________________________________
>
> From: juniper-nsp-bounces at puck.nether.net on behalf of chandrasekaran iyer
> Sent: Thu 12/17/2009 6:39
> To: juniper-nsp at puck.nether.net
> Subject: [j-nsp] Urgent
>
>
>
> Hi,
>
> How to enable DHCP server in MX240:MX480:MX960 platforms
>
> --
> Thanks with regards
>
> Shekar.B
> --
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>

_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list