Wired Intelligent Edge (Campus Switching and Routing)

 View Only
last person joined: one year 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 HPE Aruba Networking switching devices, and find ways to improve security across your network.

How to Configure IPV6 Routing on AOS Mobility Controller and ArubaOS Switch 

Apr 21, 2020 05:48 PM

Requirement:

AOS Mobility Controller and ArubaOS Switch



Solution:

In the following example, IPV6 routing is configured on an AOS mobility controller and an ArubaOS switch.

 



Configuration:

-

--------- IPV6 Interface Mobility Controller Configuration ----------


(StandaloneVMC) [mynode] #configure terminal
Enter Configuration commands, one per line. End with CNTL/Z

(StandaloneVMC) [mynode] (config) #ipv6 enable

(StandaloneVMC) ^[mynode] (config) #interface vlan 108
(StandaloneVMC) ^[mynode] (config-submode)#ipv6 address 2003:1234::1/124
This configuration change requires a reboot. Do you want to continue[y/n]:y

Mobility Master will be rebooted on write memory.

(StandaloneVMC) ^[mynode] (config-submode)#write memory

Saving Configuration...

Configuration Saved.

 

---------- IPV6 Interface Switch Configuration ----------


Core-Switch# configure terminal
Core-Switch(config)# ipv6 unicast-routing
Core-Switch(config)# interface vlan 108
Core-Switch(vlan-108)# ipv6 address 2003:1234::2/124
Core-Switch(vlan-108)# write memory



Verification

 

---------- IPV6 Neighbor and Interface Mobility Controller Verification ----------

 

(StandaloneVMC) [mynode] #show ipv6 interface brief

Interface                                     [Status/Protocol]
vlan 108                                        [  up/up  ]
    fe80::c:2900:6ca1:e316/64
    2003:1234::1/124


(StandaloneVMC) [mynode] #ping ipv6 interface vlan 108 fe80:0:0:0:5680:28ff:feb4:8440

Press 'q' to abort.
Sending 5, 92-byte ICMPv6 Echos to fe80::5680:28ff:feb4:8440, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0.658/1.3694/2.492 ms


(StandaloneVMC) [mynode] #ping ipv6 2003:1234::2

Press 'q' to abort.
Sending 5, 92-byte ICMPv6 Echos to 2003:1234::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1.046/2.0106/3.198 ms

(StandaloneVMC) [mynode] #show ipv6 neighbors vlan 108

IPv6 Neighbors
--------------
IPv6 Addres          s                       Age  Link-layer Addr     State               Interface
------------                                          ---     ---------------             -----                 ---------
fe80:0:0:0:5680:28ff:feb4:8440  18   54:80:28:b4:84:40  REACHABLE  vlan 108
2003:1234:0:0:0:0:0:2                  46   54:80:28:b4:84:40  REACHABLE  vlan 108


---------- IPV6 Neighbor and Interface Switch Verification ----------


Core-Switch# show ipv6 vlan 108

 Internet (IPv6) Service

  IPv6 Routing        : Enabled
  ND DAD               : Enabled
  DAD Attempts    : 3
  Interface Name  : Standalone-VMC
  IPv6 Status          : Enabled
  Layer 3 Status     : Enabled

  IPv6 Address/Prefixlength                      Expiry
  ------------------------------------------- -------------------------
  2003:1234::2/124                                    permanent
  fe80::5680:28ff:feb4:8440/64                permanent


Core-Switch# ping6 2003:1234::1
2003:1234::1 is alive, time = 2 ms

Core-Switch# ping6 fe80::c:2900:6ca1:e316%vlan108
fe80::c:2900:6ca1:e316 is alive, time = 2 ms


Core-Switch# show ipv6 neighbors

 IPv6 ND Cache Entries

 IPv6 Address                                             MAC Address       State        Type            Port
 ---------------------------------------                   -----------------           -----           -------           ----
 2003:1234::1                                             000c29-a1e316     REACH    dynamic     9
 fe80::c:2900:6ca1:e316%vlan108          000c29-a1e316     REACH    dynamic     9

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.