Hi all
I have the following config running on a CRS. As this config is CPU intense, I would like to have your input in how I could create a smart wire speed VLAN configuration with below. Thanks for your thoughts.
---
/interface ethernet
set [ find default-name=ether2 ] master-port=ether1
set [ find default-name=ether3 ] master-port=ether1
set [ find default-name=ether4 ] master-port=ether1
set [ find default-name=ether20 ] master-port=ether19
/interface bridge
add l2mtu=1588 name=TRUNKCORE
add l2mtu=1588 name=bridgeVLAN116
add l2mtu=1588 name=bridgeVLAN700
add l2mtu=1588 name=bridgeVLAN911
/interface vlan
add comment=MGMT interface=TRUNKCORE l2mtu=1584 name=vlan99 vlan-id=99
add comment=DCD interface=TRUNKCORE l2mtu=1584 name=vlan116 vlan-id=116
add comment=CAM interface=TRUNKCORE l2mtu=1584 name=vlan700 vlan-id=700
add comment=IPP interface=TRUNKCORE l2mtu=1584 name=vlan911 vlan-id=911
/interface bridge port
add bridge=TRUNKCORE interface=ether24
add bridge=TRUNKCORE interface=ether23
add bridge=bridgeVLAN700 interface=ether22
add bridge=bridgeVLAN700 interface=vlan700
add bridge=bridgeVLAN116 interface=ether1
add bridge=bridgeVLAN116 interface=vlan116
add bridge=bridgeVLAN911 interface=ether19
add bridge=bridgeVLAN911 interface=vlan911
/ip address
add address=192.168.66.116/24 interface=vlan99 network=192.168.66.0
/ip route
add distance=1 gateway=192.168.66.1
Many thanks again for examples.