Cara Configurasi RouterOS eBGP Confederation
R1
/ip address
add address=192.168.1.1/30 interface=ether1 network=192.168.1.0
add address=192.168.11.1/24 interface=ether6 network=192.168.11.0
/routing ospf network
add area=backbone network=192.168.1.0/30
/routing bgp instance
set default as=101 confederation=100 confederation-peers=101-102
/routing bgp peer
add name=peer-to-R2 nexthop-choice=force-self remote-address=192.168.1.2 remote-as=102
/routing bgp network
add network=192.168.11.0/24 synchronize=no
R2
/ip address
add address=192.168.1.2/30 interface=ether1 network=192.168.1.0
add address=192.168.12.0/24 interface=ether6 network=192.168.12.0
add address=192.168.2.1/30 interface=ether2 network=192.168.2.0
/routing ospf network
add area=backbone network=192.168.1.0/30
add area=backbone network=192.168.2.0/30
/routing bgp instance
set default as=102 confederation=100 confederation-peers=101,103
/routing bgp peer
add name=peer-to-R1 nexthop-choice=force-self remote-address=192.168.1.1 remote-as=101
add name=peer-to-R3 nexthop-choice=force-self remote-address=192.168.2.2 remote-as=103
/routing bgp network
add network=192.168.12.0/24 synchronize=no
R3
/ip address
add address=192.168.2.2/30 interface=ether1 network=192.168.2.0
add address=192.168.13.1/24 interface=ether6 network=192.168.13.0
/routing ospf network
add area=backbone network=192.168.2.0/30
/routing bgp instance
set default as=103 confederation=100 confederation-peers=101-102
/routing bgp peer
add name=peer-to-R2 nexthop-choice=force-self remote-address=192.168.2.1 remote-as=102
/routing bgp network
add network=192.168.13.0/24 synchronize=no
Semoga Bermanfaat
Penulis : Een Pahlefi,S.Kom
0 Response to "Cara Configurasi RouterOS eBGP Confederation"
Post a Comment