/router/bgp/address-family/ipv6/unicast/{vrf-name}/neighbor/{ipv4-neighbor-address}/prefix-list

Usage

Default VRF:

 <routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
    <router>
        <router-bgp xmlns="urn:brocade.com:mgmt:brocade-bgp">
            <address-family>
                <ipv6>
                    <ipv6-unicast>
                        <default-vrf>
                            <neighbor>
                                <af-ipv6u-ipv4-attr-holder>
                                    <af-ipv6u-ipv4-neighbor>
                                        <af-ipv4-neighbor-address>
                                            2.2.2.2
                                        </af-ipv4-neighbor-address>
                                        <prefix-list>
                                            <direction-in>
                                                <prefix-list-direction-in-prefix-name>
                                                    plin
                                                </prefix-list-direction-in-prefix-name>
                                                <prefix-list-direction-in/>
                                            </direction-in>
                                            <direction-out>
                                                <prefix-list-direction-out-prefix-name>
                                                    plout
                                                </prefix-list-direction-out-prefix-name>
                                                <prefix-list-direction-out/>
                                            </direction-out>
                                        </prefix-list>
                                    </af-ipv6u-ipv4-neighbor>
                                </af-ipv6u-ipv4-attr-holder>
                            </neighbor>
                        </default-vrf>
                    </ipv6-unicast>
                </ipv6>
            </address-family>
        </router-bgp>
    </router>
</routing-system>

User defined VRF:

 <routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
    <router>
        <router-bgp xmlns="urn:brocade.com:mgmt:brocade-bgp">
            <address-family>
                <ipv6>
                    <ipv6-unicast>
                        <af-ipv6-vrf>
                            <af-ipv6-vrf-name>red</af-ipv6-vrf-name>
                            <neighbor>
                                <af-ipv6u-vrf-ipv4-attr-holder>
                                    <af-ipv6u-ipv4-neighbor>
                                        <af-ipv4-neighbor-address>
                                            2.2.2.2
                                        </af-ipv4-neighbor-address>
                                        <prefix-list>
                                            <direction-in>
                                                <prefix-list-direction-in-prefix-name>
                                                    plin
                                                </prefix-list-direction-in-prefix-name>
                                                <prefix-list-direction-in/>
                                            </direction-in>
                                            <direction-out>
                                                <prefix-list-direction-out-prefix-name>
                                                    plout
                                                </prefix-list-direction-out-prefix-name>
                                                <prefix-list-direction-out/>
                                            </direction-out>
                                        </prefix-list>
                                    </af-ipv6u-ipv4-neighbor>
                                </af-ipv6u-vrf-ipv4-attr-holder>
                            </neighbor>
                        </af-ipv6-vrf>
                    </ipv6-unicast>
                </ipv6>
            </address-family>
        </router-bgp>
    </router>
</routing-system>

Parameters

af-ipv4-neighbor-address
The IP address of the BGP peer through which the device can exchange IPv6 BGP routes over IPv4 session.
af-ipv6-vrf-name
The user defined VRF to use.
direction-in
Applies the prefix filter to the incoming routes.
prefix-list-direction-in-prefix-name
Applies the prefix filter within this parameter to incoming routes.
prefix-list-direction-in
Filter incoming routes.
direction-out
Applies the prefix filter to the outgoing routes.
prefix-list-direction-out-prefix-name
Applies the prefix filter within this parameter to outgoing routes.
prefix-list-direction-out
Filter outgoing routes.