您可以使用 CLI 配置 IPv6 BGP 对等体。

要配置 IPv6 BGP 对等体,请登录到控制器 Shell 并执行以下命令:

peer_ip6 ipv6_peer_address
subnet6 ipv6_subnet
remote_as AS_identity
md5_secret password

以下是一个配置 IPv6 BGP 对等体的示例,IP 地址为 2006::54,子网为 2006::/64

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