set protocols bgp vrf ipv6-unicast import vrf

Run the command set protocols bgp vrf ipv6-unicast import vrf to enable route leaking by importing BGP IPv6 routes from the user defined or default VRF into the specified user defined non-default VRF.

Run the command delete protocols bgp vrf ipv6-unicast import vrf to delete this configuration from the switch database.


Command Syntax

set protocols bgp vrf <vrf-name> ipv6-unicast import vrf <vrf-name | default>

delete protocols bgp vrf <vrf-name> ipv6-unicast import vrf <vrf-name | default>


Parameter

Parameter

Description

vrf <vrf-name>

Specifies the source VRF name for the imported IPv6 BGP route. This is the source VRF for the route and it must be a non-default user defined VRF. The value is a string.

vrf <vrf-name | default>

Specifies the destination VRF from which the routes are imported, it could be the default VRF or a user defined VRF. The value is a string.


Example

  • This example configures route leaking by importing routes from vrf2 into vrf1.

admin@Xorplus# set protocols bgp vrf vrf1 ipv6-unicast import vrf vrf2
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.