I'm setting up jumbograms on a couple of vlans stacked
on an aggr and I need a sanithy check that I'm doing
this right.

The switches use a hardware MTU of 9192.  We want an IP
MTU of 9000 for the vlans.  I'm assuming this will work?

  ifconfig em1 mtu 9192
  ifconfig em5 mtu 9192
  ifconfig aggr0 9192  # em1+em5 lacp
  ifconfig vlanX mtu 9000 # stacked on aggr0
  ifconfig vlanY mtu 1500 # ditto

--lyndon

Reply via email to