Ty, Correct me if I'm wrong, but aren't bridges on MikroTik handled in software rather than hardware like the Switch chip? Why would you replace a device that can do wire-speed switching in hardware for one that tries to do it in software?
-- Blake Covarrubias On Mar 21, 2014, at 3:58 PM, Ty Featherling <tyfeatherl...@gmail.com> wrote: > Thank you. I forgot to say I will be adding a trunk port on ether2 so I > wanted to be prepared to do so. > > -Ty > On Mar 21, 2014 4:55 PM, "Chupaka" <chup...@gmail.com> wrote: > >> you don't need bridgeTRUNK for your described task. but it should work also >> with your config >> >> /interface bridge >> add l2mtu=1590 name=bridgeACCESS-50 >> add name=bridgeACCESS-51 >> >> /interface vlan >> add interface=sfp1 l2mtu=65531 name=vlan50 vlan-id=50 >> add interface=sfp1 l2mtu=65531 name=vlan51 vlan-id=51 >> >> /interface bridge port >> add bridge=bridgeACCESS-50 interface=vlan50 >> add bridge=bridgeACCESS-51 interface=vlan51 >> add bridge=bridgeACCESS-50 interface=sfp2 >> add bridge=bridgeACCESS-50 interface=sfp3 >> add bridge=bridgeACCESS-50 interface=sfp4 >> add bridge=bridgeACCESS-51 interface=ether1 >> >> -- >> Подпись: >> (добавляется в конце всех исходящих писем) >> >> >> 2014-03-22 0:17 GMT+03:00 Ty Featherling <tyfeatherl...@gmail.com>: >> >>> I am replacing a Cisco 2950 with a CCR1036. I will have sfp1 connected to >>> an incoming trunk carrying VLANs 50 and 51. I need sfp2, 3, an 4 setup as >>> ACCESS VLAN 50 and ether1 as ACCESS VLAN 51. Does this look right? >>> >>> /interface bridge >>> add l2mtu=1590 name=bridgeACCESS-50 >>> add name=bridgeACCESS-51 >>> add name=bridgeTRUNK >>> >>> /interface vlan >>> add interface=bridgeTRUNK l2mtu=65531 name=vlan50 vlan-id=50 >>> add interface=bridgeTRUNK l2mtu=65531 name=vlan51 vlan-id=51 >>> >>> /interface bridge port >>> add bridge=bridgeACCESS-50 interface=ether3 >>> add bridge=bridgeACCESS-50 interface=vlan50 >>> add bridge=bridgeACCESS-51 interface=vlan51 >>> add bridge=bridgeTRUNK interface=sfp1 >>> add bridge=bridgeACCESS-50 interface=sfp2 >>> add bridge=bridgeACCESS-50 interface=sfp3 >>> add bridge=bridgeACCESS-50 interface=sfp4 >>> add bridge=bridgeACCESS-51 interface=ether1 >>> >>> Thanks, >>> Ty >>> -------------- next part -------------- >>> An HTML attachment was scrubbed... >>> URL: < >>> >> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140321/3e496536/attachment.html >>>> >>> _______________________________________________ >>> Mikrotik mailing list >>> Mikrotik@mail.butchevans.com >>> http://mail.butchevans.com/mailman/listinfo/mikrotik >>> >>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik >>> RouterOS >>> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://mail.butchevans.com/pipermail/mikrotik/attachments/20140322/46424afb/attachment.html >>> >> _______________________________________________ >> Mikrotik mailing list >> Mikrotik@mail.butchevans.com >> http://mail.butchevans.com/mailman/listinfo/mikrotik >> >> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik >> RouterOS > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://mail.butchevans.com/pipermail/mikrotik/attachments/20140321/e871e009/attachment.html> > _______________________________________________ > Mikrotik mailing list > Mikrotik@mail.butchevans.com > http://mail.butchevans.com/mailman/listinfo/mikrotik > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS _______________________________________________ Mikrotik mailing list Mikrotik@mail.butchevans.com http://mail.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS