dear all.
How to configure vlan in cisco catalyst express 500G series and mikrotik
routerOs
my vlan config in cisco catalys 500G 24 port is
vlan1 = default
vlan11 = port 1 to port 4
vlan12 = port 5 to port 8
vlan13 = port 6 to port 9
vlan14 = port 10 to port 16
vlan15 = port 17 to port 22
vlan16 = port 21 to port 23
port 24 = trunking
configure in mikrotik
ether1 = Local —> to port 24 trunk
ether2 = public ----> to next router
/add address 192.168.13.1/30 interface ether1
/add address 172.16.16.1/30 interface ether2
please help me how to add sub interface (vlan1, vlan11, vlan12, vlan13, vlan14, vlan15, vlan16) in interface ether1 so that mikrotik and swith can response each other.
i want add addresses
vlan1 = no address
vlan11 = 192.168.0.190/28
vlan12 = 192.168.0.206/28
vlan13 = 192.168.0.222/28
vlan14 = 192.168.0.238/28
vlan15 = 192.168.0.254/28
vlan16 = 192.168.0.174/28
how to add ip address in sub interface (vlans)
thnks