router: stellio lan1 (2.5G) as untagged mgmt port
This commit is contained in:
@@ -42,12 +42,12 @@ in
|
|||||||
|
|
||||||
# 2.5G port carries all VLANs tagged (towards a managed switch / AP).
|
# 2.5G port carries all VLANs tagged (towards a managed switch / AP).
|
||||||
trunkPorts = [ "lan1" ];
|
trunkPorts = [ "lan1" ];
|
||||||
# 1G ports: untagged client ports on lan. lan5 is the pre-cutover
|
# lan1 (2.5G): untagged mgmt port for on-site recovery. lan2-lan4 (1G):
|
||||||
# staging uplink: DHCP client into the old LAN (routers/white-house),
|
# untagged client ports on lan. lan5 is the pre-cutover staging uplink:
|
||||||
# SSH only, no VLAN membership. At cutover set stagingPort = null and
|
# DHCP client into the old LAN (routers/white-house), SSH only, no VLAN
|
||||||
# hand lan5 back as the untagged mgmt recovery port (accessPorts.lan5 =
|
# membership; set stagingPort = null at cutover.
|
||||||
# "mgmt").
|
|
||||||
accessPorts = {
|
accessPorts = {
|
||||||
|
lan1 = "mgmt";
|
||||||
lan2 = "lan";
|
lan2 = "lan";
|
||||||
lan3 = "lan";
|
lan3 = "lan";
|
||||||
lan4 = "lan";
|
lan4 = "lan";
|
||||||
|
|||||||
Reference in New Issue
Block a user