Advertisement
Ilya_Bykonya

Untitled

Oct 10th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. /routing bgp instance
  2. set default disabled=yes
  3. add as=400 name=AS-400 redistribute-connected=yes router-id=13.1.16.106
  4. /ip address
  5. add address=13.1.13.106/24 interface=ether1 network=13.1.13.0
  6. add address=13.1.14.106/24 interface=ether2 network=13.1.14.0
  7. add address=13.1.16.106/24 interface=ether3 network=13.1.16.0
  8. /routing bgp network
  9. add network=13.1.13.0/24
  10. add network=13.1.14.0/24
  11. add network=13.1.16.0/24
  12. /routing bgp peer
  13. add in-filter=bgp-in instance=AS-400 name=peer1 remote-address=13.1.13.33 \
  14. remote-as=400 route-reflect=yes
  15. add in-filter=bgp-in instance=AS-400 name=peer2 remote-address=13.1.14.23 \
  16. remote-as=400
  17. add in-filter=bgp-in instance=AS-400 name=peer3 remote-address=13.1.16.105 \
  18. remote-as=400 route-reflect=yes
  19. /routing filter
  20. add chain=bgp-in set-target-scope=255
  21. /system identity
  22. set name=M-iBGP-106
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement