[j-nsp] EX switches - jumbo frames - vlan interface - interface range - virtual chassis

Chris Kawchuk juniperdude at gmail.com
Tue Mar 19 16:14:25 EDT 2013


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 <pkc_mls at yahoo.fr> wrote:
> 
> 
> [edit interfaces vlan]
> unit 10 {
>    family inet {
>        address 10.10.10.1/24;
>    }
> }



More information about the juniper-nsp mailing list