VLAN with real IPs

Hello,

I have 3 different C class IP block on our end and i want to create VLANs with these blocks. I’d really glad if anyone give me a sample configuration.

Just create a VLAN interface and assign an IP address to it. Make sure routing is in place either dynamically or statically.

/interface vlan add name=myInt interface=ether1 vlan-id=2 disabled=no
/ip address add address=89.90.120.65/26 interface=myInt