summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_sr_te_topo1/rt6/bgpd.conf
blob: e72ee52fce6a4f9e63b3741c75f360c4106e83de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
log file bgpd.log
!
router bgp 1
 bgp router-id 6.6.6.6
 neighbor 1.1.1.1 remote-as 1
 neighbor 1.1.1.1 update-source lo
 !
 address-family ipv4 unicast
  redistribute static
  neighbor 1.1.1.1 next-hop-self
 exit-address-family
!