]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/bgpd.conf.sample
Merge pull request #5686 from qlyoung/fix-bgp-fqdn-capability-leak
[mirror_frr.git] / bgpd / bgpd.conf.sample
CommitLineData
718e3744 1! -*- bgp -*-
2!
196f242f 3! BGPd sample configuration file
718e3744 4!
5! $Id: bgpd.conf.sample,v 1.1 2002/12/13 20:15:29 paul Exp $
6!
7hostname bgpd
8password zebra
9!enable password please-set-at-here
10!
718e3744 11!
12router bgp 7675
13! bgp router-id 10.0.0.1
14! network 10.0.0.0/8
15! neighbor 10.0.0.2 remote-as 7675
718e3744 16! neighbor 10.0.0.2 ebgp-multihop
30dff1e4
DW
17!
18! address-family ipv4 unicast
19! neighbor 10.0.0.2 route-map set-nexthop out
20! neighbor 10.0.0.2 next-hop-self
21! exit-address-family
718e3744 22!
23! access-list all permit any
24!
25!route-map set-nexthop permit 10
26! match ip address all
27! set ip next-hop 10.0.0.1
28!
29!log file bgpd.log
30!
31log stdout