Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 21509

Beginner Basics • Bridge vxlan and vlan trunk problem

$
0
0
Cisco Switch(192.168.6.1)---(ether2,Trunk)(Bridge VLAN6,192.168.6.236)miktotik E50UG-------<WAN,IPDEC>------miktotik(x86,OVA)----testPC(192.168.6.244)

now, I ping from 192.168.6.244 to 192.168.6.236 is woring
I ping from 192.168.6.244 to 192.168.6.1 is timeout
Cisco switch and mikrotik router connect with one trunk port,and will add some more vlans

how can I bridge vxlan port and vlan?

I tried interface vlan and bridge vlan, none of them was worked

follow is my configure
Code:
# model = E50UG/interface bridgeadd name=Bridge-VLAN1 vlan-filtering=yesadd name=Bridge-VLAN6 protocol-mode=mstp pvid=6 vlan-filtering=yes/interface pppoe-clientadd ac-name=SDQDA-MC-CMNET-BRAS62-ME60 allow=pap disabled=no interface=ether1 \    keepalive-timeout=disabled name=REMOVED user=REMOVED/ip ipsec profileadd dh-group="ecp256,ecp384,ecp521,modp8192,modp6144,modp4096,modp3072,modp204\    8,modp1536,modp1024" enc-algorithm=aes-256,aes-192,aes-128 \    hash-algorithm=sha384 name=REMOVED prf-algorithm=sha384/ip ipsec peeradd address=REMOVED exchange-mode=ike2 name=REMOVED \    profile=gxqcmcc/ip ipsec proposaladd auth-algorithms=sha512,sha256 enc-algorithms="chacha20poly1305,aes-256-cbc\    ,aes-256-ctr,aes-256-gcm,camellia-256,aes-192-cbc,aes-192-ctr,aes-192-gcm,\    camellia-192,aes-128-cbc,aes-128-ctr,aes-128-gcm,camellia-128,blowfish,two\    fish" name=gxqwcmcc pfs-group=modp4096/interface vxlanadd local-address=172.16.0.1 loop-protect=on mac-address=62:F0:39:CA:AE:F2 \    mtu=1200 name=VxLAN6 port=8472 vni=6 vrf=main vteps-ip-version=ipv4/routing rip instanceadd disabled=no name=rip-instance-1/interface bridge portadd bridge=Bridge-VLAN6 interface=ether2 pvid=6 trusted=yesadd bridge=Bridge-VLAN6 interface=VxLAN6 pvid=6/interface bridge vlanadd bridge=Bridge-VLAN6 vlan-ids=1add bridge=Bridge-VLAN6 tagged=ether2 untagged=VxLAN6 vlan-ids=6/interface vxlan vtepsadd interface=VxLAN6 remote-ip=172.17.0.1/ip addressadd address=192.168.0.8/28 interface=Bridge-VLAN1 network=192.168.0.0add address=172.16.0.1 interface=lo network=172.16.0.1add address=192.168.6.236/24 interface=Bridge-VLAN6 network=192.168.6.0/ip cloudset ddns-enabled=yes ddns-update-interval=1m/ip firewall filteradd action=accept chain=forward connection-state=\    invalid,established,related,new,untracked dst-address=172.17.0.0/16 \    src-address=172.16.0.0/16add action=accept chain=forward connection-state=\    invalid,established,related,new,untracked dst-address=172.16.0.0/16 \    src-address=172.17.0.0/16/ip firewall natadd action=accept chain=srcnat dst-address=172.17.0.0/16 src-address=\    172.16.0.0/16/ip firewall rawadd action=notrack chain=prerouting dst-address=172.17.0.0/16 src-address=\    172.16.0.0/16add action=notrack chain=prerouting dst-address=172.16.0.0/16 src-address=\    172.17.0.0/16/ip ipsec identityadd peer=REMOVED/ip ipsec policyset 0 disabled=yesadd dst-address=172.17.0.0/16 peer=REMOVED proposal=gxqwcmcc src-address=\    172.16.0.0/16 tunnel=yes/ip routeadd disabled=no distance=1 dst-address=172.17.0.0/16 gateway=qdcmcc \    routing-table=main scope=30 suppress-hw-offload=no target-scope=10/ipv6 addressadd address=::6666 advertise=no from-pool=qdcmcc interface=qdcmcc no-dad=yes/ipv6 dhcp-clientadd add-default-route=yes interface=qdcmcc pool-name=qdcmcc request=prefix/routing filter ruleadd chain=DisableIPv4DefaultRoute comment=\    "\E7\A6\81\E7\94\A8IPv4\E9\BB\98\E8\AE\A4\E8\B7\AF\E7\94\B1" disabled=no \    rule="if (dst in 0.0.0.0/0 && dst-len==0) {reject} else {accept}"/routing rip interface-templateadd disabled=no instance=rip-instance-1 interfaces=Bridge-VLAN1

Statistics: Posted by lidfgab — Tue Dec 31, 2024 4:34 pm



Viewing all articles
Browse latest Browse all 21509

Trending Articles