Requirement:Aruba 2930F Switch running firmware version WC.16.10.0003
Solution:In the following examples, switches Rack2sw1 and Rack2sw2 are configured for OSPF3 routing.

Configuration:
---------- Rack2sw1 Configuration ----------
Rack2sw1# show running-config interface loopback 0
Running configuration:
interface loopback 0
ip address 1.1.1.1
ipv6 address 2003:1111::1
ipv6 ospf3 area backbone
Rack2sw1# show running-config vlan 12
Running configuration:
vlan 12
name "VLAN12"
tagged Trk12
ipv6 enable
ipv6 address 2003:12::1/124
ipv6 ospf3 area backbone
Rack2sw1# show running-config router ospf3
Running configuration:
router ospf3
area backbone
enable
---------- Rack2sw2 Configuration ----------
Rack2sw2# show running-config interface loopback 0
Running configuration:
interface loopback 0
ip address 2.2.2.2
ipv6 address 2003::2222:1
ipv6 ospf3 area backbone
Rack2sw2# show running-config vlan 12
Running configuration:
vlan 12
name "VLAN12"
tagged Trk21
ipv6 enable
ipv6 address 2003:12::2/124
ipv6 ospf3 area backbone
Rack2sw2# show running-config router ospf3
Running configuration:
router ospf3
area backbone
enable
Verification
---------- Rack2sw1 Verification ----------
Rack2sw1# show ipv6
Internet (IPv6) Service
IPv6 Routing : Enabled
ND DAD : Enabled
DAD Attempts : 3
VLAN Interfaces
Interface Name : DEFAULT_VLAN
IPv6 Status : Disabled
Layer 3 Status : Enabled
Interface Name : VLAN12
IPv6 Status : Enabled
Layer 3 Status : Enabled
Address | Address
Origin | IPv6 Address/Prefix Length Status
------------------ + ------------------------------------------- -----------
manual | 2003:12::1/124 preferred
autoconfig | fe80::2e59:e5ff:fe5f:6f00/64 preferred
Interface Name : VLAN13
IPv6 Status : Disabled
Layer 3 Status : Enabled
Interface Name : VLAN23
IPv6 Status : Disabled
Layer 3 Status : Enabled
Loopback Interfaces
Loopback Name : lo0
Address | Address
Origin | IPv6 Address/Prefix Length Status
--------------- + ------------------------------------------- -----------
manual | 2003:1111::1/128 preferred
Rack2sw1# show ipv6 ospf3 interface
OSPFv3 configuration and statistics for Interfaces
Interface Status Area ID State Cost Pri Passive
------------ -------- --------------- -------- ------- ----- --------
vlan-12 Enabled 0.0.0.0 DR 1 1 No
lo-0 Enabled 0.0.0.0 LOOP n/a n/a n/a
Rack2sw1# show ipv6 ospf3 neighbor
OSPFv3 Neighbor Information
Interface Router ID Pri State Rxmt QLen Events
----------- --------------- ----- ---------- ---------- ----------
vlan-12 2.2.2.2 1 FULL 0 5
Rack2sw1# show ipv6 route ospf3
IPv6 Route Entries
T (Type):
S: Static C: Connected O: OSPFv3 R: RIPng
ST (Sub-type):
O : OSPF Intra E1: External1 N1: NSSA Ext1
OI: OSPF Inter E2: External2 N2: NSSA Ext2
Destination/
Gateway T ST Distance Metric
----------------------------------------------- --- --- ---------- ----------
2003::222 2:1/128
fe80::328d:99ff:fe8e:1180%vlan12 O O 110 1
Rack2sw1# ping6 2003::2222:1
2003::2222:1 is alive, time = 5 ms
---------- Rack2sw2 Verification ----------
Rack2sw2# show ipv6
Internet (IPv6) Service
IPv6 Routing : Enabled
ND DAD : Enabled
DAD Attempts : 3
VLAN Interfaces
Interface Name : DEFAULT_VLAN
IPv6 Status : Disabled
Layer 3 Status : Enabled
Interface Name : VLAN12
IPv6 Status : Enabled
Layer 3 Status : Enabled
Address | Address
Origin | IPv6 Address/Prefix Length Status
------- --------- + ------------------------------------------- -----------
manual | 2003:12::2/124 preferred
autoconfig | fe80::328d:99ff:fe8e:1180/64 preferred
Interface Name : VLAN13
IPv6 Status : Disabled
Layer 3 Status : Enabled
Loopback Interfaces
Loopback Name : lo0
Address | Address
Origin | IPv6 Address/Prefix Length Status
-- -------------- + ------------------------------------------- -----------
manual | 2003::2222:1/128 preferred
Rack2sw2# show ipv6 ospf3 interface
OSPFv3 configuration and statistics for Interfaces
Interface Status Area ID State Cost Pri Passive
------------ -------- --------------- -------- ------- ----- --------
vlan-12 Enabled 0.0.0.0 BDR 1 1 No
lo-0 Enabled 0.0.0.0 LOOP n/a n/a n/a
Rack2sw2# show ipv6 ospf3 neighbor
OSPFv3 Neighbor Information
Interface Router ID Pri State Rxmt QLen Events
----------- --------------- ----- ---------- ---------- ----------
vlan-12 1.1.1.1 1 FULL 0 5
Rack2sw2# show ipv6 route ospf3
IPv6 Route Entries
T (Type):
S: Static C: Connected O: OSPFv3 R: RIPng
ST (Sub-type):
O : OSPF Intra E1: External1 N1: NSSA Ext1
OI: OSPF Inter E2: External2 N2: NSSA Ext2
Destination/
Gateway T ST Distance Metric
----------------------------------------------- --- --- ---------- ----------
2003:1111::1/128
fe80::2e59:e5ff:fe5f:6f00%vlan12 O O 110 1
Rack2sw2# ping6 2003:1111::1
2003:1111::1 is alive, time = 3 ms