• Home
  • My Notes
  • My Labs

Mikrotik Router OS v7 - BGP Network Advertisement

Details
Written by: Oki
Created: 31 July 2024
Hits: 923

How to advertise network Mikrotik Router OS v7? you might notice that the network menu is missing.

BGP network advertise v6

 

/routing bgp network add network=192.168.0.0/24 synchronize=yes

/ip route add dst-address=192.168.0.0/24 type=blackhole

 

Now networks are added to the firewall address-list and referenced in the BGP configuration

BGP network advertise v7

Read more …

IPSec Mikrotik With Multiple Policy / Network Destination Issue

Details
Written by: Oki
Created: 27 October 2016
Hits: 3296

Scenario :

- IPSec is established between Mikrotik and Non-Mikrotik Device (for this case Cisco ASA 55xx series).

- But only 1 src network from mikrotik is able to communicate with 1 dst network.

- Mikrotik can communicate with another network but need to kill remote peer, or flush SA, but still only 1 dst network.

Read more …

Dynamic Routing Protocols

Details
Written by: Oki
Created: 22 June 2015
Hits: 2613

Dynamic Routing Protocol -> Routing protocols are used to facilitate the exchange of routing information between routers, also allow routers dynamically share information about remote networks and automatically add this information to their own routing tables.

Read more …

Privilege Level Cisco

Details
Written by: Oki
Created: 27 October 2016
Hits: 2378

Goal :

- Create telnet access with user and passwd authentication.

- Set user privilege to only execute several commands for example ; show interface, show running-config, configure terminal, description (Interface level)

Read more …

BGP Attributes

Details
Written by: Oki
Created: 11 September 2015
Hits: 1548

Whenever BGP has multiple paths to a destination they will be stored in the BGP table. Both will be in the BGP table but there will be only one in the routing table, and BGP will select the best path based on BGP attributes.

Read more …

  • VRF Lite
  • Policy-Based Routing (PBR) Notes

Page 1 of 2

  • 1
  • 2

Latest

  • Accidentally found mass assignment bugs
  • Mikrotik Router OS v7 - BGP Network Advertisement
  • Renew Lets Encrypt Certificate – NodeJS Express and Nginx
  • Solving Lab - Exploiting NoSQL operator injection to extract unknown fields
  • Python - SSH Reverse Tunnelling