Penguin
Note: You are viewing an old revision of this page. View the current version.

hostname bgpd password metanet enable password metanet log file /var/log/zebra/bgpd.log

router bgp <your AS>

bgp router-id <your routers IP address> network <your AS>/24 neighbor 192.168.66.10 remote-as 64900 neighbor 192.168.66.10 ebgp-multihop neighbor 192.168.66.10 prefix-list as-<your AS> out neighbor 192.168.66.10 prefix-list as-64900 in

ip prefix-list as-<your AS> seq 5 permit <your AS>/24 ip prefix-list as-64900 seq 5 permit 10.0.0.0/8 le 32