right now everything is cool inside the "router part", but the switch config is clunky.
i'd also have a vlan name there - similar to the interface names in routerOS.
a name what i could use to reference to VLANs as objects in other part of the switch configuration:
Code: Select all
/interface ethernet switch vlan add name="management" vlan-id=666 comment="guess what is this" ports="ether1,ether2"
/interface ethernet switch ingress-vlan-translation add ports=ether1 new-customer-vid=management
/interface ethernet switch egress-vlan-tagging add tagged-ports=ether2 vlan-id=management
but the comment part is piece of cake. please.