blob: 00e4cf871ac478f821caf84c7c252e8344ec0f14 [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 64517
bgp router-id 10.0.7.1
! timers bgp 1 3
neighbor 10.0.7.101 remote-as 64513
network 7.0.0.0/24
!
! 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