AS139833就是我的ASN号
感谢蓝视云为Evsio0n Network 提供赞助和技术支持,
Quagga的安装
请自行百度
Quagga的对等路由配置
host.openjmu.xyz(config)# router bgp 139833
host.openjmu.xyz(config-router)# neighbor aaaa:aaaa remote-as 6939
host.openjmu.xyz(config-router)# no auto-summary
host.openjmu.xyz(config-router)# no synchronization
host.openjmu.xyz(config-router)# address-family ipv6
host.openjmu.xyz(config-router-af)# network aaaa::/44
host.openjmu.xyz(config-router-af)# neighbor aaaa activate
不出所料还要在eth0网口添加并广播这个IP
ip addr add aaaa/44 dev eth0
ip route add ::/0 dev eth0
这样就拨出去啦~~~
