Hello,
I am currently trying to convert our Core switch configuration from a Comware to ArubaOS-CX. I have used the exact same set up north & south of the switch i.e. same hardware, cabling, configurations however, I am struggling to get ospf working.
I have two VRF's at this stage. The ospf process within the default VRF is working as expected, no issues at all. The ospf process within the named VRF however, will not come up at all.
For the purpose of this test I have two transits, 1 per VRF, running up the same trunk port to a Firewall.
NOT WORKING:
interface vlan10
vsx-sync active-gateways
description NAMED Transit
vrf attach NAMED
ip address 10.x.x.x/29
active-gateway ip 10.x.x.x mac 00:00:00:00:00:10
ip ospf 30 area 0.0.0.0
router ospf 30 vrf NAMED
trap-enable
redistribute connected
redistribute static
area 0.0.0.0
interface vlan10
ip ospf 30 area 0.0.0.0
WORKING:
interface vlan20
vsx-sync active-gateways
description Transit
ip address 10.x.x.x/29
active-gateway ip 10.x.x.x mac 00:00:00:00:00:20
ip ospf 40 area 0.0.0.0
router ospf 40
trap-enable
redistribute connected
redistribute static
area 0.0.0.0
interface vlan20
ip ospf 40 area 0.0.0.0
Has anyone come across any similar issues? Am I missing something simple?
Note: I know the configuration on the attached Firewall is correct and I can see it trying to establish a connection to the switch for both the working and not working ospf process.
Thanks