Advertisement
Ilya_Bykonya

Untitled

Oct 12th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. /interface bridge
  2. add name=loopback
  3. /interface wireless security-profiles
  4. set [ find default=yes ] supplicant-identity=MikroTik
  5. /routing bgp instance
  6. set default as=300 redistribute-connected=yes redistribute-ospf=yes \
  7. router-id=10.255.255.10
  8. /routing ospf instance
  9. set [ find default=yes ] distribute-default=if-installed-as-type-1 \
  10. redistribute-bgp=as-type-1 redistribute-connected=as-type-1 router-id=\
  11. 10.255.255.10
  12. /ip address
  13. add address=14.1.1.2/30 interface=ether1 network=14.1.1.0
  14. add address=18.1.1.2/30 interface=ether2 network=18.1.1.0
  15. add address=12.11.10.1/30 interface=ether3 network=12.11.10.0
  16. add address=12.12.10.1/30 interface=ether4 network=12.12.10.0
  17. add address=12.13.10.1/30 interface=ether5 network=12.13.10.0
  18. add address=15.1.1.2/30 interface=ether6 network=15.1.1.0
  19. add address=10.255.255.10 interface=loopback network=10.255.255.10
  20. /routing bgp peer
  21. add default-originate=always name=C-RIP-1 remote-address=18.1.1.1 remote-as=\
  22. 200
  23. add default-originate=always name=Main-Router remote-address=14.1.1.1 \
  24. remote-as=100
  25. add default-originate=always name=C-iBGP-102 remote-address=15.1.1.1 \
  26. remote-as=400
  27. /routing ospf network
  28. add area=backbone network=12.11.10.0/30
  29. add area=backbone network=12.12.10.0/30
  30. add area=backbone network=12.13.10.0/30
  31. /system identity
  32. set name=M-OSPF-10
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement