blob: 6eb45d735932c4141bfcec97605f47751ce9712d [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 64513
bgp router-id 10.0.7.101
timers bgp 1 2
neighbor 10.0.7.1 remote-as 64517
neighbor 10.0.7.1 ebgp-multihop
neighbor 10.0.7.1 timers connect 5
neighbor 10.0.8.1 remote-as 64518
neighbor 10.0.8.1 ebgp-multihop
neighbor 10.0.8.1 timers connect 5
neighbor 1.1.1.2 remote-as 64513
neighbor 1.1.1.2 port 2000
neighbor 1.1.1.2 timers connect 5
!
! 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