To configure multi-protocol BGP for exchanging IPv6 prefixes over IPv4 BGP Sessions for a BGP neighbor using default VRF, do the following:
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 1000
device(config-bgp-router)# neighbor 192.0.2.10 remote-as 1001
device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)#
device(config-bgp-ipv6u)# neighbor 192.0.2.10 activate
The following is a consolidation of tasks to perform to activate IPv6 address family for a BGP peer using default VRF.
router bgp local-as 1000 neighbor 192.0.2.10 remote-as 1001 address-family ipv6 unicast neighbor 192.0.2.10 activate