When BGP4+ is enabled in a non-default VRF instance, the device enters BGP address-family IPv6 unicast VRF configuration mode. From there, you can access several commands that allow the configuration of BGP4+ for the non-default VRF instance.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast vrf green
The following example summarizes the commands in this procedure.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast vrf green device(config-bgp-ipv6u-vrf)#