Hello,
I'm trying to setup vlan between Cisco C3500XL and MT 2.9.50, and it dosen't work. I can't ping from MT to Cisco and from Cisco to MT too.
My MT config:
Flags: X - disabled, R - running
NAME MTU ARP VLAN-ID INTERFACE
0 R vlan1 1500 enabled 367 ether1
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.69.6/24 192.168.69.0 192.168.69.255 ether2
1 192.168.99.4/24 192.168.99.0 192.168.99.255 vlan1
Cisco config:
interface FastEthernet0/39
switchport access vlan 367
switchport trunk encapsulation dot1q
switchport trunk native vlan 367
switchport trunk allowed vlan 1,100,122,367,1002-1005
switchport mode trunk
interface VLAN367
ip address 192.168.99.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
Cisco show ARP of the MT vlan:
Internet 192.168.99.4 0 000c.421a.8ea3 ARPA VLAN367
but ping dosen't work 
Why it dosen't work ?
port on your cisco switch is missconfigured
sorry I forgot the cisco config, switch port should look like this:
Cisco config:
interface FastEthernet0/39
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,100,122,367,1002-1005
switchport mode trunk
Need to delete this line:
switchport trunk native vlan 367
Yes it works now, thanks.
hi
here is my configuration
cisco3550switch — mikrotik1 — mikrotik2 — cisco1750router
i have vlan on c3550, but c1750 does not support vlans.
so i must tag traffic from/to c1750 on mikrotik2.
mikrotik’s are RB411, OS3.10
here is the part of configuration
cisco3550
interface FastEthernet0/3
switchport trunk encapsulation dot1q
switchport trunk native vlan 4
switchport trunk allowed vlan 4,50-55
switchport mode trunk
no cdp enable
interface Vlan4
ip address 10.2.2.254 255.255.255.0 secondary
ip address 192.168.1.23 255.255.255.0 secondary
ip address x.y.3.65 255.255.255.252
interface Vlan50
description test pcaVE
ip address x.y.3.157 255.255.255.252
cisco1750
interface Ethernet0
ip address x.y.3.158 255.255.255.252
how to configure mikrotik2, just to tag traffic from c1750 and untug traffic to c1750?
tnx