The question is, sub-interfaces will be attached to which port in order for traffic coming from port 1,2 and 3 to be accessible on those sub-interfaces ?
Ok to make myself more clear, here's the scenario: on 2011: Port 1 - switch connected via 802.1q vlan trunking (say vlan 10,20,30) Port 2 - switch connected via 802.1q vlan trunking, same vlans as above Port 3 - switch connected via 802.1q vlan trunking, same vlans as above Port 4 - needs to be acce...
Hi, what i'm trying to accomplish is to have a few switches connected via .1q to the gigabit ports of 2011, have the traffic switched and the router act as a gateway for each vlan. From what i understand from the switch chip features, this is only possible with Atheros 8316 ? Is there any way, other...
Hi, this has been a plague for mikrotik for sometime, this is a severe issue for those of us using tier one providers (i dont want to get into the equipment supplier issue right now lol). I have 2 Tier 1 providers and several peering partners, routing table is going up nearly 800k prefixes so its ex...
Hi, it appears that, in the service name of the pppoe server, after whatever i put in the service name, ROS automatically adds @Mikrotik. Besides being a shameless plug, it makes really difficult to migrate to Mikrotik from different solutions. I have a customer who gives out RasPPPOE (licensed) whi...
I did, still waiting for reply, but i thought to post here too, as this is quite a problem for me, to have a box unexpectedly reboot a couple of times a day
Hi, we have a client that requires distributing some multicast streams over to aproximately 40 sites countrywide. For this, i have connected their multicast source to an x86 machine running mt 4.5, via an EoIP tunnel, and did the same for their remote routers, that run on RB750 (various versions). A...
Hi, how does the mac and mask fields work on bridge filter ? I tried to filter some traffic that should go out only to specific devices from within a mac range (filtered by vendor id) but the filter doesnt match any packets. what i tried was: 1. mac address 00:00:00:00:00:00 and mask XX:YY:ZZ:FF:FF:...
Hi, it seems if i put a script in the scheduler to run at startup, the following command doesnt do nothing: {:foreach i in=[/interface pppoe-client find] do={/interface pppoe-client enable $i}} what i am trying to do is to enable a pppoe-client interface that was previously configured as disabled, b...
Sup32 is not really intended to have full tables, Sup720/RSP720 do, however, i still think this has to be solved by Mikrotik, its just stupid to have bgp take all CPU and not leave anything else for other time sensitive tasks.
I have to agree with believewireless, it takes a very long time to receive and process the full bgp table, at which point the CPU is used 100% (and if you use ospf or other timing sensitive stuff, they will timeout).
X86 would be fine, but i didnt got around to replace the RB1000 i have.
Hi, MPLS requires at least 8 bytes overhead for the encapsulation, so that would be the minimum required for MPLS to be able to forward 1500 mtu frames. The higher the MTU, the nastiest things you can do over them tunnels (such as MPLS over MPLS for example). So far, Miktorik can't do EoMPLS service...
I think i have identified the problem, which is very different.
What i was doing was to take all ports out of the switch, and use the "master port" setting on each interface.
When doing that, the problem described above occurs.
Additional info: when system reboot is executed, after some waiting period, i get the following: Rebooting... Stopping services... failed to stop route: std failure: timeout (13) failed to stop ppp: std failure: timeout (13) managed to uninstall the ppp packages, however, after reboot, i got the sam...
Hi, i have setup a RB450G with PPPoE client, nat and switched ports. It looks like, after the router is rebooted, the lan interface is not brought up, no commands work on the CLI such as "interface print" or "ip address print" nor the switch ports work. Using 4.2, but same proble...
Hi, i have 2 questions for which i couldnt find anything in the manual: 1. how do i log interface state changes, i need to know when the link goes down and comes back up 2. is there any way to have some sort of Keepalive on the ethernet interfaces, it so happens that sometimes, some devices flaps th...
BGP isn't for fast convergence, that's why im using OSPF to distribute loopbacks via multiple links, so in case one goes down, bgp wont reset as the loopbacks are always reachable, so BGP process taking all the CPU from the system is rather bad. I would rather see this problem fixed than change rout...
Changeip, indeed it is, hello is at 1 second, and dead timer is at 3 seconds, but again, whats the use of running BGP over OSPF if not fast reconvergence ? Gmsmstr, your PowerRouter would do nice with a CF/SD option, i chose RB1000 because of its lack of moving parts (aside from the fans) :) In case...
Yes, i am using 4.1 unfortunately. Needles to say, this is a big dissapointment for me, as i had high hopes for the RB1000. I would use a more powerful x86 system, however, i would pretty much need to understand the reason for the high CPU load, as it could happen on the X86 system too. Unfortunatel...
Hi, we're using one RB1000 with one tier 1 upstream provider which advertises the full bgp table and one peering link which advertises about 7700 prefixes. Downstream, there are routers that advertise and receive loopback addresses from the RB1000 with hello-interval 1s and dead-timer 3s. When the t...
Hi, it seems there's a problem with the default-originate parameter for a bgp peer: 1. in Winbox, one cannot set "always" and its "if-installed" by default 2. if set from terminal, and disabled/reenabled from Winbox the default-originate is set back to "if installed" Pl...
Well its rather complex to give an example. Im sorry the topic deviated from the intended subject, but the initial scope was pretty much blown away since i cannot do IGP load balancing :) Shortly, im trying to change all my current equipment with Mikrotik enabled devices (rb1000s, PCs, etc). The sit...
That's not really an option if you want to manipulate a big BGP table, or you have to, for example, mark same subnets with different communities to lots of different peers ...
Im not sure how many people here uses more complex bgp manipulation, but so far route filtering is a pain for me
I guess it would be easier if i could have a "duplicate rule" option, since if one needs to do complex route filtering, suppose you have a route map that matches 30 prefix lists, i would have to make 30 route filters, it would be easier to just modify the subnet on the duplicated rule ...
Hi, it does not crash with the onboard cards (also VIA) nor does it crash with a single port gigabit card (intel chipset) i had handy for testing. It only crashes when im using the quad gigabit card in the pci slot. I did enable logging to internal file, but there's nothing in that log that would ex...
Hi, i am experiencing problems using a RB44GV into a Soekris 5501-70 board with R3.30 My setup is 2x1Gbps links between the Soekris via RB44GV to RB1000 in a balanced-rr/mii-type1 bonding grup. What happens is that whenever i try to do a bandwidth test, the Soekris board crashes after a few megabyte...
-- EDIT -- scratch the below comments, i noticed it is done through Route Filters. -- END EDIT -- Nice, if it does at least per flow load balancing, its good enough for me. However, i have noticed there is no support for route-maps in BGP, do you have this planned anytime soon ? I am looking to repl...