Here is a bug?: (maybe) /system routerboard settings set silent-boot=yes does not work any longer (in some cases) So, if you have a HAP2 ac (RB962UiGS-5HacT2HnT) - the unit "beeps" when you reboot it or when it is "booting". There has been an option to disable this in the past an...
If this is also a bug list - the Chateau-LTE is affected by this change update: *) winbox - hide LTE "External Antenna" menu for devices without switchable antenna option; You now no longer see the settings button.... These devices have the ability to add external LTE antenna's. Now you ha...
"An export of the configuration would help." Working on that - it will be a bit as there is a lot and I dont want to give out public IP info - or too much internal IP info. The subnets are advertised by us to upstream provider via BGP. IE we have a BGP session with our upstream provider an...
So, Should be simple (hahah) - but I need to stop my edge router from sending out ARP requests the WAN interface for a subnet that is local to the router (kinda). So stuff like this is coming from my WAN interface to my upstream provider: Routerbo_XX:XX:XX Broadcast ARP 72 Who has XXX.XXX.XXX.77? Te...
Yea - so this is SUPER OLD - but..... I seemed to have tracked this down to OSPF "cost" - If you have more than one path leaving your router and the OSPF cost set manually in the interfaces tab of OSPF then this can happen if: The "cost" is not the same leaving the router - IE yo...
HFS+ formatted storage, AFP, Spotlight indexing, Time Machine support, SMB 2.0 Working Bonjour (mDNS) intra-router (not inter) routing across subnets with example YES - PLEASE - Time Machine support. SMB 2.0 / AFP - something for the damm Apple users! Have a LOT of users that we could set to use th...
Yea - but the next poor slob that researches this may find it useful. Also form this page: https://community.cisco.com/t5/routing/what-is-the-meaning-of-the-oid-1-3-6-1-2-1-2-2-1-9-iflastchange/td-p/2115204: "To find out when the last status change of an interface occured, you also need to quer...
Aaa - okay - thanks for the insight. I am still testing in the lab - but I guess I am ditching the LAG of a 10 gig port and an Ethernet port - and going directly for a LAG of Ethernet port on one switch chip and Ethernet port on another. After taking all day to write this - I did some more testing -...
So, I have an odd situation here where I want to create a LAG between a Netonix switch and an RB4011+RM. Originally I had an up link from the Netonix (These are WS-8-150-DC's and have a 12 port that I want to do this to as well) via a DAC cable from the 10 Gig on the RB4011 to the Netonix SPF (non 1...
Looks like a fix! What's new in v2.13: *) properly report SFP port speed; *) make SFP port work in forced 1G speed mode; *) make fiber optic modules work with auto-negotiation (1000BaseX); *) fixed management access over SFP ports; *) CSS610: report temperature under System tab; *) fixed problem whe...
Yea you want something like the netPower 16P: https://mikrotik.com/product/netpower_16p Or a PowerBox Pro: https://mikrotik.com/product/RB960PGS-PB The netPower 16P has SFP+ and a bunch of POE out - so for a "wisp" that should be what ya need. We look forward to using something like this i...
It would be really nice / useful to have duplex negotiated speed displayed in SNMP as well as command line. You CAN however use "monitor" to find this info in the CLI: "/interface ethernet monitor 4 once name: ether5 status: link-ok auto-negotiation: done rate: 1Gbps full-duplex: yes ...
Um, yea kinda a pain - unchecking "Add Information Option" allows a Mikrotik router plugged into it to connect via PPPoE. Unboxed a CSS610-1Gi-7R-2S+ and could not pass PPPoE from a device powering the switch. Would be nice to have a fix for this soon please - it should work out of the box...
What I did was to add to the NAT rule: protocol=!ospf So, an example src nat rule may look like: add action=src-nat chain=srcnat comment="my new nat rule" protocol=!ospf src-address=192.168.88.0/24 to-address=192.168.1.11 This really threw me for a long while - If there is a better way to ...