Mikrotik missing features
List of desired features currently missing from Mikrotik RouterOS v7. OSPF Interfaces are no longer listed in the neighbor list. EVPN BGP support is currently missing. This in...
List of desired features currently missing from Mikrotik RouterOS v7. OSPF Interfaces are no longer listed in the neighbor list. EVPN BGP support is currently missing. This in...
How to setup MLAG on mikrotik switches https://www.youtube.com/watch?v=xvb7Nd1xvRw Random notes: Between mikrotik devices they supposedly use ICCP similar to Cisco and Juniper: htt...
Base system: # Set individual device settings set system host-name <hostname> set system domain-name <ISP router domain> set system time-zone UTC # General system dele...
General https://bgpfilterguide.nlnog.net/ Tools https://github.com/bgp/bgpq4 Juniper Upgrade procedure https://www.itechlounge.net/2018/04/junos-howto-upgrade-software-on-juniper-ex-q...
PyASN How to setup pyasn for offline usage. Install the module and build the local cache. pip3 install pyasn pyasn_util_download.py --latestv46 # There will now be a rib.<date>.bz2 in the ...
Direct response to https://www.reddit.com/r/networking/comments/1bkb8mb/is_there_a_good_crash_course_on_gpon/ : I’d say you want to figure out what system they use as it will dictate all of the an...
Num 001 Looking at https://wiki.mikrotik.com/wiki/Manual:Spanning_Tree_Protocol I wanted to see the hex values for the list of priority values 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 3276...
Least viable example of python text to speech. import pyttsx3 s = pyttsx3.init() s.say("Testing") s.runAndWait()
My notes on how to work with logical systems on JunOS. Base config: version 17.2R1.13; system { host-name vMX-1; root-authentication { encrypted-password ""; ## SECRET-DATA } ...
Setting up a new project in eclipse currently requires a separate working directory, personally I prefer for everything to be in the workspace directory. First go to Eclipse and create a blank pro...