Before performing this task, ensure
that a non-default VRF instance is configured.
-
Access global configuration
mode.
device# configure terminal
-
Access BGP configuration mode.
device(config)# router bgp
-
Specify the VRF name and enter
BGP address-family IPv6 unicast VRF configuration mode.
device(config-bgp-router)# address-family ipv6 unicast vrf green
This example shows the address-family ipv6 unicast command,
the vrf keyword, and the VRF name (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)#