Ansible notes
Install While you can install ansible via your package manager this is highly discouraged because it tends to be very far behind the current stable version. As such I recommend one of the followin...
Install While you can install ansible via your package manager this is highly discouraged because it tends to be very far behind the current stable version. As such I recommend one of the followin...
This is to be a list of various CLI commands or scenarios for either automation or if for some reason the GUI is unavailable or unresponsive. Config Configs are stored in /etc/pve, while direct e...
Core settings Routerboard Auto-upgrade: Enable Services If you want to see what ports Mikrotik uses and the matching ports: https://help.mikrotik.com/docs/spaces/ROS/pages/103841820/Service...
Sub-modules git clone --recurse-submodules
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...