!
hostname vogue-bgpd
password 8 xxxxxxxxxxxxx
enable password 8 xxxxxxxxxxxxxx
service password-encryption
!
router bgp 65534
bgp router-id 210.155.223.41
no bgp default ipv4-unicast
bgp bestpath compare-routerid
neighbor 2001:2a8:0:c023::1 remote-as 7670
neighbor 2001:470:1f00:ffff::160 remote-as 6939
!
address-family ipv6
neighbor 2001:2a8:0:c023::1 activate
neighbor 2001:2a8:0:c023::1 soft-reconfiguration inbound
neighbor 2001:2a8:0:c023::1 distribute-list all-deny out
neighbor 2001:2a8:0:c023::1 prefix-list PREFIXLEN in
neighbor 2001:2a8:0:c023::1 route-map AS7670IN in
neighbor 2001:470:1f00:ffff::160 activate
neighbor 2001:470:1f00:ffff::160 soft-reconfiguration inbound
neighbor 2001:470:1f00:ffff::160 distribute-list all-deny out
neighbor 2001:470:1f00:ffff::160 prefix-list PREFIXLEN in
neighbor 2001:470:1f00:ffff::160 route-map AS6939IN in
exit-address-family
!
access-list 1 permit 127.0.0.1
!
ipv6 access-list 1 permit ::1/128
ipv6 access-list all-deny deny any
ipv6 access-list all-permit permit any
!
ipv6 prefix-list PREFIXLEN seq 10 permit 2000::/4 le 35
ipv6 prefix-list PREFIXLEN seq 20 permit 3000::/4 le 28
!
route-map AS7670IN permit 10
match ipv6 address all-permit
set community 65534:7670
!
route-map AS6939IN permit 10
match ipv6 address all-permit
set community 65534:6939
!
line vty
access-class 1
ipv6 access-class 1
!
end