summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_sr_te_topo1/rt1/bgpd.conf
blob: efc03701b53aa27e31391eb7153dcddf3eb672a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
log file bgpd.log
!
router bgp 1
 bgp router-id 1.1.1.1
 neighbor 6.6.6.6 remote-as 1
 neighbor 6.6.6.6 update-source lo
 !
 address-family ipv4 unicast
  redistribute static
  neighbor 6.6.6.6 next-hop-self
  neighbor 6.6.6.6 route-map SET_SR_POLICY in
 exit-address-family
!
route-map SET_SR_POLICY permit 10
 set sr-te color 1
!