blob: 60d6a9e72e51da981c9238291362ac21cf055327 [file] [log] [blame]
! -*- bgp -*-
!
! BGPd sample configuratin file
!
! $Id: bgpd.conf.sample,v 1.1 2002/12/13 20:15:29 paul Exp $
!
hostname bgpd
password hello
!enable password please-set-at-here
!
!bgp mulitple-instance
!
router bgp 64521
bgp router-id 192.168.60.2
neighbor 192.168.60.1 remote-as 64520
neighbor 192.168.60.3 remote-as 64520
! network 172.16.60.0/24
! network 172.16.70.4/30
! network 172.16.70.8/30
! network 172.16.70.12/30
! network 172.16.70.16/30
! network 172.16.70.20/30
! network 172.16.70.24/30
! network 172.16.70.28/30
! network 172.16.70.32/30
! neighbor 10.0.0.2 route-map set-nexthop out
! neighbor 10.0.0.2 ebgp-multihop
! neighbor 10.0.0.2 next-hop-self
!
! 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 /usr/local/var/log/quagga/bgpd.log
!
log stdout