Wired Intelligent Edge

last person joined: 2 days ago 

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 routing with Aruba 8320

This thread has been viewed 0 times
  • 1.  IPv6 routing with Aruba 8320

    Posted Sep 22, 2018 07:57 AM

    I configured the routing on an Aruba 8320 (ArubaOS-CX 10.01) but it doesn't route IPv6 traffic. IPv4 works fine. It is also possible to ping6 locations in the internet via the router CLI. The RA commands reach the clients correctly. 

     

    Here are some config details:

     

    interface vlan501 

        ip address XX.XX.XX.XX/26

        ipv6 address 2001:XXX:XXX:XXXX::1/64

        ipv6 nd ra min-interval 5

        ipv6 nd ra max-interval 10

        ipv6 nd ra lifetime 300

        ipv6 nd ra retrans-timer 10

        ipv6 nd ra other-config-flag

        no ipv6 nd suppress-ra

    ip route 0.0.0.0/0 XX.XX.XX.9

    ipv6 route ::/0 2001:XXX:XXX:ff1a::1

     

    Do I need to configure something else in order to get IPv6 routing to work?