BGP Script Generator

iBGP for Router 1

iBGP for Router 2

Script Output iBGP - Router 1

### iBGP for Router 1 (V6) Configuration
### Date: 16/12/2025
### Script generated by FREECOM TOOLS

### IP Interface Configuration
/ip address add address=10.0.0.1/24 interface=ether1 comment="BGP Target Interface"

### BGP Instance Configuration
/routing bgp instance add name=iBGP_R1 as=65001 router-id=1.1.1.1 redistribute-connected=yes

### BGP Network Advertisement
/routing bgp network add network=192.168.1.0/24

### Firewall Rules for BGP
/ip firewall filter add chain=input protocol=tcp dst-port=179 action=accept comment="Allow BGP from any source"