! -*- bgp -*- ! ! BGPd sample configuratin file ! hostname zebra-bgpd password password log file /var/log/zebra/bgpd.log log stdout ! !bgp mulitple-instance ! router bgp 64512 bgp router-id 10.64.0.193 redistribute ospf network 10.64.0.0/16 neighbor 172.16.0.1 remote-as 64513 ! access-list all permit any !