Need to set the "physical" master routed vlan interface to something large:

interfaces {
    vlan {
    mtu 9192;  /* whatever the max allowed is */
    unit 10 {
        family inet {
        mtu 9000;
        address 10.10.10.1/24;
    }
}

That should let you send a 9k IP paacket without fragmentation.

- CK.



On 19/03/2013, at 11:53 PM, pkc_mls <[email protected]> wrote:
> 
> 
> [edit interfaces vlan]
> unit 10 {
>    family inet {
>        address 10.10.10.1/24;
>    }
> }

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

Reply via email to