summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp-community-alias/r2/bgpd.conf
blob: 517ef70f2a0c807094df996a30368fdf6e72ef4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
router bgp 65002
 no bgp ebgp-requires-policy
 neighbor 192.168.1.1 remote-as external
 address-family ipv4 unicast
  redistribute connected
  neighbor 192.168.1.1 route-map r1 out
 exit-address-family
!
route-map r1 permit 10
 set community 65002:1 65002:2
 set large-community 65002:1:1 65002:2:1
!