vyos@vyos# show protocols bgp 
address-family {
     ipv6-unicast {
         redistribute {
             connected {
             }
         }
     }
}
neighbor eth0 {
     address-family {
         ipv6-unicast {
         }
     }
     interface {
         v6only {
             remote-as 65011
         }
     }
}
parameters {
     router-id 224.0.0.1
}
system-as 65001


vyos@vyos# show pr bgp
address-family {
     ipv6-unicast {
         network 2a10:2f00:18a::/48 {
         }
         redistribute {
             connected {
                 route-map rm1
             }
         }
     }
}
neighbor eth0 {
     address-family {
         ipv6-unicast {
         }
     }
     interface {
         v6only {
             remote-as 65001
         }
     }
}
neighbor eth1 {
     address-family {
         ipv6-unicast {
         }
     }
     interface {
         v6only {
             remote-as 65012
         }
     }
}
parameters {
     router-id 224.0.0.2
}
system-as 65011

vyos@vyos# show pol
prefix-list6 pl61 {
     rule 1 {
         action permit
         le 48
         prefix ::/0
     }
     rule 2 {
         action deny
         prefix ::/0
     }
}
route-map rm1 {
     rule 1 {
         action deny
         match {
             ipv6 {
                 address {
                     prefix-list pl61
                 }
             }
         }
     }
     rule 2 {
         action permit
     }
}


vyos@vyos# show protocols bgp
address-family {
     ipv6-unicast {
         network 2a10:2f00:18a:4000::/64 {
         }
         redistribute {
             connected {
             }
         }
     }
}
neighbor eth0 {
     address-family {
         ipv6-unicast {
         }
     }
     interface {
         v6only {
             remote-as 65011
         }
     }
}
parameters {
     router-id 224.0.0.3
}
system-as 65012