Skip to content

Commit

Permalink
Change management VLAN variable for production
Browse files Browse the repository at this point in the history
  • Loading branch information
mcevik0 committed Sep 11, 2020
1 parent d6fc459 commit 8cfc06d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/ManagementVLANLCRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

###MANAGEMENT_VLAN_MIN = 4080
###MANAGEMENT_VLAN_MAX = 4089
#MANAGEMENT_VLAN_MIN = 3001
#MANAGEMENT_VLAN_MAX = 3006
MANAGEMENT_VLAN_MIN = 1401
MANAGEMENT_VLAN_MAX = 1415
MANAGEMENT_VLAN_MIN = 3001
MANAGEMENT_VLAN_MAX = 3006
###MANAGEMENT_VLAN_MIN = 1401
###MANAGEMENT_VLAN_MAX = 1415
class ManagementVLANLCRule(LCRule):
''' This structure is used at each switch that the Management VLAN traverses
to define the physical ports that the VLAN will traverse. Traffic
Expand Down

0 comments on commit 8cfc06d

Please sign in to comment.