Advertisement
Ilya_Bykonya

Untitled

Oct 10th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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.15.105
  4. /ip address
  5. add address=13.1.15.105/24 interface=ether1 network=13.1.15.0
  6. add address=13.1.16.105/24 interface=ether2 network=13.1.16.0
  7. /routing bgp network
  8. add network=13.1.15.0/24
  9. add network=13.1.16.0/24
  10. /routing bgp peer
  11. add in-filter=bgp-in instance=AS-400 name=peer1 remote-address=13.1.15.104 \
  12. remote-as=400
  13. add in-filter=bgp-in instance=AS-400 name=peer2 remote-address=13.1.16.106 \
  14. remote-as=400
  15. /routing filter
  16. add chain=bgp-in set-target-scope=255
  17. /system identity
  18. set name=M-iBGP-105
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement