I rely need help to my CCR, and from my post:
http://forum.mikrotik.com/viewtopic.php?f=13&t=75922 to program my CCR to work with cisco trunk, I have no luck to get dhcp on my interfaces
I have dhcp on vlan 1 and vlan 6, and it look like the trunk from spf is working sins I can connect to my CCR, there is one the trunk from my cisco 2960, but non of the port from 1 to 5 and 6 to 11 is getting ip from my dhcp servers?
Can any plz help mw out here, my plan I to run this CCR as my backbone.
My Cisco switch to the CCR is running trunk 802.1Q with allow all
And here is the setup on my CCR
/interface bridge
add name=bridge-trunk
/interface bridge port
add bridge=bridge-trunk interface=sfp1
add bridge=bridge-trunk interface=sfp2
add bridge=bridge-trunk interface=sfp3
add bridge=bridge-trunk interface=sfp4
/interface vlan
add name=vlan1-tr interface=bridge-trunk vlan-id=1
add name=vlan5-tr interface=bridge-trunk vlan-id=5
add name=vlan6-tr interface=bridge-trunk vlan-id=6
/interface bridge
add name=bridge-vlan1
add name=bridge-vlan5
add name=bridge-vlan6
/interface bridge port
add bridge=bridge-vlan1 interface=ether1
add bridge=bridge-vlan1 interface=ether2
add bridge=bridge-vlan1 interface=ether3
add bridge=bridge-vlan1 interface=ether4
add bridge=bridge-vlan1 interface=ether5
add bridge=bridge-vlan1 interface=vlan1-tr
add bridge=bridge-vlan6 interface=ether6
add bridge=bridge-vlan6 interface=ether7
add bridge=bridge-vlan6 interface=ether8
add bridge=bridge-vlan6 interface=ether9
add bridge=bridge-vlan6 interface=ether10
add bridge=bridge-vlan6 interface=ether11
add bridge=bridge-vlan6 interface=vlan6-tr
add bridge=bridge-vlan5 interface=ether12
add bridge=bridge-vlan5 interface=vlan5-tr
Cheers
Jimmy