After various tests using OSPFv3 for IPv6 routing in Cisco1721's with success, i'm now trying to reorganize our IPv6 network centralizing the routing in one Cisco3620 (IOS C3620-IS-M, Version 12.3(15a)).
The IPv6 works well in this router/IOS (supporting at this moment ~32VLANs with IPv6), the only *BIG* problem I've found is that a can't instantiate the OSPFv3 process to extend the IPv6 to other areas of the network served by another router.
When I type:
C3620-WILE(config)#ipv6 router ospf ? Process ID
C3620-WILE(config)#ipv6 router ospf 2 C3620-WILE(config)#
The command exists (the CLI does inline expansion of the command and gives help information about it), but executing-it doesn't switch the context as it does with OSPF/IPv4
C3620-WILE(config)#router ospf 1 C3620-WILE(config-router)#
Does anyone know anything about this ?? Is there some magic trick to use OSPFv3 in this platform ?
TIA.