Wired Intelligent Edge

last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

IPv6 VRF route leak not possible

This thread has been viewed 0 times
  • 1.  IPv6 VRF route leak not possible

    Posted Dec 12, 2019 05:30 AM

    Hey,

    I would like to configure a static IPv6 rout leak between two VRFs.

    With IPv4 I have done it like this:

     

    ip route [A.A.A.A/A] [vlanXYZ] [B.B.B.B] vrf [ABC]

    However, I can not configure a nexthop when trying the same with IPv6.

    Is this a bug or am I simply missig something? The documentation says both should be possible:

    [ip|ipv6] route <PREFIX> <SRC-VRF-LOCAL-IFACE> 
    <SRC-VRF-NEXTHOP-IP> vrf <DST-VRF-NAME

    Running 10.04.0001 on a 8320.

     



  • 2.  RE: IPv6 VRF route leak not possible

    EMPLOYEE
    Posted Dec 12, 2019 04:23 PM

    I was able to configure like this.

    ipv6 route 2001:111::/64 2001:12::2 source 1/1/1 vrf ORANGE
    ipv6 route 2001:11::/64 2001:12::2 source 1/1/1 vrf ORANGE
    ipv6 route 2001:222::/64 2001:12::2 source 1/1/2 vrf BLUE
    ipv6 route 2001:22::/64 2001:12::2 source 1/1/2 vrf BLUE

     

    Can you ref to this document that Ive validated the same in 10.2. it should work with 10.4 as well. please let me know if any issues with 10.4

    https://community.arubanetworks.com/aruba/attachments/aruba/CampusSwitching/5878/1/InterVRF%20Route%20Leaking%20ArubaOS-CX.pdf

    Regards

    Reddy



  • 3.  RE: IPv6 VRF route leak not possible

    Posted Dec 13, 2019 05:41 AM

    That works for me too.

    I want to specify a nexthop IPv6 address as I did with IPv4, but that does not seem possible.