Hello,
@vakas10 wrote:
Hi all,
I am in process of allowing Jumbo frames on the uplink (mtu = 9000) towards the provider. The provider has already configurged the new mtu limit towards my router. I have few questions related to this:
- During the configuration, will there be any BGP flap etc?
For single-hop eBGP with link IP peering - yes. JUNOS flaps the interface when link MTU is changed.
For iBGP - no, if You have a redundant link and You change one link MTU at a time
@vakas10 wrote:
Should I bleedoff the traffic OR mtu config will not have any production impact?
There most likely WILL be a production impact or even multiple. You need to take some precautions to mitigate them.
To give You a few examples:
- OSPF will flap adjacencies when MTU is changed either way
- ISIS most likely not when MTU is inflated although I haven't tested it in recent releases
- BGP : see above
@vakas10 wrote:
-
- In order to get full utilization of Jumbo frames, my understanding is that I have to confugure the new mtu limit between all the following links:-
Edge Router <-> aggregation switch <-> ToR <-> Server
Is this correct?
Yes. But only for that stretch - internet traffic won't be able to use Your new MTU.
HTH
Thx
Alex