diff --git a/quads/tools/juniper.py b/quads/tools/juniper.py index c1bab884a..41894425c 100644 --- a/quads/tools/juniper.py +++ b/quads/tools/juniper.py @@ -78,6 +78,9 @@ def convert_port_public(self): self.execute( f"set interfaces {self.switch_port} unit 0 family ethernet-switching vlan members vlan{self.new_vlan}" ) + self.execute( + f"set interfaces {self.switch_port} mtu 9216" + ) if self.old_vlan and self.old_vlan != self.new_vlan: self.execute(