dump routing running-config
				Building configuration...
				Current configuration:
				!
				log syslog notifications
				log facility syslog
				bgp multiple-instance
				!
				debug zebra rib
				debug bgp
				!
				password default
				!
				interface br0
				ipv6 nd suppress-ra
				!
				...
				router bgp 7000
				bgp router-id 172.20.75.146
				neighbor 172.120.16.8 remote-as 1234
				neighbor 172.120.16.8 description "core peer 15296501950110247"
				neighbor 172.120.16.8 advertisement-interval 1
				neighbor 172.120.16.8 timers 30 90 |
				neighbor 172.120.16.8 timers connect 120
				neighbor 172.120.16.8 soft-reconfiguration inbound
				neighbor 172.120.16.8 route-map auto-core-15296501950110247-routemap-in in
				neighbor 172.120.16.8 route-map auto-core-15296501950110247-routemap-out out
				!
				ip prefix-list PLC seq 2 permit 10.10.10.0/24 ge 28 le 30
				ip prefix-list 172.120.16.8 seq 5 permit 172.120.16.8/32
				!
				ip as-path access-list auto-core-15296501950110247-as-path-outpermit .*
				!
				route-map auto-core-15296501950110247-route-map-in permit 10
				set local-preference 100
				!
				route-map auto-core-15296501950110247-route-map-out permit 99
				match as-path auto-core-15296501950110247-as-path-out
				match ip address prefix-list auto-prefix-adv-and-distribute set
				as-path prepend 7000,7000,7000,7000
				!
				route-map peer-172.120.16.8-show permit 10
				match ip next-hop prefix-list 172.120.16.8
				!
				ip forwarding!line vty
				!
				end