! -*- bgp -*- ! ! BGPd sample configuratin file ! ! $Id: bgpd.conf.sample,v 1.1.1.1 2002/12/13 20:15:29 paul Exp $ ! hostname motorola password awmn enable password ngia ! ip prefix-list awmn-bgp seq 10 permit 10.0.0.0/8 ge 9 le 24 ip prefix-list awmn-bgp seq 20 deny any ! !bgp mulitple-instance ! router bgp 3298 bgp router-id 10.2.19.11 ! bgp cluster-id 3298 network 10.2.19.0/24 ! redistribute connected aggregate-address 10.2.19.0/24 neighbor 10.2.19.1 remote-as 3298 neighbor 10.2.19.1 timers 10 30 neighbor 10.2.19.1 prefix-list awmn-bgp in neighbor 10.2.19.1 prefix-list awmn-bgp out neighbor 10.2.19.1 capability dynamic neighbor 10.2.19.1 capability orf prefix-list both neighbor 10.2.19.118 remote-as 11350 neighbor 10.2.19.118 timers 10 30 neighbor 10.2.19.118 prefix-list awmn-bgp in neighbor 10.2.19.118 prefix-list awmn-bgp out neighbor 10.2.19.118 capability dynamic neighbor 10.2.19.118 capability orf prefix-list both ! ! access-list all permit any ! !route-map set-nexthop permit 10 ! match ip address all ! set ip next-hop 10.0.0.1 ! !log file bgpd.log ! !log stdout