Skip to content

Commit

Permalink
ensure jumbo when setting public vlan interface
Browse files Browse the repository at this point in the history
Change-Id: Id04a41ac5c9b8b303b1ff4652a32acb39109e486
  • Loading branch information
kambiz-aghaiepour committed Jan 30, 2024
1 parent 82d748a commit 513557f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quads/tools/juniper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 513557f

Please sign in to comment.