router bgp 65000
 neighbor 10.1.1.2 remote-as 200
 neighbor 10.1.1.3 remote-as 200
 !
 address-family ipv4 unicast
  redistribute ospf 123 metric 15 match external 1 nssa-external 2 route-map foo
  redistribute ospfv3 123 metric 15 match internal external 2 nssa-external 1 route-map foo
 exit-address-family
 !
 address-family ipv4 multicast
  bgp aggregate-timer 10
  bgp slow-peer detection threshold 150
  neighbor 10.1.1.3 activate
  network 198.51.110.10 mask 255.255.255.255 backdoor
  network 192.0.2.1 mask 255.255.255.255 route-map test
  aggregate-address 192.0.2.1 255.255.255.255 as-confed-set
 exit-address-family
 !
 address-family ipv4 mdt
  bgp dmzlink-bw
  bgp soft-reconfig-backup
  bgp dampening 1 10 100 5
 exit-address-family
 !
 address-family ipv6 unicast
  aggregate-address 2001:DB8:1234::/48 as-set
 exit-address-family
