You can configure an IPv6 BGP peer using CLI.

To configure an IPv6 BGP peer, login to the Controller shell, and execute the following commands:

peer_ip6 ipv6_peer_address
subnet6 ipv6_subnet
remote_as AS_identity
md5_secret password

The following is an example of configuring an IPv6 BGP peer, with an IP address of 2006::54, and a subnet of 2006::/64.

[admin:controller]: > configure vrfcontext global
[admin:controller]: vrfcontext> bgp_profile
[admin:controller]: vrfcontext:bgp_profile> peers
New object being created
[admin:controller]: vrfcontext:bgp_profile:peers> peer_ip6 2006::54
[admin:controller]: vrfcontext:bgp_profile:peers> subnet6 2006::/64
[admin:controller]: vrfcontext:bgp_profile:peers> remote_as 1
[admin:controller]: vrfcontext:bgp_profile:peers> md5_secret avi123
[admin:controller]: vrfcontext:bgp_profile:peers> save
[admin:controller]: vrfcontext:bgp_profile> save
[admin:controller]: vrfcontext> save
[admin:controller]:>