IPv6: Quagga: BGP Konfigurasi Minimal
Revision as of 09:51, 11 January 2019 by Onnowpurbo (talk | contribs) (Created page with "Sumber: http://www.occaid.org/tutorial-ipv6bgp.html Contoh: ! router bgp 64512 neighbor 3ffe:401d:1f00:baa::1 remote-as 30071 neighbor 3ffe:401d:1f00:baa::1 descriptio...")
Sumber: http://www.occaid.org/tutorial-ipv6bgp.html
Contoh:
! router bgp 64512 neighbor 3ffe:401d:1f00:baa::1 remote-as 30071 neighbor 3ffe:401d:1f00:baa::1 description Ethernet to OCCAID Boston no neighbor 3ffe:401d:1f00:baa::1 activate !
Contoh:
! router bgp 65001 no bgp default ipv4-unicast neighbor 2001:0DB8::B remote-as 65002 neighbor 2001:0DB8::C remote-as 65003 ! address-family ipv6 network 2001:0DB8:AAAA:1::/64 network 2001:0DB8:AAAA:2::/64 network 2001:0DB8:0000:1::/64 network 2001:0DB8:0000:2::/64 neighbor 2001:0DB8::B activate neighbor 2001:0DB8::B soft-reconfiguration inbound neighbor 2001:0DB8::B route-map PEER-B-IN in neighbor 2001:0DB8::B route-map PEER-B-OUT out neighbor 2001:0DB8::C activate neighbor 2001:0DB8::C soft-reconfiguration inbound neighbor 2001:0DB8::C route-map PEER-C-IN in neighbor 2001:0DB8::C route-map PEER-C-OUT out exit-address-family
Referensi
- http://www.occaid.org/tutorial-ipv6bgp.html
- https://www.nongnu.org/quagga/docs/docs-multi/Configuration-of-the-BGP-routers-without-Route-Server.html