It's the same on the MX series

I ended up with an open JTAC case because I'd configured bootp under vrf's, but it wasn't working. It needed to be configured under the base instance, as you've shown here.

Perhaps something that Juniper should look at clarifying or expanding on in the docs.

Cheers,
Gordon


On Thu, 13 Jun 2013 12:22:17 +0100, Phil Mayers wrote:

It's a J-series, not MX, but should be the same:

forwarding-options {
    helpers {
        bootp {
            interface {
                ge-0/0/2.2021 {
                    server x.x.x.x routing-instance BLAH;

...and


routing-instances {
    BLAH {
        instance-type vrf;
        interface ge-0/0/2.2021;

Basically, you have to put the routing-instance on the server option,
matching the routing instance of the interface.
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to